@import "https://fonts.googleapis.com/css2?family=Libre+Bodoni:wght@400;500;600;700&family=Public+Sans:wght@400;500;600;700&display=swap";
:root{--color-primary:#0f172a;--color-on-primary:#fff;--color-secondary:#0ea5a5;--color-secondary-hover:#0d9494;--color-action-soft:#ecfeff;--color-surface:#fff;--color-surface-subtle:#f0fdfa;--color-surface-muted:#ccfbf1;--color-background:linear-gradient(135deg, #f0fdfa 0%, #ecfeff 50%, #f0f9ff 100%);--color-foreground:#0f172a;--color-text-muted:#64748b;--color-border:#64c8c840;--color-border-strong:#14b8a666;--color-success:#059669;--color-success-soft:#ecfdf5;--color-warning:#d97706;--color-warning-soft:#fffbeb;--color-destructive:#dc2626;--color-overlay:#0f172a66;--shadow-menu:0 12px 32px #0ea5a51f, 0 2px 8px #0ea5a50f;--glass-bg:#ffffffb8;--glass-bg-strong:#ffffffd9;--glass-blur:blur(20px);--glass-border:#ffffff80;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-full:999px;--color-muted:var(--color-surface-muted);--color-accent:var(--color-secondary);--color-ring:var(--color-secondary);color:var(--color-foreground);background:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;scroll-behavior:smooth;background-attachment:fixed;font-family:Public Sans,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{scroll-padding-top:88px}button,input,select{font:inherit}button,a,[role=button]{-webkit-tap-highlight-color:#0000}button,a{cursor:pointer}img{max-width:100%}.button{border:1px solid var(--color-border);border-radius:var(--radius-full);min-height:44px;color:var(--color-primary);background:var(--glass-bg-strong);-webkit-backdrop-filter:var(--glass-blur);justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,background .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 8px #0ea5a50f}.button:hover:not(:disabled){border-color:var(--color-border-strong);background:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #0ea5a51f}.button:disabled{opacity:.5;cursor:not-allowed}.buttonPrimary,.buttonAccent{color:#fff;background:linear-gradient(135deg, var(--color-secondary) 0%, #14b8a6 100%);border-color:#0000;box-shadow:0 4px 16px #0ea5a54d}.buttonPrimary:hover:not(:disabled),.buttonAccent:hover:not(:disabled){color:#fff;background:linear-gradient(135deg, var(--color-secondary-hover) 0%, var(--color-secondary) 100%);border-color:#0000;box-shadow:0 6px 20px #0ea5a566}.buttonLarge{min-height:50px;padding:0 20px}:focus-visible{outline:3px solid color-mix(in srgb, var(--color-secondary) 40%, transparent);outline-offset:2px}body{background:var(--color-background);min-width:320px;min-height:100vh;margin:0;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#2dd4bf26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:fixed;top:-20%;right:-10%}body:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#38bdf81f 0%,#0000 70%);border-radius:50%;width:450px;height:450px;position:fixed;bottom:-15%;left:-10%}.__initial{place-items:center;height:100vh;display:grid}.__initial>div{color:var(--color-text-muted);justify-items:center;gap:14px;display:grid}.globalNotFound{text-align:center;place-content:center;justify-items:center;min-height:100vh;padding:32px;display:grid}.globalNotFound strong{color:var(--color-secondary);font-family:Libre Bodoni,serif;font-size:92px;line-height:1}.globalNotFound h1{margin:20px 0 8px;font-size:28px}.globalNotFound p{color:var(--color-text-muted);margin:0 0 28px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
