:root{--primary: #1447e6;--primary-dark: #0d35b8;--primary-light: #4d7aff;--secondary: #0ea5e9;--secondary-dark: #0284c7;--accent: #06b6d4;--gradient-primary: linear-gradient(135deg, #1447e6 0%, #0ea5e9 100%);--gradient-secondary: linear-gradient(135deg, #06b6d4 0%, #1447e6 100%);--gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-warning: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--info: #3b82f6;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-glow: 0 0 20px rgba(20, 71, 230, .3);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:#0d1524;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:var(--radius-lg);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background:#1447e6;color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background:#0d35b8;transform:translateY(-2px);box-shadow:var(--shadow-lg),var(--shadow-glow)}.btn-secondary{background:var(--gray-100);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-200)}.btn-success{background:var(--gradient-success);color:#fff}.btn-success:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.card{background:#fff;border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-md);transition:all .3s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}input[type=text],input[type=email],input[type=number],input[type=date],select,textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-sans);transition:all .2s;background:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1447e61a}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600}.badge-primary{background:var(--primary-light);color:var(--primary-dark)}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#991b1b}.text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:var(--space-2xl) 0}body{margin:0;padding:0;background:#101828;min-height:100vh}.dashboard-shell.svelte-12qhfyh{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#101828}.dashboard-sidebar.svelte-12qhfyh{position:sticky;top:0;height:100vh;padding:1.2rem 1rem;display:flex;flex-direction:column;gap:1.35rem;background:#101828;border-right:1px solid rgba(255,255,255,.06);z-index:2}.sidebar-brand.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.25rem .35rem .6rem}.sidebar-brand-copy.svelte-12qhfyh{display:flex;align-items:center;gap:.9rem;min-width:0}.sidebar-logo.svelte-12qhfyh{width:2.25rem;height:2.25rem;border-radius:.7rem;display:grid;place-items:center;background:linear-gradient(135deg,#0047dd,#1f7bff);color:#fff;font-weight:800}.sidebar-logo.svelte-12qhfyh img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover;border-radius:inherit}.sidebar-title.svelte-12qhfyh{color:#fff;font-size:1.2rem;font-weight:800;line-height:1.1}.sidebar-subtitle.svelte-12qhfyh{color:#f9fafcad;font-size:.78rem}.sidebar-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:.45rem;padding-top:.35rem}.sidebar-link.svelte-12qhfyh{display:flex;align-items:center;min-height:44px;padding:.8rem .95rem;border-radius:.9rem;text-decoration:none;color:#f9fafcd1;font-size:.95rem;font-weight:600}.sidebar-link[aria-current=page].svelte-12qhfyh{background:linear-gradient(135deg,#0047dd47,#0047dd1f);color:#fff}.sidebar-help.svelte-12qhfyh{margin-top:auto;padding:1rem;border-radius:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);display:grid;gap:.85rem}.help-icon.svelte-12qhfyh{width:2rem;height:2rem;border-radius:999px;display:grid;place-items:center;background:#0047dd2e;color:#dce7ff;font-weight:700}.help-title.svelte-12qhfyh{color:#fff;font-weight:700;margin-bottom:.2rem}.help-copy.svelte-12qhfyh{color:#f9fafcb3;font-size:.85rem}.help-button.svelte-12qhfyh{padding:.75rem .95rem;border-radius:.75rem;border:1px solid rgba(0,71,221,.45);background:#0047dd14;color:#7eb1ff;font-weight:700;cursor:pointer}.dashboard-main.svelte-12qhfyh{min-width:0;display:flex;flex-direction:column;padding-top:.85rem;position:relative;z-index:1}@media(max-width:1280px){.dashboard-shell.svelte-12qhfyh{grid-template-columns:84px minmax(0,1fr)}.sidebar-brand.svelte-12qhfyh{flex-direction:column;align-items:center;justify-content:center;gap:.65rem}.sidebar-brand-copy.svelte-12qhfyh{flex-direction:column;gap:.5rem}.sidebar-title.svelte-12qhfyh,.sidebar-subtitle.svelte-12qhfyh,.sidebar-link.svelte-12qhfyh,.sidebar-help.svelte-12qhfyh{font-size:0}.sidebar-nav.svelte-12qhfyh{align-items:center}.sidebar-link.svelte-12qhfyh{width:56px;padding-inline:0;justify-content:center}.sidebar-help.svelte-12qhfyh{display:none}}@media(max-width:960px){.dashboard-shell.svelte-12qhfyh{grid-template-columns:1fr}.dashboard-sidebar.svelte-12qhfyh{position:relative;height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}}@media(max-width:640px){.dashboard-shell.svelte-12qhfyh{grid-template-columns:1fr}.dashboard-sidebar.svelte-12qhfyh{position:relative;height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.06);padding:.75rem 1rem;flex-direction:row;align-items:center}.dashboard-sidebar.svelte-12qhfyh>:where(.svelte-12qhfyh){display:none}.dashboard-sidebar.svelte-12qhfyh .sidebar-brand:where(.svelte-12qhfyh){display:flex}.sidebar-help.svelte-12qhfyh{display:none}.dashboard-main.svelte-12qhfyh{padding-top:.5rem}}
