@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";:root{--font-base: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--kb-yellow: #FFCC00;--kb-yellow-hover: #EBB800;--kb-dark-gray: #545045;--kb-gray: #888888;--kb-light-gray: #F5F5F5;--kb-gold: #A2845E;--brand: var(--kb-yellow);--brand-deep: #413D34;--brand-soft: #FFFDF0;--bg-app: #FFFFFF;--panel: #FFFFFF;--panel-strong: #F9F9F9;--border: #DDDDDD;--border-strong: #CCCCCC;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .05);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .08);--text-main: var(--kb-dark-gray);--text-soft: var(--kb-gray);--text-inverse: #FFFFFF;--container-max-width: 1460px;--safe: #23A975;--safe-light: #E9F6F1;--caution: #F5A623;--caution-light: #FEF6E9;--danger: #E24C4C;--danger-light: #FCECEC;--transition-bezier: cubic-bezier(.2, 0, 0, 1);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .3)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.98) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulseRed{0%{box-shadow:0 0 #e24c4c66}70%{box-shadow:0 0 0 10px #e24c4c00}to{box-shadow:0 0 #e24c4c00}}.animate-in{animation:fadeInScale .6s var(--transition-bezier) backwards}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.gradient-kb{background:linear-gradient(135deg,var(--kb-yellow) 0%,#FFB800 100%)}.gradient-dark{background:linear-gradient(135deg,var(--kb-dark-gray) 0%,#3a3832 100%);color:#fff}.kb-premium-card{position:relative;overflow:hidden;border:none;background:#fff;box-shadow:var(--shadow-md);transition:all .4s var(--transition-bezier)}.kb-premium-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.kb-premium-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--kb-yellow)}.stat-value{font-family:Pretendard,sans-serif;font-weight:800;letter-spacing:-.02em}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-base);color:var(--text-main);background:var(--bg-app);letter-spacing:-.015em;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--kb-light-gray)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}.app-shell{display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 24px}.global-header{position:fixed;top:0;left:0;right:0;background:linear-gradient(to bottom,rgba(0,0,0,.3),transparent);border-bottom:none;z-index:50;height:72px;transition:background .3s ease}.global-header.is-scrolled{background:#222222f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-container{max-width:var(--container-max-width);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:100%}.brand-logo{display:flex;align-items:center;gap:8px}.brand-logo .kb-logo-img{height:45px;width:auto;object-fit:contain}.brand-logo .kb-mark{color:var(--kb-yellow);font-weight:900;font-size:22px;line-height:1}.brand-logo .kb-text{font-size:30px;font-weight:800;color:#fff;letter-spacing:-.02em}.gnb{display:flex;gap:32px;height:100%;margin-left:auto}.gnb-item{position:relative;height:100%;display:flex;align-items:center}.gnb-trigger{background:transparent;border:none;font-size:16px;font-weight:500;color:#ffffffd9;cursor:pointer;height:100%;padding:0 8px;transition:color .2s}.gnb-trigger:hover,.gnb-trigger.hovered{color:#fff}.gnb-trigger:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--kb-yellow);transform:scaleX(0);transition:transform .2s var(--transition-bezier)}.gnb-trigger:hover:after,.gnb-trigger.hovered:after{transform:scaleX(1)}.gnb-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:8px;padding:12px 0;min-width:220px;opacity:0;visibility:hidden;transition:all .2s var(--transition-bezier)}.gnb-dropdown.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.gnb-dropdown-inner{display:flex;flex-direction:column}.gnb-dropdown a{padding:12px 24px;font-size:15px;color:var(--kb-dark-gray);transition:background .2s;display:flex;justify-content:space-between;align-items:center}.gnb-dropdown a:hover{background:var(--kb-light-gray);color:#000}.gnb-dropdown a.active{font-weight:700;color:#000}.active-dot{width:6px;height:6px;background:var(--kb-yellow);border-radius:50%}.header-util{display:flex;align-items:center}.util-badge{font-size:13px;font-weight:600;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);padding:6px 12px;border-radius:20px}.province-overlay{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:8px 12px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;align-items:center;min-width:80px;border:2px solid transparent;transition:transform .2s}.province-overlay:hover{transform:translateY(-5px);z-index:100}.province-overlay.band-premium{border-color:#00695c;background:#00695c1a}.province-overlay.band-safe{border-color:#2e7d32;background:#2e7d321a}.province-overlay.band-caution{border-color:#f5a623;background:#f5a6231a}.province-overlay.band-warning{border-color:#d32f2f;background:#d32f2f1a}.province-overlay.band-critical{border-color:#b71c1c;background:#b71c1c1a}.province-overlay-rank{font-size:10px;font-weight:800;color:#888;margin-bottom:2px}.province-overlay-name{font-size:13px;font-weight:700;color:var(--kb-dark-gray)}.province-overlay-score{font-size:14px;font-weight:900;color:#000}.address-mini-badge{background:var(--kb-dark-gray);color:#fff;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:800;box-shadow:var(--shadow-sm)}.selected-address-popup{background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 10px 25px #0003;border:1px solid var(--border);min-width:180px;display:flex;flex-direction:column}.selected-address-popup strong{font-size:14px;color:var(--kb-dark-gray);margin-bottom:4px}.selected-address-popup span{font-size:12px;color:#666;font-weight:600}.map-diagnostic{background:#00000008;padding:8px 16px;border-radius:8px;display:flex;align-items:center;gap:12px;margin-bottom:12px}.map-status-pill{font-size:11px;font-weight:800;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.map-status-pill.is-ready{background:var(--safe-light);color:var(--safe)}.map-status-pill.is-fallback{background:var(--danger-light);color:var(--danger)}.map-shell{position:relative}.map-layer-selector{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;padding:10px 12px;background:#fffffff2;border-bottom:1px solid #eee}.map-layer-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 4px;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;white-space:nowrap;font-size:12px;font-weight:600;color:#666;transition:all .2s}.map-layer-btn:hover{background:#f5f5f5;border-color:#bbb}.map-layer-btn.is-active{background:var(--kb-yellow);border-color:var(--kb-yellow);color:var(--kb-dark-gray);font-weight:800}.map-layer-icon{font-size:28px}.map-layer-label{font-size:20px;font-weight:800}.map-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:12px 24px;border-radius:12px;box-shadow:var(--shadow-lg);z-index:10;font-weight:700}.scope-panel{background:#fff;border-radius:24px;padding:28px;border:1px solid #eee;box-shadow:0 10px 30px #0000000d;display:grid;gap:20px}.scope-panel-header{font-size:18px;font-weight:900;color:var(--kb-dark-gray)}.scope-block{display:grid;gap:10px}.scope-block-title{font-size:13px;font-weight:800;color:#888}.scope-chip-group{display:flex;flex-wrap:wrap;gap:10px}.scope-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:800}.scope-chip.is-active{background:var(--safe-light);color:var(--safe)}.scope-chip.is-excluded{background:var(--danger-light);color:var(--danger)}.scope-note{padding:16px 18px;border-radius:16px;background:#f8f9fa;border:1px solid #eceff1;color:#666;font-size:14px;line-height:1.6}.radar-panel{background:#fff;border-radius:24px;padding:28px;border:1px solid #eee;box-shadow:0 10px 30px #0000000d;display:grid;gap:18px}.radar-panel-header{display:flex;align-items:center;justify-content:space-between}.radar-panel-title{font-size:18px;font-weight:900;color:var(--kb-dark-gray)}.radar-panel-subtitle{font-size:12px;font-weight:700;color:#888;margin-top:4px}.radar-panel-chart{min-height:780px;display:flex;align-items:center}.radar-panel-note{padding:14px 16px;border-radius:14px;background:#f8f9fa;border:1px solid #eceff1;color:#666;font-size:13px;line-height:1.6}.page-header-banner{background:#333;border-bottom:none;padding:40px 0}.page-header-banner h2{font-size:36px;font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-.03em}.breadcrumb{font-size:14px;color:#ffffff8c}.breadcrumb .sep{margin:0 8px;font-size:11px}.breadcrumb strong{color:#ffffffd9;font-weight:600}.content-area{flex:1;display:flex;flex-direction:column}.page{padding:60px 24px}.page:has(.overview-hero-banner){padding-top:0}.page:has(.overview-hero-banner) .overview-scroll-content{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}.risk-page{display:grid;gap:40px;padding-bottom:100px}.risk-page *,.overview-shell *{min-width:0}.kb-premium-card,.glass-panel,.overview-panel,.overview-metric-card,.overview-hero-sidecard,.overview-search-band{overflow:hidden;word-break:keep-all;overflow-wrap:break-word}.kb-premium-card h2,.kb-premium-card h3,.kb-premium-card strong,.glass-panel h2,.glass-panel h3,.overview-panel h2,.overview-panel h3,.overview-hero-title{overflow-wrap:break-word;word-break:keep-all;font-size:clamp(16px,3vw,inherit)}.kb-premium-card p,.glass-panel p,.overview-panel p{overflow-wrap:break-word;word-break:keep-all;font-size:clamp(12px,2vw,inherit)}.card,.glass-card,.table-card,.chart-card,.pdf-report-sheet,.search-panel{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:box-shadow .3s var(--transition-bezier)}.card:hover,.table-card:hover{box-shadow:var(--shadow-lg)}.table-card{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.search-panel{padding:32px;border-top:4px solid var(--kb-dark-gray);border-radius:8px;margin-bottom:24px}.search-box label{display:block;margin-bottom:12px;font-weight:600;font-size:15px}.search-inline{display:grid;grid-template-columns:1fr auto;gap:16px}input,select{width:100%;padding:14px 20px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;font-size:16px;color:var(--kb-dark-gray);transition:all .2s ease}input:focus,select:focus{outline:none;border-color:var(--kb-gold);box-shadow:0 0 0 2px #a2845e33}.primary-action,.print-button{background:var(--kb-yellow);color:var(--kb-dark-gray);border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.primary-action:hover,.print-button:hover{background:var(--kb-yellow-hover)}.hero-metrics,.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.card{padding:24px}.panel-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.panel-header h3,.card-title{margin:0;font-size:22px;font-weight:700;align-items:center}table{width:100%;border-collapse:collapse}th,td{padding:16px 20px;border-bottom:1px solid #EBEBEB;text-align:left;font-size:15px}th{background:#f9f9f9;color:var(--kb-gray);font-weight:600;border-top:1px solid var(--kb-dark-gray)}tbody tr:hover{background:#fafafa}.national-board{display:grid;grid-template-columns:minmax(0,2fr) minmax(360px,1fr);gap:32px}.map-surface{height:640px;background:var(--kb-light-gray);border:1px solid var(--border);border-radius:12px}.rank-list{display:flex;flex-direction:column;gap:12px}.rank-item{display:grid;grid-template-columns:40px 1fr auto;gap:16px;padding:16px;background:#fff;border:1px solid var(--border);border-radius:8px}.rank-index{font-weight:700;font-size:18px;color:var(--kb-gold)}.badge,.risk-pill{padding:6px 14px;border-radius:4px;font-size:13px;font-weight:600}.risk-보통,.risk-우수,.risk-양호{background:var(--safe-light);color:var(--safe)}.risk-주의,.risk-경계{background:var(--caution-light);color:var(--caution)}.risk-관리필요,.risk-위험{background:var(--danger-light);color:var(--danger)}.risk-분석중{background:#eee;color:#666}.hazard-bar-track{height:12px;background:#eee;border-radius:6px}.hazard-bar-fill{height:100%;background:var(--kb-yellow);border-radius:6px}.hazard-bar-fill.average{background:var(--kb-gray)}.risk-hero{display:none}.global-footer{background:#222;border-top:none;padding:40px 0;margin-top:auto;position:relative;z-index:1}.footer-mark{color:var(--kb-yellow)!important}.footer-copyright{color:#ffffff80!important}.overview-shell{padding-bottom:40px;position:relative}html:has(.overview-hero-banner),body:has(.overview-hero-banner){background:transparent}.overview-shell>.overview-hero{display:flex;flex-direction:column;justify-content:flex-end;min-height:calc(100vh - 180px);padding-top:clamp(24px,4vh,120px);padding-bottom:64px;position:relative;z-index:1}.map-hero-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:24px}.map-hero-stat-card{padding:18px 14px;border-radius:16px;text-align:center;display:grid;gap:6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:1024px){.map-hero-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.map-hero-stats{grid-template-columns:repeat(2,1fr)}.map-layer-selector{grid-template-columns:repeat(7,1fr);gap:4px;padding:8px 6px}.map-layer-btn{padding:6px 2px;gap:0;min-width:0}.map-layer-icon{font-size:22px;line-height:1}.map-layer-label{display:none}}.overview-hero-banner{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.overview-hero-banner-img{width:100%;height:100%;object-fit:cover;display:block}.overview-hero .overview-hero-title{color:#fff}.overview-hero .overview-eyebrow,.overview-hero .overview-brand-context{color:#ffffffb3}.overview-hero .overview-brand-pill{background:#fc03;color:#fc0}.overview-hero .overview-hero-link{background:#ffffff1f;color:#fff;border-color:#fff3}.overview-hero .overview-hero-link.is-secondary{background:#ffffff14;border-color:#ffffff26}.overview-hero .overview-search-input input{background:#ffffffe6;border-color:#ffffff4d;color:#222}.overview-hero .overview-search-input input::placeholder{color:#999}.overview-hero .overview-search-note{color:#ffffff80}.overview-hero .overview-search-field label{color:#222}.overview-hero .overview-hero-sidecard{background:#ffffff14;border-color:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.overview-hero .overview-sidecard-label,.overview-hero .overview-sidecard-value,.overview-hero .overview-sidecard-copy,.overview-hero .overview-sidecard-facts dt,.overview-hero .overview-sidecard-facts dd{color:#ffffffd9}.overview-scroll-content{position:relative;z-index:1;background:#fff;display:grid;gap:28px;padding:48px 0 32px;border-radius:32px 32px 0 0;box-shadow:0 -12px 40px #00000026;margin-top:-32px}.overview-hero{display:grid;gap:28px;padding:32px 0;background:transparent;border:none;box-shadow:none}.overview-hero-topbar,.overview-panel-header,.overview-grade-row-header,.overview-benchmark-header,.overview-sidecard-header,.overview-table-meta,.overview-hero-actions,.overview-focus-score-row,.overview-panel-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.overview-brand-lockup{display:flex;align-items:center;gap:12px}.overview-brand-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;background:var(--kb-dark-gray);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.overview-brand-context,.overview-panel-eyebrow,.overview-sidecard-label,.overview-eyebrow,.overview-metric-label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8f8778}.overview-hero-link,.overview-row-button,.overview-primary-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:999px;text-decoration:none;cursor:pointer;transition:all .22s var(--transition-bezier)}.overview-hero-link{padding:10px 16px;background:#54504514;color:var(--kb-dark-gray);font-size:13px;font-weight:700}.overview-hero-link.is-secondary{background:#fff;border-color:#ddd5c7}.overview-hero-link:hover,.overview-row-button:hover{transform:translateY(-1px)}.overview-primary-button{padding:0 22px;background:var(--kb-yellow);color:var(--kb-dark-gray);font-size:15px;font-weight:800}.overview-primary-button:disabled{cursor:default;opacity:.6}.overview-hero-grid{display:grid;grid-template-columns:1fr;gap:28px}.overview-hero-copy{display:grid;gap:18px}.overview-hero-title{margin:0;color:var(--kb-dark-gray);font-size:42px;line-height:1.18;letter-spacing:-.04em;font-weight:800}.overview-hero-description,.overview-focus-copy,.overview-action-body p,.overview-notice-card p,.overview-search-note,.overview-panel-header p,.overview-sidecard-copy,.overview-address-cell span,.overview-rec-cell{margin:0;color:#716a5f;line-height:1.7}.overview-search-band,.overview-hero-sidecard,.overview-panel,.overview-metric-card{background:#ffffffe6;border:1px solid #ece4d8;box-shadow:0 14px 34px #5450450d;border-radius:22px;padding:22px;display:grid;gap:10px}.overview-search-band{display:grid;gap:14px;padding:20px 22px;border-radius:22px}.overview-search-field{display:grid;gap:10px}.overview-search-field label{font-size:13px;font-weight:700;color:var(--kb-dark-gray)}.overview-search-input{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px}.overview-search-input input{min-width:0;background:#fffdfa}.overview-hero-sidecard{display:grid;gap:16px;padding:24px;border-radius:24px}.overview-sidecard-value,.overview-metric-value,.overview-focus-score{color:var(--kb-dark-gray);font-weight:800;letter-spacing:-.04em}.overview-sidecard-value{font-size:38px}.overview-sidecard-facts{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.overview-sidecard-facts div{display:grid;gap:4px;padding-top:10px;border-top:1px solid #eee4d7}.overview-sidecard-facts dt,.overview-sidecard-facts dd{margin:0}.overview-sidecard-facts dt{font-size:11px;font-weight:700;color:#8f8778}.overview-sidecard-facts dd{font-size:15px;font-weight:700;color:var(--kb-dark-gray)}.overview-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.overview-metric-card.is-highlight{background:linear-gradient(180deg,#fffaf0,#fff)}.overview-metric-card.is-danger{background:linear-gradient(180deg,#fff7f7,#fff)}.overview-metric-value{font-size:34px}.overview-metric-helper,.overview-grade-row-meta,.overview-status-item small,.overview-muted-text{color:#8f8778;font-size:13px}.overview-main-grid{display:grid;grid-template-columns:1fr;gap:24px}.overview-panel{padding:26px;border-radius:24px}.overview-panel-header{margin-bottom:18px}.overview-panel-header.compact{margin-bottom:14px}.overview-panel-header h2,.overview-panel-header h3{margin:6px 0 0;color:var(--kb-dark-gray);font-size:28px;letter-spacing:-.03em}.overview-panel-header h3{font-size:21px}.overview-panel-meta strong{color:var(--kb-dark-gray);font-size:20px}.overview-map-stage{min-height:640px}.overview-side-stack{display:grid;gap:20px}.overview-focus-address{color:var(--kb-dark-gray);font-size:22px;font-weight:700;line-height:1.35}.overview-focus-score{font-size:48px}.overview-focus-subtext{margin-top:6px;color:#8f8778;font-size:13px;font-weight:700}.overview-hazard-pill-grid,.overview-status-grid,.overview-hazard-panel-grid{display:grid;gap:12px}.overview-hazard-pill-grid{grid-template-columns:1fr;margin-top:18px}.overview-hazard-pill{display:grid;gap:6px;padding:14px;border-radius:16px;background:#faf8f3;border:1px solid #efe6d8}.overview-hazard-pill span,.overview-status-item span{color:#8f8778;font-size:12px;font-weight:700}.overview-hazard-pill strong,.overview-status-item strong,.overview-grade-row-header strong{color:var(--kb-dark-gray);font-size:15px;font-weight:800}.overview-focus-copy{margin-top:14px}.overview-focus-actions,.overview-notice-stack,.overview-action-list{display:grid;gap:12px}.overview-action-note,.overview-notice-card,.overview-benchmark-card,.overview-status-item{padding:14px 16px;border-radius:16px;background:#faf8f3;border:1px solid #efe6d8}.overview-grade-distribution{display:grid;gap:12px}.overview-progress-track{width:100%;height:8px;border-radius:999px;background:#eee7da;overflow:hidden}.overview-progress-fill{height:100%;border-radius:inherit;background:#bca15e}.overview-benchmark-card{margin-top:14px}.overview-status-grid{grid-template-columns:1fr;margin-top:14px}.overview-analytic-grid{display:grid;grid-template-columns:1fr;gap:24px}.overview-notice-card.is-warning{background:#fff9ef}.overview-action-list.is-grid{grid-template-columns:1fr}.overview-action-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:16px;border-radius:18px;border:1px solid #efe6d8;background:#faf8f3}.overview-action-row.is-critical{background:#fff5f4;border-color:#f1cbc5}.overview-action-row.is-warning{background:#fffaf0;border-color:#eedcb0}.overview-action-index{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#54504514;color:var(--kb-dark-gray);font-size:13px;font-weight:800}.overview-action-body strong{color:var(--kb-dark-gray);display:block;margin-bottom:6px}.overview-hazard-panel-grid{grid-template-columns:1fr}.overview-table-shell{overflow:auto;border:1px solid #eee4d8;border-radius:18px}.overview-results-table{min-width:1000px}.overview-results-table thead th{position:sticky;top:0;z-index:1;background:#faf8f3}.overview-results-table tbody tr.is-selected{background:#fffbea}.overview-address-cell,.overview-marine-cell{display:grid;gap:6px}.overview-address-cell strong,.overview-marine-cell strong,.overview-score-cell{color:var(--kb-dark-gray);font-weight:700}.overview-row-button{padding:9px 14px;background:#fffdfa;border-color:#ddd5c7;color:var(--kb-dark-gray);font-size:13px;font-weight:700}.overview-empty-row{text-align:center;color:#8f8778;padding:28px 18px}.overview-grade-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid transparent}.is-grade1.overview-grade-badge,.is-grade1.overview-progress-fill{background:#e0f2f1;color:#00695c;border-color:#d8c9a3}.is-grade2.overview-grade-badge,.is-grade2.overview-progress-fill{background:#e8f5e9;color:#2e7d32;border-color:#b7d4c0}.is-grade3.overview-grade-badge,.is-grade3.overview-progress-fill{background:#fff8e1;color:#e65100;border-color:#ecd395}.is-grade4.overview-grade-badge,.is-grade4.overview-progress-fill{background:#fff3e0;color:#d32f2f;border-color:#efc49f}.is-grade5.overview-grade-badge,.is-grade5.overview-progress-fill{background:#ffebee;color:#b71c1c;border-color:#e7b3b1}.is-neutral.overview-grade-badge,.is-neutral.overview-progress-fill{background:#f2f2f2;color:#7a7a7a;border-color:#ddd}.footer-content{display:flex;align-items:center;gap:16px}.footer-mark{font-size:20px;font-weight:900;color:#aaa}.footer-copyright{color:#888;font-size:13px}.print-only-header{display:none}@media print{html,body{background:#fff!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.global-header,.global-footer,.page-header-banner,.no-print,.print-button,.overview-hero-banner,.overview-hero,.overview-scroll-content>*:not(.print-report-area),.map-hero-stats,.map-layer-selector,.map-diagnostic{display:none!important}.print-only-header{display:block!important;margin-bottom:18px;break-after:avoid;page-break-after:avoid}.print-header-bar{height:6px;background:linear-gradient(90deg,#fc0,#ffb300 60%,#5c5c5c);border-radius:3px;margin-bottom:14px}.print-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:14px;border-bottom:2px solid #222}.print-header-logo{display:flex;align-items:center;gap:16px}.print-header-titleblock{display:flex;flex-direction:column;gap:2px}.print-header-eyebrow{font-size:11px;font-weight:800;letter-spacing:1.5px;color:#5c5c5c}.print-header-title{font-size:26px;font-weight:900;color:#1a1a1a;letter-spacing:-.5px;line-height:1.1}.print-header-subtitle{font-size:12px;color:#777;font-weight:600}.print-header-meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#333;text-align:right;min-width:280px}.print-header-meta-row{display:flex;justify-content:space-between;gap:12px}.print-header-meta-row span{color:#888;font-weight:700}.print-header-meta-row strong{color:#1a1a1a;font-weight:800}.app-shell{display:block!important}.page,.overview-shell{padding:0!important}.overview-scroll-content{margin:0!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.risk-page{gap:20px!important;padding-bottom:0!important}.print-report-area{display:grid!important;gap:16px;break-inside:auto}.print-report-area section,.print-report-area .kb-premium-card,.print-report-area .glass-panel{break-inside:avoid;page-break-inside:avoid;box-shadow:none!important;border:1px solid #ddd!important;border-radius:8px!important;overflow:visible!important}.print-page1-section{break-inside:avoid!important;page-break-inside:avoid!important}.print-page-break-after{break-after:page!important;page-break-after:always!important}.print-page-break-before{break-before:page!important;page-break-before:always!important}.print-hide{display:none!important}.print-report-area .print-page1-section .map-shell,.print-report-area .print-page1-section .map-surface,.print-report-area .print-page1-section .map-shell>div,.print-report-area .print-page1-section .map-shell>div>div{height:340px!important;min-height:340px!important;max-height:340px!important}.print-page1-section .recharts-wrapper,.print-page1-section .recharts-responsive-container,.print-page1-section svg{max-height:270px!important;height:270px!important}.print-page1-section .print-chart-shrink{min-height:0!important;height:270px!important;max-height:270px!important;overflow:hidden!important;padding:4px!important}.print-page1-section .print-chart-shrink>*{height:270px!important;max-height:270px!important}.print-page1-section .print-chart-shrink>div,.print-page1-section .print-chart-shrink>div>div{height:100%!important}.print-page1-section [style*="min-height: 180px"]{min-height:0!important}.print-page1-section .print-chart-shrink .recharts-cartesian-axis-tick text{font-size:11px!important}.print-page1-section .stat-value{font-size:18px!important;margin-bottom:0!important}.print-page1-section [style*="font-size: 24px"]{font-size:12px!important}.print-page1-section [style*="font-size: 22px"][style*="font-weight: 900"]{font-size:14px!important}.print-page1-section [style*="linear-gradient(135deg"]{padding:4px 8px!important;min-width:50px!important}.print-page1-section [style*="linear-gradient(135deg"]>div{font-size:9px!important;margin:0!important}.print-page1-section [style*="linear-gradient(135deg"]>div[style*="font-size: clamp"]{font-size:14px!important}.print-page1-section [style*="margin-bottom: 24px"]{margin-bottom:4px!important}.print-page1-section [style*="margin-top: 24px"][style*="width: 100%"]{margin-top:4px!important}.print-page1-section .risk-spectrum,.print-page1-section [class*=spectrum]{transform:scale(.85);transform-origin:left top;margin-bottom:-6px!important}.print-page1-section .stat-value{font-size:20px!important;line-height:1!important}.print-page1-section h3{font-size:11px!important;margin:0 0 4px!important}.print-page1-section h2{font-size:13px!important;margin-bottom:4px!important}.print-page1-section,.print-page1-section .summary-card,.print-page1-section.kb-premium-card,.print-page1-section .kb-premium-card{padding:6px 12px!important;min-height:0!important;margin:0!important}.print-page1-section .summary-card-value{margin:0!important}.print-page1-section [style*="margin-top: 12px"],.print-page1-section [style*="margin-top: 24px"],.print-page1-section [style*="margin-bottom: 16px"],.print-page1-section [style*="margin-bottom: 24px"]{margin-top:4px!important;margin-bottom:4px!important}.print-page1-section [style*="height: 24px"][style*="border-radius: 12px"]{height:14px!important}.print-page1-section>div:first-child{padding:8px 14px!important}.print-page1-section p{font-size:9px!important;margin:4px 0 0!important;line-height:1.3!important}.print-page1-section [style*="Safety Rank"],.print-page1-section [style*="border-radius: 20px"]{padding:8px!important;min-width:80px!important}.print-page1-section .summary-card-title{font-size:12px!important;margin-bottom:4px!important}.print-report-area .map-shell,.print-report-area .map-surface{height:150px!important;min-height:150px!important}.print-page2-section{display:grid!important;grid-template-columns:1.2fr .8fr!important;gap:16px!important;padding:14px!important;border-radius:8px!important;min-height:0!important;align-items:stretch!important}.print-page2-section>div:first-child{display:flex!important;flex-direction:column!important;width:100%!important}.print-page2-section h2{font-size:14px!important;margin-bottom:4px!important;line-height:1.2!important}.print-page2-section p{font-size:10px!important;line-height:1.3!important;margin:0!important}.print-page2-section>div:first-child>div:first-child{margin-bottom:6px!important}.print-page2-section [style*="border-radius: 30px"]{padding:2px 8px!important;font-size:9px!important}.print-page2-section [style*="margin-top: 24px"][style*="display: flex"][style*="flex-wrap: wrap"]{margin-top:4px!important;gap:3px!important}.print-page2-section [style*="border-radius: 20px"][style*="font-size: 12px"]{padding:2px 6px!important;font-size:8px!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section){display:grid!important;grid-template-columns:1fr!important;gap:5px!important;margin-top:6px!important;flex:1!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div{padding:6px 10px!important;font-size:10px!important;border-radius:6px!important;overflow:hidden!important;display:grid!important;grid-template-columns:auto 1fr auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;row-gap:2px!important;align-items:center!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div>div:nth-child(1){grid-row:1!important;grid-column:1 / 2!important;display:flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div>div:nth-child(2){grid-row:1!important;grid-column:3 / 4!important;text-align:right!important;white-space:nowrap!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div>div:nth-child(3){grid-row:2!important;grid-column:1 / 2!important;white-space:nowrap!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div>div:nth-child(4){grid-row:2!important;grid-column:2 / 3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div>div:nth-child(5){grid-row:2!important;grid-column:3 / 4!important;display:flex!important;gap:2px!important;flex-wrap:nowrap!important;margin-top:0!important;justify-content:flex-end!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div>div:nth-child(6){display:none!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div [style*="font-size: 22px"]{font-size:15px!important;margin-top:0!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div [style*="font-size: 13px"]{font-size:10px!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div [style*="font-size: 11px"]{font-size:9px!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div [style*="font-size: 10px"]{font-size:9px!important}.print-page2-section [style*="border-top: 1px solid rgb(238, 238, 238)"],.print-page2-section [style*="border-top: '1px solid #EEE'"]{display:none!important}.print-page2-section [style*="grid-template-columns: 1fr 1fr"]:not(.ai-rec-list):not(.print-page1-section)>div [style*="flex-wrap: wrap"]>span{padding:1px 4px!important;font-size:8px!important}.print-page2-section .radar-panel{padding:0!important;border-radius:8px!important;width:100%!important;height:100%!important;margin-top:0!important;display:flex!important;flex-direction:column!important}.print-page2-section .radar-panel-header{padding:6px 10px!important}.print-page2-section .radar-panel-title{font-size:13px!important}.print-page2-section .radar-panel-subtitle{font-size:10px!important}.print-page2-section .radar-panel-chart{height:500px!important;min-height:500px!important;max-height:500px!important}.print-page2-section .radar-panel-chart svg,.print-page2-section .radar-panel-chart .recharts-wrapper{max-height:500px!important;height:500px!important}.print-page2-section .radar-panel-note{font-size:9px!important;padding:4px 10px!important;margin-top:2px!important}.print-page3-section{padding:22px 28px!important}.print-page3-section .ai-rec-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.print-page3-section .ai-rec-card{break-inside:avoid!important;page-break-inside:avoid!important;padding:12px 16px!important;border-radius:10px!important;display:block!important}.print-page3-section .ai-rec-card>div:first-child{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;margin-bottom:6px!important}.print-page3-section .ai-rec-card>div:first-child>span{font-size:13.5px!important;line-height:1.2!important}.print-page3-section .ai-rec-card>div:first-child>div{display:flex!important;align-items:center!important;gap:6px!important}.print-page3-section .ai-rec-card>div:first-child>div>span{font-size:11px!important;padding:1px 6px!important}.print-page3-section .ai-rec-card>div:nth-child(2):not([style*="flex-direction: column"]){display:none!important}.print-page3-section .ai-rec-card>div[style*="flex-direction: column"]{display:flex!important;flex-direction:column!important;gap:4px!important}.print-page3-section .ai-rec-item{font-size:13px!important;padding:6px 10px!important;line-height:1.35!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;border-radius:7px!important}.print-page3-section h3{font-size:17px!important;margin:0 0 4px!important}.print-page3-section>div:first-child{margin-bottom:10px!important;gap:12px!important;align-items:center!important}.print-page3-section>div:first-child>div:first-child{padding:8px!important;font-size:20px!important;border-radius:10px!important}.print-page3-section>div:first-child p{font-size:11px!important;margin:0!important;line-height:1.3!important}.card,.glass-card,.table-card,.kb-premium-card,.summary-card{box-shadow:none!important;border:1px solid #CCC!important;break-inside:avoid;page-break-inside:avoid}@page{size:A4;margin:12mm}}@media(max-width:1024px){.overview-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gnb{gap:16px}.gnb-trigger{font-size:14px}.overview-hero-title{font-size:36px}}@media(max-width:768px){.national-board,.hero-metrics,.card-grid,.overview-hero-grid,.overview-main-grid,.overview-analytic-grid,.overview-action-list.is-grid,.overview-hazard-panel-grid{grid-template-columns:1fr}.overview-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scope-panel,.overview-hero,.overview-panel,.overview-hero-sidecard{padding:20px}.overview-hero-title{font-size:26px}.overview-metric-grid{grid-template-columns:1fr}.gnb{display:none}.overview-search-input,.overview-sidecard-facts,.overview-status-grid,.overview-hazard-pill-grid{grid-template-columns:1fr}.overview-hero-topbar,.overview-panel-header,.overview-table-meta,.overview-focus-score-row{align-items:flex-start;flex-direction:column}}.mobile-nav-toggle{display:none;background:transparent;border:none;border-radius:0;padding:12px;min-height:48px;min-width:48px;cursor:pointer;align-items:center;justify-content:center;color:#fff}.mobile-nav-toggle-bars{display:inline-flex;flex-direction:column;gap:5px;width:24px}.mobile-nav-toggle-bars span{display:block;width:24px;height:3px;background:#fff;border-radius:2px;box-shadow:0 1px 2px #0009;transition:transform .2s ease,opacity .2s ease}.mobile-nav-toggle.is-open .mobile-nav-toggle-bars span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-nav-toggle.is-open .mobile-nav-toggle-bars span:nth-child(2){opacity:0}.mobile-nav-toggle.is-open .mobile-nav-toggle-bars span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{display:none;background:#222222fa;border-top:1px solid rgba(255,255,255,.1);padding:12px 16px 20px;max-height:calc(100vh - 72px);overflow-y:auto}.mobile-nav.is-open{display:block}.mobile-nav-group{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav-group:last-child{border-bottom:none}.mobile-nav-label{font-size:12px;font-weight:700;color:#ffffff8c;margin-bottom:6px;letter-spacing:.02em}.mobile-nav-link{display:block;padding:10px 6px;font-size:15px;color:#ffffffe6;text-decoration:none;border-radius:6px}.mobile-nav-link:hover,.mobile-nav-link:focus-visible{background:#ffffff14}.mobile-nav-link.is-active{color:var(--kb-yellow);font-weight:700}@media(max-width:768px){.mobile-nav-toggle{display:flex}}@media print{.mobile-nav-toggle,.mobile-nav{display:none!important}}.hero-address-search{padding:28px 36px;border-radius:20px;margin:20px 0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-address-search-inner{width:100%;margin:0 auto}.hero-address-search-label{display:block;margin-bottom:14px;font-weight:800;font-size:20px;color:var(--kb-dark-gray)}.hero-address-search-row{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:16px;align-items:stretch}.hero-address-search-input{padding:18px 22px;font-size:18px;border-radius:12px;border:2px solid #EEE;box-shadow:none;min-width:0;width:100%;box-sizing:border-box}.hero-address-search-submit{padding:16px 44px;font-size:18px;border-radius:12px;background:var(--kb-yellow);color:var(--kb-dark-gray);font-weight:800;white-space:nowrap;box-sizing:border-box}.hero-address-search-print{padding:16px 32px;font-size:18px;border-radius:12px;background:#222;color:#fff;font-weight:800;border:none;cursor:pointer;white-space:nowrap;box-sizing:border-box}@media(max-width:900px){.hero-address-search{padding:20px 18px!important}.hero-address-search-row{grid-template-columns:1fr!important;gap:12px!important}.hero-address-search-input,.hero-address-search-submit,.hero-address-search-print{width:100%!important;grid-column:1 / -1!important}.hero-address-search-submit,.hero-address-search-print{padding:14px 20px!important;font-size:16px!important}}@media(max-width:640px){.hero-address-search{padding:16px 14px!important;margin:12px 0!important;border-radius:14px!important}.hero-address-search-label{font-size:15px!important;margin-bottom:10px!important}.hero-address-search-input{padding:14px 16px!important;font-size:16px!important}}@media(max-width:768px){.header-container{padding:0 14px}.brand-logo .kb-logo-img{height:32px}.brand-logo .kb-text{font-size:18px}.overview-shell>.overview-hero{min-height:100vh;padding-top:18vh;padding-bottom:0}.overview-hero{padding:16px 0;gap:18px}.overview-hero-title{font-size:22px;line-height:1.25}.overview-hero-actions{flex-wrap:wrap;gap:8px}.map-hero-stats{grid-template-columns:repeat(2,1fr);gap:8px}.map-hero-stat-card{padding:12px 8px}}.admin-lock-fab{position:fixed;right:20px;bottom:20px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#1f2937;color:#fff;box-shadow:0 6px 18px #0000002e;cursor:pointer;display:grid;place-items:center;z-index:900;opacity:.72;transition:opacity .15s ease,transform .15s ease,background .15s ease}.admin-lock-fab:hover{opacity:1;transform:translateY(-1px)}.admin-lock-fab.is-unlocked{background:#a67c00}.admin-lock-icon{font-size:20px;line-height:1}.admin-lock-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000006b;display:grid;place-items:center;z-index:1000}.admin-lock-modal{background:#fff;padding:20px 22px;border-radius:10px;width:min(420px,92vw);box-shadow:0 20px 60px #00000040}@media(max-width:768px){.admin-lock-fab{right:14px;bottom:14px;width:44px;height:44px}}.hazard-section-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:stretch}.hazard-card-subgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hazard-region-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.ranking-3col-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.ai-rec-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.overview-shell>.overview-hero{padding-bottom:60px}.map-hero-stat-card{padding:10px 8px;overflow:visible;min-width:0}.map-hero-stat-card>div:last-child{font-size:clamp(14px,4.2vw,20px)!important;line-height:1.15;word-break:keep-all;overflow-wrap:anywhere}.safety-analysis-row{flex-direction:column!important;align-items:stretch!important;gap:16px}.safety-rank-premium{min-width:0!important;width:100%!important;padding:16px!important;border-radius:16px!important}.hazard-section-grid{display:flex!important;flex-direction:column;grid-template-columns:none;gap:20px;padding:20px!important}.radar-panel-cell{order:-1}.hazard-section-text{order:1}.hazard-card-subgrid{display:flex;flex-direction:column;grid-template-columns:1fr;gap:10px}.hazard-card-subgrid [data-hazard-key=typhoon]{order:1}.hazard-card-subgrid [data-hazard-key=flood]{order:2}.hazard-card-subgrid [data-hazard-key=earthquake]{order:3}.hazard-card-subgrid [data-hazard-key=wildfire]{order:4}.hazard-card-subgrid [data-hazard-key=lightning]{order:5}.hazard-card-subgrid [data-hazard-key=tsunami]{order:6}.ai-rec-item{white-space:normal;overflow:visible;text-overflow:unset;word-break:keep-all;overflow-wrap:anywhere;line-height:1.5}.ai-rec-card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px}.ai-rec-card-meta{flex-direction:column!important;align-items:flex-start!important;gap:6px;width:100%}.hazard-region-grid{grid-template-columns:1fr;gap:16px}.ranking-3col-grid{grid-template-columns:1fr;gap:20px}}
