.app{display:flex;flex-direction:column;min-height:100%;height:100%}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:#1e3a5f;color:#fff;box-shadow:0 2px 8px #00000026}.app-header h1{margin:0;font-size:1.125rem;font-weight:600}.app-header p{margin:.15rem 0 0;font-size:.8rem;opacity:.85}.app-main{flex:1;min-height:0;padding:.75rem}.map-layout{display:grid;grid-template-columns:280px 1fr;gap:.75rem;height:calc(100vh - 88px)}.map-sidebar{display:flex;flex-direction:column;gap:.75rem;overflow:auto}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;box-shadow:0 1px 3px #0000000f}.panel h2{margin:0 0 .75rem;font-size:.95rem;color:#1e3a5f}.layer-list{display:flex;flex-direction:column;gap:.5rem}.layer-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.layer-item input{accent-color:#2563eb}.layer-item-block{display:flex;flex-direction:column;gap:.2rem}.layer-scale-hint{margin:0 0 0 1.45rem;font-size:.72rem;color:#6b7280;line-height:1.4}.search-form{display:flex;flex-direction:column;gap:.5rem}.search-form input{width:100%;padding:.55rem .75rem;border:1px solid #d1d5db;border-radius:8px}.search-form button,.btn-secondary{padding:.55rem .75rem;border:none;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer}.search-form button:hover,.btn-secondary:hover{background:#1d4ed8}.btn-secondary{background:#6b7280}.btn-secondary:hover{background:#4b5563}.search-results{margin-top:.75rem;max-height:220px;overflow:auto}.search-result-item{padding:.6rem 0;border-bottom:1px solid #f3f4f6}.search-result-item:last-child{border-bottom:none}.search-empty,.search-error,.identify-hint{font-size:.82rem;color:#6b7280;line-height:1.5}.search-error{color:#b91c1c}.admin-area-display{display:flex;flex-direction:column;gap:.65rem}.admin-row{display:flex;flex-direction:column;gap:.15rem;padding:.65rem .75rem;border-radius:8px;background:#f8fafc;border:1px solid #e5e7eb}.admin-label{font-size:.75rem;font-weight:600;color:#1e3a5f;text-transform:uppercase;letter-spacing:.03em}.admin-value{font-size:.92rem;color:#111827}.admin-code{font-size:.78rem;color:#6b7280}.map-container{position:relative;height:100%;min-height:480px;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f}.map-container .leaflet-container{height:100%;width:100%;background:#e8e8e8}.map-status{position:absolute;z-index:1000;top:12px;right:12px;background:#fffffff2;border:1px solid #e5e7eb;border-radius:8px;padding:.45rem .65rem;font-size:.75rem;color:#374151;box-shadow:0 1px 4px #00000014}@media (max-width: 900px){.map-layout{grid-template-columns:1fr;height:auto}.map-container{min-height:420px}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f3f4f6;color:#111827}button,input{font:inherit}
