:root {
  color-scheme: dark;
  font-family: Inter, "Noto Sans JP", "Pretendard", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #000;
  color: #ededed;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #000;
}

body {
  color: #ededed;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.story-prose {
  display: grid;
  gap: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.8;
}

.story-prose p {
  margin: 0;
}

.story-not-found {
  min-height: 100svh;
  display: grid;
  place-items: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}

.story-not-found h1 {
  max-width: 36rem;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
}

.story-start {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4b8a 0%, #ff6b9d 50%, #ff8ab5 100%);
  padding: 0.75rem 1.2rem;
  color: #fff;
  font-size: 0.93rem;
  font-weight: 750;
  box-shadow: 0 1rem 3rem rgba(255, 75, 138, 0.2);
}
