@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --night: #09101f;
  --night-soft: #111b31;
  --paper: #f4eddb;
  --paper-deep: #e8dcc1;
  --ink: #1d2634;
  --muted: #abb4c6;
  --gold: #e0b86c;
  --gold-pale: #f3d89e;
  --line: rgba(231, 210, 168, .18);
  --shadow: 0 24px 70px rgba(0, 0, 0, .3);
  --sans: "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: "Gowun Batang", "AppleMyungjo", serif;
  font-family: var(--sans);
  background: var(--night);
  color: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; min-width: 320px; min-height: 100dvh; overflow-x: hidden; background:
  radial-gradient(circle at 10% -10%, rgba(82, 112, 170, .2), transparent 32rem),
  radial-gradient(circle at 90% 20%, rgba(128, 68, 93, .14), transparent 28rem), var(--night); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button, [role="button"] { cursor: pointer; }
a { color: var(--gold-pale); text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex="-1"]:focus-visible { outline: 3px solid #83bff1; outline-offset: 4px; }
button:active { transform: scale(.98); }
.sr-only { position: fixed; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 99; top: 8px; left: 8px; transform: translateY(-140%); padding: 12px 18px; background: var(--paper); color: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: none; }
.page-shell { width: min(1120px, 100%); min-height: 100dvh; margin: auto; padding: 0 max(20px, env(safe-area-inset-left)) calc(108px + env(safe-area-inset-bottom)); }
.topbar { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: calc(68px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); border-bottom: 1px solid var(--line); }
.wordmark { justify-self: start; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0; color: var(--paper); border: 0; background: none; font-family: var(--serif); font-weight: 700; }
.madi-mini { position: relative; width: 22px; height: 15px; border: 1px solid var(--gold); border-radius: 70% 20% 70% 20%; transform: rotate(-9deg); }
.madi-mini::after { content: ""; position: absolute; width: 10px; height: 12px; left: 10px; top: -3px; border: 1px solid var(--gold); border-radius: 20% 70% 20% 70%; transform: rotate(22deg); }
.topbar-label { color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.icon-button { justify-self: end; display: grid; place-items: center; width: 48px; height: 48px; color: var(--paper); border: 0; background: transparent; border-radius: 50%; }
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1,h2,h3,p { overflow-wrap: break-word; }
h1,h2 { font-family: var(--serif); text-wrap: balance; }
h1 { margin: 0; font-size: clamp(38px, 8vw, 72px); line-height: 1.14; letter-spacing: -.045em; }
h2 { font-size: clamp(24px, 4vw, 34px); line-height: 1.3; }
p { line-height: 1.85; }
.primary, .secondary, .text-button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 52px; padding: 12px 20px; border-radius: 12px; font-weight: 700; transition: background .18s, color .18s, border-color .18s, transform .08s; }
.primary { border: 1px solid var(--gold); background: var(--gold); color: #17130d; box-shadow: 0 10px 28px rgba(224, 184, 108, .17); }
.primary:hover { background: #efca84; }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--paper); }
.secondary:hover { border-color: var(--gold); background: rgba(224,184,108,.08); }
.primary.large { width: 100%; min-height: 58px; }
.text-button { min-height: 48px; border: 0; background: transparent; color: var(--gold-pale); }
.bottom-nav { position: fixed; z-index: 30; display: grid; grid-template-columns: repeat(3,1fr); left: 0; right: 0; bottom: 0; height: calc(70px + env(safe-area-inset-bottom)); padding: 4px max(12px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(12px, env(safe-area-inset-left)); border-top: 1px solid rgba(230,211,170,.18); background: rgba(9,16,31,.93); backdrop-filter: blur(18px); }
.bottom-nav button { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; min-width: 64px; color: #8792a6; background: none; border: 0; border-radius: 10px; font-size: 11px; }
.bottom-nav button[aria-current="page"] { color: var(--gold-pale); background: rgba(224,184,108,.08); }
.bottom-nav svg { width: 21px; height: 21px; }

/* Home */
.home { width: min(1200px,100%); }
.hero { display: grid; min-height: calc(100dvh - 70px); align-items: center; gap: clamp(30px,5vw,70px); padding: 28px 0 58px; }
.hero-art { position: relative; isolation: isolate; align-self: stretch; min-height: 48dvh; border: 1px solid var(--line); overflow: hidden; background: #0e1728; box-shadow: var(--shadow); }
.hero-art::after { content:""; position:absolute; inset:0; pointer-events:none; background: linear-gradient(180deg, transparent 48%, rgba(5,9,18,.55)); }
.hero-art img { width:100%; height:100%; min-height:48dvh; object-fit:cover; }
.hero-thread { position:absolute; z-index:2; width:52%; height:2px; right:7%; top:61%; background:linear-gradient(90deg,transparent,var(--gold),transparent); box-shadow:0 0 18px var(--gold); transform:rotate(-12deg); }
.hero-copy { display:flex; flex-direction:column; align-items:flex-start; }
.hero-copy h1 { font-size:clamp(56px,13vw,100px); color:#fff7e7; text-shadow:0 4px 30px rgba(0,0,0,.4); }
.hero-subtitle { margin:12px 0 3px; color:var(--gold-pale); font-family:var(--serif); font-size:clamp(20px,4vw,28px); }
.hero-copy > p:not(.eyebrow,.hero-subtitle) { max-width:35rem; color:#c9cfda; }
.hero-copy .large { margin-top:20px; }
.hero-copy .text-button { align-self:center; }
.hero-copy small { align-self:center; color:#8994a8; }
.home-intro { position:relative; max-width:720px; margin:0 auto 70px; padding:36px 30px 36px 58px; border-left:1px solid var(--gold); background:linear-gradient(90deg,rgba(224,184,108,.08),transparent); }
.home-intro p { margin:0; font-family:var(--serif); font-size:clamp(20px,3vw,27px); }
.quote-mark { position:absolute; left:20px; top:16px; color:var(--gold); font-family:var(--serif); font-size:54px; }

/* Journey */
.journey-head { max-width:720px; padding:60px 0 36px; }
.journey-head > p:last-child { color:var(--muted); font-size:14px; }
.overall-progress { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:16px; margin:28px 0 18px; color:#c7cfdb; font-size:13px; }
progress { width:100%; height:6px; overflow:hidden; appearance:none; border:0; border-radius:999px; background:rgba(255,255,255,.1); }
progress::-webkit-progress-bar { background:rgba(255,255,255,.1); }
progress::-webkit-progress-value { background:var(--gold); border-radius:999px; }
progress::-moz-progress-bar { background:var(--gold); border-radius:999px; }
.era-list { position:relative; display:grid; gap:16px; margin:0; padding:0 0 50px; list-style:none; }
.era-list::before { content:""; position:absolute; left:28px; top:30px; bottom:30px; width:1px; background:linear-gradient(var(--gold),rgba(224,184,108,.1)); }
.era-card { position:relative; }
.era-card button { position:relative; display:grid; grid-template-columns:42px 1fr 82px; align-items:center; width:100%; min-height:122px; padding:12px 10px 12px 8px; color:var(--paper); text-align:left; border:1px solid var(--line); border-left:3px solid var(--chapter); border-radius:8px; background:linear-gradient(100deg,color-mix(in srgb,var(--chapter) 10%,transparent),rgba(255,255,255,.025)); overflow:hidden; }
.era-card button:hover { border-color:color-mix(in srgb,var(--chapter) 70%,#fff); }
.era-card.locked { opacity:.58; }
.era-number { z-index:1; display:grid; place-items:center; width:40px; height:40px; color:var(--gold-pale); background:var(--night); border:1px solid var(--chapter); border-radius:50%; font-family:var(--serif); }
.era-number svg { width:20px; color:var(--chapter); }
.era-card-copy { z-index:1; display:flex; flex-direction:column; min-width:0; padding:0 10px; }
.era-date { color:var(--chapter); font-size:11px; font-weight:700; letter-spacing:.08em; }
.era-card-copy strong { margin:3px 0 5px; font-family:var(--serif); font-size:20px; }
.era-card-copy > span:not(.era-date) { color:#aeb7c6; font-size:12px; white-space:normal; }
.era-card-copy em { margin-top:8px; color:#e6d3aa; font-size:11px; font-style:normal; }
.era-card img { width:82px; height:96px; object-fit:cover; opacity:.76; filter:saturate(.8); }

/* Chapter cover and stories */
.chapter-page { min-height:100dvh; background:radial-gradient(circle at 50% 15%,color-mix(in srgb,var(--chapter) 20%,transparent),transparent 38rem),var(--night); }
.chapter-page > .topbar, .listen-page > .topbar, .quiz-page > .topbar, .complete-page > .topbar { width:min(1120px,calc(100% - 40px)); margin:auto; }
.chapter-cover { display:grid; min-height:calc(100dvh - 68px); }
.cover-art { position:relative; height:min(58dvh,670px); overflow:hidden; background:#111827; }
.cover-art::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,var(--night)); }
.cover-art img { width:100%; height:100%; object-fit:cover; }
.chapter-roman { position:absolute; right:22px; bottom:4px; z-index:1; color:rgba(255,255,255,.28); font-family:var(--serif); font-size:100px; }
.cover-copy { position:relative; z-index:2; width:min(680px,100%); margin:-18px auto 0; padding:26px 20px 52px; }
.cover-copy h1 { color:#fff; }
.cover-hook { color:#c4cbd7; font-family:var(--serif); font-size:18px; }
.chapter-meta { display:flex; flex-wrap:wrap; gap:8px; margin:22px 0; }
.chapter-meta span { padding:6px 10px; color:#d8dce4; border:1px solid var(--line); border-radius:999px; font-size:12px; }
.cover-copy .text-button { width:100%; margin-top:6px; }
.story-layout { display:grid; min-height:calc(100dvh - 68px); }
.story-image { position:relative; height:48dvh; min-height:320px; overflow:hidden; background:#151c29; }
.story-image::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(transparent,var(--night)); }
.story-image img { width:100%; height:100%; object-fit:cover; transform:scale(1.32); transition:object-position .36s,transform .36s; }
.story-image span { position:absolute; z-index:2; left:16px; bottom:16px; padding:6px 9px; color:#e1d8c7; background:rgba(6,10,18,.72); border-radius:4px; font-size:10px; }
.story-copy { width:min(680px,100%); margin:auto; padding:28px 20px 70px; }
.story-copy h1 { font-size:clamp(34px,7vw,55px); }
.story-copy > p:not(.eyebrow) { color:#c4cbd6; font-size:17px; }
.lumen-note { display:grid; grid-template-columns:58px 1fr; gap:14px; margin:28px 0; padding:18px; color:var(--ink); background:var(--paper); border-radius:4px 20px 20px 20px; box-shadow:0 12px 35px rgba(0,0,0,.2); }
.lumen-note b { color:#744f1e; }
.lumen-note p { margin:4px 0 0; line-height:1.65; }
.madi { position:relative; display:block; width:52px; height:42px; margin-top:5px; }
.madi::before,.madi::after { content:""; position:absolute; top:3px; width:29px; height:34px; background:linear-gradient(140deg,#fff8e8,#d4b97b); border:2px solid #5d4327; }
.madi::before { left:0; border-radius:75% 30% 65% 24%; transform:rotate(-18deg); }
.madi::after { right:0; border-radius:30% 75% 24% 65%; transform:rotate(18deg); }
.madi i { position:absolute; z-index:2; left:24px; top:13px; width:5px; height:17px; background:#68452b; border-radius:50%; }
.page-actions { display:grid; grid-template-columns:1fr 1.4fr; gap:10px; margin-top:30px; }
.secret-fold { margin:24px 0; border:1px dashed rgba(224,184,108,.5); background:rgba(224,184,108,.055); }
.secret-fold summary { min-height:56px; display:flex; align-items:center; padding:13px 16px; color:var(--gold-pale); font-weight:700; cursor:pointer; }
.secret-content { display:grid; border-top:1px dashed rgba(224,184,108,.4); }
.secret-content > div:last-child { padding:20px; }
.secret-content h2 { margin:0 0 10px; }
.secret-content p { color:#c8ced8; }
.secret-content small { display:block; padding:10px 12px; color:#e8d7b2; background:rgba(224,184,108,.09); border-left:2px solid var(--gold); }
.secret-crop { height:220px; overflow:hidden; }
.secret-crop img { width:200%; max-width:none; height:100%; object-fit:cover; }
.secret-crop.side-1 img { transform:translateX(-50%); }

/* Listen */
.listen-page { min-height:100dvh; background:#080e1b; }
.listening-stage { position:relative; display:flex; flex-direction:column; align-items:center; width:min(780px,100%); min-height:calc(100dvh - 68px); margin:auto; padding:58px 20px 48px; text-align:center; }
.back-label { position:absolute; left:20px; top:14px; display:flex; align-items:center; min-height:48px; padding:0 8px; color:#abb5c8; border:0; background:none; }
.listening-stage h1 { max-width:680px; font-size:clamp(36px,8vw,66px); }
.listen-desc { max-width:570px; color:#b8c1d0; }
.sound-viz { position:relative; display:flex; justify-content:center; align-items:center; gap:10px; width:min(520px,92vw); height:160px; margin:16px 0; }
.sound-viz::before { content:""; position:absolute; left:0; right:0; top:50%; height:1px; background:linear-gradient(90deg,transparent,var(--chapter),transparent); }
.sound-viz i { z-index:1; width:4px; height:30px; background:var(--chapter); border-radius:99px; box-shadow:0 0 20px var(--chapter); }
.sound-viz i:nth-child(2){height:65px}.sound-viz i:nth-child(3){height:105px}.sound-viz i:nth-child(4){height:76px}.sound-viz i:nth-child(5){height:42px}.sound-viz i:nth-child(6){height:90px}
.sound-viz.playing i { animation:pulse .85s ease-in-out infinite alternate; transform-origin:center; }
.sound-viz.playing i:nth-child(2n){animation-delay:-.35s}.sound-viz.playing i:nth-child(3n){animation-delay:-.62s}
@keyframes pulse { to { transform:scaleY(.35); opacity:.55; } }
.transport { display:grid; justify-items:center; width:min(480px,100%); }
.play-button { display:grid; place-items:center; width:66px; height:66px; color:#111; background:var(--chapter); border:0; border-radius:50%; box-shadow:0 0 0 9px color-mix(in srgb,var(--chapter) 16%,transparent),0 10px 30px rgba(0,0,0,.3); }
.play-button svg { width:28px; height:28px; fill:currentColor; }
.transport strong { margin:12px 0; }
.transport progress { margin:8px 0; }
.transport progress::-webkit-progress-value { background:var(--chapter); }
.audio-note { margin:24px 0 8px; color:#9faabc; font-size:12px; }
.sound-description { width:min(560px,100%); margin-top:10px; padding:0 16px; border:1px solid var(--line); text-align:left; }
.sound-description summary { min-height:50px; display:flex; align-items:center; cursor:pointer; color:var(--gold-pale); }
.sound-description p { color:#b9c2d0; font-size:14px; }
.listen-reflect, .real-work { width:min(740px,calc(100% - 40px)); margin:0 auto; padding:42px 0 70px; text-align:center; border-top:1px solid var(--line); }
.listen-reflect h2, .real-work h2 { margin:0 auto 25px; max-width:650px; }
.real-work { color:var(--ink); width:100%; max-width:none; padding:46px max(20px,calc((100% - 740px)/2)); background:var(--paper); }
.real-work .eyebrow { color:#8a5e24; }
.real-work h2 { color:#212b37; }
.real-work p { color:#52606d; }
.real-work small { display:block; margin-top:16px; color:#69737a; }
.midi-actions { display:flex; justify-content:center; flex-wrap:wrap; align-items:center; gap:16px; }
.real-work .secondary { color:var(--ink); border-color:rgba(29,38,52,.25); background:rgba(29,38,52,.04); }
.real-work a { color:#684719; }

/* Quiz */
.quiz-page { min-height:100dvh; background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--chapter) 15%,transparent),transparent 30rem),var(--night); }
.quiz-wrap { width:min(700px,100%); margin:auto; padding:42px 20px 80px; }
.quiz-progress { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:14px; margin-bottom:44px; color:#b6c0cf; font-size:12px; }
.quiz-progress progress::-webkit-progress-value { background:var(--chapter); }
.quiz-wrap h1 { margin-bottom:34px; font-size:clamp(30px,6.8vw,49px); }
.answers { display:grid; gap:12px; }
.answer { display:grid; grid-template-columns:38px 1fr; align-items:center; min-height:62px; padding:10px 16px; color:#eef1f5; text-align:left; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.035); }
.answer:hover:not(:disabled) { border-color:var(--chapter); background:color-mix(in srgb,var(--chapter) 10%,transparent); }
.answer > span { display:grid; place-items:center; width:30px; height:30px; color:var(--chapter); border:1px solid var(--chapter); border-radius:50%; font-family:var(--serif); }
.answer.correct { border-color:#75bf8e; background:rgba(73,139,93,.16); }
.answer.wrong { border-color:#c97478; background:rgba(169,67,72,.13); }
.answer:disabled { opacity:1; cursor:default; }
.feedback { margin:22px 0 14px; padding:18px; color:var(--ink); background:var(--paper); border-left:4px solid var(--chapter); }
.feedback p { margin:7px 0 0; line-height:1.7; }
.quiz-hint { margin-top:22px; color:#929daf; font-size:13px; }

/* Complete, library, about */
.complete-page { min-height:100dvh; background:radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--chapter) 25%,transparent),transparent 40rem),var(--night); }
.complete-hero { position:relative; width:min(720px,100%); height:min(47dvh,460px); margin:26px auto 0; padding:0 20px; }
.complete-hero img { width:100%; height:100%; object-fit:cover; border:1px solid var(--line); box-shadow:var(--shadow); }
.seal { position:absolute; left:50%; bottom:-42px; display:grid; place-items:center; width:84px; height:84px; transform:translateX(-50%); color:#1c1912; background:var(--chapter); border:5px double rgba(19,20,20,.65); border-radius:50%; box-shadow:0 10px 30px rgba(0,0,0,.35); }
.seal svg { width:52px; height:52px; fill:rgba(255,255,255,.15); }
.seal span { position:absolute; font-family:var(--serif); font-weight:700; }
.complete-copy { width:min(680px,100%); margin:auto; padding:78px 20px 70px; text-align:center; }
.complete-copy .congrats { color:#c5cbd5; font-family:var(--serif); font-size:19px; }
.complete-copy ul { margin:30px 0; padding:0; text-align:left; list-style:none; }
.complete-copy li { position:relative; padding:13px 0 13px 27px; border-bottom:1px solid var(--line); }
.complete-copy li::before { content:""; position:absolute; left:2px; top:23px; width:8px; height:8px; background:var(--chapter); border-radius:50%; box-shadow:0 0 10px var(--chapter); }
.sound-library > section,.about > section { padding:58px 0 30px; }
.sound-library > section > p,.about > section > p { color:#b1bac9; }
.sound-library ul { display:grid; gap:16px; margin:36px 0; padding:0; list-style:none; }
.sound-item { display:grid; grid-template-columns:118px 1fr; min-height:150px; border:1px solid var(--line); border-left:3px solid var(--chapter); background:color-mix(in srgb,var(--chapter) 7%,transparent); }
.sound-item img { width:118px; height:100%; object-fit:cover; }
.sound-item > div { padding:16px; }
.sound-item span { color:var(--chapter); font-size:11px; font-weight:700; }
.sound-item h2 { margin:4px 0; font-size:21px; }
.sound-item p { margin:0 0 10px; color:#aab4c4; font-size:12px; }
.sound-item .secondary { min-height:44px; padding:8px 12px; }
.sound-item.locked { opacity:.48; filter:grayscale(.6); }
.about-grid { display:grid; gap:15px; margin:32px 0; }
.about-grid article { padding:22px; color:var(--ink); background:var(--paper); border-top:3px solid var(--gold); }
.about-grid h2 { margin:0; font-size:23px; }
.about-grid p { color:#4d5962; }
.about details { margin:28px 0; border:1px solid var(--line); }
.about summary { min-height:58px; display:flex; align-items:center; padding:0 18px; cursor:pointer; font-weight:700; }
.about details ul { margin:0; padding:0 20px 20px 42px; }
.about details li { margin:12px 0; }
.reset-button { margin-top:30px; color:#eaa9a9; border-color:rgba(234,169,169,.35); }

@media (min-width: 760px) {
  .hero { grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr); }
  .hero-art,.hero-art img { min-height:680px; }
  .hero-art { order:2; }
  .hero-copy { order:1; }
  .hero-copy .large { width:auto; min-width:240px; }
  .hero-copy .text-button,.hero-copy small { align-self:flex-start; }
  .era-list { grid-template-columns:1fr 1fr; }
  .era-list::before { display:none; }
  .chapter-cover { grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr); align-items:stretch; }
  .cover-art { height:calc(100dvh - 68px); }
  .cover-art::after { inset:0 0 0 55%; background:linear-gradient(90deg,transparent,var(--night)); }
  .cover-copy { align-self:center; margin:0; padding:50px; }
  .story-layout { grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr); }
  .story-image { position:sticky; top:0; height:calc(100dvh - 68px); min-height:620px; }
  .story-image::after { inset:0 0 0 70%; background:linear-gradient(90deg,transparent,var(--night)); }
  .story-copy { align-self:center; padding:58px 44px 90px; }
  .secret-content { grid-template-columns:40% 60%; }
  .secret-crop { height:auto; min-height:260px; }
  .secret-crop img { width:200%; height:100%; }
  .sound-library ul { grid-template-columns:1fr 1fr; }
  .about-grid { grid-template-columns:1fr 1fr; }
}
@media (min-width: 1100px) {
  .page-shell { padding-bottom:50px; }
  .bottom-nav { left:24px; right:auto; top:50%; bottom:auto; width:80px; height:auto; grid-template-columns:1fr; padding:8px; transform:translateY(-50%); border:1px solid var(--line); border-radius:16px; }
  .bottom-nav button { min-height:68px; }
  .journey { padding-left:110px; }
}
@media (max-width: 370px) {
  .page-shell { padding-left:14px; padding-right:14px; }
  .hero-copy h1 { font-size:48px; }
  .era-card button { grid-template-columns:38px 1fr 62px; padding-right:6px; }
  .era-card img { width:62px; height:88px; }
  .story-copy { padding-left:16px; padding-right:16px; }
  .page-actions { grid-template-columns:1fr; }
  .sound-item { grid-template-columns:90px 1fr; }
  .sound-item img { width:90px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .sound-viz.playing i { animation:none; }
}
