@tailwind base;@tailwind components;@tailwind utilities;@layer base{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--adc-cyan: #06b6d4;--adc-dark: #0891b2;--adc-navy: #164e63;--adc-navy-950: #0a3444;--ease-smooth: cubic-bezier(.4, 0, .2, 1);--dur-fast: .15s;--dur-base: .2s;--dur-slow: .3s}html,body{width:100%;height:100%;scroll-behavior:smooth;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b;font-feature-settings:"cv02","cv03","cv04","cv11"}#root{width:100%;height:100%;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6,.heading-font{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}}@layer components{.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-pending{@apply badge bg-amber-100 text-amber-700;}.badge-assigned{@apply badge bg-blue-100 text-blue-700;}.badge-in-transit{@apply badge bg-violet-100 text-violet-700;}.badge-delivered{@apply badge bg-green-100 text-green-700;}.badge-failed{@apply badge bg-red-100 text-red-700;}.badge-cancelled{@apply badge bg-slate-100 text-slate-600;}.nav-item{@apply flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium text-white/70 transition-all duration-200 hover:bg-white/10 hover:text-white;}.nav-item-active{@apply nav-item bg-white/15 text-white;}.card{@apply bg-white rounded-xl border border-slate-200 shadow-sm;}.card-hover{@apply card transition-shadow duration-200 hover:shadow-md;}.map-container{@apply w-full h-full rounded-xl overflow-hidden;}.page-content{@apply p-6 space-y-6 animate-fade-in;}}.mapboxgl-popup-content{@apply rounded-xl shadow-lg border border-slate-200 p-3 text-sm;}.mapboxgl-ctrl-attrib{font-size:11px}@keyframes adcFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}
