:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1a202c;--primary: #f6c90e;--primary-dark: #e0b700;--sidebar-text: #5a6475;--sidebar-title: #1b2559}*{box-sizing:border-box}body{margin:0;background:#f4f7fe}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#ffffffc7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999}.loader-card{width:180px;height:180px;border-radius:24px;background:#fff;box-shadow:0 22px 50px #1a202c2e;display:grid;place-items:center;gap:10px;padding-top:8px}.progress-circle{width:84px;height:84px;border-radius:999px;background:conic-gradient(var(--primary) 0deg,var(--primary-dark) 120deg,#f6f7fb 280deg,#f6f7fb 360deg);animation:spin 1.1s linear infinite;display:grid;place-items:center}.progress-inner{width:60px;height:60px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #eef2f9}.loader-text{margin:0;font-weight:700;color:#1b2559;letter-spacing:.02em}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.horizon-shell{min-height:100vh;display:flex}.sidebar{width:240px;background:#fff;border-right:1px solid #e7ecf3;padding:28px 18px;display:flex;flex-direction:column;gap:20px}.brand-block{padding:6px 10px}.brand-eyebrow{margin:0;color:#8f9bba;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.brand-title{margin:6px 0 4px;color:var(--sidebar-title);font-size:24px}.brand-user{margin:0;color:var(--sidebar-text);font-size:14px}.sidebar-nav{display:flex;flex-direction:column;gap:6px}.sidebar-item{text-decoration:none;color:var(--sidebar-text);border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;font-weight:600;transition:all .2s ease}.sidebar-item:hover{background:#fff8db;color:#4a5568}.sidebar-item-active{background:#fff4bf;color:#1f2937;box-shadow:0 8px 18px #f6c90e40}.sidebar-item-dot{width:8px;height:8px;border-radius:999px;background:#d6deeb}.sidebar-item-active .sidebar-item-dot{background:var(--primary)}.sidebar-logout{margin-top:auto}.language-switcher{margin-top:12px}.language-switcher label{display:block;margin-bottom:6px;font-size:12px;color:#7b879f}.content{flex:1;padding:24px;display:grid;gap:16px}.card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 12px 30px #1a202c14}.btn{border:none;border-radius:12px;padding:10px 16px;font-weight:600;cursor:pointer;background:#eef2f9}.btn-primary{background:var(--primary);color:#1b2559}.btn-primary:hover{background:var(--primary-dark)}.btn-success{background:#dcfce7;color:#166534}.btn-danger{background:#fee2e2;color:#991b1b}.btn-icon{display:inline-flex;align-items:center;gap:6px}.input{width:100%;border:1px solid #d8e1f0;border-radius:12px;padding:10px 12px}.toolbar{display:flex;justify-content:space-between;align-items:center}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px;border-bottom:1px solid #e7ecf3;text-align:left}.actions{display:flex;gap:10px}.empty-state{text-align:center;color:#7b879f;font-weight:600}.table-loader-wrap{display:inline-flex;align-items:center;gap:10px;justify-content:center}.table-loader{width:18px;height:18px;border-radius:999px;border:3px solid #fde68a;border-top-color:#f59e0b;animation:spin .9s linear infinite}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card h2{margin:10px 0 0;color:#1b2559}.btn:disabled{opacity:.6;cursor:not-allowed}.table-pagination{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}.table-pagination-controls{display:flex;align-items:center;gap:8px}.per-page-select{width:90px;padding:8px 10px}.toast-stack{position:fixed;top:18px;right:18px;display:grid;gap:10px;z-index:99999}.toast-item{min-width:240px;max-width:420px;padding:10px 14px;border-radius:10px;color:#fff;box-shadow:0 10px 20px #0f172a2e;font-weight:600}.toast-success{background:#16a34a}.toast-error{background:#dc2626}
