@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--bg-main:#f9fafb;--bg-card:#fff;--text-main:#111827;--text-muted:#6b7280;--border-light:#e5e7eb;--alert-green-text:#059669;--alert-green-bg:#ecfdf5;--alert-green-border:#d1fae5;--alert-yellow-text:#854d0e;--alert-yellow-bg:#fefce8;--alert-yellow-border:#fde047;--alert-orange-text:#c2410c;--alert-orange-bg:#fff7ed;--alert-orange-border:#fdba74;--alert-red-text:#dc2626;--alert-red-bg:#fef2f2;--alert-red-border:#fee2e2}[data-theme=dark]{--bg-main:#000;--bg-card:#111;--text-main:#fff;--text-muted:#a1a1aa;--border-light:#27272a;--alert-green-text:#34d399;--alert-green-bg:#05966933;--alert-green-border:#0596694d;--alert-yellow-text:#fde047;--alert-yellow-bg:#ca8a0433;--alert-yellow-border:#ca8a044d;--alert-orange-text:#fb923c;--alert-orange-bg:#ea580c33;--alert-orange-border:#ea580c4d;--alert-red-text:#f87171;--alert-red-bg:#dc262633;--alert-red-border:#dc26264d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}h1{color:var(--text-main);letter-spacing:-.025em;margin-bottom:.25rem;font-size:1.75rem;font-weight:600}.subtitle{color:var(--text-muted);font-size:.95rem}.container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.glass-card{background:var(--bg-card);border:1px solid var(--border-light)}.header{border-bottom:1px solid var(--border-light);flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.header h1{color:var(--text-main);letter-spacing:-.03em;margin-bottom:.35rem;font-size:1.75rem;font-weight:700;line-height:1.2}.header p{color:var(--text-muted);font-size:.95rem}@media (width>=768px){.header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.header h1{font-size:2rem}.header p{font-size:1rem}}.btn-refresh{background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-main);cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.btn-refresh:hover:not(:disabled){background:var(--bg-main);border-color:var(--text-muted)}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.dashboard-layout{flex-direction:column;gap:3rem;display:flex}.map-section-wrapper{justify-content:center;width:100%;display:flex}.map-container{background:var(--bg-card);border-radius:12px;width:100%;max-width:500px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.map-container h3{color:var(--text-main);letter-spacing:-.01em;font-weight:600}.dashboard-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.district-card{background:var(--bg-card);border:1px solid var(--border-light);cursor:pointer;border-radius:8px;padding:1.25rem;transition:border-color .15s,box-shadow .15s;position:relative;box-shadow:0 1px 3px #00000005}.district-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.district-name{color:var(--text-main);margin-bottom:1.25rem;padding-right:2rem;font-size:1.125rem;font-weight:500}.btn-pin{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:.25rem;transition:color .15s;position:absolute;top:1rem;right:1rem}.btn-pin:hover{color:var(--text-main);background:#f3f4f6}.btn-pin.pinned{color:var(--alert-yellow-text)}.district-page-view{max-width:1000px;margin:0 auto}.district-page-content{flex-direction:column;gap:2rem;margin-top:1rem;display:flex}@media (width>=850px){.district-page-content{flex-direction:row;align-items:stretch}.district-map-wrapper{flex:0 0 320px}}.full-forecast-card{flex:1}.district-map-wrapper{flex-direction:column;gap:1.5rem;width:100%;display:flex}.insight-layout{flex-direction:column;gap:2rem;display:flex}.insight-map-col{width:100%}.insight-text-col{flex:1}@media (width>=850px){.insight-layout{flex-direction:row;align-items:stretch}.insight-map-col{flex:0 0 350px}}.btn-back{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;margin-bottom:2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .15s;display:inline-flex}.btn-back:hover{color:var(--text-main)}.district-page-header{border-bottom:1px solid var(--border-light);flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:1.75rem;padding-bottom:1.75rem;display:flex}.about-card{border-radius:16px;padding:1.5rem}.about-title{font-size:1.5rem}@media (width>=768px){.district-page-header{flex-direction:row;justify-content:space-between;align-items:center;gap:0}.about-card{padding:3rem}.about-title{font-size:2rem}}.district-title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.75rem;font-weight:700;line-height:1.2}.district-subtitle{color:var(--text-muted);font-size:.95rem;font-weight:500}.full-forecast-card{border-radius:16px;padding:1.5rem}.btn-pin-large{background:var(--bg-main);border:1px solid var(--border-light);cursor:pointer;color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:.25rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}@media (width>=768px){.district-title{font-size:2.25rem}.full-forecast-card{padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d}.btn-pin-large{gap:.5rem;padding:.5rem 1rem;font-size:1rem}}.btn-pin-large:hover{background:var(--bg-card);border-color:var(--text-muted);transform:translateY(-1px)}.btn-pin-large.pinned{color:var(--alert-yellow-text);border-color:var(--alert-yellow-border);background:var(--alert-yellow-bg)}.forecast-grid-detailed{flex-direction:column;gap:.75rem;display:flex}.forecast-feature-row{background:var(--bg-main);border:1px solid var(--border-light);border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:border-color .15s;display:flex}.forecast-feature-row:hover{border-color:#cbd5e1}.forecast-feature-row.today{background-color:var(--bg-main);border:2px solid var(--border-light);padding:1.5rem;box-shadow:0 1px 3px #00000005}.forecast-feature-row.today:hover{border-color:var(--text-muted)}.forecast-feature-row .day-label{color:var(--text-main);font-size:1rem;font-weight:600}.forecast-days{flex-direction:column;gap:.5rem;display:flex}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--pulse-color,#fff6)}70%{box-shadow:0 0 0 8px #fff0}to{box-shadow:0 0 #fff0}}.pulse-dot{animation:2s infinite pulse}.forecast-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;display:flex}.forecast-row:last-child{border-bottom:none;padding-bottom:0}.day-label{color:var(--text-muted)}.alert-badge{cursor:help;border:1px solid #0000;border-radius:4px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.mouse-tooltip-card{pointer-events:none;background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-main);z-index:50;opacity:0;border-radius:8px;max-width:280px;padding:.75rem 1rem;font-size:.85rem;font-weight:500;line-height:1.4;transition:opacity .15s ease-in-out;position:fixed;transform:translate(15px,15px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.mouse-tooltip-card.visible{opacity:.9}.btn-social{width:36px;height:36px;color:var(--text-muted);border:1px solid var(--border-light);background:var(--bg-main);border-radius:50%;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:all .2s;display:flex}.btn-social:hover{border-color:currentColor;transform:translateY(-2px)}.btn-social.fb:hover{color:#1877f2}.btn-social.primary-source{color:#1877f2;background-color:#1877f20d;border-color:#1877f266}.btn-social.primary-source:hover{background-color:#1877f226;border-color:#1877f2}.btn-social.ig:hover{color:#e1306c}.btn-social.x:hover{color:var(--text-main)}.mouse-tooltip-card.green{border-top:3px solid var(--alert-green-text)}.mouse-tooltip-card.yellow{border-top:3px solid var(--alert-yellow-text)}.mouse-tooltip-card.orange{border-top:3px solid var(--alert-orange-text)}.mouse-tooltip-card.red{border-top:3px solid var(--alert-red-text)}.alert-dot{background-color:currentColor;border-radius:50%;width:6px;height:6px}.alert-badge.green{background-color:var(--alert-green-bg);color:var(--alert-green-text);border-color:var(--alert-green-border)}.alert-badge.yellow{background-color:var(--alert-yellow-bg);color:var(--alert-yellow-text);border-color:var(--alert-yellow-border)}.alert-badge.orange{background-color:var(--alert-orange-bg);color:var(--alert-orange-text);border-color:var(--alert-orange-border)}.alert-badge.red{background-color:var(--alert-red-bg);color:var(--alert-red-text);border-color:var(--alert-red-border)}.loader-container{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;font-size:.875rem;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-card{background:var(--alert-red-bg);border:1px solid var(--alert-red-border);color:var(--alert-red-text);border-radius:6px;margin-bottom:2rem;padding:1rem;font-size:.875rem}.about-page-view{background:var(--bg-main);min-height:100vh}.about-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex;position:relative}.about-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#3b82f61f 0%,#0000 60%);border-radius:50%;width:120vw;height:120vw;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.about-hero .container{z-index:1;position:relative}.about-badge{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #0000001a}.about-hero-title{letter-spacing:-.03em;color:var(--text-main);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.text-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.about-hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.scroll-indicator{color:var(--text-muted);opacity:.7;animation:2s infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator span{font-size:2.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(-20px)translate(-50%)}60%{transform:translateY(-10px)translate(-50%)}}@media (width>=768px){.about-hero-title{font-size:5rem}.about-hero-subtitle{font-size:1.5rem}}.about-flow{padding:4rem 1.5rem 6rem}.about-flow-item{text-align:center;flex-direction:column;align-items:center;gap:2rem;margin-bottom:6rem;display:flex}@media (width>=768px){.about-flow-item{text-align:left;flex-direction:row;align-items:center;gap:4rem}.about-flow-item.reverse{text-align:right;flex-direction:row-reverse}}.about-flow-icon{background:var(--bg-card);border:1px solid var(--border-light);border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;box-shadow:0 20px 40px -10px #0000004d}.about-flow-icon span{color:var(--text-main);font-size:3rem}.about-flow-icon.alert-red span{color:var(--alert-red-text)}.about-flow-icon.alert-green span{color:var(--alert-green-text)}.about-flow-icon.alert-yellow span{color:var(--alert-yellow-text)}.about-flow-icon.pulse{border-color:var(--alert-yellow-border);box-shadow:0 0 30px #eab30833}.about-flow-text h2{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700}.about-flow-text p{color:var(--text-muted);font-size:1.15rem;line-height:1.7}.about-flow-text a{color:#60a5fa;text-decoration:none}.about-flow-text a:hover{text-decoration:underline}.about-footer{text-align:center;border-top:1px solid var(--border-light);color:var(--text-muted);padding:3rem 1.5rem;font-size:1rem;font-weight:500}
