html,body,#root{min-width:320px;min-height:100%;margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--bg-radial:#0ea5e914;--bg-top:#fff;--bg-mid:#fff;--bg-bottom:#f8fafc;--text-main:#1f2937;--text-strong:#111827;--text-soft:#334155;--text-body:#475569;--text-body-2:#526174;--text-muted:#64748b;--text-accent:#0f766e;--text-accent-2:#0891b2;--text-purple:#7c3aed;--text-success:#15803d;--text-danger:#dc2626;--surface-strong:#fff;--surface-card:#f8fafc;--surface-card-2:#f8fafc;--surface-card-3:#f8fafc;--surface-card-4:#f1f5f9;--surface-soft:#eef2f7;--surface-soft-2:#e2e8f0;--surface-soft-3:#f8fafc;--surface-panel:#f8fafc;--surface-panel-hover:#f1f5f9;--surface-panel-soft:#f1f5f9;--surface-panel-soft-hover:#eaf0f6;--surface-deep:#fff;--surface-deep-2:#f8fafc;--surface-deep-3:#f8fafc;--surface-deep-4:#f1f5f9;--border-soft:#94a3b82e;--border-soft-2:#94a3b838;--border-soft-3:#94a3b847;--border-soft-4:#94a3b857;--border-soft-5:#94a3b86b;--border-accent:#0891b273;--border-accent-hover:#0891b2b8;--border-accent-soft:#0891b247;--accent-blue:#2563eb;--accent-blue-soft:#2563eb1a;--accent-cyan:#0891b2;--accent-cyan-light:#06b6d4;--accent-cyan-soft:#0891b21a;--accent-cyan-soft-2:#06b6d41a;--font-family-base:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:.74rem;--font-size-sm:.78rem;--font-size-sm-2:.82rem;--font-size-base:1rem;--font-size-base-2:1.05rem;--font-size-md:1.15rem;--font-size-lg:1.2rem;--font-size-xl:1.35rem;--font-size-xl-2:1.45rem;--font-size-2xl:1.9rem;--line-tight:1.05;--line-snug:1.1;--line-normal:1.4;--line-relaxed:1.6;--line-loose:1.7;--line-looser:1.75;--line-xl:1.8;--radius-sm:12px;--radius-md:14px;--radius-lg:16px;--radius-xl:18px;--radius-2xl:20px;--radius-3xl:24px;--radius-pill:999px;--shadow-card:0 10px 28px #0f172a14;--shadow-card-large:0 14px 36px #0f172a1a;--shadow-topbar:0 12px 32px #0f172a14;--shadow-button:0 10px 24px #0891b224;--shadow-brand:0 8px 20px #0891b22e;--site-max-width:1200px;--dashboard-max-width:1100px;--auth-max-width:760px;--auth-wide-max-width:920px;--space-1:4px;--space-2:6px;--space-3:8px;--space-4:10px;--space-5:12px;--space-6:14px;--space-7:16px;--space-8:18px;--space-9:20px;--space-10:22px;--space-11:24px;--space-12:26px;--space-13:28px;--space-14:32px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top, var(--bg-radial), transparent 35%), linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 45%, var(--bg-bottom) 100%);min-width:320px;color:var(--text-main);font-family:var(--font-family-base);margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}#root{width:100%;min-height:100vh}.page-content>*{width:100%}.info-card,.feature-card,.audience-card,.about-card,.dashboard-status-card,.dashboard-module-card,.auth-card,.register-choice-box,.register-info-box{min-width:0}.site-shell{width:100%;max-width:var(--site-max-width);margin:24px auto 48px;padding:0 16px}.page-section{padding:48px 0 24px}.topbar{z-index:1000;border:1px solid var(--border-soft-3);border-radius:var(--radius-3xl);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-topbar);background:#ffffffe6;justify-content:space-between;align-items:center;gap:24px;padding:18px 24px;display:flex;position:relative;overflow:visible}.brand{align-items:center;gap:14px;display:flex}.brand-mark{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));width:48px;height:48px;box-shadow:var(--shadow-brand);place-items:center;font-size:1.5rem;font-weight:800;display:grid}.brand-title{font-size:var(--font-size-md);letter-spacing:.08em;color:var(--text-strong);margin:0;font-weight:800}.brand-subtitle{color:var(--text-body);margin:4px 0 0;font-size:.95rem}.topnav{color:var(--text-soft);align-items:center;gap:28px;font-weight:600;display:flex}.topnav a:hover{color:var(--text-accent-2)}.nav-dropdown{z-index:1001;align-items:center;display:flex;position:relative}.nav-dropdown:after{content:"";height:10px;position:absolute;top:100%;left:0;right:0}.nav-dropdown-toggle{color:var(--text-soft);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.nav-dropdown-toggle:hover{color:var(--text-accent-2)}.nav-dropdown-menu{border-radius:var(--radius-xl);border:1px solid var(--border-soft-2);min-width:260px;box-shadow:var(--shadow-card-large);z-index:1100;background:#fff;flex-direction:column;gap:10px;padding:14px;display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.nav-dropdown:hover .nav-dropdown-menu{display:flex}.nav-dropdown-group{gap:6px;display:grid}.nav-dropdown-label{color:var(--text-accent);font-size:var(--font-size-xs);letter-spacing:.14em;text-transform:uppercase;margin-bottom:2px;font-weight:800;display:block}.nav-dropdown-menu a,.nav-dropdown-item-disabled{border-radius:var(--radius-sm);text-align:left;width:100%;font:inherit;padding:10px 12px;display:block}.nav-dropdown-menu a{color:var(--text-soft)}.nav-dropdown-menu a:hover{color:var(--text-accent-2);background:#f1f5f9}.nav-dropdown-item-disabled{color:var(--text-muted);cursor:default;background:#f8fafc;border:0}.topbar-actions{gap:12px;display:flex}.account-menu{z-index:1001;align-items:center;display:flex;position:relative}.account-menu:after{content:"";height:12px;position:absolute;top:100%;left:0;right:0}.account-menu-trigger{border:1px solid var(--border-soft-3);border-radius:var(--radius-pill);background:var(--surface-card-3);min-height:46px;color:var(--text-strong);align-items:center;gap:10px;padding:0 16px;font-weight:700;transition:all .2s;display:inline-flex}.account-menu-trigger:hover,.account-menu:hover .account-menu-trigger{border-color:var(--border-accent-soft);color:var(--text-accent-2)}.account-menu-trigger-text{white-space:nowrap}.account-menu-trigger-icon{font-size:.9rem;line-height:1}.account-menu-dropdown{border-radius:var(--radius-xl);background:var(--surface-strong);border:1px solid var(--border-soft-2);min-width:240px;box-shadow:var(--shadow-card-large);z-index:1100;padding:10px;display:none;position:absolute;top:calc(100% + 8px);right:0}.account-menu:hover .account-menu-dropdown{gap:6px;display:grid}.account-menu-userinfo{border-bottom:1px solid var(--border-soft);gap:4px;margin-bottom:4px;padding:10px 12px 12px;display:grid}.account-menu-userinfo strong{color:var(--text-strong);font-size:var(--font-size-base)}.account-menu-userinfo span{color:var(--text-body);font-size:.92rem}.account-menu-item{border-radius:var(--radius-md);width:100%;color:var(--text-soft);text-align:left;background:0 0;border:0;padding:11px 12px;font-weight:600;transition:all .2s}.account-menu-item:hover{background:var(--surface-panel-soft-hover);color:var(--text-accent-2)}.profile-shell{width:min(100%,1100px);margin:0 auto}.profile-card{border-radius:var(--radius-3xl);background:var(--surface-card-3);border:1px solid var(--border-soft);box-shadow:var(--shadow-card);padding:28px}.profile-card h1{color:var(--text-strong);font-size:clamp(2rem,5vw,3rem);line-height:var(--line-tight);margin:0 0 14px}.profile-lead{max-width:880px;color:var(--text-body);line-height:var(--line-xl);font-size:var(--font-size-base-2);margin:0}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.profile-info-card{border-radius:var(--radius-2xl);background:var(--surface-deep-4);border:1px solid var(--border-soft);padding:22px}.profile-info-card h2{color:var(--text-strong);font-size:var(--font-size-xl);margin:0 0 12px}.profile-info-card p{color:var(--text-body);line-height:var(--line-loose);margin:0 0 10px}.profile-info-card p:last-child{margin-bottom:0}@media (width<=800px){.account-menu{width:100%}.account-menu-trigger{justify-content:center;width:100%}.account-menu-dropdown{width:min(300px,100vw - 24px);right:50%;transform:translate(50%)}.profile-card{border-radius:var(--radius-2xl);padding:22px}.profile-grid{grid-template-columns:1fr}}.primary-button,.ghost-button{border-radius:var(--radius-pill);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:12px 20px;font-weight:700;line-height:1.15;transition:transform .14s,box-shadow .14s,filter .14s,background .14s,border-color .14s,color .14s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));box-shadow:var(--shadow-button)}.primary-button:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 12px 26px #0891b233,0 0 0 3px #0891b214}.primary-button:active:not(:disabled){filter:brightness(.98);transform:translateY(1px)scale(.985);box-shadow:0 6px 14px #0891b229,inset 0 2px 4px #0f172a29}.ghost-button{color:var(--text-soft);border-color:var(--border-soft-3);background:#fff}.ghost-button:hover:not(:disabled){border-color:var(--border-accent-hover);color:var(--text-accent-2);background:#f8fafc;transform:translateY(-1px);box-shadow:0 8px 18px #0f172a14,0 0 0 3px #0891b20f}.ghost-button:active:not(:disabled){background:#eef6f8;transform:translateY(1px)scale(.985);box-shadow:inset 0 2px 4px #0f172a1a}.primary-button:disabled,.ghost-button:disabled,button:disabled{opacity:.55;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.profile-status-message,.form-success{border-radius:var(--radius-lg);color:#166534;font-weight:700;line-height:var(--line-relaxed);background:#15803d14;border:1px solid #15803d3d;margin-top:14px;padding:12px 14px}.profile-status-message{display:block}.profile-status-message-error,.form-error{border-radius:var(--radius-lg);color:var(--text-danger);font-weight:700;line-height:var(--line-relaxed);background:#dc262612;border:1px solid #dc26263d;margin-top:14px;padding:12px 14px}.profile-status-message-warning{border-radius:var(--radius-lg);color:#92400e;font-weight:700;line-height:var(--line-relaxed);background:#f59e0b1a;border:1px solid #b453093d;margin-top:14px;padding:12px 14px}.profile-action-feedback{animation:.18s ease-out profileActionFeedbackIn}@keyframes profileActionFeedbackIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hero,.audience-section,.about-section,.feature-section,.site-footer{width:100%}.hero{grid-template-columns:1.2fr .95fr;align-items:stretch;gap:32px;padding:54px 0 28px;display:grid}.hero-copy{text-align:center;flex-direction:column;align-items:center;padding:24px 8px;display:flex}.eyebrow{color:var(--text-accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.9rem;font-weight:800}.hero-copy h1{letter-spacing:-.05em;max-width:760px;color:var(--text-strong);text-align:center;margin:0 auto;font-size:clamp(3rem,7vw,6rem);font-weight:900;line-height:.95}.hero-title{gap:.04em;display:grid}.hero-title-main,.hero-title-sub{display:block}.hero-title-main{font-size:1em;line-height:.95}.hero-title-sub{letter-spacing:-.045em;font-size:.78em;line-height:.98}.hero-text{max-width:780px;font-size:var(--font-size-lg);color:var(--text-body-2);text-align:center;margin:28px auto 0;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;width:100%;margin:32px auto 0;display:flex}.hero-panel{flex-direction:column;gap:20px;display:flex}.info-card{border-radius:var(--radius-3xl);background:var(--surface-card);border:1px solid var(--border-soft);box-shadow:var(--shadow-card-large);padding:24px}.info-card span{color:var(--text-purple);font-size:var(--font-size-sm);letter-spacing:.16em;margin-bottom:10px;font-weight:800;display:inline-block}.info-card h3{font-size:var(--font-size-2xl);line-height:var(--line-snug);color:var(--text-strong);margin:0 0 10px}.info-card p{color:var(--text-body);line-height:var(--line-loose);font-size:var(--font-size-base);margin:0}.info-card-large{background:linear-gradient(135deg, var(--accent-blue-soft), var(--accent-cyan-soft-2)), var(--surface-card);flex-direction:column;justify-content:center;min-height:190px;display:flex}.info-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.feature-section{padding:30px 0 10px}.section-heading{text-align:center;max-width:760px;margin:0 auto 28px}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:var(--line-tight);color:var(--text-strong);margin:0 0 12px}.section-heading p:last-child{color:var(--text-body);line-height:var(--line-loose);font-size:var(--font-size-base-2);margin:0}.feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card{border-radius:var(--radius-3xl);background:var(--surface-card-4);border:1px solid var(--border-soft);box-shadow:var(--shadow-card);padding:26px}.feature-card h3{color:var(--text-strong);font-size:var(--font-size-xl);margin:0 0 12px}.feature-card p{color:var(--text-body);line-height:var(--line-loose);margin:0}.audience-section,.about-section{padding:34px 0 10px}.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;display:grid}.audience-card{border-radius:var(--radius-3xl);background:var(--surface-card-4);border:1px solid var(--border-soft);width:100%;box-shadow:var(--shadow-card);padding:26px}.audience-card h3{color:var(--text-strong);font-size:var(--font-size-xl);margin:0 0 12px}.audience-card p{color:var(--text-body);line-height:var(--line-loose);margin:0}.about-card{border-radius:var(--radius-3xl);background:var(--surface-card-4);border:1px solid var(--border-soft);width:100%;box-shadow:var(--shadow-card);padding:28px}.about-card p{color:var(--text-body);line-height:var(--line-xl);font-size:var(--font-size-base-2);margin:0 0 16px}.about-card p:last-child{margin-bottom:0}.site-footer{border-top:1px solid var(--border-soft);margin-top:42px;padding:30px 0 12px}.footer-main{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:32px;display:grid}.footer-brand{align-items:flex-start;gap:14px;min-width:0;display:flex}.footer-brand-mark{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));width:44px;height:44px;box-shadow:var(--shadow-brand);flex:none;place-items:center;font-size:1.3rem;font-weight:850;display:grid}.footer-brand h3{color:var(--text-strong);letter-spacing:.08em;margin:0 0 10px;font-size:1.18rem;font-weight:850}.footer-brand p{max-width:560px;color:var(--text-body);line-height:var(--line-loose);margin:0}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.footer-link-group{align-content:start;gap:9px;display:grid}.footer-link-group span{color:var(--text-accent);font-size:var(--font-size-xs);letter-spacing:.14em;text-transform:uppercase;font-weight:850}.footer-link-group a{color:var(--text-soft);font-weight:650;line-height:var(--line-normal)}.footer-link-group a:hover{color:var(--text-accent-2)}.footer-bottom{border-top:1px solid var(--border-soft);color:var(--text-muted);font-size:.9rem;line-height:var(--line-relaxed);text-align:center;justify-content:center;margin-top:28px;padding-top:16px;display:flex}.auth-page,.dashboard-page{justify-content:center;display:flex}.auth-card,.dashboard-card{width:min(100%, var(--auth-max-width));border-radius:var(--radius-3xl);background:var(--surface-card);border:1px solid var(--border-soft);box-shadow:var(--shadow-card);padding:32px}.auth-card h1,.dashboard-card h1{color:var(--text-strong);font-size:clamp(2rem,5vw,3.2rem);line-height:var(--line-tight);margin:0 0 14px}.auth-lead,.dashboard-card p,.auth-help{color:var(--text-body);line-height:var(--line-loose)}.auth-form{gap:18px;margin-top:24px;display:grid}.auth-form label{color:var(--text-soft);gap:8px;font-weight:600;display:grid}.auth-form input{border-radius:var(--radius-md);border:1px solid var(--border-soft-3);width:100%;color:var(--text-strong);background:#fff;outline:none;padding:14px 16px}.auth-form input:focus{border-color:var(--border-accent-hover);box-shadow:0 0 0 3px #0891b21a}.password-input-wrap{width:100%;position:relative}.password-input-wrap input{padding-right:82px}.password-toggle-button{border:1px solid var(--border-soft-3);border-radius:var(--radius-pill);min-height:34px;color:var(--text-accent-2);background:#fff;padding:0 12px;font-size:.82rem;font-weight:750;line-height:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-toggle-button:hover{border-color:var(--border-accent-hover);color:var(--text-accent);background:#f8fafc}.auth-help{margin-top:20px;font-size:.98rem}.topbar-actions a,.hero-actions a{justify-content:center;align-items:center;display:inline-flex}.auth-links{gap:10px;margin-top:20px;display:grid}.auth-links a{color:var(--text-accent)}.auth-links a:hover{color:var(--text-accent-2)}.auth-links p{color:var(--text-body);line-height:var(--line-loose);margin:0}.auth-card-wide{width:min(100%, var(--auth-wide-max-width))}.auth-form-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.full-width{grid-column:1/-1}.register-choice-box,.register-info-box{border-radius:var(--radius-xl);background:var(--surface-card-4);border:1px solid var(--border-soft);padding:20px}.register-choice-box h3{color:var(--text-strong);font-size:var(--font-size-base-2);text-align:center;margin:0 0 14px}.radio-row{border-radius:var(--radius-md);border:1px solid var(--border-soft);width:min(100%,540px);color:var(--text-soft);cursor:pointer;background:#fff;grid-template-columns:30px 1fr;align-items:center;column-gap:12px;margin:0 auto;padding:12px 16px;font-weight:600!important;display:grid!important}.radio-row+.radio-row{margin-top:12px}.radio-row input[type=radio]{place-self:center;width:18px;height:18px;margin:0;transform:scale(1.05)}.radio-row span{width:100%;line-height:var(--line-normal);text-align:center;display:block}.register-info-box strong{color:var(--text-strong);margin-bottom:8px;display:block}.register-info-box p{color:var(--text-body);line-height:var(--line-loose);margin:0}.auth-submit-row{justify-content:center;margin-top:4px;display:flex}.field-error{color:var(--text-danger);font-size:.95rem;line-height:var(--line-normal);margin-top:8px;display:block}.form-error,.form-success{margin-top:14px}.dashboard-shell{width:min(100%, var(--dashboard-max-width));gap:28px;display:grid}.dashboard-hero{grid-template-columns:1.25fr .85fr;align-items:stretch;gap:22px;display:grid}.dashboard-lead{max-width:760px;color:var(--text-body);line-height:var(--line-xl);font-size:var(--font-size-base-2);margin:0}.dashboard-status-card{border-radius:var(--radius-3xl);background:linear-gradient(135deg, var(--accent-blue-soft), var(--accent-cyan-soft)), var(--surface-card);border:1px solid var(--border-soft);box-shadow:var(--shadow-card);padding:24px}.dashboard-status-card span{color:var(--text-accent);font-size:var(--font-size-sm);letter-spacing:.16em;margin-bottom:10px;font-weight:800;display:inline-block}.dashboard-status-card h3{color:var(--text-strong);margin:0 0 10px;font-size:1.5rem;line-height:1.15}.dashboard-status-card p{color:var(--text-body);line-height:var(--line-loose);margin:0}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.dashboard-module-card{border-radius:var(--radius-3xl);background:var(--surface-card-4);border:1px solid var(--border-soft);min-height:250px;box-shadow:var(--shadow-card);flex-direction:column;justify-content:space-between;padding:24px;display:flex}.dashboard-module-top{margin-bottom:14px}.dashboard-module-tag{color:var(--text-purple);letter-spacing:.16em;margin-bottom:10px;font-size:.76rem;font-weight:800;display:inline-block}.dashboard-module-card h3{color:var(--text-strong);font-size:var(--font-size-xl-2);line-height:var(--line-snug);margin:0}.dashboard-module-card p{color:var(--text-body);line-height:var(--line-looser);font-size:var(--font-size-base);margin:0 0 20px}.dashboard-module-actions{justify-content:flex-start;margin-top:auto;display:flex}.dashboard-module-actions .ghost-button,.dashboard-module-actions .primary-button,.dashboard-module-actions a.ghost-button,.dashboard-module-actions a.primary-button{justify-content:center;align-items:center;display:inline-flex}.weather-page{width:100%}.weather-shell{gap:24px;width:100%;display:grid}.weather-header-card,.weather-control-panel,.weather-output-card{border-radius:var(--radius-3xl);background:var(--surface-card);border:1px solid var(--border-soft);box-shadow:var(--shadow-card)}.weather-collapsible-section{border:1px solid var(--border-soft);border-radius:var(--radius-2xl);background:var(--surface-card-3);gap:0;display:grid;overflow:hidden}.weather-section-toggle{width:100%;color:var(--text-strong);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;transition:all .2s;display:flex}.weather-section-toggle:hover{background:var(--surface-panel-soft-hover)}.weather-section-toggle-open{border-bottom:1px solid var(--border-soft)}.weather-section-toggle-main{align-items:center;gap:12px;min-width:0;display:flex}.weather-section-toggle-step{border-radius:var(--radius-pill);width:28px;height:28px;color:var(--text-accent);background:#0891b21a;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:inline-flex}.weather-section-toggle-title{font-size:1.15rem;font-weight:800;line-height:1.2}.weather-section-toggle-icon{color:var(--text-accent-2);flex:none;font-size:1.4rem;font-weight:700;line-height:1}.weather-section-toggle-body{gap:18px;padding:18px 20px 20px;display:grid}.weather-section-toggle-body .weather-panel-section{gap:16px}.weather-section-toggle-body .weather-panel-section h2{display:none}.weather-header-card{padding:28px}.weather-header-card h1{color:var(--text-strong);font-size:clamp(2rem,5vw,3.3rem);line-height:var(--line-tight);margin:0 0 14px}.weather-lead{max-width:900px;color:var(--text-body);line-height:var(--line-xl);font-size:var(--font-size-base-2);margin:0}.weather-layout{grid-template-columns:minmax(340px,500px) minmax(0,1fr);align-items:start;gap:28px;display:grid}.weather-visual-layout{justify-content:center;align-items:flex-start;width:100%;max-width:100%;display:flex}.weather-visual-layout>*{width:100%;min-width:0}.weather-sticky-shell{z-index:120;pointer-events:none;justify-content:center;align-items:flex-start;width:100%;display:flex;position:sticky;top:12px}.weather-sticky-bar{pointer-events:auto;border-radius:var(--radius-2xl);border:1px solid var(--border-soft-3);width:min(100%,1120px);max-width:calc(100vw - 24px);box-shadow:var(--shadow-topbar);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;gap:10px;margin:0 auto;padding:12px 14px;display:grid}.weather-sticky-bar-left,.weather-sticky-bar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.weather-sticky-brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.weather-sticky-brand-mark{color:#fff;background:linear-gradient(135deg, var(--accent-cyan), var(--accent-cyan-light));border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:1rem;font-weight:800;display:grid;box-shadow:0 8px 18px #0891b22e}.weather-sticky-brand-copy{align-items:center;min-width:0;display:flex}.weather-sticky-brand-title{color:var(--text-accent-2);letter-spacing:.08em;white-space:nowrap;font-size:.98rem;font-weight:800;line-height:1}.weather-sticky-bar-left{flex:none;justify-content:flex-start}.weather-sticky-bar-right{flex:auto;justify-content:flex-end;row-gap:10px}.weather-sticky-bar-main{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 18px;width:100%;display:flex}.weather-sticky-status-row{border-top:1px solid var(--border-soft);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;padding-top:6px;display:flex}.weather-sticky-link-active{color:#fff;background:linear-gradient(135deg,#0f766e,#0891b2);border-color:#0891b2f2;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #ffffff38,0 0 0 3px #0891b21f,0 8px 18px #0891b22e}.weather-sticky-link-active:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#0d6b64,#067f9f);border-color:#0891b2;box-shadow:inset 0 0 0 1px #ffffff40,0 0 0 3px #0891b229,0 10px 22px #0891b238}.weather-sticky-pill{border-radius:var(--radius-pill);background:var(--surface-card-4);border:1px solid var(--border-soft);min-height:38px;color:var(--text-soft);font-size:var(--font-size-sm-2);white-space:nowrap;align-items:center;gap:8px;padding:0 12px;font-weight:700;display:inline-flex}.weather-sticky-pill-success{color:var(--text-success);background:#15803d14;border-color:#15803d2e}.weather-sticky-pill-danger{color:var(--text-danger);background:#dc262614;border-color:#dc26262e}.weather-sticky-link{border-radius:var(--radius-pill);border:1px solid var(--border-soft-3);min-height:38px;color:var(--text-soft);font-size:var(--font-size-sm-2);background:#fff;justify-content:center;align-items:center;padding:0 12px;font-weight:700;transition:all .2s;display:inline-flex}.weather-sticky-generate-button{border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));color:#fff;min-height:38px;font-size:var(--font-size-sm-2);white-space:nowrap;box-shadow:var(--shadow-button);border:1px solid #0000;justify-content:center;align-items:center;padding:0 14px;font-weight:800;transition:all .2s;display:inline-flex}.weather-sticky-generate-button:hover{filter:brightness(1.02)}.weather-sticky-generate-button[aria-disabled=true]{filter:none}.weather-sticky-link:hover:not(:disabled){border-color:var(--border-accent-hover);color:var(--text-accent-2);background:#f8fafc}.weather-sticky-link:disabled{opacity:.5;cursor:not-allowed}.weather-control-panel{align-content:start;gap:16px;min-width:0;padding:28px;display:grid;overflow:hidden}.weather-panel-section{gap:18px;min-width:0;display:grid}.weather-panel-section h2,.weather-period-block h3,.weather-output-card h2{color:var(--text-strong);line-height:var(--line-snug);margin:0}.weather-panel-section h2{font-size:2rem}.weather-period-block h3,.weather-output-card h2{font-size:var(--font-size-xl-2)}.weather-form-stack{gap:14px;display:grid}.weather-form-row{grid-template-columns:minmax(140px,1fr) minmax(0,300px);align-items:center;gap:20px;min-width:0;display:grid}.weather-form-row-wide{grid-template-columns:minmax(140px,1fr) minmax(0,1fr);gap:20px}.weather-row-label{color:var(--text-soft);font-weight:700;font-size:var(--font-size-base-2);text-align:left;line-height:1.45}.weather-input{border-radius:var(--radius-lg);border:1px solid var(--border-accent);width:100%;min-width:0;max-width:100%;height:54px;color:var(--text-strong);text-align:left;appearance:none;background:#fff;outline:none;padding:0 18px;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:inset 0 0 0 1px #0891b208,0 1px 2px #0f172a08}.weather-input::placeholder{color:var(--text-muted)}.weather-input:hover{border-color:var(--border-accent-hover);background:#fcfdff}.weather-input:focus{border-color:var(--accent-cyan-light);background:#fff;box-shadow:inset 0 0 0 1px #0891b20f,0 0 0 4px #06b6d41a}.weather-input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.weather-result-box{border-radius:var(--radius-xl);background:var(--surface-card-4);border:1px solid var(--border-soft);padding:18px 20px}.weather-result-box strong{color:var(--text-strong);font-size:var(--font-size-base-2);margin-bottom:8px;display:block}.weather-result-box p{color:var(--text-body);line-height:var(--line-looser);margin:0}.weather-period-block{gap:14px;padding-top:4px;display:grid}.weather-panel-actions{flex-wrap:wrap;gap:14px;padding-top:4px;display:flex}.weather-output-area{align-content:start;gap:20px;width:100%;min-width:0;display:grid}.weather-output-card{padding:24px}.weather-output-card p{color:var(--text-body);line-height:var(--line-xl);margin:12px 0 0}.weather-address-list{gap:12px;margin-top:8px;display:grid}.weather-address-option{border-radius:var(--radius-lg);border:1px solid var(--border-soft);width:100%;color:var(--text-main);text-align:left;background:#fff;padding:14px 16px;transition:all .2s}.weather-address-option:hover{border-color:var(--border-accent-hover);background:#f8fafc;transform:translateY(-1px)}.weather-address-option-main{color:var(--text-strong);font-weight:700;display:block}.weather-address-option-sub{color:var(--text-muted);margin-top:4px;font-size:.95rem;display:block}.weather-selected-address{gap:10px;display:grid}.weather-selected-address p{margin:0}.weather-mode-switch{border-radius:var(--radius-xl);background:var(--surface-card-4);border:1px solid var(--border-soft);grid-template-columns:1fr 1fr;gap:10px;padding:6px;display:inline-grid}.weather-mode-button{border:1px solid var(--border-soft-2);border-radius:var(--radius-md);min-height:46px;color:var(--text-soft);background:#fff;padding:0 18px;font-weight:700;transition:all .2s}.weather-mode-button:hover{border-color:var(--border-accent-soft);color:var(--text-accent-2);background:#f8fafc}.weather-mode-button-active{border-color:var(--border-accent-hover);color:var(--text-accent);background:#0891b214;box-shadow:inset 0 0 0 1px #0891b214}.weather-inline-check{min-height:52px;color:var(--text-body);align-items:center;gap:12px;padding:0 4px;display:flex}.weather-inline-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-cyan)}.weather-inline-check span{line-height:1.5}.weather-measure-row{align-items:start}.weather-measure-label-wrap{align-content:start;justify-items:start;gap:8px;min-width:0;display:grid}.weather-measure-input-wrap{width:100%;min-width:0}.weather-measure-control-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;display:grid}.weather-measure-minus-button{border-radius:var(--radius-pill);border:1px solid var(--border-soft-3);width:34px;height:34px;color:var(--text-accent-2);background:#fff;flex:none;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:700;line-height:1;transition:all .2s;display:inline-flex}.weather-measure-minus-button:hover:not(:disabled){border-color:var(--border-accent-hover);color:var(--text-accent);background:#0891b214}.weather-measure-minus-button:disabled{opacity:.55;cursor:not-allowed}.weather-station-selection-message{border-radius:var(--radius-lg);color:var(--text-danger);font-size:var(--font-size-sm-2);background:#dc26260f;border:1px solid #dc262638;margin-top:2px;padding:14px 16px;font-weight:700;line-height:1.45}@keyframes weatherNoticeFade{0%{opacity:0;transform:translateY(-4px)}12%{opacity:1;transform:translateY(0)}82%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@media (width<=1100px){.weather-sticky-shell{justify-content:center}.weather-sticky-bar{justify-content:center;width:100%;max-width:100%}.weather-sticky-bar-main,.weather-sticky-bar-left,.weather-sticky-bar-right,.weather-sticky-status-row{justify-content:center;width:100%}.topbar{flex-wrap:wrap;justify-content:center;padding:18px 20px}.brand{justify-content:center;width:100%}.topnav{flex-wrap:wrap;justify-content:center;gap:18px}.topbar-actions{justify-content:center}.hero{grid-template-columns:1fr;gap:24px;padding:42px 0 20px}.hero-copy{padding:12px 0}.section-heading{text-align:center;max-width:100%;margin:0 auto 28px}.feature-grid{grid-template-columns:repeat(2,1fr)}.dashboard-hero{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-layout{grid-template-columns:1fr;gap:22px}.weather-visual-layout{justify-content:stretch}.weather-control-panel{padding-right:24px}}@media (width<=900px){.audience-grid{grid-template-columns:1fr!important}}@media (width<=800px){.weather-sticky-bar{border-radius:var(--radius-xl);gap:10px;padding:10px 12px}.weather-sticky-bar-main,.weather-sticky-bar-left,.weather-sticky-bar-right,.weather-sticky-status-row{justify-content:center;width:100%}.weather-sticky-pill,.weather-sticky-link,.weather-sticky-generate-button{min-height:36px;font-size:var(--font-size-sm)}.weather-sticky-brand-mark{border-radius:9px;width:30px;height:30px;font-size:.9rem}.weather-sticky-brand-title{font-size:.88rem}.weather-section-toggle{padding:16px}.weather-section-toggle-body{padding:16px 16px 18px}.weather-section-toggle-title{font-size:1.02rem}.weather-section-toggle-step{width:26px;height:26px;font-size:.84rem}.site-shell{width:100%;max-width:100%;margin:12px auto 32px;padding:0 12px}.weather-measure-minus-button{justify-self:center}.weather-measure-control-row{grid-template-columns:minmax(0,1fr) 34px}.topbar{border-radius:var(--radius-2xl);padding:16px}.brand{align-items:flex-start;gap:12px}.brand-mark{width:42px;height:42px;font-size:1.25rem}.brand-title{font-size:1rem}.brand-subtitle{font-size:.88rem;line-height:var(--line-normal)}.topnav{flex-wrap:wrap;justify-content:center;gap:14px 18px;width:100%;font-size:.95rem}.nav-dropdown{justify-content:center;width:100%}.nav-dropdown-toggle{font-size:.95rem}.nav-dropdown-menu{width:min(280px,100vw - 32px);min-width:unset;left:50%;transform:translate(-50%)}.nav-dropdown-menu a,.nav-dropdown-item-disabled,.nav-dropdown-label{text-align:center}.topbar-actions{flex-wrap:wrap;justify-content:center;width:100%}.primary-button,.ghost-button{text-align:center;width:100%;max-width:260px;margin:0 auto;display:block}.hero{gap:20px;padding:32px 0 12px}.eyebrow{letter-spacing:.12em;font-size:.8rem;line-height:1.5}.hero-copy h1{font-size:clamp(2.4rem,12vw,4rem);line-height:.98}.hero-title-sub{font-size:.76em;line-height:1}.hero-text{font-size:1.05rem;line-height:1.65}.hero-actions{flex-direction:column;justify-content:center;align-items:center}.hero-panel{gap:16px}.info-grid,.feature-grid,.audience-grid,.dashboard-grid{grid-template-columns:1fr}.info-card,.feature-card,.audience-card,.about-card,.dashboard-status-card,.dashboard-module-card,.auth-card,.register-choice-box,.register-info-box{border-radius:var(--radius-2xl);text-align:center;padding:22px}.info-card span,.dashboard-status-card span,.dashboard-module-tag{text-align:center;display:block}.info-card h3,.feature-card h3,.audience-card h3,.dashboard-status-card h3,.dashboard-module-card h3,.auth-card h1,.dashboard-card h1,.register-choice-box h3,.info-card p,.feature-card p,.audience-card p,.about-card p,.dashboard-status-card p,.dashboard-module-card p,.auth-lead,.auth-help,.auth-links p,.register-info-box p{text-align:center}.dashboard-module-actions{justify-content:center}.info-card h3{font-size:1.6rem}.dashboard-status-card h3{font-size:1.35rem}.dashboard-module-card h3{font-size:1.3rem}.section-heading h2{font-size:clamp(2rem,9vw,2.8rem);line-height:1.08}.section-heading p:last-child{font-size:1rem}.site-footer{padding:24px 0 10px}.footer-main{gap:16px}.footer-left p{max-width:100%}.footer-bottom{margin-top:18px;padding-top:14px;font-size:.88rem}.auth-form-two-columns{grid-template-columns:1fr}.auth-card-wide{width:min(100%,760px)}.auth-submit-row{justify-content:stretch}.auth-submit-row .primary-button{width:100%}.radio-row{grid-template-columns:28px 1fr;width:100%;margin:0 auto;padding:12px 14px}.radio-row span{text-align:left}.dashboard-shell{gap:22px}.dashboard-module-card{min-height:unset}.dashboard-module-actions .ghost-button,.dashboard-module-actions .primary-button,.dashboard-module-actions a.ghost-button,.dashboard-module-actions a.primary-button{width:100%;max-width:260px}.weather-header-card,.weather-control-panel,.weather-output-card{border-radius:var(--radius-2xl);padding:22px}.weather-visual-layout .weather-output-card{width:100%;max-width:100%}.weather-visual-layout svg{max-width:100%}.weather-panel-section h2{font-size:1.7rem}.weather-period-block h3,.weather-output-card h2{font-size:1.3rem}.weather-form-row,.weather-form-row-wide{grid-template-columns:1fr;gap:10px}.weather-row-label{text-align:left}.weather-input{height:52px;padding:0 16px}.weather-panel-actions{flex-direction:column}.weather-panel-actions .primary-button,.weather-panel-actions .ghost-button{width:100%;max-width:100%}.weather-measure-label-wrap{justify-items:start}.weather-setup-grid{grid-template-columns:1fr}.weather-setup-card{padding:16px}.weather-setup-card-title{font-size:1rem}}@media (width<=560px){.site-shell{width:100%;max-width:100%;margin:10px auto 28px;padding:0 10px}.topbar{gap:16px;padding:14px}.brand{width:100%}.brand-subtitle{font-size:.82rem}.topnav{gap:12px 14px;font-size:.92rem}.nav-dropdown-menu{border-radius:16px;width:min(250px,100vw - 24px);padding:12px}.hero-copy,.hero-panel,.section-heading,.footer-main,.footer-left,.footer-center,.about-card,.auth-card,.dashboard-card,.dashboard-shell,.dashboard-status-card,.register-choice-box,.register-info-box{width:100%;max-width:100%}.hero-copy h1{max-width:100%;font-size:clamp(2.2rem,13vw,3.5rem)}.hero-title-sub{font-size:.74em}.hero-text,.section-heading,.footer-left p,.dashboard-lead{max-width:100%}.hero-text{font-size:1rem}.info-card h3{font-size:1.4rem}.feature-card h3{font-size:1.2rem}.auth-card,.dashboard-card{border-radius:var(--radius-2xl);padding:22px 18px}.register-choice-box,.register-info-box{padding:18px 14px}.radio-row{width:100%;max-width:100%}}.weather-mode-switch-three{grid-template-columns:repeat(3,minmax(0,1fr))}.weather-mode-button-small{min-height:40px;padding:0 12px;font-size:.92rem}@media (width<=800px){.weather-mode-switch-three{grid-template-columns:1fr}.weather-mode-button-small{min-height:42px;font-size:.95rem}}.profile-info-card-full{grid-column:1/-1}.profile-user-list{gap:14px;margin-top:16px;display:grid}.profile-user-row{border-radius:var(--radius-xl);border:1px solid var(--border-soft);background:#fff;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px;display:flex}.profile-user-row p{margin:6px 0 0}.profile-user-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}@media (width<=800px){.profile-user-row{flex-direction:column}.profile-user-actions{justify-content:stretch;width:100%}.profile-user-actions .ghost-button,.profile-user-actions .primary-button{width:100%;max-width:100%}}.dev-role-switcher{border:1px solid var(--border-soft-3);border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:min(320px,100vw - 24px);box-shadow:var(--shadow-card-large);z-index:9999;background:#fffffff5;gap:12px;padding:16px;display:grid;position:fixed;bottom:18px;right:18px}.dev-role-switcher-label{color:var(--text-accent);font-size:var(--font-size-xs);letter-spacing:.14em;text-transform:uppercase;margin:0;font-weight:800}.dev-role-switcher-current{color:var(--text-body);line-height:var(--line-normal);margin:0}.dev-role-switcher-select{border:1px solid var(--border-accent);border-radius:var(--radius-md);width:100%;height:46px;color:var(--text-strong);font:inherit;background:#fff;outline:none;padding:0 14px}.dev-role-switcher-actions{flex-wrap:wrap;gap:10px;display:flex}.dev-role-switcher-actions .primary-button,.dev-role-switcher-actions .ghost-button{flex:140px;min-width:0}@media (width<=800px){.dev-role-switcher{width:calc(100vw - 24px);bottom:12px;right:12px}.dev-role-switcher-actions{flex-direction:column}.dev-role-switcher-actions .primary-button,.dev-role-switcher-actions .ghost-button{width:100%;max-width:100%}}.weather-generation-overlay{z-index:10000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:auto;background:#0f172a29;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.weather-generation-dialog{border-radius:var(--radius-2xl);border:1px solid var(--border-soft-3);background:#fffffff5;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:14px;width:min(100%,380px);padding:18px 20px;display:grid;box-shadow:0 18px 46px #0f172a2e}.weather-generation-spinner{border:4px solid #0891b224;border-top-color:var(--accent-cyan);border-radius:999px;width:38px;height:38px;animation:.85s linear infinite weatherGenerationSpin}.weather-generation-error-icon{width:38px;height:38px;color:var(--text-danger);background:#dc262614;border:1px solid #dc262638;border-radius:999px;place-items:center;font-size:1.25rem;font-weight:900;line-height:1;display:grid}.weather-generation-copy{min-width:0}.weather-generation-copy strong{color:var(--text-strong);font-size:1rem;font-weight:850;line-height:1.25;display:block}.weather-generation-copy p{color:var(--text-body);margin:5px 0 0;font-size:.92rem;line-height:1.45}@keyframes weatherGenerationSpin{to{transform:rotate(360deg)}}@media (width<=560px){.weather-generation-dialog{grid-template-columns:38px minmax(0,1fr);padding:16px}.weather-generation-spinner,.weather-generation-error-icon{width:34px;height:34px}}.weather-station-map-grayscale-tiles{filter:grayscale()contrast(.92)brightness(1.04)}.weather-report-header-card>div:first-child h2{letter-spacing:-.05em;font-size:2rem;font-weight:850;line-height:.98}.weather-summary-card-title{color:#0f172a;letter-spacing:-.035em;margin:0;font-size:1.5rem;font-weight:700;line-height:1.08}.weather-station-loading-box{border-radius:var(--radius-2xl);border:1px solid var(--border-soft-3);background:#fffffff5;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:14px;width:100%;margin:12px 0 14px;padding:16px 18px;display:grid;box-shadow:0 12px 30px #0f172a1a}.weather-station-loading-copy{min-width:0}.weather-station-loading-copy strong{color:var(--text-strong);font-size:1rem;font-weight:850;line-height:1.25;display:block}.weather-station-loading-copy p{color:var(--text-body);margin:5px 0 0;font-size:.92rem;line-height:1.45}.eiendomsdata-page .weather-mode-button{color:#6f451f!important;background:linear-gradient(#fffcf8fa 0%,#f7ebdbf0 100%)!important;border-color:#784b2357!important;box-shadow:0 7px 16px #5c402312,inset 0 1px #ffffffb3!important}.eiendomsdata-page .weather-mode-button:hover:not(:disabled){color:#5c3518!important;background:linear-gradient(#faf0e2fa 0%,#efdac0f0 100%)!important;border-color:#784b237a!important}.eiendomsdata-page .weather-mode-button-active{color:#4a2a12!important;background:linear-gradient(#edd3b5fa 0%,#dcb992f0 100%)!important;border-color:#5c361894!important;box-shadow:0 8px 18px #5c40231c,0 0 0 2px #784b2312!important}.eiendomsdata-page .eiendomsdata-brown-primary-button{color:#fffaf3!important;background:linear-gradient(#784b23f5 0%,#5c3618f5 100%)!important;border-color:#4a2a12c7!important;box-shadow:0 10px 22px #5c36182e,inset 0 1px #fff3!important}.eiendomsdata-page .eiendomsdata-brown-primary-button:hover:not(:disabled){background:linear-gradient(#885427fa 0%,#673c1bfa 100%)!important;border-color:#4a2a12db!important}.eiendomsdata-page .eiendomsdata-brown-button{color:#6f451f!important;background:linear-gradient(#fffcf8fa 0%,#f7ebdbf0 100%)!important;border-color:#784b236b!important;box-shadow:0 8px 18px #5c402314,inset 0 1px #ffffffb3!important}.eiendomsdata-page .eiendomsdata-brown-button:hover:not(:disabled){color:#5c3518!important;background:linear-gradient(#faf0e2fa 0%,#efdac0f0 100%)!important;border-color:#784b238f!important}.eiendomsdata-page .weather-input,.eiendomsdata-page select.weather-input,.eiendomsdata-page input.weather-input{color:#3f2716!important;background:#fffdfaf5!important;border-color:#5c361894!important;box-shadow:0 0 0 1px #5c361814,inset 0 1px #ffffffc7!important}.eiendomsdata-page .weather-input:focus,.eiendomsdata-page select.weather-input:focus,.eiendomsdata-page input.weather-input:focus{border-color:#4a2a12db!important;outline:none!important;box-shadow:0 0 0 3px #784b2324,inset 0 1px #ffffffc7!important}.eiendomsdata-page .profile-user-row:hover:not(:disabled){background:linear-gradient(#fff8eefa 0%,#f7e8d3f5 100%)!important;border-color:#5c361875!important}.news-list{gap:20px;margin-top:28px;display:grid}.news-card{border-radius:var(--radius-3xl);background:var(--surface-deep-4);border:1px solid var(--border-soft);box-shadow:var(--shadow-card);gap:18px;padding:26px;display:grid}.news-card-meta{flex-wrap:wrap;gap:10px;display:flex}.news-card-meta span{border-radius:var(--radius-pill);min-height:30px;color:var(--text-accent);font-size:var(--font-size-xs);letter-spacing:.12em;text-transform:uppercase;background:#0891b214;border:1px solid #0891b229;align-items:center;padding:0 10px;font-weight:850;display:inline-flex}.news-card-content{width:min(100%,760px)}.news-card-content h2{color:var(--text-strong);font-size:clamp(1.55rem,3vw,2.15rem);line-height:var(--line-snug);letter-spacing:-.035em;margin:0 0 16px}.news-card-content p{color:var(--text-body);font-size:var(--font-size-base-2);line-height:var(--line-xl);margin:0 0 14px}.news-card-content p:last-of-type{margin-bottom:0}.news-card-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}@media (width<=800px){.news-card{border-radius:var(--radius-2xl);text-align:center;padding:22px}.news-card-meta{justify-content:center}.news-card-content{width:100%}.news-card-actions{justify-content:center}.topbar{z-index:5000;grid-template-columns:1fr;place-items:start center;gap:16px;display:grid;position:relative;overflow:visible}.brand{text-align:center;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.brand-mark{flex:none}.brand>div{min-width:0}.brand-title,.brand-subtitle{text-align:center}.topnav{z-index:5100;justify-content:center;align-items:center;gap:14px 18px;width:100%;display:flex;position:relative}.topbar-actions{z-index:5100;justify-content:center;width:100%;position:relative}.nav-dropdown,.account-menu{z-index:5100;position:relative}.nav-dropdown-menu,.account-menu-dropdown{z-index:5200}.weather-sticky-shell{z-index:300}.site-footer{margin-top:34px;padding:28px 0 12px}.footer-main{text-align:center;grid-template-columns:1fr;gap:24px}.footer-brand{text-align:center;justify-content:center;align-items:center}.footer-brand p{max-width:100%}.footer-links{grid-template-columns:1fr;justify-items:center;gap:18px}.footer-link-group{justify-items:center;gap:10px;width:100%}.footer-bottom{margin-top:22px;padding:16px 12px 0}}@media (width<=560px){.brand{flex-direction:column;gap:10px}.brand-mark{width:42px;height:42px}.topnav{gap:12px 14px}.footer-brand{flex-direction:column;gap:12px}.footer-links{gap:22px}.footer-link-group a{padding:2px 0}}@media (width<=800px){.topbar{isolation:isolate}.topnav{z-index:5400}.nav-dropdown{z-index:5500}.nav-dropdown:hover,.nav-dropdown:focus-within{z-index:5800}.nav-dropdown-menu{z-index:5900}.account-menu{z-index:5200}.account-menu:hover,.account-menu:focus-within{z-index:5700}.account-menu-dropdown{z-index:5750}.weather-page,.weather-shell,.weather-layout,.weather-control-panel,.weather-output-area,.weather-visual-layout,.weather-header-card,.weather-output-card,.weather-collapsible-section,.weather-section-toggle,.weather-section-toggle-body,.weather-panel-section,.weather-form-stack,.weather-form-row,.weather-form-row-wide{width:100%;min-width:0;max-width:100%}.weather-page,.weather-shell,.weather-layout,.weather-output-area,.weather-visual-layout{overflow-x:hidden}.weather-shell{gap:16px}.weather-layout{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}.weather-header-card,.weather-control-panel,.weather-output-card{border-radius:var(--radius-2xl);padding:16px}.weather-header-card{overflow:hidden}.weather-header-card h1{letter-spacing:-.045em;text-align:center;overflow-wrap:anywhere;max-width:100%;font-size:clamp(1.65rem,8.5vw,2.25rem);line-height:1.05}.weather-lead,.weather-header-card p,.weather-output-card p,.weather-section-toggle-title,.weather-row-label,.weather-result-box,.weather-output-card h2{overflow-wrap:anywhere;word-break:normal;max-width:100%}.weather-lead{text-align:center;font-size:.95rem;line-height:1.55}.weather-control-panel{gap:14px;overflow:visible}.weather-collapsible-section{border-radius:var(--radius-xl)}.weather-section-toggle{gap:10px;padding:14px 12px}.weather-section-toggle-main,.weather-section-toggle-title{min-width:0}.weather-section-toggle-main{gap:10px}.weather-section-toggle-step{width:25px;height:25px;font-size:.8rem}.weather-section-toggle-title{font-size:.98rem;line-height:1.25}.weather-section-toggle-icon{font-size:1.25rem}.weather-section-toggle-body{gap:14px;padding:12px}.weather-panel-section{gap:14px}.weather-panel-section h2{font-size:1.35rem}.weather-form-stack{gap:12px}.weather-form-row,.weather-form-row-wide{grid-template-columns:minmax(0,1fr);gap:7px}.weather-row-label{text-align:left;font-size:.94rem;line-height:1.35}.weather-input,select.weather-input,input.weather-input{border-radius:var(--radius-md);width:100%;min-width:0;max-width:100%;height:48px;padding:0 13px;font-size:.95rem}.weather-mode-switch,.weather-mode-switch-three,.weather-measure-input-wrap,.weather-measure-control-row{width:100%;min-width:0;max-width:100%}.weather-mode-switch,.weather-mode-switch-three{grid-template-columns:minmax(0,1fr);gap:8px;padding:6px}.weather-mode-button{width:100%;min-height:42px;padding:0 12px;font-size:.92rem}.weather-measure-control-row{grid-template-columns:minmax(0,1fr) 34px;gap:8px}.weather-result-box,.register-info-box,.weather-station-selection-message{border-radius:var(--radius-lg);text-align:left;padding:14px}.weather-result-box p,.register-info-box p{font-size:.94rem;line-height:1.55}.weather-panel-actions{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.weather-panel-actions .primary-button,.weather-panel-actions .ghost-button,.weather-panel-actions a.primary-button,.weather-panel-actions a.ghost-button{width:100%;max-width:100%}.weather-address-list{gap:10px}.weather-address-option{border-radius:var(--radius-md);padding:13px 14px}.weather-address-option-main,.weather-address-option-sub{overflow-wrap:anywhere}.weather-output-card h2,.weather-period-block h3{font-size:1.2rem;line-height:1.18}.weather-output-card p{font-size:.95rem;line-height:1.6}.weather-visual-layout{justify-items:stretch;display:grid}.weather-visual-layout>*{width:100%;min-width:0;max-width:100%}.weather-visual-layout svg,.weather-output-card svg{width:100%;max-width:100%;height:auto}.weather-sticky-shell{width:100%;max-width:100%;overflow:visible}.weather-sticky-bar{width:100%!important;max-width:100%!important;padding:10px!important;position:relative!important;overflow:hidden!important}.weather-sticky-bar-main{width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.weather-sticky-bar-left{z-index:2!important;justify-content:flex-start!important;align-items:flex-start!important;width:44px!important;min-width:44px!important;max-width:44px!important;display:flex!important;position:absolute!important;top:10px!important;left:10px!important}.weather-sticky-brand{justify-content:flex-start!important;align-items:center!important;width:44px!important;min-width:44px!important;max-width:44px!important;margin:0!important;display:flex!important}.weather-sticky-brand-copy{display:none!important}.weather-sticky-brand-mark{border-radius:12px!important;width:40px!important;min-width:40px!important;height:40px!important;font-size:1rem!important}.weather-sticky-bar-right,.weather-sticky-status-row{flex-wrap:wrap!important;justify-content:center!important;align-items:stretch!important;gap:7px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important}.weather-sticky-bar-right{padding-left:52px!important}.weather-sticky-status-row{padding-top:8px!important}.weather-sticky-link,.weather-sticky-generate-button,.weather-sticky-pill{white-space:normal!important;overflow-wrap:anywhere!important;text-align:center!important;flex:0 0 112px!important;justify-content:center!important;align-items:center!important;width:112px!important;min-width:112px!important;max-width:112px!important;min-height:36px!important;padding:6px 7px!important;font-size:.7rem!important;line-height:1.1!important;display:inline-flex!important}.topbar>.account-menu{justify-content:center!important;justify-self:center!important;width:auto!important;min-width:0!important;max-width:max-content!important}.topbar>.account-menu .account-menu-trigger{justify-content:center!important;width:auto!important;min-width:180px!important;max-width:260px!important;padding-left:22px!important;padding-right:22px!important}.topbar>.account-menu .account-menu-dropdown{width:min(300px,100vw - 24px)!important;right:50%!important;transform:translate(50%)!important}}@media (width<=560px){.weather-shell{gap:14px}.weather-header-card,.weather-control-panel,.weather-output-card{border-radius:var(--radius-xl);padding:14px}.weather-header-card h1{font-size:clamp(1.55rem,9.5vw,2.1rem)}.weather-lead{font-size:.93rem;line-height:1.55}.weather-section-toggle{padding:13px 12px}.weather-section-toggle-body{padding:12px}.weather-section-toggle-title{font-size:.94rem}.weather-input{height:46px;font-size:.92rem}.weather-row-label{font-size:.92rem}.weather-sticky-bar{padding:8px!important}.weather-sticky-bar-left{width:40px!important;min-width:40px!important;max-width:40px!important;top:8px!important;left:8px!important}.weather-sticky-brand{width:40px!important;min-width:40px!important;max-width:40px!important}.weather-sticky-brand-mark{width:36px!important;min-width:36px!important;height:36px!important}.weather-sticky-bar-right{padding-left:46px!important}.weather-sticky-bar-right,.weather-sticky-status-row{gap:6px!important}.weather-sticky-link,.weather-sticky-generate-button,.weather-sticky-pill{flex:0 0 104px!important;width:104px!important;min-width:104px!important;max-width:104px!important;min-height:34px!important;padding:5px!important;font-size:.64rem!important}.weather-station-loading-box{border-radius:var(--radius-lg);grid-template-columns:34px minmax(0,1fr);gap:10px;padding:13px}.weather-station-loading-copy strong{font-size:.92rem}.weather-station-loading-copy p{font-size:.84rem}}@media (width<=390px){.weather-sticky-bar-right{padding-left:42px!important}.weather-sticky-bar-left,.weather-sticky-brand{width:36px!important;min-width:36px!important;max-width:36px!important}.weather-sticky-brand-mark{width:34px!important;min-width:34px!important;height:34px!important}.weather-sticky-link,.weather-sticky-generate-button,.weather-sticky-pill{flex:0 0 96px!important;width:96px!important;min-width:96px!important;max-width:96px!important;font-size:.62rem!important}}@media (width<=800px){.weather-charts-section,.weather-chart-section,.weather-chart-list,.weather-chart-grid,.weather-combined-chart-card,.weather-station-chart-card,.weather-chart-card,.weather-graph-card,.weather-chart-wrapper,.weather-chart-container,.weather-chart-inner,.weather-card-chart,.weather-card-chart-body,.weather-output-area,.weather-output-card{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.weather-combined-chart-card,.weather-station-chart-card,.weather-chart-card,.weather-graph-card{border-radius:var(--radius-xl)!important;padding:14px!important}.weather-combined-chart-card *,.weather-station-chart-card *,.weather-chart-card *,.weather-graph-card *{box-sizing:border-box;min-width:0;max-width:100%}.weather-combined-chart-card h2,.weather-combined-chart-card h3,.weather-station-chart-card h2,.weather-station-chart-card h3,.weather-chart-card h2,.weather-chart-card h3,.weather-graph-card h2,.weather-graph-card h3{overflow-wrap:anywhere;max-width:100%;line-height:1.15}.weather-combined-chart-card p,.weather-station-chart-card p,.weather-chart-card p,.weather-graph-card p{overflow-wrap:anywhere;max-width:100%}.weather-combined-chart-card svg,.weather-station-chart-card svg,.weather-chart-card svg,.weather-graph-card svg,.weather-output-card svg{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;display:block!important}.weather-combined-chart-card canvas,.weather-station-chart-card canvas,.weather-chart-card canvas,.weather-graph-card canvas{width:100%!important;min-width:0!important;max-width:100%!important}.weather-combined-chart-card table,.weather-station-chart-card table,.weather-chart-card table,.weather-graph-card table{table-layout:fixed;width:100%!important;max-width:100%!important}.weather-combined-chart-card text,.weather-station-chart-card text,.weather-chart-card text,.weather-graph-card text{font-size:10px}}@media (width<=560px){.weather-combined-chart-card,.weather-station-chart-card,.weather-chart-card,.weather-graph-card{border-radius:var(--radius-lg)!important;padding:12px!important}.weather-combined-chart-card text,.weather-station-chart-card text,.weather-chart-card text,.weather-graph-card text{font-size:9px}}@media (width<=800px){.weather-report-header-card{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.weather-report-header-card>div:nth-child(2),.weather-report-header-card>div:nth-child(3),.weather-report-header-card div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important}.weather-report-header-card>div:nth-child(2)>*,.weather-report-header-card>div:nth-child(3)>*,.weather-report-header-card div[style*=grid-template-columns]>*{width:100%!important;min-width:0!important;max-width:100%!important}.weather-report-header-card h2{letter-spacing:-.045em!important;font-size:clamp(1.65rem,8vw,2.25rem)!important;line-height:1.02!important}.weather-report-header-card p,.weather-report-header-card span,.weather-report-header-card strong{overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important}.weather-report-header-card br{display:none}}@media (width<=560px){.weather-report-header-card{padding:14px!important}.weather-report-header-card h2{font-size:clamp(1.5rem,8.5vw,2rem)!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
