@tailwind base;@tailwind components;@tailwind utilities;:root{--ocean-dark:#010c14;--ocean-mid:#021525;--ocean-light:#032a4a;--accent-cyan:#2ba3f5}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:var(--ocean-dark);color:#f0f9ff;font-family:Inter,system-ui,sans-serif}.strike-ring{--score:0;--circumference:251.2;stroke-dasharray:var(--circumference);stroke-dashoffset:calc(var(--circumference) - (var(--score) / 100) * var(--circumference));transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right{display:none}.maplibregl-canvas{outline:none}.glass{background:rgba(2,21,37,.7);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(43,163,245,.12);border-radius:1rem}.score-excellent{color:#22c55e}.score-good{color:#84cc16}.score-moderate{color:#f59e0b}.score-low{color:#ef4444}.confidence-bar{height:4px;border-radius:2px;background:rgba(43,163,245,.2);overflow:hidden}.confidence-bar-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,#0980d8,#2ba3f5);transition:width .8s ease}.safety-safe{background:rgba(34,197,94,.15);border-color:#22c55e;color:#22c55e}.safety-caution{background:rgba(245,158,11,.15);border-color:#f59e0b;color:#f59e0b}.safety-dangerous{background:rgba(239,68,68,.15);border-color:#ef4444;color:#ef4444}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--ocean-mid)}::-webkit-scrollbar-thumb{background:rgba(43,163,245,.3);border-radius:2px}