@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap";:root{--brand-navy:#10375c;--brand-orange:#eb8317;--surface-bg:#f0f2f5;--surface-white:#fff;--text-active:#10375c;--text-muted:#64748b;--radius:12px;--transition:all .2s ease}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}body{background-color:var(--surface-bg);color:var(--text-active);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4{font-family:Outfit,sans-serif}.dashboard-root{width:100vw;height:100vh;display:flex;overflow:hidden}.dashboard-sidebar{background-color:var(--brand-navy);color:#fff;width:260px;min-width:260px;height:100%;transition:var(--transition);flex-direction:column;display:flex}.dashboard-main{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.dashboard-header{background-color:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.dashboard-content{background-color:var(--surface-bg);flex:1;padding:2rem;overflow-y:auto}.card{border-radius:var(--radius);background:#fff;border:1px solid #e2e8f0;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--brand-orange);color:#fff}.btn-primary:hover{opacity:.9}.btn-secondary{color:#475569;background-color:#f1f5f9;border:1px solid #e2e8f0}.form-input{width:100%;transition:var(--transition);border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:.75rem 1rem}.form-input:focus{border-color:var(--brand-orange)}.clean-table-container{border-radius:var(--radius);background:#fff;border:1px solid #e2e8f0;width:100%;overflow-x:auto}.clean-table{border-collapse:collapse;width:100%}.clean-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.clean-table td{border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;font-size:.875rem}.nav-link{color:#94a3b8;transition:var(--transition);border-radius:8px;align-items:center;gap:1rem;margin:.2rem 1rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.nav-link:hover{color:#fff;background-color:#ffffff0d}.nav-link.active{background-color:var(--brand-orange);color:#fff}.alert-banner{color:#92400e;background-color:#fef3c7;border-bottom:1px solid #fde68a;justify-content:space-between;align-items:center;padding:.8rem 2rem;font-size:.875rem;font-weight:600;display:flex}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}
