:root{--clr-header-bg: #18243a;--clr-header-fg: #e2e8f4;--clr-header-border: #253450;--clr-sidebar-bg: #1d2d42;--clr-sidebar-hover: #25374f;--clr-sidebar-active: #527db5;--clr-sidebar-border: #253450;--clr-sidebar-fg: #c8d4e8;--clr-sidebar-fg-muted: #a0b8d0;--clr-bg: #f7f9fc;--clr-surface: #ffffff;--clr-border: #e2e8f0;--clr-text-primary: #0f172a;--clr-text-secondary: #475569;--clr-text-muted: #94a3b8;--clr-accent: #4a7cf0;--clr-accent-hover: #3b6de0;--header-h: 52px;--sidebar-w: 300px;--radius-sm: 4px;--radius-md: 8px;--radius-pill: 9999px;--clr-gate-bg: #dbeafe;--clr-gate-text: #1e40af;--clr-gate-border: #bfdbfe}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--clr-bg);color:#1f2937;line-height:1.5;min-height:100dvh}#root{min-height:100dvh}.auth-layout{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:1.5rem;gap:0}.auth-layout>*{width:100%;max-width:420px}.auth-layout h1{font-size:1.5rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:.375rem}.auth-brand{display:block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:.5rem}.auth-layout p{font-size:.9375rem;color:#6b7280;margin-top:.5rem;line-height:1.6}.auth-layout p[role=alert]{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5;border-radius:8px;padding:.625rem .875rem;font-size:.875rem;margin-top:1rem}.auth-layout p[role=status]{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7;border-radius:8px;padding:.625rem .875rem;font-size:.875rem;margin-top:1rem}.auth-gate{display:flex;align-items:flex-start;gap:.75rem;background:var(--clr-gate-bg);color:var(--clr-gate-text);border:1px solid var(--clr-gate-border);border-radius:8px;padding:.875rem 1rem;margin-top:1.25rem;line-height:1.5}.auth-gate p{color:var(--clr-gate-text);font-size:.9375rem;margin-top:0}.auth-spinner{display:inline-block;width:14px;height:14px;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:tlm-spin .6s linear infinite;vertical-align:middle;margin-right:.5rem}@media (prefers-reduced-motion: reduce){.auth-spinner{animation:none;opacity:.5}}.auth-layout form{display:flex;flex-direction:column;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-top:1.5rem;box-shadow:0 1px 3px #00000012,0 1px 2px -1px #00000012}.auth-layout label{font-size:.875rem;font-weight:500;color:#374151;display:block}.auth-layout input[type=email],.auth-layout input[type=password],.auth-layout input[type=text]{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-family:inherit;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none}.auth-layout input[type=email]:focus,.auth-layout input[type=password]:focus,.auth-layout input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.auth-layout input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.auth-layout button[type=submit],.auth-layout button[type=button]{width:100%;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .15s,opacity .15s;min-height:44px}.auth-layout form button{background:#2563eb;color:#fff;margin-top:.25rem}.auth-layout form button:hover:not(:disabled){background:#1d4ed8}.auth-layout>button{background:#1f2937;color:#fff;margin-top:.75rem}.auth-layout>button:hover:not(:disabled){background:#111827}.auth-layout button:disabled{opacity:.45;cursor:not-allowed}.auth-layout button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}*:focus-visible{outline:2px solid #2563eb;outline-offset:2px}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}strong{font-weight:600}@keyframes tlm-upload-pulse{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media (prefers-reduced-motion: reduce){.tlm-upload-pulse-bar{animation:none!important;width:100%!important;opacity:.5}}.sidebar-search::placeholder{color:var(--clr-sidebar-fg-muted)}@keyframes tlm-spin{to{transform:rotate(360deg)}}.filter-chip:hover:not([aria-pressed=true]){background:#ffffff14!important;border-color:#ffffff40!important}
