*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1f2933}body{background:#f5f7f9}header{min-height:64px;display:flex;align-items:center;gap:1rem;padding:.65rem 1rem;background:#fff;border-bottom:1px solid #d9e0e6;flex-wrap:wrap}.location-controls{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.location-controls label{display:flex;align-items:center;gap:.35rem}input,select,button{font:inherit}button{border:1px solid #9aa7b3;background:#fff;border-radius:.35rem;padding:.4rem .65rem;cursor:pointer}button:hover{background:#eef2f5}#status{margin-left:auto;font-size:.9rem;color:#52616f}main{height:calc(100% - 64px);display:grid;grid-template-columns:minmax(240px,320px) 1fr}aside{overflow:auto;padding:1rem;background:#fff;border-right:1px solid #d9e0e6}aside h2{margin-top:0}.hint{font-size:.85rem;color:#667786}.filter{display:block;margin:0 0 1rem}.filter>span{display:block;font-weight:600;margin-bottom:.25rem}.filter select{width:100%;min-height:6rem;border:1px solid #bcc7d0;border-radius:.3rem;background:#fff}.filter option{padding:.15rem .25rem}#map{height:100%;min-height:400px}.poi-icon,.cluster-icon{background:transparent;border:none}.poi-icon span{display:block;width:18px;height:18px;border-radius:50%;background:#1f6feb;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.45)}.cluster-icon span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#111827;color:#fff;border:2px solid #fff;font-size:.75rem;font-weight:700;box-shadow:0 1px 5px rgba(0,0,0,.45)}.cluster-list{display:flex;flex-direction:column;gap:.35rem}.cluster-list a{color:#0b57d0;text-decoration:none}.cluster-list a:hover{text-decoration:underline}.detail-page{min-height:100%;background:#e9edf1;padding:2rem}.poi-sheet{display:block;max-width:850px;height:auto;margin:0 auto;padding:2.5rem;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.12)}.poi-sheet h1{margin-top:0}.address{font-size:1.1rem}.poi-sheet dl{display:grid;grid-template-columns:minmax(150px,220px) 1fr;gap:.45rem 1rem}.poi-sheet dt{font-weight:700}.poi-sheet dd{margin:0}.meta{margin-top:2rem;font-size:.8rem;color:#667786}.print-actions{max-width:850px;margin:1rem auto;text-align:right}@media(max-width:800px){header{align-items:flex-start}#status{width:100%;margin-left:0}main{grid-template-columns:1fr;grid-template-rows:auto minmax(60vh,1fr);height:auto}aside{border-right:0;border-bottom:1px solid #d9e0e6;max-height:45vh}#map{min-height:60vh}.detail-page{padding:0}.poi-sheet{box-shadow:none;padding:1.2rem}.poi-sheet dl{grid-template-columns:1fr}.print-actions{padding:0 1rem}}@media print{.detail-page{background:#fff;padding:0}.poi-sheet{max-width:none;box-shadow:none;padding:0}.print-actions{display:none}}
