@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;700&display=swap";:root{font-family:Public Sans,Avenir Next,Segoe UI,sans-serif;color:#12212e;background:radial-gradient(circle at top left,#eef5ff,#f7f9fc 45%,#fff);line-height:1.4;font-weight:400;--surface: rgba(255, 255, 255, .88);--surface-strong: #ffffff;--text: #12212e;--muted: #506173;--border: #d4dfeb;--primary: #0d5cab;--primary-strong: #0a4b8d;--attention: #a55200;--attention-bg: #fff1e3;--good: #156a46;--good-bg: #e7f8ef;--danger: #8a1f1f}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--text)}.page{margin:0 auto;max-width:1200px;padding:1rem;display:grid;gap:1rem}.card{background:var(--surface);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:18px;padding:1rem;box-shadow:0 8px 28px #15325014}.hero{display:flex;flex-direction:column;gap:.8rem}.eyebrow{margin:0;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.75rem}h1,h2,h3,p{margin:0}h1{font-size:clamp(1.4rem,2vw + 1rem,2.2rem)}.subtitle{color:var(--muted)}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip{border-radius:999px;border:1px solid #cadef7;padding:.4rem .75rem;font-weight:600;color:#0f3762;background:#ebf4ff}.chip-attention{border-color:#ffd7b1;background:var(--attention-bg);color:#7e4600}.chip-warning{border-color:#f9dd99;background:#fff8e6;color:#805400}.controls{display:flex;justify-content:space-between;align-items:center;gap:1rem}.action-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.button{border:1px solid var(--border);background:var(--surface-strong);color:var(--text);border-radius:12px;padding:.7rem 1rem;font-size:1rem;font-weight:600;cursor:pointer;min-height:44px}.button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-strong)}.button:disabled{cursor:not-allowed;opacity:.65}.grid{display:grid;gap:1rem}.map-card{display:grid;gap:.75rem}.map-canvas{width:100%;min-height:340px;border-radius:14px;border:1px solid var(--border);background:linear-gradient(150deg,#dbe8f9,#f7fbff)}.list-card{display:grid;gap:.75rem}.intersection-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;max-height:420px;overflow:auto}.intersection-item{border:1px solid var(--border);border-radius:12px;padding:.7rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:#fff}.intersection-item h3{font-size:.95rem}.intersection-item p{color:var(--muted);font-size:.85rem}.badge{border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:700;white-space:nowrap}.badge.attention{color:#7f4600;background:var(--attention-bg)}.badge.pass{color:var(--good);background:var(--good-bg)}.badge.warning{color:#805400;background:#fff8e6}.badge.muted{color:#3f5164;background:#edf1f6}.error{color:var(--danger);font-weight:600}.notice{color:#234f85;font-weight:600}.small{font-size:.85rem}@media(min-width:860px){.page{padding:1.4rem}.grid{grid-template-columns:1.2fr .8fr}.hero{flex-direction:row;justify-content:space-between;align-items:center}.map-canvas{min-height:520px}}
