*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--color-text:#14171f;--color-text-muted:#6b7280;--color-surface:#fff;--color-surface-muted:#f4f6f8;--color-surface-translucent:#ffffffd1;--color-border-soft:#14171f14;--color-border-strong:#14171f24;--color-accent:#0f766e;--color-accent-soft:#e6f4f3;--color-danger:#dc2626;--color-danger-soft:#fee2e2;--color-success:#16a34a;--color-success-soft:#dcfce7;--color-warning:#b45309;--color-warning-soft:#fffbeb;--color-overlay:#0f172a73;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--shadow-card:0 8px 25px #0f172a14;--shadow-dropdown:0 12px 32px -8px #14171f2e, 0 2px 8px #14171f0f;--background:var(--color-surface);--foreground:var(--color-text)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-text:#eef1f6;--color-text-muted:#9aa3b2;--color-surface:#1b1f27;--color-surface-muted:#262b35;--color-surface-translucent:#1b1f27d1;--color-border-soft:#ffffff14;--color-border-strong:#ffffff29;--color-accent:#2dd4bf;--color-accent-soft:#2dd4bf24;--color-danger:#f87171;--color-danger-soft:#f8717124;--color-success:#4ade80;--color-success-soft:#4ade8024;--color-warning:#fbbf24;--color-warning-soft:#fbbf2424;--color-overlay:#0009;--shadow-card:0 8px 25px #0006;--shadow-dropdown:0 12px 32px -8px #0000008c, 0 2px 8px #00000059}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-text:#eef1f6;--color-text-muted:#9aa3b2;--color-surface:#1b1f27;--color-surface-muted:#262b35;--color-surface-translucent:#1b1f27d1;--color-border-soft:#ffffff14;--color-border-strong:#ffffff29;--color-accent:#2dd4bf;--color-accent-soft:#2dd4bf24;--color-danger:#f87171;--color-danger-soft:#f8717124;--color-success:#4ade80;--color-success-soft:#4ade8024;--color-warning:#fbbf24;--color-warning-soft:#fbbf2424;--color-overlay:#0009;--shadow-card:0 8px 25px #0006;--shadow-dropdown:0 12px 32px -8px #0000008c, 0 2px 8px #00000059}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--background);color:var(--foreground);font-family:Inter,system-ui,sans-serif}.login-container{background:var(--color-surface-muted);justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:32px;display:flex}.login-card{background:var(--color-surface);width:100%;max-width:420px;color:var(--color-text);border:1px solid var(--color-border-soft);box-shadow:var(--shadow-card);border-radius:20px;padding:40px}.login-card h1{margin-bottom:8px;font-size:2rem}.login-card p{color:var(--color-text-muted);margin-bottom:28px}.login-form{flex-direction:column;gap:16px;display:flex}.login-form input{border:1px solid var(--color-border-strong);background:var(--color-surface);height:48px;color:var(--color-text);border-radius:12px;padding:0 16px;font-size:15px;transition:all .2s}.login-form input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.login-form button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:12px;height:48px;font-size:15px;font-weight:600;transition:all .2s}.login-form button:hover{opacity:.9}.login-card>a{text-align:center;color:#2563eb;margin-top:18px;text-decoration:none;display:block}.divider{background:var(--color-border-soft);height:1px;margin:28px 0}.login-card p:last-child{text-align:center;margin:0}.register-page{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.register-card{background:var(--color-surface);width:100%;max-width:420px;color:var(--color-text);box-shadow:var(--shadow-card);border-radius:18px;padding:2rem}.register-card h1{margin-bottom:.5rem}.register-card p{color:var(--color-text-muted);margin-bottom:2rem}.register-form{flex-direction:column;gap:1rem;display:flex}.register-form label{font-weight:600}.register-form input{border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);border-radius:10px;padding:.85rem 1rem;font-size:1rem}.register-form input:focus{border-color:#3b82f6;outline:none}.register-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;margin-top:1rem;padding:.9rem;font-weight:600;transition:all .2s}.register-form button:hover{background:#1d4ed8}.register-form button:disabled{opacity:.6;cursor:not-allowed}.checkbox-label{color:var(--color-text-muted);align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex;font-weight:400!important}.checkbox-label input[type=checkbox]{width:auto;margin-top:.2rem}.form-error{color:var(--color-danger);font-size:.88rem}
