footer,header{display:none!important}body{overflow-x:hidden}.dash-wrap{width:100vw;min-height:100vh}.dash-wrap *{box-sizing:border-box}.dash-sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;background:#0C1120;border-right:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;z-index:200;transition:transform .3s ease}.dash-sidebar-logo{display:flex;align-items:center;gap:10px;padding:22px 20px;border-bottom:1px solid rgba(255,255,255,.07)}.dash-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#3B9EFF,#6366F1);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px;box-shadow:0 0 16px rgba(59,158,255,.35);flex-shrink:0}.dash-logo-name{font-family:var(--font-display);font-weight:800;font-size:15px;color:#fff;line-height:1}.dash-logo-sub{font-size:9px;color:var(--blue);font-weight:600}.dash-logo-sub,.dash-nav-section{letter-spacing:.12em;text-transform:uppercase}.dash-nav-section{font-size:10px;font-weight:700;color:#3D4A5C;padding:16px 20px 6px}.dash-nav-link{display:flex;align-items:center;gap:10px;padding:10px 20px;margin:2px 10px;border-radius:9px;font-size:14px;font-weight:500;color:var(--muted);text-decoration:none;transition:all .2s;border:1px solid transparent}.dash-nav-link:hover{background:rgba(255,255,255,.04);color:var(--text)}.dash-logout-btn{width:calc(100% - 20px);background:none;border:1px solid transparent;cursor:pointer;color:#EF4444;text-align:left;font-family:inherit}.dash-logout-btn:hover{background:rgba(239,68,68,.08);color:#EF4444}.dash-nav-link.active{background:rgba(59,158,255,.12);color:var(--blue);font-weight:600;border-color:rgba(59,158,255,.15)}.dash-nav-icon{font-size:16px;width:20px;text-align:center}.dash-sidebar-bottom{margin-top:auto;padding:16px 10px 0;border-top:1px solid rgba(255,255,255,.07)}.dash-main{margin-left:240px;width:calc(100% - 240px);min-height:100vh;display:flex;flex-direction:column;background:#060912}.dash-topbar{height:64px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:rgba(6,9,18,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:-webkit-sticky;position:sticky;top:0;z-index:50}.dash-topbar-title{font-family:var(--font-display);font-size:17px;font-weight:700;color:#fff}.dash-topbar-sub{font-size:12px;color:var(--muted);margin-top:1px}.dash-topbar-right{display:flex;align-items:center;gap:12px}.dash-notif-btn{width:36px;height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.07);background:#101828;display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;transition:all .2s;position:relative}.dash-notif-btn:hover{border-color:var(--blue)}.dash-notif-dot{width:7px;height:7px;background:#EF4444;border-radius:50%;position:absolute;top:6px;right:6px;border:1.5px solid #0c1120}.dash-avatar{width:36px;height:36px;background:linear-gradient(135deg,#3B9EFF,#6366F1);border-radius:9px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:13px;color:#fff;cursor:pointer;text-decoration:none;flex-shrink:0}.dash-page{padding:32px;flex:1 1}.dash-card{background:#101828;border:1px solid rgba(255,255,255,.07);border-radius:18px;transition:border-color .2s}.dash-card:hover{border-color:rgba(59,158,255,.2)}.dash-card-header{padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between}.dash-card-header h2{font-family:var(--font-display);font-size:15px;font-weight:700;color:#fff}.dash-card-body{padding:24px}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:28px}.dash-stat-card{background:#101828;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:22px 24px;transition:all .25s}.dash-stat-card:hover{border-color:rgba(59,158,255,.25);transform:translateY(-2px);box-shadow:0 8px 30px rgba(59,158,255,.08)}.dash-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:14px}.dash-stat-value{font-family:var(--font-display);font-size:28px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}.dash-stat-label{font-size:12px;color:var(--muted);font-weight:500}.dash-stat-change{font-size:12px;margin-top:8px;font-weight:600}.up{color:#22c55e}.down{color:#EF4444}.dash-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 10px;border-radius:99px;text-transform:uppercase;letter-spacing:.06em}.badge-green{background:rgba(34,197,94,.12);color:#22c55e;border:1px solid rgba(34,197,94,.2)}.badge-blue{background:rgba(59,158,255,.12);color:#3B9EFF;border:1px solid rgba(59,158,255,.2)}.badge-amber{background:rgba(245,158,11,.12);color:#F59E0B;border:1px solid rgba(245,158,11,.2)}.badge-red{background:rgba(239,68,68,.12);color:#EF4444;border:1px solid rgba(239,68,68,.2)}.badge-violet{background:rgba(99,102,241,.12);color:#6366F1;border:1px solid rgba(99,102,241,.2)}.badge-muted{background:rgba(255,255,255,.05);color:var(--muted);border:1px solid rgba(255,255,255,.07)}.dash-table-wrap{overflow-x:auto}.dash-table{width:100%;border-collapse:collapse}.dash-table thead tr{border-bottom:1px solid rgba(255,255,255,.07)}.dash-table thead th{text-align:left;padding:12px 16px;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.dash-table tbody tr{border-bottom:1px solid rgba(255,255,255,.03);transition:background .15s}.dash-table tbody tr:hover{background:rgba(255,255,255,.02)}.dash-table tbody td{padding:13px 16px;font-size:13px;color:var(--text);vertical-align:middle}.dash-table tbody tr:last-child{border-bottom:none}.dash-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 18px;border-radius:9px;font-family:var(--font-display);font-size:13px;font-weight:700;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.dash-btn-primary{background:var(--blue);color:#fff}.dash-btn-primary:hover{background:#2d8fe8;transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,158,255,.3)}.dash-btn-ghost{background:transparent;color:var(--muted);border:1px solid rgba(255,255,255,.07)}.dash-btn-ghost:hover{border-color:var(--blue);color:var(--blue);background:rgba(59,158,255,.08)}.dash-btn-danger{background:rgba(239,68,68,.1);color:#EF4444;border:1px solid rgba(239,68,68,.2)}.dash-btn-danger:hover{background:rgba(239,68,68,.18)}.dash-btn-sm{padding:6px 14px;font-size:12px}.dash-form-group{margin-bottom:20px}.dash-label{display:block;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.dash-input{width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:12px 16px;color:var(--text);font-size:14px;font-family:var(--font-body);outline:none;transition:border-color .2s,box-shadow .2s}.dash-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(59,158,255,.1)}.dash-input:disabled{opacity:.45;cursor:not-allowed}.dash-input::placeholder{color:#3D4A5C}.dash-toggle-wrap{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.04);gap:16px}.dash-toggle-wrap:last-child{border-bottom:none}.dash-toggle-info h4{font-size:14px;font-weight:600;color:var(--text);margin-bottom:2px}.dash-toggle-info p{font-size:12px;color:var(--muted)}.dash-toggle{position:relative;width:44px;height:24px;flex-shrink:0}.dash-toggle input{opacity:0;width:0;height:0}.dash-toggle-slider{position:absolute;inset:0;background:#3D4A5C;border-radius:99px;cursor:pointer;transition:background .2s}.dash-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s}.dash-toggle input:checked+.dash-toggle-slider{background:var(--blue)}.dash-toggle input:checked+.dash-toggle-slider:before{transform:translateX(20px)}.dash-progress-bar{height:6px;background:#3D4A5C;border-radius:99px;overflow:hidden}.dash-progress-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#3B9EFF,#00D4FF);transition:width .5s ease}.dash-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.dash-divider{height:1px;background:rgba(255,255,255,.07);margin:20px 0}.mono{font-family:Courier New,monospace;font-size:12px;color:var(--blue)}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-head h2{font-family:var(--font-display);font-size:17px;font-weight:700;color:#fff}.dash-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.dash-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .25s}.dash-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:150}.dash-overlay.open{display:block}@media (max-width:900px){.dash-stats{grid-template-columns:1fr 1fr}.dash-grid-2{grid-template-columns:1fr}}@media (max-width:768px){.dash-sidebar{transform:translateX(-100%)}.dash-sidebar.open{transform:translateX(0)}.dash-main{margin-left:0}.dash-hamburger{display:flex}.dash-page{padding:20px 16px}.dash-topbar{padding:0 16px}}@media (max-width:480px){.dash-stats{grid-template-columns:1fr}}