  :root {
    color-scheme: dark;
    --bg: #121014; --panel: #1a171b; --panel-2: #221e23; --border: #332e33;
    --text: #e8e4e6; --text-dim: #9c939b; --accent: #ff4d7e; --violet: #a86cff;
  }
  * { box-sizing: border-box; }
  body {
    margin: 0; padding: 14px 18px 50px; background: var(--bg); color: var(--text);
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    line-height: 1.8; font-size: 14.5px;
  }
  .wrap { max-width: 860px; margin: 0 auto; }
  .brand-link { display: inline-flex; flex-direction: column; line-height: 1; text-decoration: none; margin-bottom: 20px; }
  .brand-en {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px; font-weight: 800; letter-spacing: .10em;
    background: linear-gradient(90deg, #ff8fb4, #ff4d7e 55%, #a86cff);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .brand-ja { font-size: 10px; letter-spacing: .32em; color: var(--text-dim); margin-top: 5px; }

  .hero { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-bottom: 22px; }
  .hero img {
    width: 150px; height: 150px; border-radius: 50%; flex: none;
    border: 3px solid var(--accent); background: var(--panel-2); object-fit: cover;
    filter: drop-shadow(0 0 14px rgba(255, 77, 126, .35));
  }
  .hero-body { flex: 1; min-width: 260px; }
  h1 {
    margin: 0 0 4px; font-size: 30px; letter-spacing: .06em;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    background: linear-gradient(90deg, #ff8fb4, #ff4d7e 55%, #a86cff);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .hero-sub { color: var(--text-dim); font-size: 13px; letter-spacing: .1em; margin-bottom: 10px; }
  .hero-quote {
    border-left: 3px solid var(--accent); padding-left: 12px;
    font-size: 14.5px; line-height: 1.85;
  }
  .hero-moment {
    margin-top: 10px; padding-left: 15px; font-size: 12.5px;
    color: var(--text-dim); line-height: 1.8;
  }
  .hero-moment span:not(:empty)::before { content: "…… "; }

  section {
    background: var(--panel); border: 1px solid var(--border);
    border-radius: 8px; padding: 16px 20px; margin-bottom: 14px;
  }
  section h2 { font-size: 14px; margin: 0 0 10px; color: var(--accent); letter-spacing: .04em; }
  dl { margin: 0; display: grid; grid-template-columns: 88px 1fr; gap: 4px 14px; }
  dt { color: var(--text-dim); font-size: 12.5px; }
  dd { margin: 0; }
  .faces { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 10px; }
  .face { text-align: center; }
  .face img {
    width: 100%; aspect-ratio: 1 / 1; border-radius: 10px;
    background: var(--panel-2); border: 1px solid var(--border); object-fit: cover;
  }
  .face span { display: block; font-size: 10.5px; color: var(--text-dim); margin-top: 3px; }
  .tag-hint {
    display: inline-block; padding: 3px 12px; border-radius: 999px;
    background: var(--panel-2); border: 1px solid var(--violet);
    color: var(--text); font-size: 13px; margin-right: 6px; margin-top: 4px;
    font-family: "Segoe UI", Arial, sans-serif;
  }
  /* ブロマイド（低確率解禁・その日限り） */
  #bromide-section { border-color: var(--accent); box-shadow: 0 0 22px rgba(255, 77, 126, .12); }
  .bromide-quote {
    border-left: 3px solid var(--accent); padding-left: 12px;
    font-size: 14.5px; line-height: 1.85; margin-bottom: 14px;
  }
  .bromide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
  .bromide-grid img {
    width: 100%; border-radius: 8px; border: 1px solid var(--border);
    background: var(--panel-2); display: block;
  }
  a { color: var(--accent); }
  .back {
    display: inline-block; margin-top: 10px; padding: 7px 14px;
    background: var(--panel-2); border: 1px solid var(--border); border-radius: 6px;
    color: var(--text); text-decoration: none; font-size: 13px;
  }
  .back:hover { border-color: var(--accent); }
