:root{--bg: #0b0f14;--fg: #f5f7fa;--accent: #53c7ff;--muted: #8a96a8;--crosshair-y: 50%}html,body{height:100%;margin:0}body{background:radial-gradient(circle at top right,rgba(83,199,255,.15),transparent 40%),linear-gradient(180deg,#0b0f14,#111827);color:var(--fg);font-family:Inter,Segoe UI,sans-serif}body:before,body:after{content:"";position:fixed;pointer-events:none;z-index:0}body:before{top:0;left:50%;width:1px;height:100%;background:linear-gradient(to bottom,transparent 0%,rgba(245,247,250,.18) 25%,rgba(245,247,250,.18) 75%,transparent 100%)}body:after{top:var(--crosshair-y);left:0;width:100%;height:1px;background:linear-gradient(to right,transparent 0%,rgba(245,247,250,.18) 25%,rgba(245,247,250,.18) 75%,transparent 100%)}body.route-plain:before,body.route-plain:after{display:none}
