*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#F1F5F9;--surface:#FFFFFF;--surface-2:#F8FAFC;--border:#E2E8F0;--border-dark:#CBD5E1;--sidebar-bg:#1E1B4B;--sidebar-text:rgba(255,255,255,.65);--sidebar-hover:rgba(255,255,255,.08);--sidebar-active-bg:rgba(99,102,241,.25);--sidebar-active:#A5B4FC;--sidebar-border:rgba(255,255,255,.07);--primary:#6366F1;--primary-dark:#4F46E5;--primary-light:#EEF2FF;--primary-ring:rgba(99,102,241,.18);--text:#1E293B;--text-2:#475569;--text-3:#94A3B8;--green:#10B981;--green-bg:#D1FAE5;--red:#EF4444;--red-bg:#FEE2E2;--amber:#F59E0B;--amber-bg:#FEF3C7;--blue:#3B82F6;--blue-bg:#DBEAFE;--violet:#8B5CF6;--violet-bg:#EDE9FE;--teal:#14B8A6;--teal-bg:#CCFBF1;--sidebar-w:240px;--topbar-h:60px;--radius:10px;--radius-lg:14px;--radius-xl:20px;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 10px 30px rgba(0,0,0,.12);--font:"DM Sans",sans-serif;--font-mono:"Space Mono",monospace}html,body,#root{height:100%}body{font-family:var(--font);font-size:14px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:var(--font);cursor:pointer}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:99px}.app-shell{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;margin-left:var(--sidebar-w);transition:margin-left .3s ease}.page-body{flex:1;padding:24px 28px 32px}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-w);background:var(--sidebar-bg);display:flex;flex-direction:column;z-index:200;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:199}.sidebar-brand{padding:20px;border-bottom:1px solid var(--sidebar-border);display:flex;align-items:center;gap:10px}.sidebar-brand-icon{width:36px;height:36px;background:linear-gradient(135deg,#818cf8,#6366f1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;flex-shrink:0}.sidebar-brand h1{font-size:15px;font-weight:700;color:#fff}.sidebar-brand p{font-size:10px;color:var(--sidebar-text);margin-top:1px}.sidebar-nav{flex:1;overflow-y:auto;padding:10px}.nav-section{padding:10px 10px 4px;font-size:10px;font-weight:600;letter-spacing:1.2px;color:#ffffff4d;text-transform:uppercase}.nav-link{display:flex;align-items:center;gap:10px;padding:9px 12px;font-size:13px;font-weight:400;color:var(--sidebar-text);transition:all .15s;border-radius:8px;margin-bottom:2px}.nav-link:hover{background:var(--sidebar-hover);color:#fff}.nav-link.active{background:var(--sidebar-active-bg);color:var(--sidebar-active);font-weight:500}.nav-link i{width:18px;text-align:center;font-size:14px;flex-shrink:0}.nav-badge{margin-left:auto;background:var(--red);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:99px;min-width:18px;text-align:center}.sidebar-user{padding:14px;border-top:1px solid var(--sidebar-border)}.sidebar-user .user-row{display:flex;align-items:center;gap:10px}.sidebar-user .user-name{font-size:13px;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user .user-role{font-size:11px;color:var(--sidebar-text)}.btn-logout{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;width:100%;padding:8px 12px;border-radius:8px;background:#ef44441f;border:1px solid rgba(239,68,68,.2);color:#fca5a5;font-size:12px;font-weight:500;transition:all .15s}.btn-logout:hover{background:#ef444438}.topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;gap:12px;position:sticky;top:0;z-index:100;box-shadow:0 1px 2px #0000000a}.topbar-hamburger{display:none;background:none;border:none;padding:6px;border-radius:8px;color:var(--text-2);font-size:20px;cursor:pointer}.topbar-title{flex:1;font-size:15px;font-weight:600;color:var(--text)}.topbar-actions{display:flex;align-items:center;gap:8px}.notif-btn{position:relative;width:38px;height:38px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-2);cursor:pointer;transition:all .15s}.notif-btn:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.notif-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;background:var(--red);border-radius:50%;border:2px solid var(--surface)}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow)}.card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.card-header h3{font-size:14px;font-weight:600;color:var(--text)}.card-body{padding:20px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:20px;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card .s-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:14px}.stat-card .s-value{font-size:26px;font-weight:700;color:var(--text);line-height:1}.stat-card .s-label{font-size:12px;font-weight:500;color:var(--text-2);margin-top:6px}.stat-card .s-sub{font-size:11px;color:var(--text-3);margin-top:3px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:99px;font-size:11px;font-weight:600;white-space:nowrap}.badge-green{background:var(--green-bg);color:#065f46}.badge-red{background:var(--red-bg);color:#991b1b}.badge-blue{background:var(--blue-bg);color:#1d4ed8}.badge-gold{background:var(--amber-bg);color:#92400e}.badge-purple{background:var(--violet-bg);color:#5b21b6}.badge-gray{background:#f1f5f9;color:var(--text-2)}.badge-indigo{background:var(--primary-light);color:var(--primary-dark)}.badge-teal{background:var(--teal-bg);color:#0f766e}.btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:var(--radius);font-size:13px;font-weight:500;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:all .15s;white-space:nowrap;cursor:pointer}.btn:hover{background:var(--surface-2);border-color:var(--border-dark)}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-navy{background:#1e1b4b;border-color:#1e1b4b;color:#fff}.btn-navy:hover{background:#2d2a6e}.btn-danger{background:var(--red);border-color:var(--red);color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:var(--green);border-color:var(--green);color:#fff}.btn-success:hover{background:#059669}.btn-sm{padding:6px 12px;font-size:12px;border-radius:8px}.btn-icon{padding:7px;width:34px;height:34px;justify-content:center;border-radius:8px}.tbl-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}thead th{text-align:left;padding:11px 16px;font-size:11px;font-weight:600;letter-spacing:.4px;color:var(--text-2);background:var(--surface-2);border-bottom:1px solid var(--border);text-transform:uppercase}tbody td{padding:13px 16px;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:#fafbff}.avatar{border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.avatar-sm{width:34px;height:34px;font-size:11px}.avatar-md{width:42px;height:42px;font-size:14px}.avatar-lg{width:54px;height:54px;font-size:18px}.av-teal{background:#ccfbf1;color:#0f766e}.av-amber{background:#fef3c7;color:#92400e}.av-rose{background:#ffe4e6;color:#9f1239}.av-violet{background:#ede9fe;color:#5b21b6}.av-cyan{background:#cffafe;color:#0e7490}.av-blue{background:#dbeafe;color:#1d4ed8}.av-navy{background:#e0e7ff;color:#3730a3}.progress-wrap{background:var(--border);border-radius:99px;overflow:hidden}.progress-fill{height:100%;border-radius:99px;background:var(--primary);transition:width .5s ease}.form-group{margin-bottom:14px}.form-label{display:block;font-size:12px;font-weight:500;color:var(--text-2);margin-bottom:5px}.form-control{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;color:var(--text);background:var(--surface);transition:border-color .15s,box-shadow .15s}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-ring)}.form-row{display:grid;gap:14px}.form-row-2{grid-template-columns:1fr 1fr}.form-row-3{grid-template-columns:1fr 1fr 1fr}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:20px;overflow-y:auto}.modal-box{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;animation:slideUp .2s ease;border:1px solid var(--border);display:flex;flex-direction:column;max-height:90vh}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--border)}.modal-header h2{font-size:15px;font-weight:600;color:var(--text)}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{padding:14px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px;background:var(--surface-2);border-radius:0 0 var(--radius-xl) var(--radius-xl)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.page-header h2{font-size:20px;font-weight:700;color:var(--text)}.page-header p{font-size:13px;color:var(--text-3);margin-top:3px}.toast-wrap{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{padding:12px 18px;border-radius:12px;font-size:13px;font-weight:500;color:#fff;box-shadow:var(--shadow-lg);animation:toastIn .25s ease;display:flex;align-items:center;gap:10px;min-width:220px}.toast-success{background:var(--green)}.toast-error{background:var(--red)}.toast-info{background:var(--primary)}@keyframes toastIn{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.loader-wrap{display:flex;align-items:center;justify-content:center;height:200px}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-layout{display:flex;height:calc(100vh - var(--topbar-h) - 56px);gap:16px}.chat-sidebar{width:240px;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.chat-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px}.msg-wrap{display:flex;flex-direction:column}.msg-wrap.sent{align-items:flex-end}.msg-wrap.recv{align-items:flex-start}.msg-bubble{max-width:72%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.6}.msg-bubble.sent{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.msg-bubble.recv{background:var(--surface-2);color:var(--text);border-bottom-left-radius:4px;border:1px solid var(--border)}.msg-time{font-size:10px;color:var(--text-3);margin-top:3px}.chat-input-row{padding:14px 16px;border-top:1px solid var(--border);display:flex;gap:10px;background:var(--surface)}.slip-paper{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);overflow:hidden}.slip-top{background:linear-gradient(135deg,#1e1b4b,#312e81);padding:24px 28px;display:flex;justify-content:space-between;align-items:center}.empty-state{text-align:center;padding:48px 24px;color:var(--text-3)}.empty-state i{font-size:40px;display:block;margin-bottom:12px;color:var(--border-dark)}.empty-state p{font-size:14px}@media (max-width:768px){.sidebar{transform:translate(-100%);box-shadow:var(--shadow-lg)}.sidebar.open{transform:translate(0)}.sidebar-overlay.open{display:block}.main-content{margin-left:0}.topbar-hamburger{display:flex}.stat-grid{grid-template-columns:1fr 1fr;gap:12px}.form-row-2,.form-row-3{grid-template-columns:1fr}.modal-overlay{padding:12px;align-items:flex-start}.modal-box{max-height:96vh;border-radius:14px}.page-body{padding:16px}.chat-layout{flex-direction:column;height:auto}.chat-sidebar{width:100%;height:auto;flex-direction:row;overflow-x:auto;flex-wrap:nowrap}.chat-main{height:50vh}.page-header{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.stat-grid{grid-template-columns:1fr}.topbar{padding:0 14px}.page-body{padding:12px}.stat-card .s-value{font-size:22px}.btn{padding:7px 12px;font-size:12px}.toast-wrap{bottom:12px;right:12px;left:12px}}
