@charset "UTF-8";:root{--bg-primary: #F8F6F0;--bg-parchment: #F2EEE5;--bg-surface: #FFFFFF;--bg-card: #FFFFFF;--bg-warm: #ECE7DC;--bg-warm-light: #FCFAF7;--bg-paper: #FAF8F4;--bg-navbar: rgba(248, 246, 240, .94);--bg-modal: #FFFFFF;--text-primary: #1C1B18;--text-secondary: #3D3B36;--text-muted: #737068;--text-subtle: #9C988F;--accent-olive: #686E56;--accent-olive-light: #EEF0E7;--accent-olive-dark: #4B503D;--accent-warm: #D4C5AF;--accent-warm-soft: #F4EDE2;--accent-gold: #B88B3E;--accent-gold-light: #FAF4E8;--accent-gold-dark: #8F6927;--border-light: #E7E2D6;--border-subtle: #DCD6C7;--border-dark: #1C1B18;--font-serif: "Newsreader", Georgia, serif;--font-editorial: "Cormorant Garamond", Georgia, serif;--font-display: "Italiana", "Cinzel", serif;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-subtle: 0 4px 20px -2px rgba(28, 27, 24, .04);--shadow-card: 0 12px 32px -4px rgba(28, 27, 24, .08), 0 3px 8px -2px rgba(28, 27, 24, .03);--shadow-elevated: 0 28px 60px -10px rgba(28, 27, 24, .14), 0 10px 24px -2px rgba(28, 27, 24, .06);--shadow-book: -6px 0 12px -3px rgba(0, 0, 0, .12), 0 16px 36px -6px rgba(28, 27, 24, .22), 0 4px 12px -2px rgba(28, 27, 24, .1);--shadow-book-hover: -8px 4px 16px -2px rgba(0, 0, 0, .16), 0 24px 48px -8px rgba(28, 27, 24, .28), 0 8px 16px -2px rgba(28, 27, 24, .12);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--transition-smooth: all .35s cubic-bezier(.16, 1, .3, 1);--transition-bounce: all .5s cubic-bezier(.34, 1.56, .64, 1)}[data-theme=dark]{--bg-primary: #121210;--bg-parchment: #171714;--bg-surface: #1B1B18;--bg-card: #1B1B18;--bg-warm: #23221E;--bg-warm-light: #181715;--bg-paper: #161513;--bg-navbar: rgba(18, 18, 16, .94);--bg-modal: #1B1B18;--text-primary: #F5F2EB;--text-secondary: #D4CFC4;--text-muted: #9E998B;--text-subtle: #736E62;--accent-olive: #8F9776;--accent-olive-light: #22261B;--accent-olive-dark: #B2BC94;--accent-warm: #363229;--accent-warm-soft: #25221B;--accent-gold: #D6A85B;--accent-gold-light: #2A2417;--accent-gold-dark: #E8BC6E;--border-light: #2B2A25;--border-subtle: #383630;--border-dark: #6E6858;--shadow-subtle: 0 4px 20px -2px rgba(0, 0, 0, .45);--shadow-card: 0 12px 32px -4px rgba(0, 0, 0, .65), 0 3px 8px -2px rgba(0, 0, 0, .35);--shadow-elevated: 0 28px 60px -10px rgba(0, 0, 0, .85), 0 10px 24px -2px rgba(0, 0, 0, .5);--shadow-book: -6px 0 14px -3px rgba(0, 0, 0, .55), 0 16px 36px -6px rgba(0, 0, 0, .75), 0 4px 12px -2px rgba(0, 0, 0, .45);--shadow-book-hover: -8px 4px 18px -2px rgba(0, 0, 0, .7), 0 24px 48px -8px rgba(0, 0, 0, .85), 0 8px 16px -2px rgba(0, 0, 0, .55)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;background-image:radial-gradient(rgba(28,27,24,.025) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.4),transparent 400px);background-size:28px 28px,100% 100%;z-index:999;opacity:.8}.font-serif{font-family:var(--font-serif)}.font-editorial{font-family:var(--font-editorial)}.font-sans{font-family:var(--font-sans)}.font-display{font-family:var(--font-display)}.drop-cap:first-letter{font-family:var(--font-display);float:left;font-size:clamp(3rem,7vw,4rem);line-height:.8;padding-right:.75rem;padding-top:.2rem;color:var(--accent-gold);font-weight:700}h1,h2,h3,.editorial-heading{font-family:var(--font-editorial);font-weight:400;color:var(--text-primary);letter-spacing:-.015em}.container{max-width:1240px;margin:0 auto;padding:0 2rem}.container-narrow{max-width:820px;margin:0 auto;padding:0 1.5rem}.navbar{position:sticky;top:0;z-index:100;background:var(--bg-navbar);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);transition:var(--transition-smooth)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:76px}.brand-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary);cursor:pointer}.brand-icon{width:36px;height:36px;border-radius:50%;background:#1c1b18;color:#faf4e8;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 2px 8px #00000026;transition:var(--transition-smooth)}.brand-title{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.2em;font-weight:700;line-height:1}.brand-subtitle{font-size:.62rem;letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase;margin-top:3px;font-weight:500}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-link{text-decoration:none;color:var(--text-muted);font-size:.95rem;font-weight:500;letter-spacing:.02em;padding:.5rem .25rem;position:relative;transition:var(--transition-smooth);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.45rem}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--accent-gold);border-radius:2px}.db-status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:var(--radius-full);background:#e8f2e6;border:1px solid #C4DEC0;color:#2d5825;font-size:.75rem;font-weight:600}.db-status-dot{width:7px;height:7px;border-radius:50%;background:#2d5825;box-shadow:0 0 0 2px #2d582533}.ambient-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;border-radius:var(--radius-full);background:var(--bg-warm);border:1px solid var(--border-subtle);font-size:.78rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth)}.ambient-pill:hover,.ambient-pill.active{background:var(--accent-gold-light);border-color:var(--accent-gold);color:var(--accent-gold-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1.65rem;font-family:var(--font-sans);font-size:.925rem;font-weight:500;letter-spacing:.02em;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-smooth);text-decoration:none;border:1px solid transparent;touch-action:manipulation}.btn-primary{background:#1c1b18;color:#faf8f4;box-shadow:0 4px 14px #1c1b1829}.btn-primary:hover{background:#2e2d28;transform:translateY(-2px);box-shadow:0 8px 22px #1c1b1838}.btn-secondary{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-light);box-shadow:0 2px 6px #1c1b1808}.btn-secondary:hover{background:var(--bg-warm-light);border-color:var(--border-subtle);transform:translateY(-1px)}.btn-subtle{background:transparent;color:var(--text-muted)}.btn-subtle:hover{color:var(--text-primary);background:#1c1b180a}.btn-gold{background:linear-gradient(135deg,#b88b3e,#d4a853);color:#fff;box-shadow:0 4px 16px #b88b3e40}.btn-gold:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 24px #b88b3e59}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2.5rem 1.75rem;perspective:1200px}@media (min-width: 1100px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:2rem 1.75rem}}@media (min-width: 680px) and (max-width: 1099px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.75rem}}@media (max-width: 679px){.gallery-grid{grid-template-columns:1fr;gap:2.25rem}}.memory-book-card{position:relative;border-radius:12px 16px 16px 12px;background:#fff;box-shadow:var(--shadow-book);cursor:pointer;transition:all .45s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;border:1px solid rgba(220,214,199,.8);overflow:hidden;transform-style:preserve-3d}.memory-book-card:hover{transform:translateY(-10px) rotateY(-4deg) rotateX(2deg);box-shadow:var(--shadow-book-hover);border-color:#c5a059}.cover-wrapper{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--bg-warm)}.cover-image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.memory-book-card:hover .cover-image{transform:scale(1.06)}.cover-wrapper:before{content:"";position:absolute;top:0;bottom:0;left:0;width:16px;background:linear-gradient(to right,rgba(0,0,0,.28) 0%,rgba(255,255,255,.15) 30%,rgba(0,0,0,.15) 60%,transparent 100%);z-index:10;pointer-events:none}.cover-badge-date{position:absolute;top:1rem;left:1.25rem;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.35rem .8rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;letter-spacing:.06em;color:var(--text-secondary);border:1px solid rgba(255,255,255,.6);box-shadow:0 2px 8px #00000014;z-index:12}.cover-badge-mood{position:absolute;top:1rem;right:1rem;background:#1c1b18d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.35rem .85rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;letter-spacing:.04em;color:#fff;display:flex;align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #00000026;z-index:12}.card-content{padding:1.5rem 1.6rem 1.6rem;display:flex;flex-direction:column;flex-grow:1;background:#fff}.card-title{font-family:var(--font-editorial);font-size:1.45rem;line-height:1.25;margin-bottom:.6rem;color:var(--text-primary);font-weight:500}.card-summary{font-family:var(--font-serif);font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-style:italic}.card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-light);padding-top:1rem}.tag-list{display:flex;flex-wrap:wrap;gap:.4rem}.tag-pill{font-size:.72rem;color:var(--accent-olive-dark);background:var(--accent-olive-light);padding:.25rem .6rem;border-radius:var(--radius-full);font-weight:500}.magazine-hero{border-bottom:1px solid var(--border-subtle);padding-bottom:3rem;margin-bottom:3.5rem;position:relative}.magazine-kicker{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-light);padding-bottom:.75rem;margin-bottom:2rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.magazine-headline{font-family:var(--font-editorial);font-size:clamp(2.4rem,5.5vw,4.4rem);line-height:1.08;font-weight:400;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.02em}.magazine-tagline{font-family:var(--font-display);font-size:clamp(1.1rem,2.2vw,1.55rem);color:var(--accent-gold-dark);letter-spacing:.08em;margin-bottom:2rem;font-weight:400}.quick-write-bar{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-full);padding:.6rem .6rem .6rem 1.4rem;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-card);max-width:650px;cursor:pointer;transition:var(--transition-smooth)}.quick-write-bar:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.write-paper{background:#fff;border-radius:24px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);padding:3.5rem;position:relative}.write-date{font-family:var(--font-display);font-size:1.15rem;color:var(--accent-gold-dark);letter-spacing:.08em;text-transform:uppercase}.write-textarea{width:100%;min-height:320px;border:none;outline:none;font-family:var(--font-editorial);font-size:1.45rem;line-height:1.85;color:var(--text-secondary);background:transparent;resize:vertical}.write-textarea::placeholder{color:#ccc7bc;font-style:italic}.detail-spread{display:grid;grid-template-columns:460px 1fr;gap:4rem;align-items:start}.hero-cover-book{width:100%;aspect-ratio:3 / 4;border-radius:12px 18px 18px 12px;overflow:hidden;box-shadow:var(--shadow-book-hover);border:1px solid rgba(220,214,199,.9);position:relative}.hero-cover-book img{width:100%;height:100%;object-fit:cover}.hero-cover-book:before{content:"";position:absolute;top:0;bottom:0;left:0;width:20px;background:linear-gradient(to right,rgba(0,0,0,.35) 0%,rgba(255,255,255,.18) 30%,rgba(0,0,0,.15) 60%,transparent 100%);z-index:10;pointer-events:none}.story-parchment{background:#fff;border-radius:20px;padding:2.75rem 3rem;border:1px solid var(--border-light);box-shadow:var(--shadow-subtle);position:relative}.story-parchment-text{font-family:var(--font-serif);font-size:1.22rem;line-height:1.95;color:var(--text-secondary);white-space:pre-line}.curator-note{background:linear-gradient(135deg,#faf8f2,#f1ece0);border:1px solid #DFD7C7;border-radius:18px;padding:2.25rem;box-shadow:var(--shadow-subtle)}.curator-note-text{font-family:var(--font-editorial);font-style:italic;font-size:1.25rem;color:#262420;line-height:1.75}.orchestrator-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#141311d1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.orchestrator-card{background:#fff;border-radius:24px;box-shadow:var(--shadow-elevated);max-width:580px;width:100%;padding:3rem 2.75rem;position:relative;text-align:center;border:1px solid rgba(255,255,255,.8)}.pulse-sparkle{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--accent-gold-light);border:1px solid rgba(184,139,62,.3);color:var(--accent-gold);font-size:1.85rem;margin-bottom:1.25rem;animation:gentlePulse 2.4s ease-in-out infinite}@keyframes gentlePulse{0%{transform:scale(1);box-shadow:0 0 #b88b3e40}50%{transform:scale(1.1);box-shadow:0 0 0 16px #b88b3e00}to{transform:scale(1);box-shadow:0 0 #b88b3e00}}.orchestrator-orb-card{max-width:520px;width:100%;text-align:center;padding:2.25rem 2rem;position:relative;overflow:hidden;box-shadow:0 24px 64px -12px #00000040;border-radius:28px}.orchestrator-header-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.32rem .85rem;border-radius:var(--radius-full);background:var(--accent-gold-light);color:var(--accent-gold-dark);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.badge-sparkle{color:var(--accent-gold);font-size:.85rem}.orchestrator-title{font-family:var(--font-serif);font-size:1.7rem;color:var(--text-primary);margin:0 0 .35rem;letter-spacing:-.01em}.orchestrator-desc{font-size:.86rem;color:var(--text-muted);margin:0 0 1.25rem}.orbital-stage-wrapper{display:flex;justify-content:center;align-items:center;margin:1.5rem 0}.orbital-circle-container{width:250px;height:250px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,var(--bg-surface) 55%,var(--bg-warm) 100%);box-shadow:0 16px 40px -10px #0000001f,inset 0 0 20px #b88b3e14;transition:all .45s ease}.orbital-circle-container.stage-done{box-shadow:0 16px 45px -8px #4b6e3c59,inset 0 0 25px #686e5633;background:radial-gradient(circle at center,var(--bg-surface) 50%,var(--accent-olive-light) 100%)}.orbital-tracer-svg{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;width:calc(100% + 12px);height:calc(100% + 12px);pointer-events:none}.orbital-track{fill:none;stroke:var(--border-subtle);stroke-width:3.5px;opacity:.45}.orbital-beam{fill:none;stroke-width:4.5px;stroke-linecap:round;transform-origin:center}.orbital-beam.beam-active{stroke:var(--accent-gold);stroke-dasharray:140 700;animation:orbitRotate 2.2s linear infinite;filter:drop-shadow(0 0 6px var(--accent-gold))}.orbital-beam.beam-done{stroke:var(--accent-olive);stroke-dasharray:820 0;animation:none;filter:drop-shadow(0 0 6px var(--accent-olive));transition:stroke .4s ease,stroke-dasharray .6s ease}.orbital-satellite-spinner{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;animation:orbitRotate 2.2s linear infinite;pointer-events:none}.satellite-head-glow{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 0 12px 3px var(--accent-gold),0 0 4px #fff}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbital-inner-content{width:82%;height:82%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;z-index:5}.step-active-view{display:flex;flex-direction:column;align-items:center;gap:.35rem;animation:stepFadeIn .35s ease-out}.step-count-pill{font-size:.65rem;font-weight:700;letter-spacing:.12em;color:var(--accent-gold-dark);text-transform:uppercase;background:var(--accent-gold-light);padding:.2rem .6rem;border-radius:var(--radius-full);margin-bottom:.25rem}.step-icon-glow{width:48px;height:48px;border-radius:50%;background:var(--bg-surface);display:flex;align-items:center;justify-content:center;color:var(--accent-gold);box-shadow:0 4px 14px #b88b3e40;animation:iconFloat 2.8s ease-in-out infinite;margin-bottom:.25rem}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.step-active-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--text-primary);line-height:1.25;margin:0;max-width:170px}.step-agent-badge{font-size:.68rem;font-weight:600;color:var(--accent-olive-dark);background:var(--accent-olive-light);padding:.15rem .5rem;border-radius:var(--radius-full);margin-top:.2rem}.step-active-desc{font-size:.72rem;color:var(--text-muted);margin:.2rem 0 0;line-height:1.35;max-width:165px}.step-success-view{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;animation:checkmarkPop .45s cubic-bezier(.175,.885,.32,1.275)}.success-check-badge{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#686e56,#4b503d);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #4b6e3c66,inset 0 1px 2px #fff6;margin-bottom:.35rem}@keyframes checkmarkPop{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1)}}.success-step-label{font-family:var(--font-serif);font-size:1.02rem;font-weight:600;color:var(--text-primary);max-width:170px;line-height:1.25}.success-tag-done{font-size:.72rem;font-weight:700;color:#2d5825;background:#e8f2e6;padding:.2rem .65rem;border-radius:var(--radius-full)}@keyframes stepFadeIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.orchestrator-steps-track{display:flex;align-items:center;justify-content:center;gap:.25rem;margin:1.25rem 0 1rem;width:100%}.step-track-node{display:flex;align-items:center;position:relative}.node-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;background:var(--bg-warm);color:var(--text-muted);border:1px solid var(--border-subtle);transition:var(--transition-smooth)}.step-track-node.node-done .node-circle{background:var(--accent-olive);color:#fff;border-color:var(--accent-olive)}.step-track-node.node-active .node-circle{background:var(--accent-gold);color:#fff;border-color:var(--accent-gold);box-shadow:0 0 10px #b88b3e80}.node-spinner{animation:orbitRotate 1.2s linear infinite}.node-connector{width:12px;height:2px;background:var(--border-light);margin:0 2px;transition:var(--transition-smooth)}.node-connector.connector-done{background:var(--accent-olive)}.orchestrator-progress-footer{width:100%;margin-top:.5rem}.progress-footer-stats{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;margin-bottom:.4rem;color:var(--text-muted)}.progress-status-text{font-weight:500;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:82%}.progress-percentage-val{font-weight:700;font-family:monospace;color:var(--accent-gold-dark)}.orchestrator-linear-track{width:100%;height:5px;border-radius:var(--radius-full);background:var(--bg-warm);overflow:hidden;border:1px solid var(--border-light)}.orchestrator-linear-bar{height:100%;background:linear-gradient(90deg,var(--accent-olive) 0%,var(--accent-gold) 100%);transition:width .4s ease}.orchestrator-quote{font-family:var(--font-serif);font-style:italic;font-size:.88rem;color:var(--text-muted);margin-top:1.25rem;line-height:1.45}[data-theme=dark] .orbital-circle-container{background:radial-gradient(circle at center,#1e1d19 55%,#141310);box-shadow:0 16px 40px -10px #000000bf,inset 0 0 20px #d6a85b26}[data-theme=dark] .orbital-circle-container.stage-done{background:radial-gradient(circle at center,#1b1e17 50%,#11140e);box-shadow:0 16px 45px -8px #000000d9,inset 0 0 25px #8f977640}[data-theme=dark] .step-icon-glow{background:#171613}[data-theme=dark] .success-tag-done{background:#1c2818;color:#8fd87b}.timeline-track{position:relative;margin:3.5rem 0}.timeline-line{position:absolute;top:50%;left:0;right:0;height:2px;background:var(--border-subtle);z-index:1}.timeline-nodes{display:flex;justify-content:space-between;position:relative;z-index:2}.timeline-node{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer}.timeline-dot{width:20px;height:20px;border-radius:50%;background:var(--bg-surface);border:3px solid var(--accent-olive);transition:var(--transition-bounce)}.timeline-node:hover .timeline-dot,.timeline-node.active .timeline-dot{transform:scale(1.4);background:var(--accent-gold);border-color:#fff;box-shadow:0 0 0 6px var(--accent-gold-light)}.mobile-bottom-bar{display:none}@media (max-width: 768px){body{padding-bottom:74px}.container{padding:0 1.15rem}.container-narrow{padding:0 1rem}.navbar-inner{height:64px}.nav-links,.navbar-write-btn,.navbar-user-info{display:none}.mobile-bottom-bar{display:flex;position:fixed;bottom:0;left:0;right:0;height:68px;background:#f8f6f0f5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-light);z-index:990;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 16px #1c1b180d}.mobile-tab-btn{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:var(--text-muted);font-size:.68rem;font-weight:500;cursor:pointer;padding:.35rem .65rem;border-radius:8px;transition:var(--transition-smooth)}.mobile-tab-btn.active{color:var(--text-primary);font-weight:700}.mobile-tab-btn.active svg{color:var(--accent-gold);transform:scale(1.1)}.mobile-write-pill{background:#1c1b18;color:#fff!important;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-top:-16px;box-shadow:0 4px 12px #1c1b184d;border:3px solid #F8F6F0}.magazine-hero{padding-bottom:2rem;margin-bottom:2rem}.magazine-kicker{flex-direction:column;align-items:flex-start;gap:.4rem;font-size:.7rem;margin-bottom:1.25rem}.magazine-headline{font-size:2.2rem;line-height:1.15}.magazine-tagline{font-size:1.15rem;margin-bottom:1.5rem}.quick-write-bar{padding:.5rem .5rem .5rem 1rem;border-radius:16px}.quick-write-bar span{font-size:.95rem!important}.gallery-grid{grid-template-columns:1fr;gap:2.25rem}.memory-book-card{border-radius:14px}.detail-spread{grid-template-columns:1fr;gap:2rem}.hero-cover-book{max-width:320px;margin:0 auto}.story-parchment{padding:2rem 1.4rem}.story-parchment-text{font-size:1.1rem;line-height:1.8}.write-paper{padding:2rem 1.25rem;border-radius:18px}.write-textarea{font-size:1.2rem;min-height:240px}.orchestrator-card{padding:2rem 1.25rem;border-radius:20px}}.theme-toggle-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .9rem;border-radius:var(--radius-full);background:var(--bg-warm);border:1px solid var(--border-subtle);font-size:.78rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth)}.theme-toggle-btn:hover{background:var(--accent-gold-light);border-color:var(--accent-gold);color:var(--accent-gold-dark);transform:translateY(-1px)}[data-theme=dark] body:before{background-image:radial-gradient(rgba(214,168,91,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(18,18,16,.85),transparent 450px)}[data-theme=dark] .quick-write-bar{background:var(--bg-surface);border-color:var(--border-subtle)}[data-theme=dark] .quick-write-bar>div:last-child{background:var(--accent-gold);color:#121210}[data-theme=dark] .write-paper,[data-theme=dark] .story-parchment,[data-theme=dark] .card-content,[data-theme=dark] .memory-book-card{background:var(--bg-surface);border-color:var(--border-light)}[data-theme=dark] .write-textarea::placeholder{color:#555146}[data-theme=dark] .curator-note{background:linear-gradient(135deg,#1f1e1a,#161512);border-color:var(--border-subtle)}[data-theme=dark] .orchestrator-card{background:var(--bg-modal);border-color:var(--border-subtle);color:var(--text-primary)}[data-theme=dark] .agent-step-item{background:#201f1b;border-color:var(--border-light)}[data-theme=dark] .agent-step-item.active{background:#2a2518;border-color:var(--accent-gold)}[data-theme=dark] .btn-primary{background:var(--accent-gold);color:#121210}[data-theme=dark] .btn-primary:hover{background:#e8bc6e}[data-theme=dark] .btn-secondary{background:var(--bg-surface);color:var(--text-primary);border-color:var(--border-subtle)}[data-theme=dark] .btn-secondary:hover{background:var(--bg-warm)}[data-theme=dark] .cover-badge-date{background:#161513e0;color:var(--text-secondary);border-color:#ffffff1a}[data-theme=dark] .timeline-track .timeline-line{background:#2d2b24}[data-theme=dark] .mobile-bottom-bar{background:#161513f2;border-top-color:var(--border-light)}.edit-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e0d0bb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:fadeIn .3s ease-out forwards}.edit-modal-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:24px;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;padding:2.5rem;box-shadow:var(--shadow-elevated);position:relative;animation:scaleUp .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.edit-form-group{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.edit-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.edit-input,.edit-textarea{width:100%;padding:.85rem 1.15rem;border-radius:12px;border:1px solid var(--border-subtle);background:var(--bg-paper);color:var(--text-primary);font-family:var(--font-sans);font-size:.95rem;transition:var(--transition-smooth);outline:none}.edit-textarea{font-family:var(--font-serif);font-size:1.05rem;line-height:1.7;min-height:160px;resize:vertical}.edit-input:focus,.edit-textarea:focus{border-color:var(--accent-gold);background:var(--bg-surface);box-shadow:0 0 0 3px #b88b3e26}.intro-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:999999;background:var(--bg-primary);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:2rem;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:pointer;transition:opacity .65s cubic-bezier(.16,1,.3,1),visibility .65s cubic-bezier(.16,1,.3,1)}.intro-loader-overlay.intro-exiting{opacity:0;visibility:hidden;pointer-events:none}.intro-bg-ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 45%,rgba(184,139,62,.12) 0%,rgba(45,65,41,.05) 50%,transparent 75%);z-index:1}.intro-grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to right,rgba(184,139,62,.06) 1px,transparent 1px),linear-gradient(to bottom,rgba(184,139,62,.06) 1px,transparent 1px);background-size:38px 38px;z-index:2;opacity:.6}.intro-concentric-container{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;perspective:1200px;animation:introConcentricGrowth 3.3s cubic-bezier(.2,.8,.25,1) forwards;will-change:transform,opacity}.intro-loader-overlay.intro-exiting .intro-concentric-container{animation:introConcentricUnfold .65s cubic-bezier(.19,1,.22,1) forwards}.concentric-box{display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:all .35s ease-out}.box-layer-1{width:min(580px,86vw);aspect-ratio:16 / 10.5;padding:22px;border-radius:26px;background:linear-gradient(135deg,#243b23,#162615);border:1.5px solid rgba(214,168,91,.75);box-shadow:0 32px 80px -12px #0f1c0c8c,0 8px 24px -6px #0000004d,0 0 35px #d6a85b40,inset 0 1px 3px #ffe6a066}.box-layer-2{width:100%;height:100%;padding:20px;border-radius:20px;background:linear-gradient(135deg,#314e2f,#1e331d);border:1.5px solid rgba(230,195,125,.6);box-shadow:inset 0 2px 8px #00000059,0 4px 16px #0003}.box-layer-3{width:100%;height:100%;padding:18px;border-radius:16px;background:linear-gradient(135deg,#3d603a,#294427);border:1.5px solid rgba(214,168,91,.55);box-shadow:inset 0 2px 10px #0006,0 4px 12px #00000040}.box-layer-4{width:100%;height:100%;padding:16px;border-radius:13px;background:linear-gradient(135deg,#294226,#1a2d18);border:1.5px solid rgba(230,195,125,.7);box-shadow:inset 0 2px 12px #00000073}.box-layer-5{width:100%;height:100%;padding:14px;border-radius:10px;background:linear-gradient(135deg,#1c2e1a,#111d10);border:1.5px solid rgba(214,168,91,.85);box-shadow:inset 0 2px 14px #0009,0 0 20px #d6a85b66}.box-layer-core{width:100%;height:100%;border-radius:8px;background:radial-gradient(circle at center,#261d0b,#0d160c);border:2px solid #D6A85B;box-shadow:inset 0 0 24px #d6a85b99,0 0 32px #d6a85b80;position:relative;overflow:hidden}[data-theme=dark] .box-layer-1{background:linear-gradient(135deg,#1a2b19,#0f1b0e);border:1.5px solid rgba(214,168,91,.7);box-shadow:0 32px 80px -15px #000000e6,0 0 40px #d6a85b33}[data-theme=dark] .box-layer-2{background:linear-gradient(135deg,#243b22,#152414);border:1.5px solid rgba(230,195,125,.55)}[data-theme=dark] .box-layer-3{background:linear-gradient(135deg,#2d482b,#1b2f19);border:1.5px solid rgba(214,168,91,.5)}[data-theme=dark] .box-layer-4{background:linear-gradient(135deg,#1f331d,#122010)}[data-theme=dark] .box-layer-5{background:linear-gradient(135deg,#142212,#0b130a);border:1.5px solid rgba(214,168,91,.9);box-shadow:inset 0 2px 14px #000c,0 0 22px #d6a85b73}[data-theme=dark] .box-layer-core{background:radial-gradient(circle at center,#261d0b,#060a05);border:2px solid #D6A85B}.core-emblem-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.core-glow-aura{position:absolute;width:55px;height:55px;border-radius:50%;background:radial-gradient(circle,rgba(214,168,91,.75) 0%,transparent 70%);animation:coreGlowPulse 2.4s ease-in-out infinite}.core-orbit-ring{position:absolute;width:48px;height:48px;border-radius:50%;border:1.5px dashed rgba(214,168,91,.6);animation:coreOrbitRotate 8s linear infinite}.core-icon{font-size:1.5rem;line-height:1;position:relative;z-index:2;filter:drop-shadow(0 2px 10px rgba(214,168,91,.8));animation:coreFloat 3s ease-in-out infinite}@keyframes introConcentricGrowth{0%{transform:scale(.18);opacity:0;filter:blur(8px)}14%{transform:scale(.42);opacity:1;filter:blur(0px)}38%{transform:scale(.68)}65%{transform:scale(.92)}85%{transform:scale(1.04)}to{transform:scale(1.1)}}@keyframes introConcentricUnfold{0%{transform:scale(1.1);opacity:1;filter:blur(0px)}to{transform:scale(3.5);opacity:0;filter:blur(14px)}}.animated-headline-wrapper{min-height:clamp(80px,12vw,120px);display:flex;align-items:center;margin-bottom:.5rem}.headline-word-unit{display:inline-block;opacity:1;transform:translateY(0);animation:wordPopIn .3s cubic-bezier(.16,1,.3,1) backwards;will-change:transform,opacity}@keyframes wordPopIn{0%{opacity:0;transform:translateY(12px) scale(.92);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.headline-word-unit.word-accent-gold{color:var(--accent-gold-dark);font-weight:600;text-shadow:0 0 20px rgba(184,139,62,.25)}.headline-typing-cursor{display:inline-block;color:var(--accent-gold);font-weight:300;margin-left:6px;animation:cursorBlink .85s infinite;-webkit-user-select:none;user-select:none}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.intro-bottom-telemetry{position:relative;z-index:10;width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.intro-telemetry-item{animation:introFadeUp .65s cubic-bezier(.16,1,.3,1) both}.intro-telemetry-1{animation-delay:.15s}.intro-telemetry-2{animation-delay:.28s}.intro-telemetry-3{animation-delay:.42s;transition:opacity .25s ease,transform .25s ease}.intro-telemetry-4{animation-delay:.58s}.intro-telemetry-5{animation-delay:.7s}.intro-title-wrap{margin-bottom:.4rem}.intro-main-title{font-family:var(--font-display);font-size:1.45rem;letter-spacing:.25em;font-weight:700;color:var(--text-primary);margin:0}.intro-subtitle{font-family:var(--font-serif);font-style:italic;font-size:.95rem;color:var(--text-muted);display:block;margin-top:2px}.intro-phase-text{font-size:.85rem;color:var(--accent-gold-dark);font-weight:600;margin:.85rem 0 1.1rem;letter-spacing:.03em;min-height:1.4em;transition:opacity .3s ease}.intro-progress-track{width:100%;height:4px;background:var(--bg-warm);border-radius:var(--radius-full);overflow:hidden;position:relative;border:1px solid var(--border-light)}.intro-progress-bar{height:100%;background:linear-gradient(90deg,var(--accent-olive) 0%,var(--accent-gold) 100%);border-radius:var(--radius-full);position:relative;transition:width .08s linear}.intro-progress-glow-dot{position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 10px var(--accent-gold),0 0 4px #fff}.intro-progress-stats{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:.65rem;font-size:.75rem;color:var(--text-subtle);font-weight:500}.intro-percentage-text{font-family:monospace;font-weight:700;color:var(--text-secondary)}.app-staged .navbar{opacity:0;transform:translateY(-24px);pointer-events:none}.app-staged .magazine-kicker,.app-staged .animated-headline-wrapper,.app-staged .magazine-tagline,.app-staged .quick-write-bar,.app-staged .bookshelf-header,.app-staged .gallery-card-item{opacity:0;transform:translateY(32px);filter:blur(4px);pointer-events:none}.app-revealed .navbar{animation:navSlideDown .65s cubic-bezier(.16,1,.3,1) .05s both}.app-revealed .hero-stagger-1{animation:staggeredHeroReveal .7s cubic-bezier(.16,1,.3,1) .15s both}.app-revealed .animated-headline-wrapper{animation:staggeredHeroReveal .7s cubic-bezier(.16,1,.3,1) .28s both}.app-revealed .hero-stagger-3{animation:staggeredHeroReveal .7s cubic-bezier(.16,1,.3,1) .42s both}.app-revealed .hero-stagger-4{animation:heroBarReveal .75s cubic-bezier(.16,1,.3,1) .56s both}.app-revealed .hero-stagger-5{animation:staggeredHeroReveal .7s cubic-bezier(.16,1,.3,1) .7s both}.app-revealed .gallery-card-item{animation:diaryCardCascade .75s cubic-bezier(.16,1,.3,1) calc(.82s + var(--card-stagger-delay, 0s)) both;pointer-events:auto}.gallery-card-stagger-0{--card-stagger-delay: 0s}.gallery-card-stagger-1{--card-stagger-delay: .12s}.gallery-card-stagger-2{--card-stagger-delay: .24s}.gallery-card-stagger-3{--card-stagger-delay: .36s}.gallery-card-stagger-4{--card-stagger-delay: .48s}.gallery-card-stagger-5{--card-stagger-delay: .6s}.gallery-card-stagger-6{--card-stagger-delay: .72s}.gallery-card-stagger-7{--card-stagger-delay: .84s}.gallery-card-scrolled-batch{animation:diaryCardCascade .65s cubic-bezier(.16,1,.3,1) calc(var(--card-stagger-delay, 0s)) both!important}.card-filtered-item{animation:cardFilterFadeIn .5s cubic-bezier(.16,1,.3,1) calc(var(--card-filter-index, 0) * .07s) both;pointer-events:auto}@keyframes navSlideDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes staggeredHeroReveal{0%{opacity:0;transform:translateY(24px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes heroBarReveal{0%{opacity:0;transform:translateY(28px) scale(.97);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes diaryCardCascade{0%{opacity:0;transform:translateY(40px) scale(.95);filter:blur(4px)}70%{filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes cardFilterFadeIn{0%{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.reveal-on-scroll{opacity:0;transform:translateY(32px) scale(.985);filter:blur(2px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform,filter}.reveal-on-scroll.is-revealed{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.reveal-stagger-1{transition-delay:.08s}.reveal-stagger-2{transition-delay:.16s}.reveal-stagger-3{transition-delay:.24s}.reveal-stagger-4{transition-delay:.32s}.reveal-stagger-5{transition-delay:.4s}.reveal-stagger-6{transition-delay:.48s}
