:root{--bg: #0f1419;--surface: #1a2332;--surface2: #243044;--border: #2d3f56;--text: #e8edf4;--muted: #8b9cb3;--accent: #4f9cf9;--accent-hover: #3b8ae8;--success: #34d399;--warning: #fbbf24;--subway: #6366f1;--bus: #f59e0b;--school: #10b981;--radius: 12px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:linear-gradient(160deg,#0f1419,#162032,#0f1419)}#root{min-height:100vh}button,input{font:inherit}.app{max-width:1400px;margin:0 auto;padding:24px 20px 40px;position:relative}.app-version{position:fixed;left:12px;bottom:8px;font-size:.68rem;color:var(--muted);opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:20}.header{margin-bottom:24px}.app-shell{margin-bottom:28px}.app-shell-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.app-shell-title{font-size:2rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.app-shell-user{display:flex;align-items:center;gap:10px}.app-shell-username{color:var(--muted);font-size:.9rem;font-weight:600}.app-shell-logout{border:1px solid var(--border);background:var(--surface2);color:var(--text);border-radius:8px;padding:6px 12px;font-size:.82rem;font-weight:600;cursor:pointer}.app-shell-logout:hover{border-color:var(--accent);color:var(--accent)}.app-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.app-tab{padding:10px 18px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.92rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s,box-shadow .15s}.app-tab:hover{border-color:#4f9cf973;color:var(--text);background:#4f9cf914}.app-tab--active{border-color:var(--accent);color:var(--accent);background:#4f9cf924;box-shadow:0 0 0 1px #4f9cf92e}.app-shell-description{color:var(--muted);margin-top:12px;font-size:.95rem;max-width:720px}.header--with-nav{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px 16px}.header-main{flex:1 1 280px;min-width:0}.app-nav-link,.app-nav-back{flex:0 0 auto;padding:8px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:.88rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.app-nav-link:hover,.app-nav-back:hover{border-color:var(--accent);color:var(--accent);background:#4f9cf914}.app-nav-back{width:100%;max-width:max-content;padding-left:12px;font-weight:500}.dev-permit-search-panel{padding:24px}.dev-permit-search-placeholder{color:var(--muted);font-size:.95rem}.dev-permit-db-notice,.dev-permit-search-form{margin-bottom:16px}.dev-permit-search-fields{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,200px) minmax(180px,1fr) auto;gap:16px;align-items:end}.dev-permit-search-fields .field-optional{font-size:.75rem;font-weight:500;color:var(--muted)}.dev-permit-search-fields label{display:block;font-size:.85rem;font-weight:600;color:var(--muted);margin-bottom:6px}.dev-permit-search-fields input,.dev-permit-search-fields select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text)}.dev-permit-search-fields input:focus,.dev-permit-search-fields select:focus{outline:none;border-color:var(--accent)}.dev-permit-search-fields button{padding:10px 18px;border:none;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;cursor:pointer}.dev-permit-search-fields button:hover:not(:disabled){background:var(--accent-hover)}.dev-permit-search-fields button:disabled{opacity:.55;cursor:not-allowed}.dev-permit-search-meta{margin-top:12px;font-size:.82rem;color:var(--muted)}.dev-permit-layout .dev-permit-results{min-height:520px}.dev-permit-results-head{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;justify-content:space-between;margin-bottom:14px}.dev-permit-results-head-main{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:baseline;min-width:0}.dev-permit-export-btn{flex:0 0 auto;padding:8px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);font-size:.86rem;font-weight:600;cursor:pointer;white-space:nowrap}.dev-permit-export-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:#4f9cf914}.dev-permit-export-btn:disabled{opacity:.55;cursor:not-allowed}.dev-permit-results-head strong{font-size:1.05rem}.dev-permit-results-head span{color:var(--muted);font-size:.88rem}.dev-permit-list{list-style:none;display:flex;flex-direction:column;gap:8px}.dev-permit-list-item-wrap{border:1px solid var(--border);border-radius:10px;background:var(--surface2);overflow:hidden}.dev-permit-list-item-wrap--active{border-color:var(--accent)}.dev-permit-list-item{width:100%;text-align:left;padding:12px 14px;border:none;border-radius:0;background:transparent;color:var(--text);cursor:pointer;transition:background .15s}.dev-permit-list-item:hover:not(:disabled){background:#4f9cf914}.dev-permit-list-item--active{background:#4f9cf91f}.dev-permit-list-item:disabled{opacity:.7;cursor:wait}.dev-permit-list-actions{display:flex;flex-wrap:wrap;gap:8px;padding:0 12px 12px}.dev-permit-list-action{padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.dev-permit-list-action:hover{border-color:var(--accent);color:var(--accent);background:#4f9cf914}.dev-permit-list-action--primary{border-color:#4f9cf973;color:var(--accent)}.dev-permit-list-title{font-weight:600;line-height:1.45}.dev-permit-list-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:.8rem;color:var(--muted)}.dev-permit-list-purpose{margin-top:6px;font-size:.82rem;color:var(--text);opacity:.9}.dev-permit-list-loading{margin-top:6px;font-size:.78rem;color:var(--accent)}.dev-permit-load-more{display:block;width:100%;margin-top:12px;padding:10px 12px;border:1px dashed var(--border);border-radius:8px;background:transparent;color:var(--muted);font-size:.88rem;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.dev-permit-load-more:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:#4f9cf914}.dev-permit-load-more:disabled{opacity:.6;cursor:wait}.dev-permit-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.dev-permit-pagination button{padding:8px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);cursor:pointer}.dev-permit-pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.dev-permit-pagination button:disabled{opacity:.5;cursor:not-allowed}.dev-permit-map-panel{padding:0;overflow:hidden}.dev-permit-map{position:relative;min-height:420px}.dev-permit-map__canvas{width:100%;min-height:420px}.dev-permit-map--placeholder{display:flex;align-items:center;justify-content:center;min-height:420px;padding:24px;color:var(--muted);text-align:center}.dev-permit-map__hint{position:absolute;left:12px;bottom:12px;padding:8px 10px;border-radius:8px;background:#0f1419c7;color:var(--muted);font-size:.82rem;pointer-events:none}.dev-permit-map-caption{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-top:1px solid var(--border);font-size:.88rem}.dev-permit-map-caption span{color:var(--muted);font-size:.82rem}@media (max-width: 960px){.dev-permit-search-fields{grid-template-columns:1fr}}.header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.header p{color:var(--muted);margin-top:6px;font-size:.95rem}.search-bar{margin-bottom:20px}.search-bar .error-box{margin-top:12px}.search-form--top{display:flex;flex-direction:column;gap:12px}.search-form-top-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px}.search-form-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px) auto;gap:16px;align-items:end;flex:1 1 520px}.search-form-radii{width:100%;padding-top:12px;border-top:1px solid var(--border)}.search-form-top-row .config-badge{margin-top:0;flex:0 0 auto;align-self:center}.search-form-main .field{margin-bottom:0}.address-list{display:flex;flex-direction:column;gap:8px}.address-row{display:flex;align-items:center;gap:8px}.address-row-input{flex:1 1 auto;min-width:0}.address-row-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.address-row-btn{width:34px;height:34px;padding:0;border-radius:10px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:1.1rem;line-height:1;font-weight:600;cursor:pointer}.address-row-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.address-row-btn:disabled{opacity:.5;cursor:not-allowed}.address-row-btn--add{color:var(--accent)}.address-limit-hint{margin:6px 0 0;font-size:.75rem;color:var(--muted)}.address-count{margin-left:8px;font-size:.75rem;font-weight:500;color:var(--muted)}.land-use-parcel-summary{margin:0 0 8px;font-size:.82rem;font-weight:600;color:var(--accent)}.land-use-warnings{margin:0 0 10px;padding:8px 10px;border-radius:8px;background:#f59e0b1f;color:#92400e;font-size:.78rem;line-height:1.45}.land-use-warnings p{margin:0}.land-use-warnings p+p{margin-top:4px}.land-use-summary-row{display:contents}.field-submit-label{visibility:hidden;height:0;margin:0;overflow:hidden}.field-submit button{width:100%;min-width:148px;white-space:nowrap}.search-form-details .field-criteria{flex:1 1 320px;margin-bottom:0}.criteria-compact-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.criteria-compact-layout{display:flex;align-items:stretch;gap:0}.criteria-compact-main{flex:1 1 auto;min-width:0}.criteria-radius-main{flex:1 1 0;min-width:0}.section-filter-main{flex:0 0 auto;width:auto;max-width:none}.section-filter-main .criteria-compact-list{flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:6px}.section-filter-main .criteria-compact-item{width:112px;flex:0 0 auto;max-width:none;padding:6px 8px;font-size:.68rem;gap:2px}.section-filter-main .criteria-compact-detail{font-size:.6rem;line-height:1.35}.section-filter-main .criteria-filter-checkbox{width:14px;height:14px;min-width:14px;min-height:14px;flex-basis:14px}.section-filter-main .criteria-filter-checkbox:checked{background-size:8px 8px}.criteria-compact-divider{flex:0 0 1px;width:1px;margin:0 10px;background:var(--border);align-self:stretch}.criteria-compact-list{display:flex;flex-wrap:wrap;gap:8px;flex:1 1 0;min-width:0}.criteria-filter-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:16px;height:16px;min-width:16px;min-height:16px;margin:0;padding:0;border:1px solid var(--border);border-radius:4px;background:var(--surface);cursor:pointer;flex:0 0 16px}.criteria-filter-checkbox:checked{border-color:var(--accent);background:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='white' stroke-width='2' d='M2 6l3 3 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px 10px}.criteria-filter-checkbox:disabled{opacity:.5;cursor:not-allowed}.criteria-compact-head label{font-size:.78rem;font-weight:600;color:var(--muted);margin-bottom:0}.criteria-reset-btn{width:auto;min-width:0;padding:1px 5px;border:1px solid var(--border);border-radius:4px;background:transparent;color:var(--muted);font-size:.68rem;font-weight:500;line-height:1.3;white-space:nowrap;cursor:pointer}.criteria-reset-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.criteria-reset-btn:disabled{opacity:.5;cursor:not-allowed}.criteria-compact-item{display:flex;flex-direction:column;gap:4px;width:220px;max-width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);font-size:.72rem}.criteria-compact-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.criteria-compact-title{font-weight:600;color:var(--text);white-space:nowrap}.criteria-compact-detail{font-size:.68rem;color:var(--muted);line-height:1.45}.search-form-radii .hint{margin-top:8px;font-size:.72rem}.empty-state-inline{margin-top:12px;padding:12px;border-radius:8px;border:1px dashed var(--border);color:var(--muted);font-size:.82rem;text-align:center}.criteria-radius-input-wrap{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}.radius-input{width:64px;padding:3px 5px;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--text);font-size:.72rem;text-align:right;outline:none}.radius-input:focus{border-color:var(--accent)}.radius-unit{font-size:.68rem;color:var(--muted)}.criteria-list--inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.content-layout{display:grid;grid-template-columns:minmax(400px,520px) minmax(0,1fr);gap:20px;align-items:stretch}.info-column{display:flex;flex-direction:column;min-height:0;overflow:hidden}.info-column .panel{flex:1;min-height:100%;overflow-y:auto}.map-column{display:flex;flex-direction:column;gap:16px;min-width:0;min-height:0}.map-column .map-panel{flex:0 0 auto}@media (max-width: 960px){.content-layout,.search-form-main{grid-template-columns:1fr}.info-column{overflow:visible;order:3}.info-column .panel{min-height:480px}.map-column{order:2}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.search-form label{display:block;font-size:.85rem;font-weight:600;color:var(--muted);margin-bottom:6px}.search-form .field{margin-bottom:16px}.search-form input:not([type=checkbox]){width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);outline:none;transition:border-color .15s}.search-form input:not([type=checkbox]):focus{border-color:var(--accent)}.search-form .hint{font-size:.78rem;color:var(--muted);margin-top:4px}.hint-warn{color:#b45309}.search-form button[type=submit]{width:100%;padding:12px;border:none;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;transition:background .15s}.search-form button[type=submit]:hover:not(:disabled){background:var(--accent-hover)}.search-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.error-box{margin-top:12px;padding:10px 12px;background:#ef44441f;border:1px solid rgba(239,68,68,.35);border-radius:8px;color:#fca5a5;font-size:.88rem}.config-badge{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.badge{font-size:.75rem;padding:4px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted)}.badge.ok{border-color:#34d39966;color:var(--success);background:#34d39914}.badge.warn{border-color:#fbbf2466;color:var(--warning);background:#fbbf2414}.badge.fail{border-color:#ef444466;color:#f87171;background:#ef444414}.badge.pending{border-color:#4f9cf966;color:var(--accent);background:#4f9cf914}.land-use-panel{margin-top:0;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface2)}.feasibility-summary-card{margin:0 0 12px;padding:14px;border:1px solid var(--border);border-radius:10px;background:linear-gradient(165deg,rgba(79,156,249,.08),var(--surface2) 42%)}.feasibility-summary-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px 14px;margin-bottom:12px}.feasibility-summary-title{margin:0;font-size:.88rem;font-weight:600}.feasibility-summary-desc{margin:4px 0 0;font-size:.75rem;color:var(--muted);line-height:1.4}.feasibility-summary-save-btn{flex-shrink:0;padding:8px 12px;border-radius:8px;border:1px solid rgba(79,156,249,.45);background:#4f9cf924;color:var(--accent);font-size:.78rem;font-weight:700;cursor:pointer}.feasibility-summary-save-btn:hover:not(:disabled){background:#4f9cf938}.feasibility-summary-save-btn:disabled{opacity:.55;cursor:not-allowed}.feasibility-summary-ok{margin:0 0 10px;font-size:.78rem;color:#2f9e44}.feasibility-summary-err{margin:0 0 10px;font-size:.78rem;color:#e03131}.feasibility-summary-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}@media (max-width: 720px){.feasibility-summary-inputs{grid-template-columns:1fr}}.feasibility-summary-field{display:flex;flex-direction:column;gap:6px;padding:10px 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:.75rem;color:var(--muted)}.feasibility-summary-field input{width:100%;border:1px solid var(--border);border-radius:6px;padding:8px 10px;background:var(--bg);color:var(--text);font-size:.9rem;font-weight:600}.feasibility-summary-empty{margin:0;font-size:.8rem;color:var(--muted)}.feasibility-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}@media (max-width: 1100px){.feasibility-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 720px){.feasibility-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.feasibility-summary-item{padding:10px 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface);min-width:0}.feasibility-summary-label{font-size:.72rem;color:var(--muted);margin-bottom:4px}.feasibility-summary-value{font-size:.86rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.feasibility-summary-item--editable{background:color-mix(in srgb,var(--accent) 6%,var(--surface))}.feasibility-summary-edit{display:flex;align-items:center;gap:4px;min-width:0}.feasibility-summary-edit input{flex:1;min-width:0;width:100%;box-sizing:border-box;padding:4px 6px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:.86rem;font-weight:700;font-variant-numeric:tabular-nums}.feasibility-summary-edit input:focus{outline:none;border-color:var(--accent)}.feasibility-summary-suffix{flex-shrink:0;font-size:.78rem;font-weight:600;color:var(--muted)}.feasibility-summary-item--accent{border-color:#e0313173;background:#e0313114}.feasibility-summary-item--accent .feasibility-summary-label{color:#e03131;font-weight:700}.feasibility-summary-item--accent .feasibility-summary-value{color:#e03131;font-size:1rem;font-weight:800}.land-use-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.land-use-title{font-size:.88rem;font-weight:600;margin:0}.land-use-copy-btn{flex-shrink:0;padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.75rem;font-weight:600;cursor:pointer}.land-use-copy-btn:hover{border-color:var(--accent);color:var(--accent)}.land-use-excel-hint{font-size:.78rem;color:var(--muted);line-height:1.5;margin:0 0 10px}.land-use-body{margin-top:0}.eum-metrics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}@media (max-width: 1100px){.eum-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.eum-metrics-grid{grid-template-columns:1fr}}.eum-metric-card{padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.eum-metric-card--full{grid-column:1 / -1}.eum-metric-card--full .eum-metric-value{font-weight:600;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word}.eum-metric-rows{display:flex;flex-direction:column;gap:8px}.eum-metric-row{display:grid;grid-template-columns:minmax(160px,.9fr) minmax(0,1.6fr);gap:10px 14px;align-items:start;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface2)}.eum-metric-row-address{position:relative;padding-left:10px;font-size:.82rem;font-weight:600;color:var(--accent);line-height:1.45;word-break:keep-all}.eum-metric-row-address:before{content:"";position:absolute;left:0;top:.2em;bottom:.2em;width:2px;border-radius:2px;background:var(--accent)}.eum-metric-row-content{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.5;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 900px){.eum-metric-row{grid-template-columns:1fr;gap:6px}}.eum-metric-label{font-size:.78rem;color:var(--muted);margin-bottom:6px}.eum-metric-value{font-size:.95rem;font-weight:700;line-height:1.5;word-break:keep-all}.eum-metric-entry+.eum-metric-entry{margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.eum-metric-sub{margin-top:8px;font-size:.72rem;color:var(--muted)}.land-use-hint{font-size:.82rem;color:var(--muted);line-height:1.6}.land-use-error{padding:10px 12px;border-radius:8px;border:1px solid rgba(239,68,68,.35);background:#ef44441a;color:#fca5a5;font-size:.84rem}.land-use-summary{display:grid;grid-template-columns:88px 1fr;gap:6px 10px;font-size:.82rem}.land-use-summary dt{color:var(--muted)}.land-use-summary dd{margin:0;word-break:break-all}.eum-household-section{margin-bottom:14px;padding-top:4px;border-top:1px solid var(--border)}.eum-household-head{margin:12px 0 10px}.eum-household-title{margin:0 0 4px;font-size:.82rem;font-weight:600}.eum-household-desc{margin:0;font-size:.72rem;color:var(--muted);line-height:1.5}.eum-household-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:10px}.eum-household-field{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;color:var(--muted)}.eum-household-input-wrap{display:inline-flex;align-items:center;gap:4px}.eum-household-input-wrap input{width:72px;padding:4px 6px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:.78rem}.eum-household-unit{font-size:.72rem;color:var(--muted);white-space:nowrap}.eum-household-check{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.eum-household-check input[type=checkbox]{width:14px;height:14px;margin:0}.eum-household-note{font-size:.68rem;color:var(--muted);line-height:1.4}.eum-household-results{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}.eum-zone-shares{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.eum-zone-share-block{padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.eum-zone-share-parcel-label{margin-bottom:8px;font-size:.75rem;font-weight:600;color:var(--text)}.eum-zone-share-rows{display:flex;flex-direction:column;gap:8px}.eum-zone-share-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.eum-zone-share-name{min-width:140px;flex:1 1 140px;font-size:.78rem;color:var(--text)}.eum-zone-share-sum{margin:8px 0 0;font-size:.72rem;color:var(--muted)}.eum-zone-share-sum.is-invalid{color:#b42318}.eum-parcel-far-table-wrap{overflow-x:auto;margin-bottom:12px}.eum-parcel-far-table{width:100%;border-collapse:collapse;font-size:.72rem}.eum-parcel-far-table th,.eum-parcel-far-table td{padding:6px 8px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.eum-parcel-far-table th{color:var(--muted);font-weight:600;white-space:nowrap}.eum-parcel-far-total td{font-weight:600}@media (max-width: 900px){.eum-household-results{grid-template-columns:1fr}}@media (max-width: 1200px) and (min-width: 901px){.eum-household-results{grid-template-columns:repeat(2,minmax(0,1fr))}}.map-panel{min-height:460px;display:flex;flex-direction:column;position:relative;padding-top:14px}.map-panel.is-collapsed{min-height:0;padding-bottom:14px}.map-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.map-panel.is-collapsed .map-panel-header{margin-bottom:0}.map-panel-title{margin:0;font-size:.95rem;font-weight:700;color:var(--text)}.map-panel-toggle{flex-shrink:0;padding:6px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.map-panel-toggle:hover{border-color:var(--accent);color:var(--accent);background:#4f9cf914}.map-panel-body[hidden]{display:none!important}.map-container{flex:1;min-height:480px;border-radius:8px;overflow:hidden;background:var(--surface2);position:relative}.map-reset-home-btn{position:absolute;top:12px;right:12px;z-index:10;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:#1a2332eb;color:var(--text);font-size:.78rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #00000040;transition:border-color .15s,background .15s,color .15s}.map-reset-home-btn:hover{border-color:var(--accent);color:var(--accent);background:#1a2332fa}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted);font-size:.9rem}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}@media (max-width: 700px){.summary-grid{grid-template-columns:repeat(2,1fr)}}.summary-card{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:14px;text-align:center}.summary-card .value{font-size:1.6rem;font-weight:700}.summary-card .label{font-size:.8rem;color:var(--muted);margin-top:2px}.summary-card.subway .value{color:var(--subway)}.summary-card.bus .value{color:var(--bus)}.summary-card.school .value{color:var(--school)}.results-section{margin-top:0}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:12px;overflow-x:auto}.tab{padding:10px 14px;border:none;background:none;color:var(--muted);cursor:pointer;font-size:.88rem;font-weight:500;border-bottom:2px solid transparent;white-space:nowrap}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.result-list{list-style:none;max-height:320px;overflow-y:auto}.result-item{padding:12px;border:1px solid var(--border);border-radius:8px;margin-bottom:8px;background:var(--surface2)}.result-item .name{font-weight:600;font-size:.95rem}.result-item .meta{font-size:.82rem;color:var(--muted);margin-top:4px}.result-item .distance{display:inline-block;margin-top:6px;font-size:.78rem;padding:2px 8px;border-radius:999px;background:#4f9cf926;color:var(--accent)}.empty-state{text-align:center;padding:40px 20px;color:var(--muted)}.location-info{margin-top:0;padding:12px;background:var(--surface2);border-radius:8px;font-size:.85rem}.select-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text)}.criteria-list{display:flex;flex-direction:column;gap:8px}.criteria-item{padding:10px 12px;background:var(--surface2);border:1px solid var(--border);border-radius:8px}.criteria-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.criteria-title{font-size:.88rem;font-weight:600}.criteria-radius{font-size:.78rem;color:var(--accent);white-space:nowrap}.criteria-detail{font-size:.78rem;color:var(--muted);margin-top:4px}.overall-verdict{margin-top:16px;padding:16px;border-radius:10px;border:1px solid var(--border)}.overall-verdict.pass{background:#34d3991a;border-color:#34d39959}.overall-verdict.fail{background:#ef44441a;border-color:#ef444459}.verdict-label{font-size:1.1rem;font-weight:700}.overall-verdict.pass .verdict-label{color:var(--success)}.overall-verdict.fail .verdict-label{color:#f87171}.verdict-fail{margin-top:6px;font-size:.85rem;color:var(--muted)}.type-tag{margin-top:6px;font-size:.82rem;color:var(--accent)}.status-badge{font-size:.72rem;padding:2px 8px;border-radius:999px;font-weight:600}.status-badge.pass{background:#34d39926;color:var(--success)}.status-badge.fail{background:#ef444426;color:#f87171}.section-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0 12px}.section-tabs .tab{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface2)}.section-tabs .tab.active{border-color:var(--accent);background:#4f9cf91a}.section-card{padding:14px;border-radius:10px;border:1px solid var(--border);background:var(--surface2)}.section-card.pass{border-color:#34d3994d}.section-card.fail{border-color:#ef44444d}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.section-head h3{font-size:.95rem}.section-summary{font-size:.88rem;color:var(--muted)}.section-note{margin-top:6px;font-size:.8rem;color:var(--warning)}.sub-criteria-list{list-style:none;margin-top:12px}.sub-criteria-item{padding:10px 0;border-top:1px solid var(--border)}.sub-head{display:flex;justify-content:space-between;align-items:center}.sub-meta{font-size:.8rem;color:var(--muted);margin-top:4px}.sub-note{color:var(--warning)}.place-mini-list{list-style:none;margin-top:6px;font-size:.78rem;color:var(--muted)}.place-mini-list li{padding:2px 0}.place-item-btn{width:100%;text-align:left;padding:8px 10px;border:1px solid transparent;border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .15s,background .15s}.place-item-btn:hover{border-color:var(--border);background:var(--bg)}.place-item-btn.focused{border-color:var(--accent);background:#4f9cf91f}.place-item-name{display:block;font-size:.82rem;font-weight:600}.place-item-detail{display:block;font-size:.75rem;color:var(--muted);margin-top:2px}.criteria-help{margin-top:6px;font-size:.78rem;color:var(--muted);line-height:1.5}.sub-note-inline{margin-top:4px;font-size:.78rem;color:var(--warning)}.map-legend-home{border-top:none;padding-bottom:0}.map-legend+.map-legend-home{border-top:1px solid var(--border)}.ars-tag{color:var(--bus);font-weight:600;font-size:.78rem}.bus-pass-tag{color:var(--success);font-size:.75rem;font-weight:600}.official-pass-tag{color:#0ea5e9;font-size:.75rem;font-weight:600}.brt-pass-tag{color:#8b5cf6;font-size:.75rem;font-weight:600}.exit-status-tag{color:#d97706;font-size:.75rem;font-weight:600}.bus-pin{position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));pointer-events:auto}.bus-pin__icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;background:var(--bus-color);border:2px solid #fff;color:#fff;font-size:10px;font-weight:700;line-height:1}.bus-pin__tip{width:0;height:0;margin-top:-1px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid var(--bus-color)}.bus-pin--focus .bus-pin__icon{width:26px;height:26px;font-size:11px}.bus-pin--focus .bus-pin__tip{border-left-width:7px;border-right-width:7px;border-top-width:8px}.legend-bus-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;background:var(--bus);color:#fff;font-size:.65rem;font-weight:700;border-radius:2px}.map-info-window{padding:4px 2px;font-size:12px;line-height:1.5;min-width:160px;color:#1a2332}.map-info-window strong{display:block;margin-bottom:4px;font-size:13px}.map-info-window .info-pass{color:#059669;font-weight:600}.map-info-window .info-routes{margin-top:4px;color:#64748b;font-size:11px}.map-focus-hint{padding:8px 12px;border-top:1px solid var(--border);font-size:.78rem;color:var(--accent);text-align:center}.place-mini-list .more{color:var(--accent)}.place-list-more{display:block;width:100%;margin-top:6px;padding:6px 10px;border:1px dashed var(--border);border-radius:8px;background:transparent;color:var(--accent);font-size:.78rem;cursor:pointer;transition:border-color .15s,background .15s}.place-list-more:hover{border-color:var(--accent);background:#4f9cf914}.lh-disclaimer{margin-top:16px;padding:10px;font-size:.75rem;color:var(--muted);background:var(--surface2);border-radius:8px;line-height:1.6}.map-legend{display:flex;flex-wrap:wrap;gap:10px;padding:10px 12px;border-top:1px solid var(--border);font-size:.78rem;color:var(--muted)}.legend-item{display:inline-flex;align-items:center;gap:6px}.legend-dot{width:10px;height:10px;border-radius:50%}.data-page{display:flex;flex-direction:column;gap:16px;animation:data-page-in .35s ease-out}@keyframes data-page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.data-page-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;flex-wrap:wrap;padding:18px 20px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 12%,transparent),transparent 55%),var(--surface)}.data-page-kicker{margin:0 0 4px;color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.data-page-title{margin:0;font-size:1.55rem;font-weight:800;letter-spacing:-.03em}.data-page-lead{margin:8px 0 0;max-width:52ch;color:var(--muted);font-size:.92rem;line-height:1.55}.data-page-stats{display:flex;gap:10px}.data-stat{min-width:88px;padding:10px 14px;border-radius:12px;border:1px solid var(--border);background:color-mix(in srgb,var(--bg) 55%,var(--surface2));text-align:center}.data-stat--accent{border-color:color-mix(in srgb,var(--accent) 45%,var(--border));background:color-mix(in srgb,var(--accent) 14%,var(--surface))}.data-stat-value{display:block;font-size:1.35rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1.1}.data-stat-label{display:block;margin-top:4px;color:var(--muted);font-size:.72rem;font-weight:600}.data-banner{padding:10px 14px;border-radius:10px;font-size:.9rem;font-weight:600}.data-banner--ok{color:#6ee7b7;background:color-mix(in srgb,#059669 16%,var(--surface));border:1px solid color-mix(in srgb,#059669 35%,var(--border))}.data-banner--error{color:#fca5a5;background:color-mix(in srgb,#dc2626 14%,var(--surface));border:1px solid color-mix(in srgb,#dc2626 35%,var(--border))}.data-page-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.35fr);gap:16px;align-items:start}@media (max-width: 980px){.data-page-grid{grid-template-columns:1fr}}.data-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px 18px 18px;min-width:0}.data-card--list{min-height:420px;display:flex;flex-direction:column}.data-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.data-card-head--stack{flex-direction:column}.data-card-title{margin:0;font-size:1.05rem;font-weight:750}.data-card-desc{margin:4px 0 0;color:var(--muted);font-size:.84rem;line-height:1.45}.data-steps{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.data-steps li{position:relative;padding:5px 10px;border-radius:999px;background:var(--surface2);border:1px solid var(--border);color:var(--muted);font-size:.72rem;font-weight:700}.data-steps li:before{counter-increment:none}.data-field-label{display:block;font-size:.82rem;font-weight:700;margin-bottom:6px}.data-field-hint{display:block;margin-top:6px;color:var(--muted);font-size:.75rem;font-weight:500}.data-card-actions,.data-search-bar,.data-pagination{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.data-card-actions{margin-top:12px}.data-search-bar{width:100%}.data-search-bar input{flex:1;min-width:0;border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:var(--surface2);color:var(--text)}.data-search-bar input:focus,.site-info-paste-form textarea:focus,.excel-drive-field input:focus{outline:2px solid color-mix(in srgb,var(--accent) 45%,transparent);border-color:var(--accent)}.data-btn{border:1px solid transparent;border-radius:10px;padding:9px 14px;font-size:.84rem;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.data-btn:disabled{opacity:.55;cursor:not-allowed}.data-btn--primary{background:var(--accent);color:#fff}.data-btn--primary:hover:not(:disabled){background:var(--accent-hover)}.data-btn--ghost{background:var(--surface2);color:var(--text);border-color:var(--border)}.data-btn--ghost:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.data-btn--danger{background:transparent;color:#f87171;border-color:color-mix(in srgb,#dc2626 40%,var(--border));padding:6px 10px;font-size:.78rem}.data-btn--danger:hover:not(:disabled){background:color-mix(in srgb,#dc2626 12%,transparent)}.data-hint-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.data-chip{padding:4px 8px;border-radius:6px;background:var(--surface2);border:1px solid var(--border);color:var(--muted);font-size:.7rem;font-weight:600}.data-preview{margin-top:14px;padding-top:14px;border-top:1px dashed var(--border)}.data-empty,.data-empty-inline{color:var(--muted);font-size:.88rem}.data-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:48px 16px;border:1px dashed var(--border);border-radius:12px;background:color-mix(in srgb,var(--bg) 40%,var(--surface));flex:1}.data-empty strong{color:var(--text);font-size:.98rem}.data-empty-inline{margin:12px 0 0;padding:14px;text-align:center;background:var(--surface2);border-radius:10px}.data-pagination{justify-content:center;margin-top:14px}.data-pagination span{color:var(--muted);font-size:.85rem;font-variant-numeric:tabular-nums}.data-secure-notes{margin:16px 0 0;padding:12px 14px;list-style:none;border-radius:10px;background:var(--surface2);border:1px solid var(--border);color:var(--muted);font-size:.78rem;line-height:1.55}.data-secure-notes li+li{margin-top:2px}.data-secure-notes li:before{content:"• ";color:var(--accent);font-weight:700}.site-info-page .site-info-paste-form textarea{width:100%;min-height:130px;resize:vertical;border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;background:var(--surface2);color:var(--text)}.site-info-preview-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-bottom:8px}.site-info-preview-head span{color:var(--muted);font-size:.85rem}.site-info-preview-errors{margin:0 0 10px;padding:8px 12px;list-style:none;background:color-mix(in srgb,#dc2626 8%,var(--surface2));border:1px solid color-mix(in srgb,#dc2626 25%,var(--border));border-radius:8px;color:#f87171;font-size:.8rem}.site-info-preview-errors li+li{margin-top:4px}.site-info-preview-table-wrap{max-height:240px}.data-table-wrap,.site-info-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:10px}.data-card--list .data-table-wrap{flex:1;max-height:min(62vh,720px)}.site-info-table{width:100%;border-collapse:collapse;font-size:.8rem;min-width:1100px}.site-info-table th,.site-info-table td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}.site-info-table th{background:var(--surface2);font-weight:600;position:sticky;top:0;z-index:1}.site-info-table tbody tr:hover td{background:color-mix(in srgb,var(--accent) 6%,transparent)}.site-info-address-cell{font-weight:600;white-space:normal!important;min-width:120px}.site-info-profit-rate{color:#e03131;font-weight:800}.excel-drive-upload-form{display:flex;flex-direction:column;gap:14px}.excel-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:148px;padding:20px 16px;border:1.5px dashed var(--border);border-radius:14px;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 7%,transparent),transparent),var(--surface2);text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.excel-dropzone:hover,.excel-dropzone--active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,var(--surface2));transform:translateY(-1px)}.excel-dropzone--filled{border-style:solid}.excel-dropzone-title,.excel-dropzone-name{color:var(--text);font-size:.98rem}.excel-dropzone-meta{color:var(--muted);font-size:.8rem}.excel-dropzone-badge{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:4px 8px;border-radius:8px;background:color-mix(in srgb,var(--accent) 22%,var(--surface));color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.04em}.excel-drive-field{display:flex;flex-direction:column}.excel-drive-field input[type=text]{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:var(--surface2);color:var(--text);font-weight:600}.excel-file-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;flex:1;overflow:auto;max-height:min(62vh,720px)}.excel-file-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:color-mix(in srgb,var(--bg) 35%,var(--surface2));transition:border-color .15s ease,background .15s ease}.excel-file-row:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border));background:color-mix(in srgb,var(--accent) 8%,var(--surface2))}.excel-file-main{display:flex;align-items:center;gap:12px;min-width:0}.excel-file-ext{flex-shrink:0;min-width:48px;padding:6px 8px;border-radius:8px;text-align:center;background:var(--surface);border:1px solid var(--border);color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.03em}.excel-file-text{min-width:0;display:flex;flex-direction:column;gap:2px}.excel-file-name{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.excel-file-meta{color:var(--muted);font-size:.76rem}.excel-drive-actions{display:flex;gap:6px;flex-shrink:0}@media (max-width: 640px){.data-page-hero{align-items:flex-start}.excel-file-row{flex-direction:column;align-items:stretch}.excel-drive-actions{justify-content:flex-end}}.login-boot{color:var(--muted);padding:48px 12px;text-align:center}.login-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:24px 12px}.login-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 24px 24px;display:flex;flex-direction:column;gap:8px}.login-title{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:-.03em}.login-help{margin:0 0 12px;color:var(--muted);font-size:.9rem}.login-card label{font-size:.82rem;font-weight:600;margin-top:6px}.login-card input{border:1px solid var(--border);border-radius:8px;padding:10px 12px;background:var(--surface2);color:var(--text)}.login-card input:focus{outline:2px solid color-mix(in srgb,var(--accent) 45%,transparent);border-color:var(--accent)}.login-error{margin:8px 0 0;color:#f87171;font-size:.88rem}.login-card button[type=submit]{margin-top:14px;border:0;border-radius:8px;padding:11px 14px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.login-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}
