:root{--color-primary:99 102 241;--color-secondary:168 85 247;--color-accent:14 165 233;--color-success:34 197 94;--color-warning:245 158 11;--color-danger:239 68 68;--color-bg-dark:15 23 42;--color-bg-darker:2 6 23;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--spacing-safe-bottom:env(safe-area-inset-bottom,0px);}html{-webkit-tap-highlight-color:transparent;}body{font-family:var(--font-sans);background:linear-gradient(135deg,rgb(var(--color-bg-dark)),rgb(30 27 75),rgb(var(--color-bg-dark)));background-attachment:fixed;min-height:100vh;color:white;margin:0;padding:0;overflow-x:hidden;}::-webkit-scrollbar{width:6px;height:6px;}::-webkit-scrollbar-track{background:transparent;}::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px;}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.3);}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.2) transparent;}input,select,textarea{font-family:inherit;font-size:inherit;}input[type="date"],input[type="time"]{color-scheme:dark;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}input[type="number"]{-moz-appearance:textfield;}button{cursor:pointer;user-select:none;}button:disabled{cursor:not-allowed;}.safe-bottom{padding-bottom:max(1rem,env(safe-area-inset-bottom));}nav.fixed.bottom-0{padding-bottom:env(safe-area-inset-bottom,0);}.pb-nav{padding-bottom:calc(4rem + env(safe-area-inset-bottom,0px));}.marker-label-tooltip{cursor:pointer;}.marker-label-tooltip .leaflet-popup-content-wrapper{background:transparent !important;border:none !important;box-shadow:none !important;border-radius:0 !important;padding:0 !important;}.marker-label-tooltip .leaflet-popup-content{margin:0 !important;padding:0 !important;}.marker-label-tooltip .leaflet-popup-tip-container,.marker-label-tooltip .leaflet-popup-tip{display:none !important;}.marker-label-tooltip .leaflet-popup-close-button{display:none !important;}.marker-label-tooltip .marker-label-close{cursor:pointer !important;}@media print{body{background:white;color:black;}.no-print{display:none !important;}}