@charset "UTF-8";:root{--color-primary: #0066ff;--color-primary-700: #1d4ed8;--color-primary-50: #eaf2ff;--color-navy: #071d49;--color-accent: #00d4ff;--color-accent-purple: #7c3aed;--color-success: #00b050;--color-success-50: #e8f8f0;--color-warning: #ffb000;--color-warning-50: #fff4d6;--color-error: #e53935;--color-error-50: #fdecec;--color-info: #0ea5e9;--bg-app: #f8fafc;--surface: #ffffff;--surface-2: #f1f5f9;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #071d49;--text-secondary: #475569;--text-muted: #64748b;--text-subtle: #94a3b8;--sidebar-bg: #ffffff;--sidebar-w: 252px;--sidebar-w-collapsed: 76px;--topbar-h: 64px;--bottom-nav-h: 62px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 8px 24px rgba(15, 23, 42, .06);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .1);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--font-sans: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-logo: "Sora", "Space Grotesk", var(--font-sans);--grad-brand: linear-gradient(135deg, #0066ff 0%, #00a3ff 50%, #00d4ff 100%);--grad-btn: linear-gradient(135deg, #0066ff 0%, #1d4ed8 100%);--grad-navy: linear-gradient(160deg, #071d49 0%, #0a2a6b 55%, #0066ff 140%);--ring: 0 0 0 3px rgba(0, 102, 255, .3);--z-drawer: 40;--z-modal: 100;--z-toast: 1000}[data-theme=dark]{--bg-app: #020817;--surface: #071426;--surface-2: #0b1b33;--border: #1e293b;--border-strong: #334155;--sidebar-bg: #071426;--text: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--color-primary-50: rgba(0, 102, 255, .16)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:var(--font-sans);font-size:14px;line-height:1.6;color:var(--text);background:var(--bg-app);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.4;color:var(--text);letter-spacing:-.01em}h1{font-size:1.75rem}h2{font-size:1.5rem;font-weight:600}h3{font-size:1.25rem;font-weight:600}p{margin:0}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--radius-sm)}.text-muted{color:var(--text-muted)}.text-subtle{color:var(--text-subtle)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tnum{font-variant-numeric:tabular-nums}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-pill);border:2px solid transparent;background-clip:content-box}.page{padding:1.5rem 2rem 3rem;max-width:1280px;margin:0 auto}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.page-header__titles h1{font-size:1.5rem}.page-header__sub{color:var(--text-muted);font-size:.875rem;margin-top:.15rem}.back-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.8125rem;margin-bottom:.5rem}.back-link:hover{color:var(--color-primary);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font:inherit;font-weight:600;font-size:.875rem;line-height:1;padding:.6rem 1.1rem;min-height:40px;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .05s ease;white-space:nowrap;text-decoration:none}.btn:active{transform:translateY(.5px)}.btn:disabled,.btn[disabled]{background:var(--surface-2);color:var(--text-subtle);border-color:var(--border);cursor:not-allowed;opacity:1;filter:none}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover:not(:disabled){background:var(--color-primary-700);text-decoration:none}.btn--outline{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.btn--outline:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}.btn--text{background:transparent;color:var(--color-primary);padding:.5rem .6rem;min-height:auto}.btn--text:hover:not(:disabled){background:var(--color-primary-50);text-decoration:none}.btn--danger{background:var(--color-error);color:#fff}.btn--danger:hover:not(:disabled){filter:brightness(.95);text-decoration:none}.btn--sm{min-height:32px;padding:.35rem .7rem;font-size:.8125rem}.btn--block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.card--pad{padding:1.25rem 1.5rem}.card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.card__title{font-size:1rem;font-weight:600}.card__body{padding:1.25rem}.badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);white-space:nowrap}.badge--success{background:#e8f8f0;color:#008a46;border-color:transparent}.badge--warning{background:#fff4d6;color:#b77900;border-color:transparent}.badge--error{background:#fdecec;color:#e53935;border-color:transparent}.badge--info{background:#eaf2ff;color:#06f;border-color:transparent}.badge--neutral{background:var(--surface-2);color:var(--text-muted)}.field{display:flex;flex-direction:column;gap:.35rem}.field>label,.field__label{font-size:.875rem;font-weight:600;color:var(--text)}.field__hint{font-size:.8125rem;color:var(--text-muted)}.field__error{font-size:.8125rem;color:var(--color-error)}.input,.select,.textarea,input:not([type]),input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=search],input[type=tel],input[type=url],select,textarea{font:inherit;font-size:.9375rem;width:100%;padding:.55rem .85rem;min-height:42px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}textarea{min-height:auto;resize:vertical}.input:focus,.select:focus,.textarea:focus,input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:var(--ring)}input::placeholder,textarea::placeholder{color:var(--text-subtle)}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.75rem;display:flex;flex-direction:column;gap:1.1rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;align-items:center;flex-wrap:wrap}.alert{font-size:.875rem;padding:.7rem .9rem;border-radius:var(--radius-sm);border:1px solid transparent}.alert--error{background:var(--color-error-50);color:#b91c1c}.alert--success{background:var(--color-success-50);color:#047a3b}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{text-align:left;font-weight:600;font-size:.75rem;letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);padding:.8rem 1rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.table td{padding:.85rem 1rem;border-bottom:1px solid var(--border);color:var(--text)}.table tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--surface-2)}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--text-muted)}.empty-state__title{font-weight:600;color:var(--text);margin-bottom:.35rem}@media(max-width:640px){.table--stack thead{display:none}.table--stack tr{display:block;border-bottom:8px solid var(--bg-app)}.table--stack td{display:flex;justify-content:space-between;gap:1rem;border:none;padding:.5rem 1rem}.table--stack td:before{content:attr(data-label);font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase}}select,.select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.4rem;cursor:pointer}.btn--primary{background:var(--grad-btn)}.btn--primary:hover:not(:disabled){background:var(--grad-btn);filter:brightness(1.06)}.auth-title{font-size:1.5rem;margin:0 0 .35rem}.auth-subtitle{color:var(--text-muted);font-size:.9375rem;margin:0 0 1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-alt{margin-top:1.25rem;font-size:.875rem;color:var(--text-muted)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
