:root{--color-bg:oklch(98% .004 95);--color-surface:#fff;--color-surface-muted:oklch(96% .004 95);--color-text:oklch(22% .01 95);--color-text-muted:oklch(50% .01 95);--color-text-subtle:oklch(60% .01 95);--color-text-faint:oklch(65% .01 95);--color-border:oklch(91% .004 95);--color-border-light:oklch(93% .004 95);--color-border-input:oklch(88% .004 95);--color-border-dashed:oklch(82% .005 95);--color-accent:oklch(56% .16 258);--color-accent-hover:oklch(48% .16 258);--color-accent-subtle:oklch(95% .02 258);--color-danger:oklch(55% .19 25);--color-danger-hover:oklch(48% .19 25);--color-danger-subtle-bg:oklch(96% .03 25);--color-danger-subtle-border:oklch(85% .08 25);--color-danger-subtle-text:oklch(45% .15 25);--color-success-bg:oklch(45% .03 258);--shadow-sm:0 1px 3px #0000000a;--shadow-card:0 1px 2px #00000008;--shadow-md:0 8px 24px #0000001a;--shadow-lg:0 20px 60px #0003;--shadow-toast:0 8px 24px #0000002e;--radius-sm:6px;--radius-md:8px;--radius-lg:14px;--radius-pill:100px;--font-sans:"Inter", system-ui, sans-serif;--font-display:"Manrope", sans-serif}.field{margin-bottom:16px}.field label{margin-bottom:6px;font-size:13px;font-weight:600;display:block}.field input,.field textarea,.field select{border:1px solid var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface);width:100%;color:var(--color-text);outline:none;padding:10px 12px;font-size:14px}.field textarea{resize:vertical;font-family:inherit}.error-banner{background:var(--color-danger-subtle-bg);border:1px solid var(--color-danger-subtle-border);color:var(--color-danger-subtle-text);border-radius:var(--radius-md);margin-bottom:16px;padding:10px 12px;font-size:13px}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;padding:9px 14px;font-family:inherit;font-size:13.5px;font-weight:600}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover)}.btn-secondary{border:1px solid var(--color-border-input);color:var(--color-text);background:0 0}.btn-ghost{color:var(--color-text-muted);background:0 0;border:none}.btn-danger{background:var(--color-danger);color:#fff}.btn-danger:hover{background:var(--color-danger-hover)}.btn-block{width:100%;padding:11px}.btn-dashed{border:1px dashed var(--color-border-dashed);color:var(--color-text-muted);background:0 0}.modal-overlay{z-index:100;background:#14120f59;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{z-index:101;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);padding:24px;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.modal-title{font-family:var(--font-display);margin:0 0 16px;font-size:17px;font-weight:800}.modal-description{color:var(--color-text-muted);margin:0 0 18px;font-size:13.5px;line-height:1.5}.modal-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}*{box-sizing:border-box}body{background:var(--color-bg);font-family:var(--font-sans);color:var(--color-text);margin:0}input,textarea,select,button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:8px}a{color:var(--color-accent)}a:hover{color:var(--color-accent-hover)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-viewport{z-index:200;outline:none;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex;position:fixed;bottom:20px;right:20px}.toast{border-radius:var(--radius-md);color:#fff;box-shadow:var(--shadow-toast);align-items:center;gap:8px;min-width:220px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.toast--success{background:var(--color-success-bg)}.toast--error{background:var(--color-danger)}.toast__message{align-items:center;gap:8px;margin:0;display:flex}.full-page-spinner{background:var(--color-bg);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.full-page-spinner__ring{border:3px solid var(--color-border-light);border-top-color:var(--color-accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite full-page-spinner-spin}@keyframes full-page-spinner-spin{to{transform:rotate(360deg)}}.auth-layout{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-layout__container{width:380px;max-width:100%}.auth-layout__header{text-align:center;margin-bottom:32px}.auth-layout__logo{border-radius:var(--radius-md);background:var(--color-accent);justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 16px;display:flex}.auth-layout__logo-mark{background:#fff;border-radius:4px;width:16px;height:16px}.auth-layout__title{font-family:var(--font-display);margin:0 0 4px;font-size:24px;font-weight:800}.auth-layout__subtitle{color:var(--color-text-muted);margin:0;font-size:14px}.auth-layout__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px}.auth-layout__footer-text{text-align:center;color:var(--color-text-muted);margin:18px 0 0;font-size:13px}.auth-layout__password-checklist{flex-direction:column;gap:4px;margin-bottom:18px;display:flex}.auth-layout__password-requirement{color:var(--color-text-faint);align-items:center;gap:6px;font-size:12px;display:flex}.auth-layout__password-requirement--met{color:oklch(55% .13 150)}.error-boundary{background:var(--color-bg);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.error-boundary__content{text-align:center;max-width:360px;padding:0 20px}.error-boundary__icon{border-radius:var(--radius-lg);background:var(--color-danger-subtle-bg);justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:24px;display:flex}.error-boundary__title{font-family:var(--font-display);margin:0 0 8px;font-size:19px;font-weight:800}.error-boundary__subtitle{color:var(--color-text-muted);margin:0 0 20px;font-size:14px;line-height:1.5}
