:root{--bg:#f4f6f8;--panel:#fff;--sidebar:#0a0a0a;--sidebar-2:#111;--sidebar-text:#f8fafc;--muted:#6b7280;--text:#1f2937;--line:#e5e7eb;--accent:#f2c922;--accent-soft:#fff1e6;--shadow:0 8px 24px rgba(15,23,42,.08);--radius:18px}#__next,body,html{height:100%;margin:0;padding:0;font-family:Inter,Arial,sans-serif;font-size:14px;background:var(--bg);color:var(--text)}*{box-sizing:border-box}a{text-decoration:none;color:inherit}button,input{font:inherit}.app-shell{min-height:100vh;display:flex;background:var(--bg)}.sidebar{width:220px;background:linear-gradient(180deg,var(--sidebar) 0,var(--sidebar-2) 100%);color:var(--sidebar-text);padding:14px 16px 18px;display:flex;flex-direction:column;justify-content:space-between;transition:width .3s ease,opacity .3s ease,padding .3s ease;overflow:hidden;flex-shrink:0}.sidebar.hidden{width:0;padding:0;opacity:0;pointer-events:none}.logo-card{gap:10px;padding:8px 6px 18px}.logo-card,.logo-mark{display:flex;align-items:center}.logo-mark{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#5eead4,#3b82f6);justify-content:center;color:#fff;font-size:22px;font-weight:800;box-shadow:var(--shadow)}.logo-img{width:30px;height:30px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)}.logo-title{font-size:13px;font-weight:700}.logo-subtitle{font-size:10px;color:#dbe3ee;margin-top:1px}.sidebar-section{font-size:11px;color:#d7dfeb;margin:6px 8px 10px;text-transform:uppercase;letter-spacing:.05em}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.nav-item{height:38px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:12px;color:#f8fafc;font-size:13px;transition:.2s ease}.nav-item:hover{background:hsla(0,0%,100%,.08)}.nav-item.active{background:var(--accent);box-shadow:0 10px 20px rgba(255,122,0,.25)}.nav-icon{width:16px;font-size:14px;text-align:center;opacity:.95}.sidebar-footer{padding:10px 6px 4px}.user-chip{gap:8px;background:hsla(0,0%,100%,.08);padding:8px 10px;border-radius:12px}.user-avatar,.user-chip{display:flex;align-items:center}.user-avatar{width:30px;height:30px;border-radius:999px;background:rgba(94,234,212,.18);color:#fff;justify-content:center;font-weight:700}.user-name{font-size:12px;font-weight:600}.user-email{font-size:12px;color:#dbe3ee}.main-shell{flex:1 1;min-width:0;display:flex;flex-direction:column}.topbar{height:74px;background:hsla(0,0%,100%,.92);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px;position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px}.ghost-button{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff;cursor:pointer}.topbar-title{font-size:15px;font-weight:700}.top-link{color:#374151;font-size:13px}.cta-button{height:44px;padding:0 18px;border-radius:14px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;font-weight:700;box-shadow:0 12px 22px rgba(255,122,0,.2)}.profile-area{position:relative}.profile-button{height:54px;border-radius:16px;border:1px solid var(--line);background:#f8fafc;padding:0 16px 0 10px;display:flex;align-items:center;gap:10px;cursor:pointer}.profile-avatar{width:34px;height:34px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:700}.chevron{color:#6b7280}.profile-dropdown{position:absolute;right:0;top:64px;width:170px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.profile-dropdown a{display:block;padding:16px 18px}.profile-dropdown a+a{border-top:1px solid var(--line)}.page{padding:18px}.page-header h1{margin:0;font-size:32px;line-height:1.1}.page-header p{margin:8px 0 0;color:var(--muted);font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));grid-gap:14px;gap:14px;margin-top:16px}.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:16px 20px;min-height:0}.stat-label{color:#374151;font-size:13px;margin-bottom:8px}.stat-value{font-size:32px;font-weight:700}.stat-sub{color:#9ca3af;font-size:12px;margin-top:4px}.ufi-section-header{margin-top:28px;margin-bottom:16px}.ufi-section-header h2{font-size:18px;font-weight:700;margin-bottom:4px}.ufi-section-header p{color:#6b7280;font-size:13px;max-width:640px}.ufi-capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:24px}.ufi-capability-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:16px;display:flex;flex-direction:column;gap:8px;transition:border-color .2s}.ufi-capability-card:hover{border-color:#f97316}.ufi-capability-icon{font-size:22px}.ufi-capability-title{font-size:14px;font-weight:700}.ufi-capability-desc{color:#6b7280;font-size:12px;line-height:1.5}.ufi-capability-highlights{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.ufi-highlight-tag{background:#fff7ed;color:#c2410c;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;border:1px solid #fed7aa}.ufi-capability-endpoints{display:flex;flex-direction:column;gap:4px;margin-top:auto;padding-top:10px;border-top:1px solid var(--line)}.ufi-endpoint{font-family:SF Mono,Fira Code,monospace;font-size:11.5px;color:#9ca3af;background:#f9fafb;padding:3px 8px;border-radius:6px}@media (max-width:1100px){.ufi-capabilities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.ufi-capabilities-grid{grid-template-columns:1fr}}.content-grid{display:grid;grid-template-columns:minmax(0,1.6fr) 360px;grid-gap:18px;gap:18px;margin-top:22px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:22px}.panel-large{min-height:820px}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.panel h2,.panel h3{margin:0}.muted,.panel p,.panel-header p{color:var(--muted);line-height:1.5}.search-bar{height:54px;border:1px solid #d6dae1;background:#fafafa;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 16px;margin-bottom:18px}.search-bar input{flex:1 1;border:0;background:transparent;outline:none;color:#6b7280}.search-icon{color:#6b7280}.frame-shell{border-top:1px solid var(--line);padding-top:18px}.analytics-frame{width:100%;height:650px;border:1px solid var(--line);border-radius:16px;background:#fff}.side-panels{display:flex;flex-direction:column;gap:18px}.mini-table{display:grid;grid-gap:14px;gap:14px;margin-top:14px}.mini-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.action-list{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.action-btn{height:46px;border-radius:14px;border:1px solid var(--line);background:#fafafa;display:flex;align-items:center;padding:0 14px;font-weight:600}.action-btn:hover{background:var(--accent-soft);border-color:#ffd1ad}@media (max-width:1180px){.content-grid,.stats-grid{grid-template-columns:1fr}}@media (max-width:900px){.sidebar,.topbar-right .top-link{display:none}.page-header h1{font-size:34px}}.ufi-toolbar{display:flex;gap:12px;margin-top:20px;margin-bottom:20px;flex-wrap:wrap}.ufi-filter{height:44px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;color:#374151;box-shadow:var(--shadow)}.ufi-primary-btn{height:44px;padding:0 18px;border:0;border-radius:14px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 12px 22px rgba(255,122,0,.2)}.ufi-map-wrap{width:100%;height:680px;border-radius:20px;overflow:hidden;border:1px solid var(--line);margin-top:10px}.ufi-marker{width:14px;height:14px;border-radius:999px;background:#ff7a00;border:2px solid #fff;box-shadow:0 4px 12px rgba(255,122,0,.45)}.ufi-map-card{display:flex;flex-direction:column;gap:14px}.ufi-map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:4px;flex-wrap:wrap}.ufi-toggle-group{display:flex;gap:10px;flex-wrap:wrap}.ufi-toggle{height:40px;padding:0 14px;border:1px solid var(--line);background:#fff;font-weight:600}.ufi-toggle.active{background:var(--accent);color:#fff;border-color:var(--accent)}.ufi-legend{display:flex;align-items:center;gap:10px;color:#6b7280;font-size:13px}.ufi-legend-bar{width:120px;height:10px;border-radius:999px;background:linear-gradient(90deg,#1d3557,#457b9d 20%,#2dd4bf 40%,#facc15 60%,#f97316 80%,#ef4444);border:1px solid hsla(0,0%,100%,.12)}.ufi-legend-bar.orange{background:linear-gradient(90deg,#581c87,#9333ea 15%,#db2777 30%,#ef4444 45%,#f97316 58%,#facc15 72%,#fde047 85%,#fff);border:1px solid hsla(0,0%,100%,.12)}.ufi-legend-bar-opacity{width:120px;background:linear-gradient(90deg,rgba(45,212,191,.25),rgba(45,212,191,.55) 40%,rgba(45,212,191,.88));border:1px solid hsla(0,0%,100%,.12)}.ufi-data-badge{font-size:12px;font-weight:700;color:#2dd4bf;background:rgba(45,212,191,.1);border:1px solid rgba(45,212,191,.25);padding:6px 14px;border-radius:999px;white-space:nowrap}.ufi-summary-panel{position:absolute;top:14px;left:14px;z-index:5;width:260px;background:rgba(10,10,15,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.08);border-radius:18px;padding:16px;color:#f1f5f9;font-size:13px;display:flex;flex-direction:column;gap:14px;max-height:calc(100% - 28px);overflow-y:auto}.ufi-summary-header{display:flex;justify-content:space-between;align-items:center}.ufi-summary-city{font-size:16px;font-weight:800}.ufi-summary-hex{font-size:11px;color:#9ca3af;background:hsla(0,0%,100%,.06);padding:3px 8px;border-radius:999px}.ufi-summary-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.ufi-summary-stat{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:10px;text-align:center}.ufi-summary-stat-value{font-size:18px;font-weight:800;color:#facc15}.ufi-summary-stat-label{font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-top:3px}.ufi-summary-row-group{display:flex;flex-direction:column;gap:6px}.ufi-summary-mini{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:4px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.ufi-summary-mini span{color:#9ca3af}.ufi-summary-mini strong{color:#e2e8f0;font-weight:700}.ufi-summary-top{display:flex;flex-direction:column;gap:6px}.ufi-summary-top-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.ufi-summary-top-row{display:flex;align-items:center;gap:8px;font-size:12px;padding:5px 8px;background:hsla(0,0%,100%,.03);border-radius:8px}.ufi-summary-rank{font-weight:800;color:#facc15;width:22px;flex-shrink:0}.ufi-summary-h3{font-family:SF Mono,Fira Code,monospace;font-size:11px;color:#94a3b8;flex:1 1}.ufi-summary-top-val{font-weight:700;color:#f1f5f9;text-align:right}.ufi-popup{min-width:220px;font-size:13px;line-height:1.5}.ufi-popup h4{margin:0 0 8px;font-size:15px}.ufi-map-wrap.ufi-map-dark{width:100%;height:78vh;min-height:720px;border-radius:22px;overflow:hidden;border:1px solid #1f2937;margin-top:10px;background:#08111f;box-shadow:0 20px 50px rgba(2,6,23,.35)}.ufi-legend-bar.inferno{width:140px;height:10px;border-radius:999px;background:linear-gradient(90deg,#120724,#32105e 12%,#5d1e8c 24%,#8f2ca7 38%,#c13f8a 52%,#f6e945 70%,#f9a03f 86%,#ec6a5c 100%,);border:1px solid hsla(0,0%,100%,.08)}.ufi-popup-dark{min-width:240px;background:rgba(17,24,39,.96);color:#f9fafb;border-radius:14px;padding:10px 12px;box-shadow:0 18px 30px rgba(0,0,0,.28)}.ufi-popup-title{font-size:14px;font-weight:700;margin-bottom:10px;color:#f9fafb}.ufi-popup-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:5px 0;border-top:1px solid hsla(0,0%,100%,.08)}.ufi-popup-row:first-of-type{border-top:0}.ufi-popup-row span{color:#cbd5e1}.ufi-popup-row strong{color:#fff;font-weight:600;text-align:right;word-break:break-all}.mapboxgl-popup-content{padding:0!important;background:transparent!important;box-shadow:none!important}.mapboxgl-popup-tip{border-top-color:rgba(17,24,39,.96)!important}.ufi-status{padding:14px 16px;border-radius:12px;background:#fff;border:1px solid var(--line);color:#374151;margin-bottom:12px}.ufi-status.error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.analytics-tabs-shell{margin-top:18px}.analytics-tabs{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}.analytics-tab{height:44px;padding:0 18px;border-radius:14px;border:1px solid var(--line);background:#fff;color:#374151;cursor:pointer;font-weight:600;box-shadow:var(--shadow)}.analytics-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.analytics-tab-content{display:block}.ufi-empty-state{min-height:420px;border:1px dashed #d1d5db;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9fafb;text-align:center;padding:32px}.ufi-empty-state h3{margin:0 0 10px;font-size:22px}.ufi-empty-state p{margin:0;max-width:560px;color:#6b7280;line-height:1.6}.module-tabs{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.module-tab{height:48px;padding:0 20px;border-radius:16px;border:1px solid var(--line);background:#fff;color:#374151;cursor:pointer;font-weight:700;box-shadow:var(--shadow)}.module-tab.active{background:#facc15;color:#1f2937;border-color:#facc15}.module-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px}.module-card-header{margin-bottom:18px}.module-eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin-bottom:8px}.module-title{margin:0;font-size:28px;line-height:1.1}.module-description{margin:8px 0 0;color:#6b7280;max-width:760px;line-height:1.5}.ufi-map-toolbar.grouped{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:14px}.metric-switcher{display:flex;flex-direction:column;gap:10px}.metric-switcher-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.ufi-toggle-group.sub-tabs{display:inline-flex;gap:10px;padding:8px;border:1px solid var(--line);background:#f8fafc;border-radius:18px}.ufi-toggle{height:42px;padding:0 16px;border-radius:12px;border:1px solid transparent;background:transparent;color:#374151;cursor:pointer;font-weight:700}.ufi-toggle.active{background:#facc15;color:#1f2937;border-color:#facc15}.ufi-legend.grouped{display:flex;flex-direction:column;gap:10px}.ufi-legend-inline{display:flex;align-items:center;gap:10px;min-height:58px;padding:8px 14px;border:1px solid var(--line);background:#f8fafc;border-radius:18px}.membership-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:28px}.membership-card{background:var(--panel);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:0 24px 28px;display:flex;flex-direction:column;position:relative;overflow:hidden}.membership-card.popular{border-color:#facc15;box-shadow:0 12px 36px rgba(250,204,21,.18)}.membership-badge{position:absolute;top:16px;right:16px;background:#facc15;color:#1f2937;font-size:11px;font-weight:800;padding:4px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.membership-color-bar{width:100%;height:5px;border-radius:0 0 999px 999px;margin-bottom:22px}.membership-header{margin-bottom:18px}.membership-plan-name{font-size:20px;font-weight:800;margin:0 0 8px}.membership-price{font-size:40px;font-weight:700}.membership-period{font-size:16px;font-weight:500;color:#9ca3af}.membership-desc{color:#6b7280;font-size:14px;margin:10px 0 0;line-height:1.5}.membership-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px;flex:1 1}.membership-features li{font-size:14px;color:#374151;display:flex;align-items:flex-start;gap:8px}.membership-check{color:#22c55e;font-weight:700;flex-shrink:0;margin-top:1px}.membership-cta{width:100%;height:48px;border-radius:14px;font-weight:700;font-size:15px;cursor:pointer;transition:opacity .2s}.membership-cta:hover{opacity:.85}.addons-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:32px}.addon-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow)}.addon-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.addon-name{font-size:16px;font-weight:700;margin:0}.addon-price{font-size:14px;font-weight:700;color:#f97316;background:#fff7ed;padding:3px 10px;border-radius:999px;border:1px solid #fed7aa}.addon-desc{color:#6b7280;font-size:13.5px;margin:0;line-height:1.5}@media (max-width:1100px){.membership-grid{max-width:420px}.addons-grid,.membership-grid{grid-template-columns:1fr}}.api-docs-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:24px;gap:24px;margin-top:28px}.api-docs-nav{display:flex;flex-direction:column;gap:4px;position:-webkit-sticky;position:sticky;top:100px;align-self:start}.api-nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;border:none;background:transparent;color:#374151;font-size:14px;font-weight:600;cursor:pointer;text-align:left;transition:background .15s}.api-nav-item:hover{background:#f3f4f6}.api-nav-item.active{background:#facc15;color:#1f2937}.api-docs-content{min-width:0}.api-section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.api-section-icon{font-size:28px}.api-section-header h2{font-size:24px;font-weight:700;margin:0}.api-endpoints-list{display:flex;flex-direction:column;gap:14px}.api-endpoint-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px 22px}.api-endpoint-header{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:0;margin-bottom:6px}.api-endpoint-left{display:flex;align-items:center;gap:10px}.api-method{background:#dcfce7;color:#166534;font-size:11px;font-weight:800;padding:3px 10px;border-radius:6px;letter-spacing:.04em}.api-path{font-family:SF Mono,Fira Code,monospace;font-size:14px;font-weight:600;color:#1f2937}.api-expand-icon{color:#9ca3af;font-size:16px}.api-endpoint-desc{color:#6b7280;font-size:13.5px;margin:0;line-height:1.5}.api-endpoint-detail{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.api-endpoint-detail h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin:0 0 10px}.api-params{margin-bottom:18px}.api-params-table{display:flex;flex-direction:column;gap:6px}.api-param-row{display:grid;grid-template-columns:140px 70px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:6px 0;border-bottom:1px solid #f3f4f6;font-size:13px}.api-param-name{font-family:SF Mono,Fira Code,monospace;font-size:12.5px;color:#1f2937;font-weight:600}.api-param-type{color:#457b9d;font-size:12px;font-weight:600}.api-param-desc{color:#6b7280}.api-response-block{background:#0f172a;color:#e2e8f0;border-radius:14px;padding:16px 20px;font-family:SF Mono,Fira Code,monospace;font-size:12.5px;line-height:1.6;overflow-x:auto;margin:0}@media (max-width:900px){.api-docs-layout{grid-template-columns:1fr}.api-docs-nav{position:static;flex-direction:row;flex-wrap:wrap}}.tier-summary-row{display:flex;gap:14px;margin-bottom:14px;flex-wrap:wrap}.tier-summary-card{flex:1 1;min-width:120px;background:var(--panel);border:1px solid var(--line);border-top:3px solid;border-radius:16px;padding:16px;text-align:center;box-shadow:var(--shadow)}.tier-summary-emoji{font-size:24px;margin-bottom:4px}.tier-summary-name{font-size:13px;font-weight:700;color:#374151;margin-bottom:6px}.tier-summary-count{font-size:28px;font-weight:700;color:#1f2937}.tier-summary-label{font-size:12px;color:#9ca3af;margin-top:2px}.ufi-legend-bar-score{background:linear-gradient(90deg,#475569,#0e918e 30%,#2dd4bf 45%,#f97316 65%,#facc15 85%,#fef08a)}.ufi-legend-bar-opacity,.ufi-legend-bar-score{width:140px;height:10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.08)}.ufi-legend-bar-opacity{background:linear-gradient(90deg,rgba(99,102,241,.2),rgba(99,102,241,.5) 40%,rgba(99,102,241,.85))}.niche-insights-row{display:flex;gap:12px;margin-bottom:14px;flex-wrap:wrap}.niche-insight-card{flex:1 1;min-width:100px;background:var(--panel);border:1px solid var(--line);border-top:3px solid;border-radius:14px;padding:14px 16px;text-align:center;box-shadow:var(--shadow)}.niche-insight-value{font-size:22px;font-weight:800;color:#1f2937}.niche-insight-label{font-size:11px;color:#9ca3af;margin-top:2px;text-transform:uppercase;font-weight:600;letter-spacing:.04em}.niche-map-layout{display:flex;gap:16px}.niche-profile-panel{width:300px;min-width:280px;max-height:78vh;min-height:720px;overflow-y:auto;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:18px}.niche-profile-title{font-size:17px;font-weight:800;color:#1f2937;padding-bottom:12px;border-bottom:1px solid var(--line)}.niche-profile-section{display:flex;flex-direction:column;gap:8px}.niche-profile-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.niche-dist-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;gap:2px}.niche-dist-segment{border-radius:999px;min-width:6px;transition:width .3s}.niche-dist-legend{display:flex;flex-direction:column;gap:4px}.niche-dist-legend-item{display:flex;align-items:center;gap:8px;font-size:12px}.niche-dist-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.niche-dist-label{flex:1 1;color:#374151}.niche-dist-pct{font-weight:700;color:#1f2937}.niche-income-row{display:flex;align-items:center;gap:8px;font-size:12px}.niche-income-label{width:130px;flex-shrink:0;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.niche-income-bar-bg{flex:1 1;height:7px;background:#f1f5f9;border-radius:999px;overflow:hidden}.niche-income-bar-fill{height:100%;border-radius:999px;transition:width .3s}.niche-income-pct{width:32px;text-align:right;font-weight:700;color:#1f2937}.niche-stat-pill{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;background:#f8fafc;border:1px solid var(--line);border-radius:10px;font-size:12px}.niche-stat-pill span{color:#374151}.niche-stat-pill strong{color:#1f2937}@media (max-width:1100px){.niche-map-layout{flex-direction:column}.niche-profile-panel{width:100%;min-width:auto;max-height:none;min-height:auto}}.settings-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:18px;gap:18px;margin-top:18px}.settings-nav{gap:6px;position:-webkit-sticky;position:sticky;top:92px;align-self:start}.settings-nav,.settings-nav-item{display:flex;flex-direction:column}.settings-nav-item{align-items:flex-start;gap:2px;padding:12px 14px;border-radius:14px;border:1px solid transparent;background:transparent;cursor:pointer;text-align:left;transition:all .2s}.settings-nav-item:hover{background:#fff;border-color:var(--line)}.settings-nav-item.active{background:#fff;border-color:var(--accent);box-shadow:var(--shadow)}.settings-nav-label{font-size:13px;font-weight:700;color:#1f2937}.settings-nav-desc{font-size:11px;color:#9ca3af}.settings-content{min-width:0}.settings-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.settings-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.settings-card-header h2{margin:0;font-size:20px}.settings-card-header p{margin:4px 0 0;color:#6b7280;font-size:13px}.settings-profile-top{display:flex;align-items:center;gap:18px;padding:20px;background:#f8fafc;border:1px solid var(--line);border-radius:16px;margin-bottom:24px}.settings-avatar{width:64px;height:64px;border-radius:999px;background:linear-gradient(135deg,#facc15,#f97316);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;flex-shrink:0}.settings-profile-name{font-size:18px;font-weight:700}.settings-profile-email{font-size:13px;color:#6b7280;margin-top:2px}.settings-profile-badge{display:inline-block;margin-top:6px;padding:2px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:700;border:1px solid #fed7aa}.settings-form{gap:18px}.settings-form,.settings-label{display:flex;flex-direction:column}.settings-label{gap:6px;font-size:13px;font-weight:600;color:#374151}.settings-input{height:42px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;font-size:13px;outline:none;transition:border-color .2s}.settings-input:focus{border-color:var(--accent)}.settings-input:disabled{opacity:.6;cursor:not-allowed}.settings-hint{font-size:11px;color:#9ca3af;font-weight:400}.settings-actions{display:flex;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.settings-btn{height:40px;padding:0 20px;border-radius:12px;font-size:13px;font-weight:700;cursor:pointer;border:none;transition:opacity .2s}.settings-btn.primary{background:var(--accent);color:#1f2937}.settings-btn.secondary{background:#fff;color:#374151;border:1px solid var(--line)}.settings-btn:hover{opacity:.85}.settings-btn-sm{height:32px;padding:0 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:none}.settings-btn-sm.secondary{background:#f1f5f9;color:#374151}.settings-btn-sm.danger{background:#fff1f2;color:#e11d48}.settings-btn-sm:disabled{opacity:.5;cursor:not-allowed}.settings-map-styles{display:flex;gap:10px;flex-wrap:wrap}.settings-map-style-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 16px;border:2px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;font-size:12px;font-weight:600;color:#374151;transition:all .2s}.settings-map-style-btn.active{border-color:var(--accent);background:#fffbeb}.settings-map-preview{width:60px;height:40px;border-radius:8px;border:1px solid var(--line)}.settings-range-row{display:flex;align-items:center;gap:14px}.settings-range{flex:1 1;accent-color:var(--accent)}.settings-range-val{font-size:14px;font-weight:700;color:#1f2937;min-width:50px;text-align:right}.settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.settings-toggle-label{font-size:14px;font-weight:600;color:#1f2937}.settings-toggle-desc{font-size:12px;color:#9ca3af;margin-top:2px}.settings-toggle{width:48px;height:26px;border-radius:999px;border:none;background:#d1d5db;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0}.settings-toggle.on{background:var(--accent)}.settings-toggle-thumb{width:20px;height:20px;border-radius:999px;background:#fff;position:absolute;top:3px;left:3px;transition:transform .2s;box-shadow:0 2px 4px rgba(0,0,0,.15)}.settings-toggle.on .settings-toggle-thumb{transform:translateX(22px)}.settings-api-table{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.settings-api-row{display:grid;grid-template-columns:1fr 1.2fr .8fr .8fr .6fr 80px;align-items:center;padding:12px 16px;grid-gap:8px;gap:8px;font-size:12px;border-bottom:1px solid var(--line)}.settings-api-row:last-child{border-bottom:none}.settings-api-row.header{background:#f8fafc;font-weight:700;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.settings-api-name{font-weight:600;color:#1f2937}.settings-api-key{font-family:SF Mono,Fira Code,monospace;font-size:12px;color:#6b7280;background:#f1f5f9;padding:2px 8px;border-radius:6px}.settings-api-status{font-weight:700;font-size:11px;text-transform:uppercase}.settings-api-status.active{color:#16a34a}.settings-api-status.revoked{color:#9ca3af}.settings-api-note{margin-top:14px;padding:12px 16px;border-radius:12px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:12px}.settings-team-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.settings-team-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line)}.settings-team-row:last-child{border-bottom:none}.settings-team-avatar{width:38px;height:38px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.settings-team-info{flex:1 1}.settings-team-name{font-size:13px;font-weight:600}.settings-team-email{font-size:11px;color:#9ca3af}.settings-team-role{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700}.settings-team-role.admin{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.settings-team-role.analyst{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.settings-team-role.viewer{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}@media (max-width:900px){.settings-layout{grid-template-columns:1fr}.settings-nav{position:static;flex-direction:row;flex-wrap:wrap}.settings-api-row{grid-template-columns:1fr 1fr}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sidebar) 0,#1a2438 100%)}.login-card{width:100%;max-width:400px;background:#fff;border-radius:24px;padding:40px 36px;box-shadow:0 20px 60px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:20px}.login-card .logo-mark{width:44px;height:44px;font-size:20px}.login-card .logo-title{font-size:15px}.login-card .logo-subtitle{color:var(--muted)}.login-logo{display:flex;align-items:center;gap:12px;margin-bottom:8px}.login-logo-img{width:44px;height:44px;object-fit:contain;flex-shrink:0}.login-label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600;color:#374151}.login-input{height:48px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;font-size:15px;outline:none;transition:border-color .2s}.login-input:focus{border-color:var(--accent)}.login-button{height:50px;border:none;border-radius:14px;background:var(--accent);color:#1f2937;font-size:16px;font-weight:700;cursor:pointer;margin-top:8px;transition:opacity .2s}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-google{height:50px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;color:#374151;cursor:pointer;transition:background .2s,border-color .2s}.login-google:hover{background:#f8fafc;border-color:#d1d5db}.login-google:disabled{opacity:.6;cursor:not-allowed}.login-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px}.login-divider:after,.login-divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.login-error{padding:12px 14px;border-radius:12px;background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;font-size:14px}.login-switch{text-align:center;font-size:14px;color:var(--muted)}.login-switch-link{color:var(--accent);font-weight:700;text-decoration:none}.login-switch-link:hover{text-decoration:underline}.dropdown-logout{display:block;width:100%;padding:16px 18px;border:none;border-top:1px solid var(--line);background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.dropdown-logout:hover{background:#f8fafc}.app-footer{justify-content:space-between;padding:16px 24px;border-top:1px solid var(--line);background:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:13px;color:#9ca3af;flex-wrap:wrap;gap:10px}.app-footer,.footer-left{display:flex;align-items:center}.footer-left{gap:8px}.footer-logo{width:20px;height:20px;object-fit:contain;opacity:.5}.footer-sep{color:#d1d5db}.footer-right{font-size:12px;color:#9ca3af}