:root { --ink:#17211d; --paper:#f1eee5; --orange:#f36f3f; --mint:#b7d8c2; }
* { box-sizing:border-box; } html,body { margin:0; min-height:100%; background:var(--ink); color:var(--paper); } body { font-family:Arial,Helvetica,sans-serif; } button { font:inherit; }
.app-shell { min-height:100vh; background:var(--ink); overflow:hidden; }
.brand-bar { height:76px; display:flex; align-items:center; gap:14px; padding:0 28px; border-bottom:1px solid rgba(241,238,229,.14); position:relative; z-index:5; }
.brand-mark { width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--orange); color:var(--orange); border-radius:50%; font:700 14px Georgia,serif; }
.brand-bar h1 { margin:0; font:700 20px Georgia,serif; letter-spacing:-.02em; } .brand-bar p { margin:2px 0 0; color:rgba(241,238,229,.5); font:10px/1.2 monospace; text-transform:uppercase; letter-spacing:.13em; }
.city-picker { position:relative; margin-left:auto; display:flex; align-items:center; height:38px; border:1px solid rgba(241,238,229,.18); color:rgba(241,238,229,.46); font:8px monospace; letter-spacing:.14em; text-transform:uppercase; } .city-picker span { padding:0 10px 0 12px; } .city-picker::after { content:'⌄'; position:absolute; right:11px; top:10px; color:var(--orange); pointer-events:none; } .city-picker select { min-width:92px; height:100%; appearance:none; -webkit-appearance:none; border:0; border-left:1px solid rgba(241,238,229,.18); border-radius:0; outline:0; background:transparent; color:var(--paper); padding:0 30px 0 12px; font:10px monospace; letter-spacing:.1em; text-align:right; text-align-last:right; cursor:pointer; }
.map-panel { min-height:calc(100vh - 76px); position:relative; overflow:hidden; background:#1d2924; } .city-map { position:absolute; inset:0; width:100%; height:100%; }
.water { fill:#1d2924; } .land { fill:#26342e; stroke:rgba(241,238,229,.12); stroke-width:1.2; }
.background-network path { fill:none; stroke:rgba(220,229,216,.20); stroke-width:1; vector-effect:non-scaling-stroke; }
.candidate-network path { fill:none; stroke:var(--orange); stroke-width:4.5; stroke-linecap:round; vector-effect:non-scaling-stroke; filter:drop-shadow(0 0 7px rgba(243,111,63,.55)); } .candidate-network .ghost { opacity:.35; stroke-width:2; }
.focus-point { fill:var(--paper); stroke:var(--orange); stroke-width:2; } .sun-ray { fill:none; stroke:var(--orange); stroke-width:1; stroke-dasharray:5 7; opacity:.5; }
.map-label { position:absolute; color:rgba(241,238,229,.25); font:10px monospace; letter-spacing:.2em; pointer-events:none; } .manhattan { left:27%; top:17%; transform:rotate(-76deg); } .queens { right:16%; top:34%; } .jersey { left:5%; bottom:18%; transform:rotate(-82deg); }
.control-card { position:absolute; z-index:2; left:34px; top:40px; width:424px; padding:30px; background:rgba(241,238,229,.96); color:var(--ink); box-shadow:0 24px 80px rgba(0,0,0,.25); backdrop-filter:blur(12px); }
.eyebrow,.field-label { color:#a64b2d; font:700 9px monospace; letter-spacing:.16em; text-transform:uppercase; } .control-card h2 { margin:14px 0; font:500 39px/1.02 Georgia,serif; letter-spacing:-.045em; }
.intro { margin:0 0 26px; color:#5f6863; font:13px/1.55 Arial,sans-serif; max-width:270px; } .field-label { display:block; color:#65706a; margin-bottom:7px; }
.date-field { width:100%; display:flex; align-items:center; text-align:left; background:transparent; color:var(--ink); border:0; border-top:1px solid #bfc4bd; border-bottom:1px solid #bfc4bd; padding:13px 0; cursor:pointer; } .date-field span { font:700 21px Georgia,serif; } .date-field strong { margin-left:8px; color:#6c756f; font:400 12px monospace; } .date-field i { margin-left:auto; font-style:normal; }
.metric-row { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding:18px 0 20px; } .metric-row span { display:block; color:#78817c; font:8px monospace; text-transform:uppercase; letter-spacing:.1em; } .metric-row strong { display:block; margin-top:5px; font:600 13px Georgia,serif; }
.primary-action { width:100%; display:flex; justify-content:space-between; border:0; background:var(--orange); color:white; padding:14px 16px; cursor:pointer; font-size:12px; }
.street-card { position:absolute; right:28px; bottom:28px; z-index:2; min-width:330px; display:flex; align-items:center; gap:14px; background:rgba(23,33,29,.92); border:1px solid rgba(241,238,229,.18); padding:14px 17px; box-shadow:0 16px 50px rgba(0,0,0,.25); } .street-card .rank { color:var(--orange); font:11px monospace; } .street-card strong { display:block; font:500 15px Georgia,serif; } .street-card small { color:rgba(241,238,229,.48); font:9px monospace; }
.direction { margin-left:auto; text-align:right; color:rgba(241,238,229,.45); font:8px monospace; line-height:1.3; } .direction b { color:var(--paper); font-size:11px; }
.compass { position:absolute; right:31px; top:28px; color:rgba(241,238,229,.62); font:9px monospace; text-align:center; } .compass i { display:block; width:1px; height:28px; margin:4px auto; background:linear-gradient(var(--orange) 50%,rgba(241,238,229,.24) 50%); transform:rotate(10deg); transform-origin:center; }
@media (max-width:700px) { .brand-bar { height:64px; padding:0 18px; } .map-panel { min-height:calc(100vh - 64px); } .control-card { left:14px; right:14px; top:18px; width:auto; padding:23px; } .control-card h2 { font-size:32px; } .street-card { left:14px; right:14px; bottom:14px; min-width:0; } .city-picker span,.map-label { display:none; } .city-picker select { min-width:78px; } }
