:root{--orange:#f97316;--black:#0f172a;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-500:#64748b;--gray-700:#334155;--gray-900:#0f172a;--green:#16a34a;--green-light:#dcfce7;--red:#dc2626;--red-light:#fee2e2;--blue:#2563eb;--blue-light:#dbeafe;--yellow:#d97706;--yellow-light:#fef3c7;--purple:#7c3aed;--purple-light:#ede9fe;--radius:10px;--shadow:0 1px 3px #00000014;--shadow-md:0 4px 6px -1px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--gray-50);color:var(--gray-900);min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.layout{min-height:100dvh;display:flex}.sidebar{background:var(--black);width:220px;color:var(--white);z-index:100;flex-direction:column;flex-shrink:0;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{border-bottom:1px solid #ffffff14;padding:20px 16px}.sidebar-logo .brand{color:var(--orange);font-size:1.2rem;font-weight:800}.sidebar-logo .sub{color:#ffffff4d;text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:.68rem}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px 10px;display:flex}.sidebar-section{color:#ffffff40;text-transform:uppercase;letter-spacing:.1em;padding:12px 12px 6px;font-size:.65rem;font-weight:700}.nav-item{color:#ffffff8c;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.83rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.nav-item:hover{color:var(--white);background:#ffffff14}.nav-item.active{background:var(--orange);color:var(--white)}.nav-item svg{flex-shrink:0;width:16px;height:16px}.nav-item .badge-count{background:var(--red);color:#fff;border-radius:10px;margin-left:auto;padding:1px 6px;font-size:.65rem;font-weight:700}.sidebar-footer{border-top:1px solid #ffffff14;padding:12px 10px}.sidebar-user{align-items:center;gap:10px;padding:8px 12px;display:flex}.sidebar-user .avatar{background:var(--orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.sidebar-user .name{color:var(--white);font-size:.78rem;font-weight:600}.sidebar-user .role-label{color:#ffffff4d;font-size:.65rem}.main{flex-direction:column;flex:1;margin-left:220px;display:flex}.topbar{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:10;justify-content:space-between;align-items:center;padding:14px 28px;display:flex;position:sticky;top:0}.topbar h1{font-size:1.1rem;font-weight:700}.topbar .sub{color:var(--gray-500);margin-top:1px;font-size:.75rem}.content{flex:1;padding:24px 28px}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px;margin-bottom:24px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border-left:3px solid #0000;padding:18px}.stat-card.orange{border-left-color:var(--orange)}.stat-card.green{border-left-color:var(--green)}.stat-card.blue{border-left-color:var(--blue)}.stat-card.red{border-left-color:var(--red)}.stat-card.purple{border-left-color:var(--purple)}.stat-card .label{color:var(--gray-500);margin-bottom:6px;font-size:.72rem;font-weight:500}.stat-card .value{color:var(--gray-900);font-size:1.6rem;font-weight:800;line-height:1}.stat-card .trend{color:var(--gray-500);margin-top:4px;font-size:.7rem}.badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:.7rem;font-weight:600;display:inline-flex}.badge-gray{background:var(--gray-100);color:var(--gray-700)}.badge-orange{background:var(--yellow-light);color:var(--yellow)}.badge-green{background:var(--green-light);color:var(--green)}.badge-red{background:var(--red-light);color:var(--red)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-purple{background:var(--purple-light);color:var(--purple)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}thead th{text-align:left;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--gray-200);background:var(--gray-50);white-space:nowrap;padding:10px 14px;font-size:.7rem;font-weight:700}tbody td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);padding:11px 14px;font-size:.83rem}tbody tr:hover{background:var(--gray-50)}tbody tr:last-child td{border-bottom:none}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:#ea6c08}.btn-secondary{background:var(--gray-100);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-200)}.btn-danger{background:var(--red-light);color:var(--red)}.btn-danger:hover{background:#fecaca}.btn-success{background:var(--green-light);color:var(--green)}.btn-success:hover{background:#bbf7d0}.btn-ghost{color:var(--gray-500);background:0 0;padding:6px 10px}.btn-ghost:hover{background:var(--gray-100)}.btn-sm{padding:5px 10px;font-size:.75rem}.btn:disabled{opacity:.5;cursor:not-allowed}.input-group{flex-direction:column;gap:5px;display:flex}.input-group label{color:var(--gray-700);font-size:.76rem;font-weight:600}.input-field{border:1.5px solid var(--gray-200);color:var(--gray-900);background:var(--white);border-radius:8px;width:100%;padding:9px 12px;font-size:.85rem;transition:border-color .15s}.input-field:focus{border-color:var(--orange);outline:none}.login-page{background:var(--gray-50);justify-content:center;align-items:center;min-height:100dvh;display:flex}.login-box{background:var(--white);box-shadow:var(--shadow-md);border-radius:16px;width:100%;max-width:380px;padding:36px}.spinner{border:3px solid var(--gray-200);border-top-color:var(--orange);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.live-dot{background:var(--green);border-radius:50%;width:7px;height:7px;margin-right:5px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.section-title{align-items:center;gap:8px;margin-bottom:12px;font-size:.9rem;font-weight:700;display:flex}.empty{text-align:center;color:var(--gray-500);padding:40px;font-size:.85rem}.filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--white);box-shadow:var(--shadow-md);border-radius:14px;width:100%;max-width:480px;padding:28px}.modal h2{margin-bottom:20px;font-size:1rem;font-weight:700}.modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.toggle{width:36px;height:20px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:var(--gray-300);border-radius:20px;transition:all .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;bottom:3px;left:3px}.toggle input:checked+.toggle-slider{background:var(--green)}.toggle input:checked+.toggle-slider:before{transform:translate(16px)}
