:root{--sans: "Inter", "Noto Sans KR", "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", -apple-system, sans-serif;--serif: "Newsreader", "Noto Sans KR", Georgia, serif;--mono: "JetBrains Mono", "SF Mono", Menlo, monospace;--script: "Dancing Script", cursive;--accent: #c2553b;--plan: #5b7cb8;--focus: #4d8a64;--reflect: #9b6aa0;--text: #1a1714;--text-soft: #3a352b;--text-mute: #786e5c;--surface: rgba(255,255,255,.78);--surface-line:rgba(0,0,0,.1)}*{box-sizing:border-box}html{color-scheme:light dark}html,body{margin:0;padding:0;color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html{scroll-snap-type:none;scroll-padding-top:60px;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{background-color:#0a0915}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:none;color:inherit;padding:0}::selection{background:var(--accent);color:#fff}.sky{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.sky>*{position:absolute;will-change:transform,opacity}.topbar,main.day,.colophon,.features{position:relative;z-index:1}.topbar{z-index:50}.sky-grad{top:0;left:0;width:100%;background:linear-gradient(180deg,#1c1d36,#3a3556 6%,#7e5b69 13%,#c5805f,#e8b078 23%,#f3d4a3 32%,#faeccd 42%,#fef6d8 50%,#f9e0b1 60%,#e89c64,#c2553b 76%,#7c3848,#3a2c5c,#1a1832,#0a0915);background-size:100% 100%;background-repeat:no-repeat}.stars{top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.8s ease}.star{position:absolute;background:#fff;border-radius:50%;opacity:var(--base-op, .6);box-shadow:0 0 4px #fff9;animation:twinkle var(--dur, 4s) ease-in-out infinite;animation-delay:var(--delay, 0s)}@keyframes twinkle{0%,to{opacity:calc(var(--base-op, .6) * .2);transform:scale(.78)}50%{opacity:var(--base-op, .6);transform:scale(1.18)}}.moon{top:11%;left:60%;width:clamp(72px,8vw,110px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 36% 34%,rgba(0,0,0,.04) 1.5px,transparent 2px) 22% 38% / 14px 14px no-repeat,radial-gradient(circle at 62% 56%,rgba(0,0,0,.05) 1.5px,transparent 2px) 60% 60% / 14px 14px no-repeat,radial-gradient(circle at 32% 30%,#fbf5dc,#ead7a0 65%,#b09c64);box-shadow:0 0 40px #f7f1d859,0 0 96px #f7f1d82e;opacity:0;transition:opacity 1.4s ease;animation:moonFloat 16s ease-in-out infinite}@keyframes moonFloat{0%,to{translate:0 0}50%{translate:0 -16px}}.sun{top:14%;left:12%;width:clamp(96px,11vw,150px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 38% 36%,#fff4cc,#fbcc6f 55%,#f0a531);box-shadow:0 0 60px #fcc66a8c,0 0 130px #fcc66a47;opacity:0;transition:opacity 1.4s ease;animation:sunPulse 9s ease-in-out infinite}@keyframes sunPulse{0%,to{scale:1}50%{scale:1.04}}.cloud{width:clamp(140px,18vw,240px);height:clamp(28px,4vw,44px);background:#ffffffc7;border-radius:100px;filter:blur(2.5px);opacity:0;transition:opacity 1.8s ease}.cloud:before,.cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.cloud:before{width:58%;height:180%;top:-90%;left:12%}.cloud:after{width:75%;height:240%;top:-140%;left:38%}.cloud-1{top:14%;left:-22%;animation:cloudDrift 95s linear infinite}.cloud-2{top:26%;left:-28%;animation:cloudDrift 72s linear infinite -25s}.cloud-3{top:18%;left:-18%;animation:cloudDrift 120s linear infinite -60s}@keyframes cloudDrift{0%{translate:0 0}to{translate:145vw 0}}body[data-section=dawn] .stars{opacity:.65}body[data-section=dawn] .moon{opacity:.68}body[data-section=morning] .sun{opacity:.85}body[data-section=morning] .cloud{opacity:.55}body[data-section=noon] .sun{opacity:1}body[data-section=noon] .cloud{opacity:.9}body[data-section=evening] .sun{opacity:.65}body[data-section=evening] .cloud{opacity:.42}body[data-section=night] .stars,body[data-section=night] .moon{opacity:1}@media (prefers-reduced-motion: reduce){.star,.moon,.sun,.cloud{animation:none!important}}.topbar{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:0 28px;height:60px;background:#ffffff6b;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border-bottom:1px solid rgba(0,0,0,.06);color:#1a1714;transition:background .35s ease,color .35s ease,border-color .35s ease}.topbar.is-dark{background:#0f0c1c6b;border-bottom-color:#ffffff1a;color:#f0ece1}.tb-left{display:flex;align-items:baseline;gap:12px;font-family:var(--mono);font-size:13px;color:inherit;flex-wrap:wrap}.logo{font-family:var(--sans);font-weight:800;font-size:18px;letter-spacing:-.03em;color:inherit}.tb-sep{opacity:.4}.tb-date{font-variant-numeric:tabular-nums}.tb-day{color:var(--accent);font-weight:700}.tb-badge{font-family:var(--sans);font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);border:1px solid currentColor;padding:2px 8px 1px;border-radius:2px;line-height:1.4}.tb-right{display:flex;align-items:center;gap:18px}.tb-now{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:13px;color:inherit;letter-spacing:.02em;font-variant-numeric:tabular-nums}.now-text{font-variant-numeric:tabular-nums}.now-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 #c2553b8c;animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #c2553b80}50%{box-shadow:0 0 0 7px #c2553b00}}.lang-switcher{position:relative}.lang-btn{font-family:var(--sans);font-size:12px;font-weight:500;color:inherit;padding:6px 12px;border:1px solid currentColor;border-radius:2px;opacity:.85}.lang-btn:hover{opacity:1;color:var(--accent)}.lang-menu{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:4px;min-width:160px;padding:4px 0;margin:0;list-style:none;box-shadow:0 12px 32px #0000002e;opacity:0;visibility:hidden;transform:translateY(-2px);transition:opacity .12s,transform .12s,visibility .12s}.lang-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.lang-menu li{padding:9px 16px;font-size:13px;cursor:pointer;color:#3a352b}.lang-menu li:hover{background:#f3efe6;color:#1a1714}.lang-menu li.active{color:var(--accent);font-weight:600}.hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:96px 8vw 80px;box-sizing:border-box}.hero-inner{max-width:720px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-kicker{font-family:var(--mono);font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#f3ede099;margin-bottom:22px}.hero-title{font-family:var(--serif);font-weight:500;font-size:clamp(40px,6.4vw,76px);line-height:1.04;letter-spacing:-.02em;color:#f6f1e6;margin:0 0 22px;word-break:keep-all}.hero-title em{font-style:italic;color:#f0a673}.hero-body{font-family:var(--sans);font-size:clamp(16px,1.9vw,19px);line-height:1.65;color:#f3ede0c7;max-width:540px;margin:0 0 40px;word-break:keep-all;text-wrap:pretty}.hero-cta{display:flex;justify-content:center}.hero-download{display:inline-flex;flex-direction:column;align-items:center;gap:22px;background:#fff;border-radius:30px;padding:28px;box-shadow:0 24px 60px #00000057,0 6px 18px #00000038;transition:transform .25s ease,box-shadow .25s ease}.hero-download:hover{transform:translateY(-4px);box-shadow:0 34px 72px #0006,0 8px 22px #00000042}.hero-download-qr{width:240px;height:240px;display:block;border-radius:6px}.hero-download .app-store-badge{width:100%;box-sizing:border-box;justify-content:center;padding:13px 18px;border-radius:14px}.hero-download:hover .app-store-badge{background:#111;border-color:#ffffff38}.hero-download .asb-bottom{font-size:21px}@media (max-width: 640px){.hero{padding:88px 24px 64px}.hero-download-qr{width:200px;height:200px}}.features{scroll-snap-align:start;scroll-margin-top:60px}.features-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column}.features-head{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:84px 8vw 0;pointer-events:none}.features-eyebrow{font-family:var(--script);font-weight:600;font-size:19px;letter-spacing:0;text-transform:none;color:#f3ede0b8}.features-hint{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;color:#f3ede099;display:inline-flex;align-items:center;gap:8px;transition:opacity .3s ease}.features-hint:after{content:"→";font-size:14px;animation:feat-nudge 1.6s ease-in-out infinite}@keyframes feat-nudge{0%,to{transform:translate(0);opacity:.6}50%{transform:translate(4px);opacity:1}}.features-track{display:flex;flex:1 1 auto;will-change:transform;transition:transform .7s cubic-bezier(.45,.05,.2,1)}.feature-panel{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:96px 8vw 120px;box-sizing:border-box}.feature-card{max-width:520px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;word-break:keep-all}.feature-glyph{display:inline-flex;margin-bottom:28px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.45));position:relative}.feature-glyph img{display:block;width:84px;height:84px}.feature-glyph:before{content:"";position:absolute;top:-28px;right:-28px;bottom:-28px;left:-28px;border-radius:50%;background:radial-gradient(circle,var(--feat-glow, rgba(255,255,255,.18)),transparent 70%);z-index:-1}.feature-tag{font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--feat-accent, #f0c08a);margin-bottom:14px}.feature-h{font-family:var(--serif);font-weight:500;font-size:clamp(34px,5.2vw,60px);line-height:1.08;letter-spacing:-.02em;color:#f6f1e6;margin:0 0 18px}.feature-h em{font-style:italic;color:var(--feat-accent, #f0c08a)}.feature-p{font-family:var(--sans);font-size:clamp(15px,1.7vw,18px);line-height:1.6;color:#f3ede0bd;margin:0;max-width:460px;text-wrap:pretty}.feature-panel-1{--feat-accent: #b9a7ff;--feat-glow: rgba(150, 130, 255, .28)}.feature-panel-2{--feat-accent: #8fc0ff;--feat-glow: rgba(120, 165, 255, .28)}.feature-panel-3{--feat-accent: #f3cd6f;--feat-glow: rgba(245, 205, 110, .3)}.feature-panel-4{--feat-accent: #7fd9b8;--feat-glow: rgba(120, 215, 175, .28)}.feature-panel-5{--feat-accent: #e892a0;--feat-glow: rgba(232, 130, 150, .28)}.features-dots{position:absolute;bottom:56px;left:0;right:0;z-index:2;display:flex;justify-content:center;gap:10px;pointer-events:none}.features-dot{width:8px;height:8px;border-radius:50%;background:#f3ede040;transition:background .3s ease,transform .3s ease,width .3s ease}.features-dot.is-active{width:22px;border-radius:4px;background:#f3ede0e6}@media (max-width: 640px){.features-head{padding:72px 24px 0}.feature-panel{padding:88px 24px 110px;align-items:center}.features-eyebrow{font-size:16px}}@media (prefers-reduced-motion: reduce){.features-hint:after{animation:none}.features-track{transition:none}}.section-phone{display:flex;justify-content:flex-start;margin-top:10px}.phone{width:280px;aspect-ratio:9 / 19;background:#15151c;border-radius:38px;padding:10px;box-shadow:0 30px 80px #00000052,0 6px 18px #00000038,inset 0 0 0 1px #ffffff0f;position:relative}.phone-notch{position:absolute;top:14px;left:50%;transform:translate(-50%);width:96px;height:22px;background:#0a0a10;border-radius:12px;z-index:2}.phone-screens{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;background:#f8f4ea}.phone-screen{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .55s ease;display:flex;flex-direction:column}.phone-screen.on{opacity:1}.phone-screen-morning{background:linear-gradient(180deg,#f6efe2,#ede4d2)}.phone-screen-noon{background:linear-gradient(180deg,#fdf6e3,#f6ead0)}.phone-screen-evening{background:linear-gradient(180deg,#f5ecdb,#ecd9b6)}.mock{width:100%;height:100%;display:flex;flex-direction:column;font-family:var(--sans);color:#2a2218;font-size:11px;line-height:1.4;overflow:hidden;letter-spacing:-.005em}.m-top{flex:0 0 auto;display:flex;justify-content:flex-end;padding:12px 12px 0}.mock-close{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffb3;border:1px solid rgba(31,24,18,.08);border-radius:6px;color:#1f18128c;cursor:default;padding:0}.m-body{flex:1 1 auto;overflow:hidden;padding:4px 14px 0;display:flex;flex-direction:column;gap:8px}.m-body-center{align-items:stretch;padding-top:8px}.m-title{font-size:17px;font-weight:800;letter-spacing:-.02em;margin:2px 0 4px;color:#1f1812}.m-subtitle{font-size:10.5px;color:#1f18128c;margin:0 0 4px}.m-mood{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;background:#ffffffb3;border:1px solid rgba(31,24,18,.06);border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600;color:#1f1812bf}.m-label{font-size:10.5px;font-weight:700;color:#1f181299;margin-top:4px;letter-spacing:-.005em}.m-footer{flex:0 0 auto;padding:10px 14px 14px;display:flex;gap:8px}.m-btn{flex:1;height:34px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:11.5px;font-weight:700;letter-spacing:-.005em;border-radius:10px;border:none;cursor:default;padding:0}.m-btn-secondary{background:#ffffffd9;color:#2a2218;border:1px solid rgba(31,24,18,.08)}.m-btn-primary{background:#e6a064;color:#fff;box-shadow:0 4px 10px #c3783c47}.m-btn-full{flex:1 0 100%;height:38px;font-size:12px}.m-section{display:flex;flex-direction:column;gap:4px;margin-top:4px}.m-section-head{display:inline-flex;align-items:center;gap:6px;margin-bottom:2px}.m-section-name{font-size:11px;font-weight:700;color:#1f1812bf}.m-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 4px;background:#1f181214;border-radius:999px;font-size:9px;font-weight:700;color:#1f18128c}.m-routine{background:#ffffff8c;border:1px solid rgba(31,24,18,.05);border-radius:10px;padding:6px 10px 8px;display:flex;flex-direction:column;gap:2px}.m-routine-head{font-size:9px;font-weight:700;color:#1f181280;letter-spacing:.02em}.m-routine-items{display:flex;flex-wrap:wrap;gap:8px;font-size:10.5px;color:#2a2218;font-weight:600}.m-task{display:flex;align-items:center;gap:8px;padding:7px 10px;background:#fff;border-radius:10px;box-shadow:0 1px 2px #1f18120a}.m-task-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;background:#1f18120a;border-radius:6px;flex:0 0 auto}.m-task-body{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.m-task-title{font-size:11px;font-weight:700;color:#1f1812;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-task-time{font-size:9px;color:#1f181280;font-variant-numeric:tabular-nums}.m-task-duration{font-size:9.5px;font-weight:600;color:#1f181280;flex:0 0 auto}.m-mood-row{display:flex;gap:6px;margin:6px 0;justify-content:space-between}.m-mood-cell{flex:1;aspect-ratio:1;display:inline-flex;align-items:center;justify-content:center;font-size:20px;background:#ffffffbf;border:1px solid rgba(31,24,18,.06);border-radius:10px}.m-mood-cell.is-selected{border:2px solid #e6a064;box-shadow:0 0 0 2px #e6a0642e}.m-ai{background:#fff;border-radius:12px;padding:10px 12px 8px;display:flex;flex-direction:column;gap:6px;box-shadow:0 1px 3px #1f18120d;margin-top:2px}.m-ai-head{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:#1f181299}.m-ai-spark{color:#e6a064}.m-ai-text{font-size:11px;line-height:1.55;margin:0;color:#1f1812}.m-ai-hint{font-size:9.5px;color:#1f181266;margin-top:2px}.m-noon-time{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:#1f181280;margin-bottom:2px}.m-timer{display:flex;justify-content:center;margin:12px 0 8px}.m-timer-ring{width:132px;height:132px;border-radius:50%;background:conic-gradient(#e6a064 0,#e6a064 64%,#1f181214 64%,#1f181214);display:flex;align-items:center;justify-content:center;position:relative}.m-timer-ring:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:#fff}.m-timer-num{position:relative;font-family:var(--mono);font-size:22px;font-weight:700;color:#1f1812;letter-spacing:-.02em}.m-timer-fill{display:none}.m-noon-ctrls{display:flex;gap:12px;justify-content:center;margin:4px 0 8px}.m-noon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffd9;border:1px solid rgba(31,24,18,.08);border-radius:50%;font-size:14px;color:#1f1812b3}.m-noon-btn-stop{color:#c2553b}.m-focus-bar{height:8px;background:#1f181214;border-radius:999px;overflow:hidden;margin-top:4px}.m-focus-fill{height:100%;width:78%;background:linear-gradient(90deg,#e6a064,#c2553b);border-radius:999px}.hour{min-height:88vh;padding:80px 28px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;scroll-snap-align:start;scroll-margin-top:60px}.hour-inner{width:100%;max-width:760px;padding-left:60px;display:flex;flex-direction:column;gap:22px;position:relative}.hour-inner:before{content:"";position:absolute;left:16px;top:-100vh;bottom:-100vh;width:1px;background:currentColor;opacity:.22;pointer-events:none}.hour-meta{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:8px}.hour-time{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(38px,5vw,56px);letter-spacing:-.02em;line-height:1;color:var(--text);position:relative}.hour-time:before{content:"";position:absolute;left:-44px;top:50%;transform:translate(-50%,-50%);width:11px;height:11px;border-radius:50%;background:var(--accent);border:2px solid currentColor;box-sizing:content-box;z-index:1}.hour-name{font-family:var(--sans);font-weight:700;font-size:clamp(18px,1.8vw,22px);letter-spacing:-.02em;color:var(--text)}.hour-glyph{font-family:var(--serif);font-size:20px;color:var(--accent);margin-left:4px}.hour-tag{display:inline-block;font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:4px 9px 3px;border-radius:2px;background:var(--accent);color:#fff;line-height:1.4}.tag-plan{background:var(--plan)}.tag-focus{background:var(--focus)}.tag-reflect{background:var(--reflect)}.hour-h{font-family:var(--sans);font-weight:700;font-size:clamp(28px,4.4vw,52px);line-height:1.12;letter-spacing:-.035em;margin:0;color:var(--text)}.hour-h-big{font-size:clamp(36px,6vw,72px);line-height:1.04;letter-spacing:-.04em}.hour-h em{font-family:var(--serif);font-style:italic;font-weight:500;color:var(--accent);letter-spacing:-.025em}.hour-lede{font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:var(--text-soft);max-width:580px;margin:0}.bubble{margin-top:14px;display:inline-block;max-width:540px;background:var(--surface);border:1px solid var(--surface-line);border-radius:4px 14px 14px;padding:14px 18px 16px;position:relative;backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%)}.bubble:before{content:"";position:absolute;left:-7px;top:14px;width:12px;height:12px;background:inherit;border-left:1px solid var(--surface-line);border-bottom:1px solid var(--surface-line);transform:rotate(45deg)}.bubble header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.b-avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;font-family:var(--sans);font-weight:700;font-size:11px}.b-name{font-family:var(--sans);font-size:13px;font-weight:700;color:var(--text);letter-spacing:-.01em}.bubble p{font-family:var(--serif);font-style:italic;font-size:clamp(17px,1.8vw,20px);line-height:1.4;color:var(--text);margin:0;letter-spacing:-.005em}.hour-dawn,.hour-night{--text: #f3ede0;--text-soft: #d4cdbe;--text-mute: #978f7e;--surface: rgba(255,255,255,.1);--surface-line:rgba(255,255,255,.18)}.hour-dawn .hour-glyph,.hour-night .hour-glyph{color:#f3ede0;opacity:.7}.hour-morning,.hour-noon,.hour-evening{--text: #1f1812;--text-soft: #4a3e30;--text-mute: #7d6c54;--surface: rgba(255,255,255,.85);--surface-line:rgba(40,30,15,.1)}.hour-morning .bubble,.hour-noon .bubble,.hour-evening .bubble{background:#ffffffd9}.about{margin-top:36px;max-width:640px;padding:20px 22px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:10px;backdrop-filter:blur(8px) saturate(120%);-webkit-backdrop-filter:blur(8px) saturate(120%)}.about-title{font-family:var(--sans);font-weight:700;font-size:15px;letter-spacing:-.005em;color:var(--text);margin:0 0 8px}.about-body{font-family:var(--serif);font-size:clamp(15px,1.5vw,17px);line-height:1.6;color:var(--text-soft);margin:0}.about-body em{font-style:normal;color:var(--text);font-weight:500}.download{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.14);scroll-snap-align:end;scroll-margin-bottom:40px}.download-tag{font-family:var(--mono);font-size:12px;letter-spacing:.12em;color:var(--text-soft);margin:0 0 24px}.qr-pair{display:flex;gap:20px;flex-wrap:wrap}.qr-card{display:flex;flex-direction:column;align-items:center;gap:14px;background:#fff;border-radius:12px;padding:20px 20px 18px;width:220px;color:#15151c;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 16px #0000002e}.qr-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0000004d}.qr-card img{width:172px;height:172px;display:block;border-radius:4px}.app-store-badge{display:inline-flex;align-items:center;gap:9px;background:#000;color:#fff;padding:9px 16px 9px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.14);line-height:1;font-family:var(--sans);transition:background .2s ease,border-color .2s ease}.qr-card:hover .app-store-badge{background:#111;border-color:#ffffff38}.apple-logo{width:22px;height:26px;flex:none;margin-top:-2px}.asb-text{display:inline-flex;flex-direction:column;gap:3px;text-align:left}.asb-top{font-size:10.5px;font-weight:400;letter-spacing:.01em;color:#ffffffeb}.asb-bottom{font-size:19px;font-weight:600;letter-spacing:-.025em;color:#fff}.back-to-top{position:fixed;right:28px;bottom:28px;z-index:40;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#f3ede0;background:#14121c80;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 24px #00000047;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);cursor:pointer;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s ease,border-color .2s ease}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:#14121cbd;border-color:#ffffff52}@media (max-width: 640px){.back-to-top{right:18px;bottom:18px;width:44px;height:44px}}@media (prefers-reduced-motion: reduce){.back-to-top{transition:opacity .3s ease;transform:none}}.colophon{display:flex;justify-content:center;align-items:center;gap:10px;padding:40px 28px 56px;font-family:var(--mono);font-size:11.5px;color:#f3ede08c;letter-spacing:.04em;text-align:center;background:transparent;scroll-snap-align:end}.reveal{opacity:0;transform:translateY(8px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:translateY(0)}body.page-doc{background-color:#f7f3e9;background-image:none;color:var(--text, #1a1714)}.docbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 28px;background:#f7f3e9eb;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border-bottom:1px solid rgba(0,0,0,.07)}.docbar .logo{font-family:var(--sans);font-weight:800;font-size:18px;letter-spacing:-.03em;color:#1a1714}.docback{font-family:var(--mono);font-size:12px;color:#36302a;padding-bottom:2px;border-bottom:1px solid rgba(0,0,0,.18);transition:color .15s ease,border-color .15s ease}.docback:hover{color:var(--accent);border-bottom-color:var(--accent)}.doc{max-width:720px;margin:0 auto;padding:72px 28px 96px;color:#36302a;font-family:var(--sans);line-height:1.75}.doc-head{margin:0 0 48px;padding-bottom:32px;border-bottom:1px solid rgba(0,0,0,.1)}.doc-kicker{display:inline-block;font-family:var(--mono);font-size:11.5px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.doc-head h1{font-family:var(--sans);font-weight:700;font-size:clamp(30px,4.4vw,48px);letter-spacing:-.03em;line-height:1.12;color:#18160f;margin:0 0 16px}.doc-meta{font-family:var(--mono);font-size:12px;color:#786e5c;letter-spacing:.04em;margin:0;font-variant-numeric:tabular-nums}.doc-intro{font-size:15.5px;color:#36302a;margin:0 0 56px;line-height:1.78}.doc-section{margin:0 0 40px;padding-top:28px;border-top:1px solid rgba(0,0,0,.07)}.doc-section:first-of-type{border-top:none;padding-top:0}.doc-section h2{font-family:var(--sans);font-weight:700;font-size:17px;letter-spacing:-.018em;color:#18160f;margin:0 0 14px}.doc-section>p{font-size:15px;color:#36302a;margin:0 0 14px;line-height:1.78}.doc-section ul{list-style:none;padding:0;margin:14px 0 0}.doc-section ul li{position:relative;padding:10px 0 10px 22px;font-size:14.5px;color:#36302a;line-height:1.7;border-bottom:1px solid rgba(0,0,0,.06)}.doc-section ul li:last-child{border-bottom:none}.doc-section ul li:before{content:"—";position:absolute;left:0;top:10px;color:var(--accent);font-weight:500}.doc-section ul li b{color:#18160f;font-weight:600;margin-right:2px}.doc-section ul li a{color:var(--accent);border-bottom:1px solid currentColor;padding-bottom:1px}.doc-section ul li a:hover{color:#18160f}.doc-section ul+p{margin-top:18px}.doc-section h3{font-family:var(--sans);font-weight:600;font-size:15px;letter-spacing:-.012em;color:#18160f;margin:26px 0 10px}.doc-section h4{font-family:var(--sans);font-weight:600;font-size:13.5px;letter-spacing:.01em;color:#36302a;margin:18px 0 4px}.doc-section h3+p,.doc-section h4+p{margin-top:6px}.doc-section h3+ul,.doc-section h4+ul{margin-top:4px}.doc-table-wrap{margin:16px 0 10px;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid rgba(0,0,0,.08);border-radius:4px}.doc-table{width:100%;border-collapse:collapse;font-family:var(--sans);font-size:13.5px;color:#36302a;line-height:1.6}.doc-table th,.doc-table td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(0,0,0,.07);border-right:1px solid rgba(0,0,0,.05)}.doc-table th:last-child,.doc-table td:last-child{border-right:none}.doc-table tbody tr:last-child td{border-bottom:none}.doc-table th{font-weight:600;color:#18160f;background:#00000006;font-size:12.5px;letter-spacing:.01em}.doc-close{margin:56px 0 0;padding:24px 0 0;border-top:1px solid rgba(0,0,0,.1);font-family:var(--sans);font-size:15px;color:#18160f;line-height:1.7}.doc-close b{color:var(--accent);font-weight:600}.doc-foot{margin-top:72px;padding-top:28px;border-top:1px solid rgba(0,0,0,.1);font-family:var(--mono);font-size:12px;letter-spacing:.04em;color:#786e5c}.doc-foot p{margin:0}body.page-doc .colophon{color:#786e5c;border-top:1px solid rgba(0,0,0,.08);padding:36px 28px 48px}body.page-doc .colophon a{color:inherit;border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:1px;transition:color .15s ease,border-color .15s ease}body.page-doc .colophon a:hover{color:var(--accent);border-bottom-color:var(--accent)}.colophon a{color:inherit;border-bottom:1px solid currentColor;padding-bottom:1px;transition:color .15s ease,border-color .15s ease}.colophon a:hover{color:var(--accent);border-bottom-color:var(--accent)}@media (max-width: 720px){.docbar{padding:0 16px}.doc{padding:56px 20px 80px}.doc-section{margin:0 0 32px;padding-top:22px}}@media (max-width: 720px){.topbar{padding:0 16px;gap:8px}.tb-left{gap:8px}.tb-date{font-size:12px}.tb-badge{display:none}.hour{padding:64px 20px;min-height:auto;padding-block:72px}.hour-inner{gap:18px;padding-left:36px}.hour-inner:before{left:10px}.hour-time{font-size:36px}.hour-time:before{left:-26px;width:9px;height:9px;border-width:1.5px}.qr-card{width:100%;max-width:280px}.qr-pair{width:100%}.about{padding:16px 18px;margin-top:28px}}
