:root{--bg-main:#faf8f5;--bg-card:#f3efe9;--bg-card-hover:#ebe5db;--bg-modal:#faf8f5;--border-subtle:#e6e0d6;--border-editorial:#d8d0c4;--text-main:#1c1b1a;--text-muted:#7a746c;--text-soft:#a19a90;--accent-terracotta:#b3583b;--accent-burgundy:#6b2932;--accent-taupe:#8c847a;--accent-discovered:#e8dfd3;--accent-gold-soft:#d9a05b;--shadow-sm:0 2px 8px #1c1b1a0a;--shadow-md:0 10px 30px #1c1b1a12;--shadow-card:0 4px 20px #1c1b1a0d;--font-serif:"Newsreader", "Cormorant Garamond", Georgia, serif;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--nav-height:64px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px}[data-theme=dark]{--bg-main:#121110;--bg-card:#1b1a18;--bg-card-hover:#262421;--bg-modal:#151413;--border-subtle:#292724;--border-editorial:#383531;--text-main:#f4f0e8;--text-muted:#9e968b;--text-soft:#6e6860;--accent-terracotta:#d87b5f;--accent-burgundy:#a84855;--accent-taupe:#aaa297;--accent-discovered:#2a2724;--accent-gold-soft:#e5b475;--shadow-sm:0 2px 8px #0003;--shadow-md:0 10px 30px #00000059;--shadow-card:0 4px 20px #0000004d}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-sans);min-height:100vh;font-size:16px;line-height:1.6;transition:background-color .4s,color .4s;overflow-x:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-editorial);border-radius:4px}.font-serif{font-family:var(--font-serif)}.font-sans{font-family:var(--font-sans)}button{cursor:pointer;color:inherit;background:0 0;border:none;outline:none;font-family:inherit}.app-container{max-width:520px;min-height:100vh;padding-bottom:calc(var(--nav-height) + 24px);background-color:var(--bg-main);flex-direction:column;margin:0 auto;display:flex;position:relative;box-shadow:0 0 50px #00000005}@media (width>=768px){.app-container{border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDiscreet{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}to{opacity:.7;transform:scale(1)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.pulse-discreet{animation:3s ease-in-out infinite pulseDiscreet}.editorial-line{background-color:var(--accent-terracotta);opacity:.7;width:32px;height:1px;margin:1.5rem auto}.monogram-mark{border:1px solid var(--accent-taupe);width:24px;height:24px;color:var(--accent-terracotta);font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-style:italic;display:inline-flex}@keyframes eqBarPulse{0%,to{height:4px}50%{height:18px}}.eq-bar{background-color:var(--accent-terracotta);border-radius:2px;width:3px;height:6px;margin:0 1.5px;transition:height .2s;display:inline-block}.eq-bar.playing{animation:.8s ease-in-out infinite alternate eqBarPulse}.eq-bar:first-child{animation-delay:.1s}.eq-bar:nth-child(2){animation-delay:.3s}.eq-bar:nth-child(3){animation-delay:.2s}.eq-bar:nth-child(4){animation-delay:.4s}.eq-bar:nth-child(5){animation-delay:.15s}input[type=range].audio-progress{appearance:none;background:var(--border-editorial);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}input[type=range].audio-progress::-webkit-slider-thumb{appearance:none;background:var(--accent-terracotta);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .15s;box-shadow:0 1px 4px #0003}input[type=range].audio-progress::-webkit-slider-thumb:hover{transform:scale(1.25)}input[type=range].audio-progress::-moz-range-thumb{background:var(--accent-terracotta);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 4px #0003}
