:root{--background:#f8fafc;--foreground:#0f172a;--card:#ffffff;--border:#dbe4ef;--muted:#64748b;--primary:#0369a1;color-scheme:light}body,html{min-height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}*{box-sizing:border-box}.container{width:min(1120px,calc(100% - 3rem));margin:0 auto}.shell{min-height:100vh;display:flex;flex-direction:column}.card,.panel,.site-footer,.site-header{background:var(--card);border:1px solid var(--border)}.site-footer,.site-header{border-left:0;border-right:0}.main-inner,.site-footer-inner,.site-header-inner{padding:1rem 1.5rem}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav{display:flex;gap:1rem;flex-wrap:wrap;font-size:.95rem;font-weight:700;color:var(--muted)}.brand{font-size:1.25rem;font-weight:800;color:var(--primary)}.main-inner{flex:1}.detail-grid,.grid,.hero,.list{display:grid;gap:1rem}.hero{margin-bottom:2rem}.hero h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.1;margin:0}.hero p{max-width:65ch;font-size:1.05rem;color:#334155}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:0;padding:.8rem 1.25rem;font-weight:800;cursor:pointer;background:var(--primary);color:white}.button.secondary{background:#e2e8f0;color:#0f172a}.pill{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .65rem;font-size:.75rem;font-weight:800;background:#e0f2fe;color:#075985}.pill.state-md{background:#fef3c7;color:#92400e}.pill.state-nj{background:#d1fae5;color:#047857}.pill.state-de{background:#dbeafe;color:#1d4ed8}.card,.panel{border-radius:1rem;padding:1.25rem}.card h2,.panel h2,.panel h3{margin-top:0}.grid.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.muted{color:var(--muted)}.section-title{font-size:1.05rem;margin:0 0 .5rem}.stack{display:grid;gap:.75rem}ul.clean{margin:0;padding-left:1.25rem}.small{font-size:.92rem}.actions{gap:.75rem}.actions,.badge-row{display:flex;flex-wrap:wrap}.badge-row{gap:.6rem;align-items:center}.divider{height:1px;background:var(--border);margin:1rem 0}@media (max-width:640px){.main-inner,.site-footer-inner,.site-header-inner{padding-left:1rem;padding-right:1rem}.site-header-inner{flex-direction:column;align-items:flex-start}}input,select,textarea{box-sizing:border-box}input[type=email],input[type=number],input[type=text],select,textarea{border-radius:.5rem;border:1px solid var(--border);padding:.75rem;font-family:inherit;font-size:1rem;background:var(--card);color:var(--foreground);transition:border-color .2s}input[type=email]:focus,input[type=number]:focus,input[type=text]:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary)}.community-pier-marker{background:transparent;border:0}.community-pier-marker span{display:block;width:30px;height:30px;border:3px solid white;border-radius:9999px 9999px 9999px 0;background:#0369a1;box-shadow:0 2px 8px rgb(15 23 42/35%);transform:rotate(-45deg)}.community-pier-marker-md span{background:#b45309}.community-pier-marker-nj span{background:#047857}.guide-tabs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem}.guide-tab{border:1px solid var(--border);border-radius:9999px;background:var(--card);color:var(--foreground);padding:.45rem .8rem;font-size:.85rem;font-weight:700;white-space:nowrap;cursor:pointer}.guide-tab.active{background:var(--primary);border-color:var(--primary);color:white}.mini-map-wrap{border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.mini-map{width:100%;height:220px;border:0}.leaflet-popup-content-wrapper{border-radius:.75rem}.leaflet-popup-content{margin:1rem}