@import"https://cdn.tailwindcss.com";:root{--brand: #00C8D4;--brand-dark: #0D1340;--brand-orange: #F97316;--sidebar-w: 260px;--user-sidebar-w: 260px}*{box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;background:#f1f5f9;margin:0;padding:0}.sidebar{width:var(--sidebar-w);min-height:100vh}.main-content{margin-left:var(--sidebar-w)}.user-sidebar{width:var(--user-sidebar-w);min-height:100vh}.user-main{margin-left:var(--user-sidebar-w)}.nav-item{transition:all .15s;cursor:pointer;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;font-size:14px;text-decoration:none}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.12)}.nav-item.active{border-left:3px solid var(--brand)}.admin-nav .nav-item{color:#ffffff8c}.admin-nav .nav-item.active{color:#fff}.user-nav .nav-item{color:#4b5563}.user-nav .nav-item.active{background:rgba(0,200,212,.1);color:var(--brand-dark)}.badge{font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600;white-space:nowrap}.badge-green{background:#dcfce7;color:#166534}.badge-yellow{background:#fef9c3;color:#854d0e}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-gray{background:#f1f5f9;color:#475569}.badge-purple{background:#f3e8ff;color:#6b21a8}.stat-card{border-left:4px solid}.courier-card{transition:box-shadow .2s}.courier-card:hover{box-shadow:0 4px 20px #0000001a}.toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle input{display:none}.slider{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;border-radius:999px;transition:.3s}.slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}input:checked+.slider{background:var(--brand)}input:checked+.slider:before{transform:translate(20px)}.log-line{font-family:monospace;font-size:12px;padding:5px 12px;border-bottom:1px solid #f1f5f9;display:flex;gap:10px;align-items:flex-start}.log-line:hover{background:#f8fafc}.log-info{border-left:3px solid var(--brand)}.log-warning{border-left:3px solid #fbbf24}.log-error{border-left:3px solid #f87171}.queue-bar{height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.queue-fill{height:100%;border-radius:999px;background:var(--brand);transition:width .5s}.tab-btn{padding:6px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;border:none}.tab-btn.active{background:var(--brand-dark);color:#fff}.tab-btn:not(.active){background:#f1f5f9;color:#64748b}.tab-btn:not(.active):hover{background:#e2e8f0}.tracking-timeline{position:relative;padding-left:28px}.tracking-timeline:before{content:"";position:absolute;left:9px;top:8px;bottom:0;width:2px;background:#e2e8f0}.tl-dot{position:absolute;left:-28px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px}.tl-item{position:relative;padding-bottom:20px}.tl-item:last-child{padding-bottom:0}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:999;align-items:center;justify-content:center}.modal-overlay.open{display:flex}.panel-switcher{position:fixed;top:16px;right:24px;z-index:1000;display:flex;gap:8px}.switch-btn{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.switch-btn.active-panel{background:#fff;color:var(--brand-dark);box-shadow:0 2px 8px #0003}.switch-btn:not(.active-panel){background:rgba(255,255,255,.2);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}table thead tr{background:#f8fafc}@media (max-width: 1024px){.main-content,.user-main{margin-left:0}}
