@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");*{box-sizing:border-box}html{color-scheme:only light;min-width:320px;background:var(--bg)}body,html{max-width:100%;overflow-x:hidden}body{color:var(--text);font-family:Pretendard,Apple SD Gothic Neo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--t-body-size);-webkit-font-smoothing:antialiased}body,h1,h2{margin:0;letter-spacing:0}h1{font-size:var(--t-display-size);line-height:var(--t-display-lh);font-weight:var(--t-display-w)}h2{font-size:var(--t-heading-size);line-height:var(--t-heading-lh);font-weight:var(--t-heading-w)}button,input{font:inherit}button{cursor:pointer}input,select{min-height:44px;border:1px solid var(--border);border-radius:var(--r-md);padding:var(--sp-2) var(--sp-3);color:var(--text);background:var(--surface)}select{width:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--primary-tint);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.boot-shell{justify-content:center;gap:var(--sp-8);min-height:100vh;padding:var(--sp-6);background:var(--bg)}.boot-brand,.boot-shell{display:flex;flex-direction:column;align-items:center}.boot-brand{gap:var(--sp-2);animation:boot-fade-in .4s ease both}.boot-logo{width:64px;height:64px}.boot-wordmark{font-size:var(--t-title-size);font-weight:var(--t-title-w);letter-spacing:-.01em;color:var(--text)}.boot-spinner{width:28px;height:28px;border-radius:var(--r-circle);border:3px solid var(--border);border-top-color:var(--primary);animation:boot-spin .7s linear infinite}@keyframes boot-spin{to{transform:rotate(1turn)}}@keyframes boot-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.boot-spinner{animation-duration:1.4s}.boot-brand{animation:none}}:root{--bg:#faf8f3;--surface:#ffffff;--surface-2:#f3f1ea;--surface-3:#f0ede4;--hairline:#ece9e1;--border:#e9e6dd;--border-strong:#d3cfc4;--text-strong:#1b1a16;--text:#2c2a26;--text-muted:#7a776d;--text-faint:#a8a49a;--primary:#2563eb;--primary-strong:#1d4ed8;--primary-soft:#eef3fb;--primary-tint:rgba(37,99,235,0.12);--success-fg:#059669;--success-bg:#ecfdf5;--success-line:#a8dcc9;--warning-fg:#b45309;--warning-bg:#fffbeb;--warning-line:#f0c87a;--danger-fg:#dc2626;--danger-bg:#fef2f2;--danger-line:#f1b4b4;--info-fg:#1d4ed8;--info-bg:#eef3fb;--info-line:#bfd4f5;--t-display-size:28px;--t-display-lh:1.2;--t-display-w:700;--t-title-size:22px;--t-title-lh:1.25;--t-title-w:700;--t-heading-size:18px;--t-heading-lh:1.3;--t-heading-w:700;--t-body-size:16px;--t-body-lh:1.6;--t-body-w:400;--t-ui-size:14px;--t-ui-lh:1.5;--t-ui-w:500;--t-label-size:13px;--t-label-lh:1.4;--t-label-w:700;--t-caption-size:12px;--t-caption-lh:1.4;--t-caption-w:500;--t-meta-size:11px;--t-meta-lh:1.3;--t-meta-w:500;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--ico-sm:16px;--ico-md:20px;--ico-lg:24px;--r-xs:6px;--r-sm:8px;--r-md:10px;--r-lg:12px;--r-xl:16px;--r-pill:999px;--r-circle:50%;--sh-1:0 1px 2px rgba(28,26,22,0.06);--sh-2:-18px 0 40px -30px rgba(28,26,22,0.28);--sh-3:0 12px 32px -12px rgba(28,26,22,0.24);--dur-fast:120ms;--dur-base:250ms;--dur-slow:300ms;--ease:cubic-bezier(0.2,0.8,0.2,1);--chat-max:760px;--bubble-max:680px;--z-panel:200;--z-modal:300;--z-toast:400;--z-tour:800;--z-chat:9999;--background:var(--bg);--surface-muted:var(--surface-2);--muted:var(--text-muted);--accent:#16a34a;--warning-text:var(--warning-fg);--error-bg:var(--danger-bg);--error-text:var(--danger-fg);--ok-bg:var(--success-bg);--ok-text:var(--success-fg);--radius:var(--r-md)}