:root{--font-geist-sans:"Noto Sans KR", "Malgun Gothic", "Segoe UI", Arial, Helvetica, sans-serif;--font-geist-mono:"Cascadia Mono", "Consolas", "SFMono-Regular", monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface-canvas:#f3f5f7;--surface-raised:#fff;--surface-subtle:#eef1f5;--surface-strong:#e8edff;--text-primary:#15191e;--text-secondary:#5f6975;--text-disabled:#8b95a1;--text-on-accent:#fff;--border-default:#e1e6ec;--border-strong:#7b8794;--accent-primary:#3159d9;--accent-primary-strong:#294cc0;--accent-primary-pressed:#1f3f9c;--accent-strong:#3159d9;--accent-soft:#dce5ff;--living-soft:#e8edff;--status-success:#136b3a;--status-progress:#265fa8;--status-warning:#8a4b00;--status-unavailable:#8b2e36;--focus-ring:#3159d9;--surface-input:#fff;--surface-danger:#fff0ee;--text-danger:#771d1d;--shadow-color:#15191e1a;--background:var(--surface-canvas);--foreground:var(--text-primary)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface-canvas:#10141a;--surface-raised:#171c24;--surface-subtle:#242c38;--surface-strong:#273454;--text-primary:#f4f7fa;--text-secondary:#b8c1cc;--text-disabled:#7f8a97;--text-on-accent:#fff;--border-default:#303945;--border-strong:#697584;--accent-primary:#4f6ac9;--accent-primary-strong:#5c78d6;--accent-primary-pressed:#405ab7;--accent-strong:#8da6ff;--accent-soft:#aebeff;--living-soft:#273454;--status-success:#62c98a;--status-progress:#7daaf0;--status-warning:#e1a65a;--status-unavailable:#ef8992;--focus-ring:#8da6ff;--surface-input:#1e2530;--surface-danger:#3a2428;--text-danger:#ffb5ba;--shadow-color:#00000052}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}::selection{background:var(--accent-primary);color:var(--text-on-accent)}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans), "Noto Sans KR", "Malgun Gothic", Arial, Helvetica, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input,select,textarea{color:var(--text-primary)}.passai-theme-switcher{z-index:100;border:1px solid var(--border-default);background:var(--surface-raised);box-shadow:0 .5rem 1.5rem var(--shadow-color);border-radius:.75rem;gap:.25rem;padding:.3rem;display:inline-flex;position:fixed;bottom:1rem;right:1rem}.passai-theme-switcher button{min-width:3.25rem;min-height:2.5rem;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.5rem;padding:.55rem .75rem;font-size:.78rem;font-weight:750}.passai-theme-switcher button:hover{background:var(--surface-subtle);color:var(--text-primary)}.passai-theme-switcher button[aria-pressed=true]{background:var(--accent-primary);color:var(--text-on-accent)}@media (max-width:640px){.passai-theme-switcher{bottom:.6rem;right:.6rem}}
