:root{--surface-page:#f0ead8;--text-primary:#1c1510;--text-secondary:#7a5c48;--accent:#b8923a;--accent-text:#7a5517;--accent-dim:#b8923a1a;--border-accent:#b8923a38}@media (prefers-color-scheme:dark){:root{--surface-page:#191c21;--text-primary:#f0e8d8;--text-secondary:#a09080;--accent:#c9a85c;--accent-text:#c9a85c;--accent-dim:#c9a85c26;--border-accent:#c9a85c38}}*{box-sizing:border-box}html,body,#root{height:100%}body{color:var(--text-primary);margin:0;font-family:Figtree,system-ui,sans-serif}.landing-page{background:var(--surface-page);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.landing-texture{z-index:0;opacity:.045;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}@media (prefers-color-scheme:dark){.landing-texture{opacity:.05;mix-blend-mode:overlay}}.landing-content{z-index:1;text-align:center;max-width:480px;position:relative}@keyframes landing-settle{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fade{0%{opacity:0}to{opacity:1}}.landing-logo,.landing-divider,.landing-badge,.landing-footer{animation-name:landing-settle;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.landing-logo{animation-duration:.85s;animation-delay:0s}.landing-divider{animation-duration:.9s;animation-delay:.73s}.landing-badge{animation-duration:.9s;animation-delay:.79s}.landing-footer{animation-duration:.6s;animation-delay:1.37s}@media (prefers-reduced-motion:reduce){.landing-logo,.landing-divider,.landing-badge,.landing-footer{animation:.2s both landing-fade}}.landing-logo{justify-content:center;align-items:baseline;margin:0 0 24px;display:flex}.landing-divider{background:var(--border-accent);width:32px;height:1px;margin:0 auto 24px;display:block}.landing-logo-latin{color:var(--text-primary);letter-spacing:-.3px;font-family:EB Garamond,Georgia,serif;font-size:clamp(2.5rem,1.7rem + 5.4vw,3.25rem);font-weight:600;line-height:1}.landing-logo-cjk{color:var(--text-secondary);margin-left:8px;font-family:Noto Serif TC,serif;font-size:clamp(1.8rem,1.15rem + 3.9vw,2.35rem);font-weight:400;line-height:1}.landing-badge{color:var(--accent-text);letter-spacing:.12em;text-transform:uppercase;font-size:13px;font-weight:600;display:block}.landing-footer{z-index:1;text-align:center;color:var(--text-secondary);font-size:12px;position:absolute;bottom:24px;left:0;right:0}
