:root{--background: #f7f9fb;--surface: #ffffff;--surface-low: #f2f4f6;--surface-mid: #eceef0;--surface-high: #e6eaee;--surface-stroke: #d7dfe3;--outline: #90a0ad;--outline-strong: #6f7b87;--text: #191c1e;--text-soft: #52606d;--text-muted: #7c8a97;--brand: #006d77;--brand-deep: #00535b;--brand-soft: #cfeef2;--brand-tint: #e6f7f9;--brand-glow: rgba(0, 109, 119, .16);--green-bg: #e8f5e8;--green-text: #2c6c35;--amber-bg: #fff4d7;--amber-text: #8a5c00;--red-bg: #fde4e1;--red-text: #a32a1f;--navy-bg: #dce7f7;--navy-text: #35526f;--shadow-card: 0 10px 28px rgba(18, 38, 63, .06);--shadow-soft: 0 4px 12px rgba(18, 38, 63, .05);--shadow-float: 0 12px 36px rgba(0, 83, 91, .16);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 18px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--header-height: calc(64px + env(safe-area-inset-top)) ;--tab-height: calc(82px + env(safe-area-inset-bottom)) ;--content-width: 440px;font-family:Manrope,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--background)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at top center,rgba(130,211,222,.14),transparent 28%),linear-gradient(180deg,#f8fafc,#f6f8fb);color:var(--text)}body{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{border:0;background:none;padding:0;cursor:pointer}button:disabled{cursor:not-allowed}input{border:0;outline:0;background:transparent}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.app-shell{min-height:100dvh;padding-top:var(--header-height)}.app-shell.has-tabs{padding-bottom:var(--tab-height)}.screen{width:min(100%,var(--content-width));margin:0 auto;padding:var(--space-6) var(--space-5)}.screen.compact{padding-top:var(--space-5)}.header{position:fixed;inset:0 0 auto;z-index:40;height:var(--header-height);background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(190,200,202,.5);box-shadow:0 3px 12px #1118270d}.header__inner{width:min(100%,var(--content-width));height:64px;margin:0 auto;padding:env(safe-area-inset-top) var(--space-5) 0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.header__title{font-size:20px;font-weight:800;letter-spacing:-.03em;color:var(--brand)}.header__title-button{display:inline-flex;align-items:center;justify-content:center;color:inherit}.icon-button{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--brand)}.icon-button--muted{color:var(--outline)}.icon-button:disabled{opacity:.42;cursor:default}.hero-title{margin:0 0 var(--space-4);font-size:clamp(34px,7vw,52px);line-height:1.08;letter-spacing:-.045em;font-weight:800}.hero-subtitle,.body-copy{margin:0;color:var(--text-soft);font-size:16px;line-height:1.6}.home-primary .hero-subtitle{margin-bottom:var(--space-5)}.eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:var(--space-2);color:var(--text-soft);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow .material-symbols-outlined{font-size:16px;color:var(--brand)}.search-form{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-4)}.search-label{color:var(--text-soft);font-size:13px;font-weight:800}.search-helper{margin:-2px 0 0;color:var(--text-muted);font-size:13px;line-height:1.5}.search-input{position:relative}.search-input .material-symbols-outlined{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--outline-strong)}.search-input input{width:100%;min-height:64px;padding:18px 18px 18px 52px;border-radius:var(--radius-lg);border:1px solid var(--surface-stroke);background:#fffffff0;box-shadow:var(--shadow-soft);color:var(--text)}.search-input input::placeholder{color:#9aa6b2}.search-input input:focus{border-color:var(--brand);box-shadow:0 0 0 5px #006d7717,var(--shadow-soft)}.quick-list{display:flex;gap:var(--space-2);overflow-x:auto;margin-top:var(--space-4);padding-bottom:2px;scrollbar-width:none}.quick-list::-webkit-scrollbar{display:none}.quick-chip{flex:none;padding:10px 14px;border-radius:var(--radius-pill);border:1px solid rgba(190,200,202,.72);background:#fffc;color:var(--text-soft);font-size:13px;font-weight:700}.section{margin-bottom:var(--space-7)}.section-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4)}.section-title{margin:0;font-size:24px;line-height:1.2;letter-spacing:-.03em;font-weight:700}.section-kicker{display:inline-flex;align-items:center;padding:9px 14px;border-radius:var(--radius-pill);background:#e0e8eee6;color:var(--text-soft);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.module-card,.card,.archive-card,.paywall-card,.login-card{background:#fffffff5;border:1px solid rgba(190,200,202,.58);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.module-card{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);min-height:170px}.module-card--wide{grid-column:1 / -1;min-height:152px;position:relative;overflow:hidden}.module-card--wide:after{content:"";position:absolute;right:-22px;bottom:-22px;width:120px;height:120px;border-radius:999px;background:#006d7714;filter:blur(2px)}.module-icon,.section-card__icon,.archive-card__thumb,.status-spot{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex:none}.module-icon{background:#eef5f5;color:var(--brand)}.module-icon--danger{background:#fff1ef;color:#bc3028}.module-icon--navy{background:#eef3fb;color:#456784}.module-icon--green{background:#edf5ed;color:#346b38}.module-card h3,.section-card__title,.archive-card__title,.paywall-card__title,.report-title{margin:0;font-size:18px;line-height:1.35;letter-spacing:-.03em;font-weight:700}.module-card p,.section-card__body,.archive-card__meta,.muted-copy{margin:0;color:var(--text-soft);font-size:15px;line-height:1.55}.business-info-footer{width:100%;margin:var(--space-6) auto 0;max-width:100%;color:var(--text-muted);font-size:12px;font-weight:500;line-height:1.5;text-align:center;overflow-wrap:anywhere}.button-stack{display:flex;flex-direction:column;gap:var(--space-3)}.button{width:100%;min-height:58px;padding:16px 20px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:17px;font-weight:800;letter-spacing:-.02em;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.button:disabled{opacity:1;box-shadow:none}.button--primary:disabled{background:#b7c3cb;color:#ffffffe6}.button--outline:disabled,.button--secondary:disabled{background:var(--surface-low);color:var(--outline-strong);border-color:#bec8ca99}.button:active{transform:scale(.985)}.button--primary{background:var(--brand-deep);color:#fff;box-shadow:var(--shadow-float)}.button--secondary{background:var(--surface-low);color:var(--text)}.button--outline{background:#ffffffeb;color:var(--brand-deep);border:1px solid rgba(0,109,119,.2)}.button--kakao{background:#fee500;color:#111}.button--naver{background:#03c75a;color:#fff}.button .material-symbols-outlined{font-size:22px}.sample-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand-deep);font-size:15px;font-weight:800}.tab-bar{position:fixed;inset:auto 0 0;z-index:50;padding-bottom:env(safe-area-inset-bottom);background:#ffffffc7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(190,200,202,.5);box-shadow:0 -8px 24px #1118270f}.tab-bar__inner{width:min(100%,var(--content-width));height:82px;margin:0 auto;padding:0 var(--space-4);display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2)}.tab-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#93a4b8;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tab-button.is-active{color:var(--brand)}.tab-button.is-active:before{content:"";position:absolute;top:0;width:44px;height:3px;border-radius:999px;background:var(--brand)}.tab-button .material-symbols-outlined{font-size:24px}.desktop-floating-nav{display:none}.desktop-nav-button{width:100%;min-height:54px;padding:12px 14px;border-radius:14px;color:var(--text-soft);display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800}.desktop-nav-button.is-active{background:var(--brand-tint);color:var(--brand-deep)}.desktop-nav-button .material-symbols-outlined{font-size:23px}.mobile-nav-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;pointer-events:none}.mobile-nav-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#191c1e57;opacity:0;transition:opacity .18s ease}.mobile-nav-sheet__panel{position:absolute;top:calc(var(--header-height) + 10px);left:16px;right:16px;padding:16px;border:1px solid rgba(190,200,202,.58);border-radius:18px;background:#fffffffa;box-shadow:0 22px 44px #11182729;transform:translateY(-10px);opacity:0;transition:opacity .18s ease,transform .18s ease}.mobile-nav-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:8px}.mobile-nav-sheet__header strong{font-size:16px}.mobile-nav-sheet__nav{display:flex;flex-direction:column;gap:8px}.mobile-nav-sheet__item{width:100%;min-height:52px;padding:12px 14px;border-radius:14px;color:var(--text-soft);display:flex;align-items:center;gap:10px;font-size:15px;font-weight:800;text-align:left}.mobile-nav-sheet__item.is-active{background:var(--brand-tint);color:var(--brand-deep)}.mobile-nav-sheet.is-open{pointer-events:auto}.mobile-nav-sheet.is-open .mobile-nav-sheet__backdrop{opacity:1}.mobile-nav-sheet.is-open .mobile-nav-sheet__panel{opacity:1;transform:translateY(0)}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:var(--radius-pill);font-size:13px;font-weight:800;line-height:1}.status-badge--brand{background:#ddeefe;color:var(--navy-text)}.status-badge--good{background:var(--green-bg);color:var(--green-text)}.status-badge--warn{background:var(--amber-bg);color:var(--amber-text)}.status-badge--danger{background:var(--red-bg);color:var(--red-text)}.score-badge{width:76px;height:76px;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#fff 0 54%,transparent 55%),conic-gradient(var(--brand) 0turn calc(var(--score) * 1turn),#caeef2 calc(var(--score) * 1turn) 1turn);box-shadow:inset 0 0 0 8px #ffffffeb;color:var(--brand-deep)}.score-badge strong{font-size:24px;line-height:1;font-weight:800}.score-badge span{font-size:11px;font-weight:700;color:var(--text-muted)}.summary-card,.section-card,.archive-card,.paywall-card,.loading-card,.account-card{padding:var(--space-5)}.summary-card{display:grid;grid-template-columns:92px 1fr;gap:var(--space-4);align-items:center}.metric{display:flex;flex-direction:column;gap:8px}.metric__row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px}.metric__bar{width:100%;height:7px;border-radius:999px;background:#dfe7ec;overflow:hidden}.metric__bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),#3c9366)}.map-card{overflow:hidden;padding:0}.map-card__visual{position:relative;height:196px;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.86),transparent 18%),radial-gradient(circle at 50% 35%,rgba(0,109,119,.08),transparent 12%),linear-gradient(145deg,#f7f8f9,#eef3f6 52%,#dfeef2);overflow:hidden}.map-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,83,91,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(0,83,91,.08) 1px,transparent 1px);background-size:44px 44px;opacity:.24}.map-ring,.map-ring:before,.map-ring:after{position:absolute;inset:50% auto auto 50%;border-radius:999px;border:2px solid rgba(68,112,173,.32);transform:translate(-50%,-50%)}.map-ring{width:174px;height:174px}.map-ring:before,.map-ring:after{content:""}.map-ring:before{width:112px;height:112px}.map-ring:after{width:52px;height:52px}.map-crosshair:before,.map-crosshair:after{content:"";position:absolute;background:#38485a52}.map-crosshair:before{width:1px;height:100%;left:50%;top:0}.map-crosshair:after{width:100%;height:1px;left:0;top:50%}.map-pin{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:22px;height:22px;border-radius:999px;background:#f26c6c;box-shadow:0 0 0 8px #f26c6c24}.map-pin:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:inherit;background:#fff3f3}.map-badge{position:absolute;top:18px;right:18px}.map-card__body{position:relative;padding:var(--space-5)}.map-card__icon{position:absolute;top:-24px;left:var(--space-5);width:56px;height:56px;border-radius:18px;border:4px solid rgba(255,255,255,.94);background:var(--brand-deep);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 16px 30px #00535b2e}.map-card__body h3{margin:10px 0 6px;font-size:18px;line-height:1.35;letter-spacing:-.03em;font-weight:700}.request-page{padding-bottom:calc(var(--tab-height) + 126px)}.request-intro{margin-bottom:var(--space-5)}.request-card{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-5)}.request-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.request-card__header h2,.candidate-panel h3{margin:0;font-size:22px;line-height:1.25;letter-spacing:-.03em}.request-status{margin:0;color:var(--text-soft);font-size:15px;line-height:1.5}.location-state{min-height:180px;padding:var(--space-6);border-radius:16px;border:1px dashed rgba(144,160,173,.58);background:var(--surface-low);color:var(--text-soft);display:grid;place-items:center;text-align:center;gap:var(--space-3)}.location-state .material-symbols-outlined{color:var(--brand);font-size:34px}.location-state strong{color:var(--text)}.location-state p{margin:0;line-height:1.5}.location-state .button{max-width:240px}.location-state--error .material-symbols-outlined{color:var(--red-text)}.candidate-panel{display:flex;flex-direction:column;gap:var(--space-4)}.candidate-panel p{margin:6px 0 0;color:var(--text-soft);line-height:1.5}.candidate-list{display:flex;flex-direction:column;gap:var(--space-2)}.candidate-item{width:100%;padding:16px;border-radius:14px;border:1px solid rgba(190,200,202,.72);background:#fff;text-align:left;display:grid;gap:5px}.candidate-item:hover,.candidate-item:focus-visible,.candidate-item[aria-selected=true]{border-color:#006d7780;box-shadow:0 0 0 4px #006d7714;outline:0}.candidate-item span{color:var(--text);font-weight:800;line-height:1.35}.candidate-item small{color:var(--text-soft);font-size:14px;line-height:1.4}.candidate-item em{color:var(--text-muted);font-size:12px;font-style:normal;font-weight:800}.confirmed-location{overflow:hidden;border:1px solid rgba(190,200,202,.58);border-radius:var(--radius-lg);background:#fff}.location-map{position:relative;height:236px;overflow:hidden;background:var(--surface-low)}.location-map iframe{width:100%;height:100%;border:0;display:block}.location-map__state{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;align-content:center;gap:var(--space-2);padding:var(--space-5);background:var(--surface-low);color:var(--text-soft);text-align:center}.location-map__state--error{color:var(--text-soft)}.location-map__state--error strong{color:var(--text)}.location-map__marker{position:absolute;left:50%;top:50%;z-index:3;color:#df3f35;transform:translate(-50%,-100%);pointer-events:none;filter:drop-shadow(0 4px 8px rgba(25,28,30,.22))}.location-map__marker .material-symbols-outlined{font-size:40px;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 40}.text-action{margin-top:14px;color:var(--brand-deep);font-size:14px;font-weight:800}.included-section{display:flex;flex-direction:column;gap:var(--space-2)}.request-actions{display:none}.request-actions__hint{min-height:38px;color:var(--text-soft);font-size:13px;line-height:1.5;display:flex;align-items:flex-end}.location-state__support,.location-state__example{color:var(--text-muted);font-size:13px;line-height:1.5}.mobile-sticky-cta{position:fixed;left:16px;right:16px;bottom:calc(var(--tab-height) + 16px);z-index:36;width:calc(100% - 32px);pointer-events:none}.mobile-sticky-cta__hint{margin:0 0 8px;padding:0 6px;color:var(--text-soft);font-size:12px;line-height:1.45}.mobile-sticky-cta__inner{width:100%;margin:0 auto;pointer-events:auto}.list-card{display:flex;flex-direction:column;gap:var(--space-2)}.list-item{display:flex;gap:var(--space-4);padding:var(--space-4);border-radius:16px}.list-item__icon{width:40px;height:40px;border-radius:999px;background:var(--brand-tint);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;flex:none}.list-item h4,.archive-card__title,.account-card h3{margin:0;font-size:17px;line-height:1.35;letter-spacing:-.03em}.list-item p{margin:4px 0 0;color:var(--text-soft);font-size:14px;line-height:1.55}.floating-cta{position:fixed;inset:auto 0 calc(82px + env(safe-area-inset-bottom)) 0;z-index:35;pointer-events:none}.floating-cta__inner{width:min(100%,var(--content-width));margin:0 auto;padding:22px var(--space-5) 0;background:linear-gradient(180deg,#f7f9fb00,#f7f9fbeb 34%,#f7f9fb 72%);pointer-events:auto}.loading-hero{min-height:calc(100dvh - var(--header-height) - 110px);display:flex;flex-direction:column;justify-content:center;gap:var(--space-7)}.loading-orb{width:108px;height:108px;margin:0 auto;position:relative;border-radius:999px;background:#fffc;box-shadow:inset 0 0 0 2px #006d7733,0 16px 40px #006d771a}.loading-orb:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:inherit;border:3px solid rgba(0,109,119,.3);border-top-color:transparent;transform:rotate(38deg)}.loading-orb__icon{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--brand);font-size:42px}.loading-title{margin:0;text-align:center;font-size:clamp(32px,6.4vw,50px);line-height:1.12;letter-spacing:-.05em;font-weight:800}.loading-copy{margin:0;text-align:center;color:var(--text-soft);font-size:18px}.loading-card{display:flex;flex-direction:column;gap:var(--space-2)}.loading-step{display:grid;grid-template-columns:42px 1fr;gap:var(--space-4);align-items:center}.loading-step__node{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--surface-low);color:var(--outline);border:1px solid rgba(190,200,202,.62)}.loading-step.is-complete .loading-step__node{background:var(--brand-deep);color:#fff;border-color:var(--brand-deep)}.loading-step.is-active .loading-step__node{background:#fff;color:var(--brand);border-color:var(--brand)}.loading-step__label{display:flex;flex-direction:column;gap:6px}.loading-step__label strong{font-size:17px;line-height:1.35;letter-spacing:-.03em}.loading-step.is-pending .loading-step__label strong{color:var(--text-muted)}.loading-line{width:1px;height:28px;margin-left:20px;background:#bec8cac7}.loading-progress{width:100%;height:7px;border-radius:999px;overflow:hidden;background:#dfe5ea}.loading-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),#257b82);transition:width .35s ease}.preview-stack{display:flex;flex-direction:column;gap:var(--space-4)}.preview-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4)}.mini-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.mini-card{padding:var(--space-4);border-radius:14px;border:1px solid rgba(190,200,202,.45);background:var(--surface-low)}.mini-card__label{color:var(--text-soft);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.mini-card__value{margin-top:8px;font-size:18px;font-weight:700;letter-spacing:-.03em}.locked-stack{position:relative;display:flex;flex-direction:column;gap:var(--space-4)}.locked-content{opacity:.4;filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.locked-fade{position:absolute;top:120px;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f7f9fb00,#f7f9fbe6 34%,#f7f9fb 54%)}.paywall-card{position:relative;z-index:2;margin:-12px 16px 0;text-align:center}.paywall-card__icon{width:72px;height:72px;margin:0 auto 16px;border-radius:999px;background:var(--brand-deep);color:#fff;display:grid;place-items:center;box-shadow:0 14px 32px #00535b29}.paywall-card__title{font-size:24px}.paywall-card__body{max-width:280px;margin:12px auto 24px}.paywall-card__caption{margin-top:12px;color:var(--text-muted);font-size:13px;font-weight:700;letter-spacing:.04em}.preview-page{padding-bottom:calc(var(--tab-height) + 126px)}.preview-free-trial-badge{display:flex;flex-direction:column;gap:8px;margin-bottom:var(--space-4)}.preview-free-trial-badge__note{margin:0;font-size:13px;line-height:1.5}.preview-teaser-section,.preview-module-section{display:flex;flex-direction:column;gap:var(--space-4)}.section-heading{display:flex;flex-direction:column;gap:6px}.preview-teaser-grid{display:grid;grid-template-columns:1fr;gap:var(--space-3)}.preview-teaser-card{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4)}.preview-teaser-card__header{display:flex;align-items:center;gap:12px}.preview-teaser-card__icon{width:40px;height:40px;border-radius:12px;background:var(--surface-low);color:var(--brand-deep);display:grid;place-items:center;flex-shrink:0}.preview-teaser-card__list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px;color:var(--text-soft);font-size:14px;line-height:1.55}.preview-module-grid{display:grid;grid-template-columns:1fr;gap:var(--space-3)}.preview-module-card{display:flex;flex-direction:column;gap:12px;padding:var(--space-4);min-height:0}.preview-module-card__header{display:flex;align-items:flex-start;gap:12px}.preview-module-card__icon{width:40px;height:40px;border-radius:12px;background:var(--surface-low);color:var(--brand-deep);display:grid;place-items:center;flex-shrink:0}.preview-module-card__heading{display:flex;flex-direction:column;gap:8px;min-width:0}.preview-module-card__teaser{margin:0;color:var(--text-soft);font-size:14px;line-height:1.55}.preview-module-card__lock,.preview-module-card__open{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.preview-module-card__lock{color:var(--brand-deep)}.preview-module-card--locked{position:relative;cursor:pointer;overflow:hidden;border-color:#00535b2e;background:linear-gradient(180deg,#ffffffeb,#f7f9fbf5)}.preview-module-card--locked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f7f9fb47;pointer-events:none}.preview-module-card--locked .preview-module-card__header,.preview-module-card--locked .preview-module-card__teaser,.preview-module-card--locked .preview-module-card__lock{position:relative;z-index:1}.preview-cta-block{position:relative;z-index:2}.pricing-ribbon{position:absolute;top:18px;right:-36px;background:var(--brand);color:#fff;padding:8px 40px;transform:rotate(45deg);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.pricing-card{position:relative;overflow:hidden}.pricing-card__top{padding:var(--space-5);border-bottom:1px solid rgba(190,200,202,.6)}.price-row{display:flex;align-items:baseline;gap:8px}.price-row strong{font-size:44px;line-height:1;letter-spacing:-.05em}.price-row span{color:var(--text-soft);font-size:15px}.benefit-list{margin:0;padding:var(--space-5);list-style:none;display:flex;flex-direction:column;gap:18px}.benefit-list li{display:flex;align-items:flex-start;gap:12px}.benefit-list .material-symbols-outlined{color:var(--brand);margin-top:2px}.info-box{padding:var(--space-5);text-align:center;background:#e0e8ee80;border-radius:var(--radius-md)}.sticky-tools{position:sticky;top:var(--header-height);z-index:15;width:100%;background:#f7f9fbe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(190,200,202,.5)}.sticky-tools__inner{width:min(100%,var(--content-width));margin:0 auto;padding:12px var(--space-5);display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.sticky-tools__inner::-webkit-scrollbar{display:none}.tool-button{flex:none;padding:10px 14px;border-radius:12px;border:1px solid rgba(190,200,202,.72);background:#ffffffeb;color:var(--text-soft);display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.report-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5)}.report-title{font-size:32px;line-height:1.12}.report-subtitle{margin-top:8px;color:var(--text-soft);font-size:17px}.ai-card{background:#cfe0fb;border-color:#c6d8f4}.ai-card .section-card__icon{background:#ffffff5c}.section-stack,.section-card{display:flex;flex-direction:column;gap:var(--space-4)}.section-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.section-card__heading{display:flex;gap:var(--space-3);align-items:flex-start}.section-card__icon{background:var(--surface-low);color:var(--brand)}.section-card__note,.timeline-card{padding:16px;border-radius:12px;background:var(--surface-low);border:1px solid rgba(190,200,202,.48)}.timeline-card{border-left:4px solid rgba(70,111,169,.76)}.rule-section-card{gap:16px}.rule-section-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--text-soft);font-size:13px}.rule-section-meta span{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:var(--radius-pill);background:var(--surface-low);border:1px solid rgba(190,200,202,.45)}.rule-section-detail{display:flex;flex-direction:column;gap:8px}.rule-section-detail__title{display:inline-flex;align-items:center;gap:6px;color:var(--text-soft);font-size:13px;font-weight:800}.rule-section-detail__title .material-symbols-rounded{font-size:18px}.rule-section-detail__list{display:flex;flex-direction:column;gap:6px;margin:0;padding-left:20px;color:var(--text-main);font-size:14px;line-height:1.45}.kv-list{display:flex;flex-direction:column;gap:12px}.kv-row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:15px;padding-bottom:12px;border-bottom:1px solid rgba(190,200,202,.55)}.kv-row:last-child{padding-bottom:0;border-bottom:0}.infra-list{display:flex;flex-direction:column;gap:18px}.infra-item{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center}.infra-item__meta{color:var(--text-soft);font-size:14px}.archive-summary{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-5)}.archive-card{display:grid;grid-template-columns:96px 1fr;gap:16px;align-items:center}.archive-card__thumb{width:96px;height:96px;border-radius:16px;background:radial-gradient(circle at 32% 30%,rgba(255,255,255,.9),transparent 24%),linear-gradient(135deg,#dce9ea,#f3f7f8,#d9e9e9);position:relative;overflow:hidden}.archive-card__thumb:before{content:"";position:absolute;inset:14px 18px auto auto;width:36px;height:36px;border-radius:999px;background:#006d771f}.archive-card__thumb:after{content:"";position:absolute;left:22px;top:22px;width:52px;height:52px;background:linear-gradient(135deg,#6dc57ee6,#689e51e6) left bottom / 28px 28px no-repeat,radial-gradient(circle at center,rgba(0,109,119,.85) 0 26%,transparent 28%),linear-gradient(120deg,#62afc26b,#84bc716b);border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff8f}.archive-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.archive-card__date{margin-top:6px;color:var(--text-soft);font-size:15px}.archive-card__link{margin-top:14px}.account-stack{display:flex;flex-direction:column;gap:var(--space-4)}.service-status-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.stat-card{padding:16px;border-radius:16px;background:var(--surface-low);text-align:center}.stat-card strong{display:block;margin-bottom:6px;font-size:24px;line-height:1;letter-spacing:-.04em}.stat-card span{color:var(--text-soft);font-size:13px;font-weight:700}.empty-state{padding:40px 24px;text-align:center;border-radius:var(--radius-lg);border:1px dashed rgba(144,160,173,.55);color:var(--text-soft)}.install-card{padding:var(--space-5);display:grid;grid-template-columns:48px 1fr;gap:var(--space-4);align-items:start}.install-card__icon{width:48px;height:48px;border-radius:16px;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center}.install-card__actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.report-notice{border-style:dashed}.toast-root{position:fixed;left:50%;bottom:calc(104px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:80;display:flex;flex-direction:column;gap:10px;width:min(calc(100vw - 40px),380px);pointer-events:none}.toast{padding:14px 16px;border-radius:14px;background:#191c1ee6;color:#fff;font-size:14px;line-height:1.5;box-shadow:0 16px 32px #11182738;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.login-shell{min-height:calc(100dvh - var(--header-height));display:flex;align-items:center;justify-content:center}.login-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 12%,rgba(130,211,222,.24),transparent 30%),linear-gradient(180deg,#f7f9fb24,#f7f9fbeb);pointer-events:none}.login-card{position:relative;width:100%;overflow:hidden}.login-card__hero{padding:32px 24px 24px;text-align:center;background:#f2f4f6d9;border-bottom:1px solid rgba(190,200,202,.52)}.login-card__hero h1{margin:0;font-size:22px;line-height:1.3;letter-spacing:-.04em}.login-card__hero p{margin:8px 0 0;color:var(--text-soft)}.login-card__body{padding:24px;display:flex;flex-direction:column;gap:20px}.center-divider{display:flex;align-items:center;gap:14px;color:var(--text-muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.center-divider:before,.center-divider:after{content:"";flex:1;height:1px;background:#bec8cab3}.benefit-box{padding:18px;border-radius:16px;border:1px solid rgba(190,200,202,.58);background:#ffffffe6;display:flex;flex-direction:column;gap:16px}.benefit-line{display:flex;align-items:center;gap:12px;font-size:16px}.benefit-line .material-symbols-outlined{color:var(--brand)}.selected-property{padding:14px 16px;border-radius:16px;background:#cfeef26b;color:var(--brand-deep);font-weight:700}.home-primary__actions{display:flex;align-items:center;gap:var(--space-3);margin-top:24px}.home-secondary-button{width:auto;min-height:48px;padding:12px 18px;box-shadow:none}@media(min-width:680px){.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module-card--wide{grid-column:auto}}@media(min-width:768px){:root{--content-width: 720px}.screen{padding:var(--space-7) var(--space-6)}.header__inner,.tab-bar__inner,.floating-cta__inner,.sticky-tools__inner{width:min(100%,var(--content-width))}.quick-list{flex-wrap:wrap;overflow:visible}.module-card{min-height:180px}.archive-card__thumb{width:108px;height:108px}.preview-teaser-grid,.preview-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1180px){:root{--header-height: calc(76px + env(safe-area-inset-top)) ;--content-width: 1064px;--desktop-card-width: min( calc(100vw - 356px) , var(--content-width))}html,body{background:radial-gradient(circle at 50% 0%,rgba(130,211,222,.12),transparent 26%),linear-gradient(180deg,#f8fafc,#f5f7fa)}.header{height:var(--header-height)}.header__inner{width:var(--desktop-card-width);height:76px;padding-left:0;padding-right:0}.header__title{font-size:22px}.header__inner>.icon-button[data-action=menu]{opacity:0;pointer-events:none}.app-shell{padding:calc(var(--header-height) + 28px) 0 64px}.app-shell.has-tabs{padding-bottom:64px}.screen{width:var(--desktop-card-width);margin:0 auto;padding:46px 48px;border:1px solid rgba(190,200,202,.54);border-radius:24px;background:#fffffff7;box-shadow:0 22px 56px #12263f1a}.screen.compact{padding-top:42px}.screen--home{padding:46px}.home-desktop-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,1.05fr);gap:40px;align-items:start}.home-primary,.home-modules{margin-bottom:0}.home-primary{padding-top:8px}.home-primary .hero-title{max-width:440px;font-size:40px}.home-primary .hero-subtitle{max-width:420px;font-size:16px}.home-primary .search-form{max-width:500px;margin-top:var(--space-7);margin-bottom:var(--space-4)}.home-primary__actions{margin-top:26px}.home-modules .section-header{align-items:flex-start;margin-bottom:var(--space-5)}.home-modules .section-title{max-width:250px}.home-modules .module-grid{grid-template-columns:1fr;gap:14px}.home-modules .module-card{min-height:132px;padding:18px}.home-modules .module-card--wide{grid-column:auto;min-height:132px}.business-info-footer{grid-column:1 / -1;margin-top:0;padding-top:24px;border-top:1px solid rgba(190,200,202,.42);font-size:12px}.home-sample{max-width:320px;margin-top:var(--space-7);margin-bottom:0}.section{margin-bottom:var(--space-8)}.section:last-child{margin-bottom:0}.section-title{font-size:28px}.hero-title{font-size:44px}.button{min-height:62px}.tab-bar{display:none}.desktop-floating-nav{position:fixed;top:calc(var(--header-height) + 32px);right:max(24px,calc((100vw - var(--desktop-card-width)) / 2 - 168px));z-index:45;width:144px;padding:10px;border:1px solid rgba(190,200,202,.58);border-radius:18px;background:#fffffff5;box-shadow:0 18px 44px #12263f1f;display:flex;flex-direction:column;gap:6px}.desktop-nav-button:hover{background:var(--surface-low)}.desktop-nav-button.is-active:hover{background:var(--brand-tint)}.floating-cta{inset:auto 0 48px}.floating-cta__inner{width:var(--desktop-card-width);padding:0 48px;background:linear-gradient(180deg,#f7f9fb00,#f7f9fbe0 46%,#f7f9fb)}.floating-cta .button{max-width:360px;margin-left:auto}.request-page{padding-bottom:48px}.request-card{padding:28px;gap:var(--space-6)}.confirmed-location{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:stretch}.location-map{height:320px}.confirmed-location .map-card__body{display:flex;flex-direction:column;justify-content:center;padding:32px}.included-section .list-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.request-actions{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:var(--space-5);align-items:center;padding-top:var(--space-4);border-top:1px solid rgba(190,200,202,.58)}.mobile-sticky-cta,.mobile-nav-sheet{display:none}.sticky-tools{top:var(--header-height);background:#f7f9fbd1;border-bottom:0}.sticky-tools__inner{width:var(--desktop-card-width);padding:14px 0 0;justify-content:flex-end}.tool-button{background:#fff;box-shadow:var(--shadow-soft)}.loading-hero{min-height:560px;max-width:680px;margin:0 auto}.map-card__visual{height:260px}.list-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.summary-card{grid-template-columns:112px 1fr;gap:var(--space-6)}.score-badge{width:92px;height:92px}.score-badge strong{font-size:30px}.preview-summary,.report-header{gap:var(--space-7)}.report-title{font-size:38px}.locked-fade{background:linear-gradient(180deg,#fff0,#ffffffeb 34%,#fff 58%)}.paywall-card{max-width:520px;margin:-10px auto 0}.archive-card{grid-template-columns:116px 1fr;gap:var(--space-5)}.archive-card__thumb{width:116px;height:116px}.account-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5)}.account-stack .account-card:first-child{grid-column:1 / -1}.toast-root{bottom:34px}}@media(min-width:1360px){.screen--home{padding:52px}.home-desktop-grid{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr);gap:48px}.home-modules .module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-modules .module-card{min-height:178px}.home-modules .module-card--wide{grid-column:1 / -1;min-height:142px}.home-primary .hero-title{max-width:500px;font-size:46px}.home-primary .hero-subtitle{max-width:460px;font-size:17px}}@media(max-width:520px){.hero-title{font-size:31px}.summary-card{grid-template-columns:1fr}.preview-summary,.report-header,.archive-card__row{flex-direction:column}.archive-card{grid-template-columns:1fr}.archive-card__thumb{width:100%;height:144px}.mini-cards,.stat-grid{grid-template-columns:1fr}.screen,.floating-cta__inner,.sticky-tools__inner,.header__inner{padding-left:18px;padding-right:18px}.home-primary__actions{align-items:stretch}.home-secondary-button{width:100%}}@media print{html,body{background:#fff!important}.header,.sticky-tools,.tab-bar,.desktop-floating-nav,.mobile-nav-sheet,.no-print,.toast-root{display:none!important}.app-shell,.app-shell.has-tabs{padding:0!important}.screen{width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}.card,.section-card{break-inside:avoid;box-shadow:none!important;border-color:#cfd8dc!important}.report-title{font-size:24pt!important}.report-subtitle,.section-card__body,.section-card__note{color:#222!important}}.preview-page{padding-bottom:calc(196px + env(safe-area-inset-bottom))}.preview-module-section{gap:var(--space-5)}.preview-module-group{display:flex;flex-direction:column;gap:var(--space-3)}.preview-module-group__header{display:flex;flex-direction:column;gap:4px}.preview-module-group__title{margin:0;color:var(--text);font-size:15px;line-height:1.35;letter-spacing:-.02em;font-weight:800}.preview-module-group__description{font-size:14px}.preview-module-card__lock{width:fit-content;padding:7px 10px;border-radius:var(--radius-pill);background:#e0e8eeb8;color:var(--text-soft)}.preview-module-card__open{color:var(--text-soft)}.preview-page .mini-card__value{font-size:22px;line-height:1.1;font-weight:800;letter-spacing:-.04em}.preview-page .preview-sticky-cta{left:50%;right:auto;bottom:calc(16px + env(safe-area-inset-bottom));width:min(calc(100% - 32px),var(--content-width));transform:translate(-50%);transition:opacity .18s ease,transform .18s ease}.preview-page .preview-sticky-cta.is-hidden{opacity:0;transform:translate(-50%) translateY(12px);pointer-events:none}.preview-page .preview-sticky-cta.is-hidden .mobile-sticky-cta__inner{pointer-events:none}.preview-page .preview-sticky-cta .mobile-sticky-cta__inner{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid rgba(190,200,202,.42);border-radius:22px;background:#f7f9fbdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 14px 36px #00535b29}.preview-page .preview-sticky-cta .mobile-sticky-cta__hint{margin:0;padding:0 8px;color:var(--text-soft);font-size:12px;line-height:1.35;font-weight:700}.preview-page .preview-sticky-cta .button{min-height:58px;box-shadow:none}@media(min-width:768px){.preview-page{padding-bottom:48px}.preview-page .preview-sticky-cta{display:none}}@media(max-width:520px){.preview-page{padding-bottom:calc(180px + env(safe-area-inset-bottom))}.preview-page .preview-sticky-cta{width:calc(100% - 24px)}}.score-badge{background:radial-gradient(circle at center,#fff 0 54%,transparent 55%),conic-gradient(var(--score-color, var(--brand)) 0turn calc(var(--score) * 1turn),var(--score-track, #caeef2) calc(var(--score) * 1turn) 1turn)}.score-badge--good{color:var(--green-text)}.score-badge--warn{color:var(--amber-text)}.score-badge--danger{color:var(--red-text)}.score-badge--brand{color:var(--brand-deep)}.status-badge{white-space:nowrap;flex-shrink:0}.section-card__heading{min-width:0}.section-card__heading>div{min-width:0}.section-card__header>.status-badge{flex:none}.tool-button{font-size:13px;letter-spacing:-.01em;text-transform:none}.ai-card{background:#cfeef294;border-color:#85cdd680}.section>.ai-card+.report-notice{margin-top:var(--space-4)}.rule-section-detail__list{color:var(--text);line-height:1.55}.section-card__note--data{padding:14px 16px;background:#f7f9fbc7;border-color:#bec8ca61}.rule-section-meta span{gap:6px}.rule-section-meta span strong{color:var(--text);font-weight:800}.section-card__controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:none}.rule-section-group{display:grid;gap:12px}.rule-section-group+.rule-section-group,.rule-section-card+.rule-section-group,.rule-section-group+.rule-section-upcoming{margin-top:20px}.rule-section-group-header{display:flex;align-items:flex-start;gap:10px;padding:4px 2px}.rule-section-group-header .material-symbols-outlined{margin-top:1px;color:var(--brand);font-size:22px}.rule-section-group-header h2{margin:0;color:var(--text);font-size:16px;line-height:1.25}.rule-section-group-header p{margin:4px 0 0;color:var(--text-soft);font-size:13px;line-height:1.45}.rule-section-upcoming{margin-top:20px;border:1px solid rgba(190,200,202,.52);border-radius:14px;background:#fff;overflow:hidden}.rule-section-upcoming summary{min-height:48px;padding:14px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}.rule-section-upcoming summary span{min-width:0;display:inline-flex;align-items:center;gap:8px}.rule-section-upcoming summary strong{color:var(--text);font-size:15px}.rule-section-upcoming summary em{flex:none;color:var(--text-soft);font-size:13px;font-style:normal;font-weight:800}.rule-section-upcoming__body{border-top:1px solid rgba(190,200,202,.42);padding:14px 16px}.rule-section-upcoming__body>p{margin:0 0 10px;color:var(--text-soft);font-size:13px;line-height:1.5}.rule-section-upcoming__list{display:grid}.rule-section-upcoming__item{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.64fr);gap:10px 14px;padding:12px 0;border-top:1px solid rgba(190,200,202,.3)}.rule-section-upcoming__item:first-child{border-top:0;padding-top:0}.rule-section-upcoming__item:last-child{padding-bottom:0}.rule-section-upcoming__item div{min-width:0;display:grid;gap:3px}.rule-section-upcoming__item strong{color:var(--text);font-size:14px}.rule-section-upcoming__item span,.rule-section-upcoming__item small{color:var(--text-soft);font-size:12px;line-height:1.45}.section-map-action{min-height:34px;padding:7px 10px;border:1px solid rgba(0,109,119,.24);border-radius:var(--radius-pill);background:#e6f7f9eb;color:var(--brand-deep);display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800;white-space:nowrap}.section-map-action .material-symbols-outlined{font-size:18px}.section-map-action__short{display:none}.location-insight-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120}.location-insight-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b}.location-insight-explorer{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--surface);color:var(--text);display:flex;flex-direction:column;overflow:hidden}.location-insight-explorer__header{min-height:76px;padding:calc(env(safe-area-inset-top) + 14px) 16px 12px;border-bottom:1px solid rgba(190,200,202,.58);display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex:none}.location-insight-explorer__header p,.location-insight-explorer__header h2,.location-insight-explorer__header span{margin:0;min-width:0;overflow-wrap:anywhere}.location-insight-explorer__header p{color:var(--brand-deep);font-size:13px;font-weight:900}.location-insight-explorer__header h2{margin-top:3px;font-size:19px;line-height:1.28}.location-insight-explorer__header span{display:block;margin-top:4px;color:var(--text-soft);font-size:13px;line-height:1.42}.location-insight-explorer__header button{width:38px;height:38px;border-radius:50%;background:var(--surface-low);color:var(--text);display:grid;place-items:center;flex:none}.location-insight-layer-tabs{padding:10px 14px;border-bottom:1px solid rgba(190,200,202,.45);display:flex;gap:8px;overflow-x:auto;flex:none;-webkit-overflow-scrolling:touch}.location-insight-layer-tabs button{min-height:38px;padding:8px 10px;border:1px solid rgba(190,200,202,.58);border-radius:var(--radius-pill);background:#fff;color:var(--text);display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:900;white-space:nowrap}.location-insight-layer-tabs button em{min-width:24px;min-height:22px;padding:2px 6px;border-radius:var(--radius-pill);background:var(--surface-low);color:var(--text-soft);font-style:normal;text-align:center}.location-insight-layer-tabs button.is-active{border-color:#006d776b;background:var(--brand-tint);color:var(--brand-deep)}.location-insight-summary{margin:10px 14px 0;padding:12px;border:1px solid rgba(0,109,119,.18);border-radius:14px;background:#f7fbfb;display:grid;gap:11px;flex:none}.location-insight-summary--compact{padding:9px 11px;border-radius:12px;background:#f7fbfb;display:flex;align-items:center;justify-content:space-between;gap:8px}.location-insight-summary--compact>span:first-child{min-width:0;color:var(--text);font-size:13px;font-weight:900;line-height:1.4;overflow-wrap:anywhere}.location-insight-summary--debug{margin-top:8px}.location-insight-summary__main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.location-insight-summary__main strong,.location-insight-summary__grid strong{color:var(--text);font-size:13px;line-height:1.4;overflow-wrap:anywhere}.location-insight-summary__eyebrow,.location-insight-summary__grid span{display:block;color:var(--text-soft);font-size:12px;font-weight:900;line-height:1.35}.location-insight-summary__status{min-height:28px;padding:6px 9px;border-radius:var(--radius-pill);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;white-space:nowrap}.location-insight-summary__status.is-ready{background:#ddf4e6d9;color:#166534}.location-insight-summary__status.is-empty{background:#eff6ffe6;color:#1d4ed8}.location-insight-summary__status.is-partial{background:#fff4d7e6;color:var(--amber-text)}.location-insight-summary__status.is-unavailable{background:#f1f3f5;color:var(--text-soft)}.location-insight-summary__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.location-insight-summary__grid>div{min-width:0;padding:9px;border:1px solid rgba(190,200,202,.45);border-radius:10px;background:#fff;display:grid;gap:3px}.location-insight-summary__wide{grid-column:span 3}.location-insight-data-notice{margin:8px 14px 0;padding:9px 10px;border:1px solid rgba(138,92,0,.2);border-radius:10px;background:#fff4d7b3;color:var(--amber-text);display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;flex:none;font-size:13px;line-height:1.35}.location-insight-data-notice p{margin:2px 0 0;color:var(--text-soft);font-size:12px;line-height:1.35}.location-insight-explorer__body{min-height:0;display:flex;flex-direction:column;overflow:hidden;flex:1}.location-insight-explorer__loading{min-height:0;padding:16px 14px calc(env(safe-area-inset-bottom) + 16px);display:grid;place-items:center;flex:1;overflow:hidden}.location-insight-explorer__loading .empty-state{width:min(100%,360px);background:var(--surface-low)}.location-insight-explorer__map{padding:12px 14px 8px;background:#fff;flex:none}.location-insight-explorer__side{min-height:0;padding:8px 14px calc(env(safe-area-inset-bottom) + 16px);overflow-y:auto;display:grid;gap:12px;align-content:start;-webkit-overflow-scrolling:touch}.location-insight-map-shell{display:grid;gap:8px}.location-insight-map{height:min(38dvh,340px);min-height:230px;border:1px solid rgba(190,200,202,.58);border-radius:14px}.location-insight-map--empty{display:grid;place-items:center;align-content:center;gap:8px;padding:24px;background:var(--surface-low);color:var(--text-soft);text-align:center}.location-insight-map--empty strong{color:var(--text)}.location-insight-map__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.location-insight-map__radius{position:absolute;left:10%;right:10%;top:10%;bottom:10%;border:2px solid rgba(188,48,40,.56);border-radius:50%;background:#fde4e129}.location-insight-map__radius span{position:absolute;left:50%;bottom:6px;transform:translate(-50%);padding:4px 8px;border-radius:var(--radius-pill);background:#fffffff0;color:var(--red-text);font-size:12px;font-weight:900;white-space:nowrap}.location-insight-map__target{position:absolute;left:50%;top:50%;color:var(--brand-deep);transform:translate(-50%,-100%);filter:drop-shadow(0 4px 8px rgba(25,28,30,.18))}.location-insight-map__target .material-symbols-outlined{font-size:38px;font-variation-settings:"FILL" 1,"wght" 650,"GRAD" 0,"opsz" 40}.location-insight-map__marker{position:absolute;z-index:6;width:34px;height:34px;border:2px solid #fff;border-radius:50%;background:var(--red-text);color:#fff;display:grid;place-items:center;transform:translate(-50%,-50%);box-shadow:0 8px 18px #191c1e38}.location-insight-map__marker .material-symbols-outlined{font-size:19px;font-variation-settings:"FILL" 1,"wght" 650,"GRAD" 0,"opsz" 24}.location-insight-map__marker.is-active{width:42px;height:42px;outline:4px solid rgba(188,48,40,.22);z-index:7}.location-insight-map-shell__legend{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--text-soft);font-size:12px;font-weight:900}.location-insight-map-shell__legend span{display:inline-flex;align-items:center;gap:5px}.location-insight-map-shell__legend i{width:10px;height:10px;border-radius:50%;background:var(--red-text);display:inline-block}.location-insight-map-shell__legend i.is-target{background:var(--brand-deep)}.location-insight-candidates,.location-insight-detail{display:grid;gap:12px}.location-insight-candidates__header h3,.location-insight-detail__header h3{margin:0;font-size:17px;line-height:1.3}.location-insight-candidates__header p,.location-insight-detail__header p{margin:4px 0 0;color:var(--text-soft);font-size:13px;line-height:1.42}.location-insight-candidates__group{display:grid;gap:8px}.location-insight-candidates__group-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-soft);font-size:13px}.location-insight-candidates__group-title strong{color:var(--text)}.location-insight-candidates__notice{margin:0;padding:10px 11px;border-radius:10px;background:#f7f9fb;border:1px solid rgba(190,200,202,.48);color:var(--text-soft);font-size:12px;font-weight:800;line-height:1.5}.location-insight-candidates__group button{min-height:84px;padding:12px;border:1px solid rgba(190,200,202,.58);border-radius:12px;background:#fff;color:var(--text);display:grid;gap:5px;text-align:left}.location-insight-candidates__group button strong,.location-insight-candidates__group button span,.location-insight-candidates__group button small{min-width:0;overflow-wrap:anywhere}.location-insight-candidates__group button strong{font-size:15px}.location-insight-candidates__group button span{color:var(--text-soft);font-size:13px;line-height:1.42}.location-insight-candidates__group button small{color:var(--red-text);font-size:12px;font-weight:900;line-height:1.4}.location-insight-candidates__group button.is-unmapped small{color:var(--text-soft);font-weight:800}.location-insight-candidates__group button.is-active{border-color:#bc30286b;background:#fff8f7;box-shadow:0 0 0 3px #bc302814}.location-insight-candidates__group button.is-active.is-unmapped{border-color:#006d773d;background:#f7fbfb;box-shadow:0 0 0 3px #006d770f}.location-insight-candidates__empty,.location-insight-detail--empty{min-height:150px;padding:18px;border:1px dashed rgba(190,200,202,.76);border-radius:12px;background:var(--surface-low);color:var(--text-soft);display:grid;place-items:center;align-content:center;gap:7px;text-align:center}.location-insight-candidates__empty strong,.location-insight-detail--empty strong{color:var(--text)}.location-insight-detail{padding-top:2px}.location-insight-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.location-insight-detail__header span{min-height:30px;padding:6px 10px;border-radius:var(--radius-pill);background:#fff1ef;border:1px solid rgba(188,48,40,.22);color:var(--red-text);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;white-space:nowrap}.location-insight-detail__grid{margin:0;display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.location-insight-detail__row{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;padding:10px 12px;border:1px solid rgba(190,200,202,.48);border-radius:10px;background:#fff}.location-insight-detail__row dt{color:var(--text-soft);font-size:13px;font-weight:900}.location-insight-detail__row dd{margin:0;color:var(--text);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.location-insight-detail__notice,.location-insight-advisory{padding:13px 14px;border-radius:12px;background:#f7f9fb;border:1px solid rgba(190,200,202,.5);color:var(--text-soft);font-size:13px;font-weight:900;line-height:1.5}.location-insight-impact-grid{display:grid;gap:12px}.location-insight-impact{padding:14px;border:1px solid rgba(190,200,202,.5);border-radius:12px;background:#f7f9fbcc;display:grid;gap:10px}.location-insight-impact__title{display:inline-flex;align-items:center;gap:7px}.location-insight-impact__title h4{margin:0;font-size:15px}.location-insight-impact__intro,.location-insight-impact__source{margin:0;color:var(--text-soft);font-size:13px;line-height:1.48}.location-insight-wind-confidence{padding:10px;border:1px solid rgba(0,109,119,.16);border-radius:10px;background:#fff;display:grid;gap:4px}.location-insight-wind-confidence span,.location-insight-wind-confidence p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.45}.location-insight-wind-confidence strong{color:var(--brand-deep);font-size:13px}.location-insight-season-list{display:grid;gap:8px}.location-insight-season{display:grid;gap:5px;padding:10px;border-radius:10px;background:#fff;border:1px solid rgba(190,200,202,.42)}.location-insight-season div{display:flex;flex-wrap:wrap;gap:6px;justify-content:space-between;color:var(--text-soft);font-size:12px}.location-insight-season p{margin:0;color:var(--text-soft);font-size:13px;line-height:1.48}.location-insight-season b{color:var(--red-text)}.location-insight-time-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.location-insight-time-grid span{min-height:36px;padding:8px 6px;border-radius:10px;background:#fff;border:1px solid rgba(190,200,202,.48);color:var(--text-soft);display:grid;place-items:center;font-size:13px;font-weight:900;text-align:center}.location-insight-time-grid span.is-active{background:#fff1ef;border-color:#bc302842;color:var(--red-text)}@media(min-width:900px){.location-insight-explorer{top:24px;right:24px;bottom:24px;left:24px;width:min(1180px,calc(100vw - 48px));height:min(820px,calc(100dvh - 48px));margin:auto;border-radius:18px;box-shadow:0 24px 80px #0f172a3d}.location-insight-explorer__header{padding:18px 20px 14px}.location-insight-layer-tabs{padding:12px 20px}.location-insight-summary{margin:12px 20px 0}.location-insight-data-notice{margin:8px 20px 0}.location-insight-explorer__body{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr)}.location-insight-explorer__map{min-height:0;padding:16px 0 16px 20px;overflow:hidden}.location-insight-explorer__side{padding:16px 20px 20px;border-left:1px solid rgba(190,200,202,.45)}.location-insight-map{height:100%;min-height:0}.location-insight-map-shell{height:100%;grid-template-rows:minmax(0,1fr) auto}.location-insight-impact-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:520px){.section-card__header{align-items:stretch}.section-card__controls{align-items:flex-start}.section-map-action{max-width:100%}.rule-section-group{gap:10px}.rule-section-group+.rule-section-group,.rule-section-card+.rule-section-group,.rule-section-group+.rule-section-upcoming{margin-top:16px}.rule-section-upcoming summary{align-items:flex-start}.rule-section-upcoming__item{grid-template-columns:minmax(0,1fr)}.section-map-action__label{display:none}.section-map-action__short{display:inline}.location-insight-summary__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.location-insight-summary__wide{grid-column:span 2}.location-insight-detail__row{grid-template-columns:minmax(0,1fr);gap:5px}}.location-insight-map__marker{font-size:13px;font-weight:950;letter-spacing:0;transition:width .16s ease,height .16s ease,transform .16s ease,box-shadow .16s ease,outline-color .16s ease}.location-insight-map__marker-label{color:#fff;font-size:12px;font-weight:950;line-height:1;text-align:center}.location-insight-map__marker.is-active{box-shadow:0 12px 26px #191c1e47,0 0 0 8px #bc302824}.location-insight-candidate-title{min-width:0;display:flex;align-items:center;gap:8px}.location-insight-candidates__group button .location-insight-candidate-number{width:24px;height:24px;border-radius:50%;background:var(--red-text);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:none;font-size:12px;font-weight:950;line-height:1;letter-spacing:0;box-shadow:0 6px 12px #bc30282e}.location-insight-candidates__group button.is-unmapped .location-insight-candidate-number{background:#e7eef0;color:var(--text-soft);box-shadow:none}.location-insight-candidates__group button.is-active .location-insight-candidate-number{box-shadow:0 0 0 4px #bc30281f}.location-insight-candidates__group button.is-active.is-unmapped .location-insight-candidate-number{box-shadow:0 0 0 4px #006d771f}.location-insight-candidate-title strong{min-width:0}.location-insight-map{container-type:size;position:relative;overflow:hidden}.location-insight-map__radius{left:50%;right:auto;top:50%;bottom:auto;width:min(78cqw,78cqh);aspect-ratio:1 / 1;transform:translate(-50%,-50%)}.location-insight-map__marker{width:26px;height:26px;border-width:1px;outline:0 solid transparent;box-shadow:0 0 0 1px #0f172a38,0 2px 7px #0f172a2e}.location-insight-map__marker-label{font-size:12px;font-weight:950;line-height:1}.location-insight-map__marker.is-active{width:30px;height:30px;outline:2px solid rgba(188,48,40,.32);box-shadow:0 0 0 1px #0f172a38,0 3px 8px #0f172a33}.location-insight-candidates__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px 12px}.location-insight-candidates__header>div{min-width:0}.location-insight-radius-control{margin:10px 16px 0;padding:10px 12px;border:1px solid rgba(190,200,202,.52);border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px}.location-insight-radius-control__main{min-width:0;display:grid;gap:2px}.location-insight-radius-control__description{margin:4px 0 0;color:var(--text-soft);font-size:12px;line-height:1.45}.location-insight-radius-control__description--standalone{margin:10px 16px 0}.location-insight-radius-control__main span{color:var(--text-soft);font-size:12px;font-weight:800}.location-insight-radius-control__main strong{color:var(--text);font-size:14px;line-height:1.25}.location-insight-radius-control__options{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.location-insight-radius-control button{min-height:30px;padding:6px 10px;border:1px solid rgba(190,200,202,.62);border-radius:var(--radius-pill);background:#fff;color:var(--text);font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.location-insight-radius-control button.is-active{border-color:#bc302857;background:#fff1ef;color:var(--red-text)}.location-insight-radius-control button.location-insight-radius-control__reset{border-color:#bec8cab8;background:#f7f9fb;color:var(--text-soft)}.location-insight-radius-control button:hover,.location-insight-radius-control button:focus-visible{border-color:#006d7757}.location-insight-candidate-title{flex-wrap:wrap}.location-insight-candidate-title strong{flex:1 1 auto}@media(max-width:640px){.location-insight-radius-control{align-items:flex-start;flex-direction:column}.location-insight-radius-control__options{width:100%;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}}.location-insight-candidate-status{min-height:24px;padding:4px 8px;border-radius:var(--radius-pill);font-size:11px;font-style:normal;font-weight:950;line-height:1;white-space:nowrap}.location-insight-candidate-status.is-exact{background:#fff1ef;color:var(--red-text)}.location-insight-candidate-status.is-resolving{background:var(--brand-tint);color:var(--brand-deep)}.location-insight-candidate-status.is-pending,.location-insight-candidate-status.is-failed{background:#eef3f5;color:var(--text-soft)}.location-insight-candidate-radius{min-height:24px;padding:4px 8px;border-radius:var(--radius-pill);background:#f7f9fb;border:1px solid rgba(190,200,202,.5);color:var(--text-soft);font-size:11px;font-style:normal;font-weight:950;line-height:1;white-space:nowrap}.location-insight-candidate-item{min-width:0;display:grid}.location-insight-candidate-card{width:100%}.location-insight-candidate-card.is-active{border-bottom-right-radius:0;border-bottom-left-radius:0}.location-insight-candidate-card.is-out-of-radius{background:#f8fafc}.location-insight-candidate-detail{min-width:0;padding:0 12px 12px;border:1px solid rgba(190,200,202,.52);border-top:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px;background:#fff}.location-insight-detail--inline{margin:0;border-radius:8px}.location-map{position:relative;overflow:hidden}.location-map__canvas{width:100%;height:100%;display:block;background:var(--surface-low)}.location-map__zoom-controls{position:absolute;top:10px;right:10px;z-index:8;display:grid;grid-template-rows:36px 36px;width:36px;overflow:hidden;border:1px solid rgba(144,160,173,.44);border-radius:12px;background:#fff;box-shadow:0 8px 18px #0f172a1f}.location-map__zoom-controls button{width:36px;height:36px;border:0;border-radius:0;background:#fff;color:var(--text);display:grid;place-items:center;cursor:pointer;font:inherit;font-size:20px;font-weight:900;line-height:1}.location-map__zoom-controls button+button{border-top:1px solid rgba(144,160,173,.32)}.location-map__zoom-controls button:hover,.location-map__zoom-controls button:focus-visible{background:var(--brand-tint);color:var(--brand-deep);outline:0}.location-map__target-marker{position:relative;width:22px;height:22px;border:3px solid rgba(255,255,255,.96);border-radius:999px;background:var(--brand-deep);display:block;box-shadow:0 0 0 8px #006d7724,0 8px 16px #191c1e38}.location-map__target-marker:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:inherit;background:#fff}.location-insight-map__radius-label{position:absolute;left:50%;bottom:18px;transform:translate(-50%);padding:4px 8px;border-radius:var(--radius-pill);background:#fffffff0;color:var(--red-text);font-size:12px;font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 6px 12px #191c1e1a}.location-insight-map__sdk-marker{position:relative;left:auto;top:auto;transform:none;z-index:auto}.location-insight-map__sdk-marker.is-active{transform:none}
