*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ps-orange:#f97316;--ps-orange-dark:#ea6c0a;--ps-orange-light:#fff7ed;--ps-navy:#0f172a;--ps-navy-mid:#1e293b;--ps-navy-hover:#334155;--ps-navy-text:#94a3b8;--ps-navy-active:#f1f5f9}body{color:#0f172a;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.grid{display:grid}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.sticky{position:sticky}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.top-0{top:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.mx-auto{margin-left:auto;margin-right:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.min-w-0{min-width:0}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pb-24{padding-bottom:6rem}.pt-3{padding-top:.75rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-0\.5{margin-bottom:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-0\.5{margin-top:.125rem}.ml-auto{margin-left:auto}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.divide-y>*+*{border-top:1px solid #f1f5f9}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-20{width:5rem}.w-28{width:7rem}.w-36{width:9rem}.w-48{width:12rem}.w-52{width:13rem}.w-80{width:20rem}.h-1\.5{height:.375rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.max-h-\[80vh\]{max-height:80vh}.max-w-\[130px\]{max-width:130px}.max-w-\[160px\]{max-width:160px}.min-w-\[60px\]{min-width:60px}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-mono{font-family:Courier New,monospace}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.leading-tight{line-height:1.25}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.line-through{text-decoration:line-through}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased}.text-white{color:#fff}.text-gray-400{color:#94a3b8}.text-gray-500{color:#64748b}.text-gray-600{color:#475569}.text-gray-700{color:#334155}.text-gray-800{color:#1e293b}.text-gray-900{color:#0f172a}.text-orange-700{color:#c2410c}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-green-800{color:#166534}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-amber-600{color:#d97706}.text-purple-700{color:#7e22ce}.text-\[\#E8510A\],.text-\[\#F97316\]{color:#f97316}.bg-white{background:#fff}.bg-gray-50{background:#f8fafc}.bg-gray-100{background:#f1f5f9}.bg-orange-50{background:#fff7ed}.bg-red-50{background:#fef2f2}.bg-green-50{background:#f0fdf4}.bg-green-500{background:#22c55e}.bg-blue-50{background:#eff6ff}.bg-amber-100{background:#fef3c7}.bg-purple-100{background:#ede9fe}.bg-green-100{background:#dcfce7}.bg-blue-100{background:#dbeafe}.bg-\[\#E8510A\],.bg-\[\#F97316\]{background:#f97316}.border{border:1px solid #e2e8f0}.border-t{border-top:1px solid #e2e8f0}.border-b{border-bottom:1px solid #e2e8f0}.border-l-2{border-left-style:solid;border-left-width:2px}.border-transparent{border-color:#0000}.border-gray-100{border-color:#f1f5f9}.border-gray-200{border-color:#e2e8f0}.border-gray-300{border-color:#cbd5e1}.border-green-100{border-color:#dcfce7}.border-\[\#E8510A\],.border-\[\#F97316\]{border-color:#f97316}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 3px #0f172a14}.shadow-xl{box-shadow:0 20px 40px #0f172a2e}.shadow-lg{box-shadow:0 8px 24px #0f172a1f}.transition,.transition-all{transition:all .15s}.duration-150{transition-duration:.15s}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.btn{cursor:pointer;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{color:#fff;background:#f97316;border-color:#f97316}.btn-primary:hover:not(:disabled){background:#ea6c0a}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-secondary{color:#334155;background:#fff;border-color:#e2e8f0}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn-ghost{color:#94a3b8;background:0 0;border-color:#0000}.btn-ghost:hover{color:#f1f5f9;background:#ffffff14}.card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 4px #0f172a0f}.input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.badge{border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-pending{color:#92400e;background:#fef3c7}.badge-progress{color:#1e40af;background:#dbeafe}.badge-completed,.badge-online{color:#166534;background:#dcfce7}.badge-offline{color:#64748b;background:#f1f5f9}.badge-picking{color:#c2410c;background:#fff7ed}.badge-admin{color:#7e22ce;background:#ede9fe}.badge-picker{color:#ea6c0a;background:#fff7ed;font-weight:700}.psline-topbar{z-index:20;background:#0f172a;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 1.25rem;display:flex;position:sticky;top:0}.psline-sidebar{background:#1e293b;border-right:none;flex-direction:column;flex-shrink:0;width:220px;padding:.75rem 0 0;display:flex}.psline-sidebar .nav-item{cursor:pointer;color:#94a3b8;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:10px;width:100%;padding:10px 1.25rem;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:flex}.psline-sidebar .nav-item:hover{color:#f1f5f9;background:#ffffff0d}.psline-sidebar .nav-item.active{color:#f97316;background:#f973161f;border-left-color:#f97316;font-weight:700}.psline-sidebar .nav-icon{text-align:center;width:18px;font-size:14px}.psline-sidebar-footer{border-top:1px solid #ffffff0f;margin-top:auto;padding:1rem 1.25rem}.psline-content{background:#f8fafc;flex:1;padding:1.5rem;overflow-y:auto}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 4px #0f172a0d}.stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:11px;font-weight:700}.stat-value{font-size:2rem;font-weight:800;line-height:1}.progress-track{background:#f1f5f9;border-radius:10px;height:6px;overflow:hidden}.progress-fill{background:#f97316;border-radius:10px;height:100%;transition:width .3s}table{border-collapse:collapse;width:100%}th{text-align:left;font-weight:600}.pulse-dot{animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.35}}.scan-line{animation:1.5s ease-in-out infinite scanline}@keyframes scanline{0%,to{transform:translateY(0)}50%{transform:translateY(80px)}}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.hover\:bg-gray-50:hover{background:#f8fafc}.hover\:bg-gray-100:hover{background:#f1f5f9}.hover\:text-gray-600:hover{color:#475569}.hover\:text-gray-700:hover{color:#334155}.hover\:underline:hover{text-decoration:underline}.hover\:border-gray-200:hover{border-color:#e2e8f0}.active\:scale-95:active{transform:scale(.95)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:.75s linear infinite spin}@keyframes slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.driver-card-enter{animation:.2s forwards fade-in}.driver-action-bar{animation:.25s forwards slide-up}.timeline-line{background:#e2e8f0;width:2px;position:absolute;top:20px;bottom:-8px;left:9px}.timeline-line.done{background:#bbf7d0}.border-l-\[\#E8510A\]{border-left-color:#f97316}.realtime-banner{color:#c2410c;background:#f9731614;border:1px solid #f9731633;border-radius:.5rem;align-items:center;gap:6px;margin-bottom:1rem;padding:8px 12px;font-size:12px;display:flex}
