:root{--primary: #f97316;--primary-hover: #ea580c;--primary-light: #fed7aa;--primary-dark: #c2410c;--secondary: #64748b;--secondary-hover: #475569;--success: #22c55e;--success-light: #dcfce7;--warning: #eab308;--warning-light: #fef9c3;--danger: #ef4444;--danger-light: #fee2e2;--info: #3b82f6;--info-light: #dbeafe;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--radius: .75rem;--radius-sm: .5rem;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--gray-50);color:var(--gray-800);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:.9375rem}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;border:1px solid var(--gray-100)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 2px 4px #f973164d}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-hover) 0%,var(--primary-dark) 100%);transform:translateY(-1px);box-shadow:0 4px 8px #f9731666}.btn-secondary{background:#fff;color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-danger{background:linear-gradient(135deg,var(--danger) 0%,#dc2626 100%);color:#fff}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.btn-sm{padding:.375rem .875rem;font-size:.8125rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.8125rem;color:var(--gray-700);text-transform:uppercase;letter-spacing:.025em}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:#fff;transition:all .2s ease;font-size:.9375rem}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f9731626}.form-input::placeholder{color:var(--gray-400)}.form-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:#fff;cursor:pointer;font-size:.9375rem;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem}.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f9731626}.table{width:100%;border-collapse:separate;border-spacing:0}.table th,.table td{padding:1rem 1.25rem;text-align:left}.table th{background:var(--gray-50);font-weight:600;font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--gray-200)}.table td{border-bottom:1px solid var(--gray-100);font-size:.9375rem}.table tbody tr{transition:background .15s ease}.table tbody tr:hover{background:var(--gray-50)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.025em}.badge-success{background:var(--success-light);color:#166534}.badge-warning{background:var(--warning-light);color:#854d0e}.badge-danger{background:var(--danger-light);color:#991b1b}.badge-info{background:var(--info-light);color:#1e40af}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.page-title{margin:0;font-size:1.75rem;font-weight:700;color:var(--gray-900);letter-spacing:-.025em}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-4{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-right{text-align:right}.text-muted{color:var(--gray-500)}.text-sm{font-size:.875rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}}.app-layout.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:280px;background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:50}.logo.svelte-12qhfyh{padding:1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.logo-icon.svelte-12qhfyh{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #f9731666}.logo-icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:22px;height:22px;color:#fff}.logo-text.svelte-12qhfyh{font-size:1.375rem;font-weight:700;letter-spacing:-.025em}nav.svelte-12qhfyh{flex:1;padding:1.5rem 0;overflow-y:auto}.nav-section.svelte-12qhfyh{padding:1rem 1.5rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#64748b}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.5rem;color:#94a3b8;text-decoration:none;transition:all .2s ease;margin:.25rem .75rem;border-radius:.5rem;font-weight:500}.nav-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:20px;height:20px;flex-shrink:0}.nav-item.svelte-12qhfyh:hover{background:#ffffff0d;color:#fff}.nav-item.active.svelte-12qhfyh{background:linear-gradient(135deg,#f9731633,#ea580c1a);color:#f97316}.nav-item.active.svelte-12qhfyh svg:where(.svelte-12qhfyh){color:#f97316}.user-section.svelte-12qhfyh{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.user-info.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:.75rem;margin-bottom:.75rem}.user-avatar.svelte-12qhfyh{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.user-details.svelte-12qhfyh{display:flex;flex-direction:column;min-width:0}.user-name.svelte-12qhfyh{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email.svelte-12qhfyh{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;background:#ef44441a;color:#f87171;border-radius:.5rem;text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s ease}.logout-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:18px;height:18px}.logout-btn.svelte-12qhfyh:hover{background:#ef444433;color:#fca5a5}.main-content.svelte-12qhfyh{flex:1;margin-left:280px;padding:2rem 2.5rem;background:#f8fafc;min-height:100vh}@media(max-width:1024px){.sidebar.svelte-12qhfyh{width:240px}.main-content.svelte-12qhfyh{margin-left:240px;padding:1.5rem}}
