:root{--primary-color:#3b82f6;--primary-light:#93c5fd;--primary-dark:#1d4ed8;--secondary-color:#10b981;--secondary-light:#6ee7b7;--secondary-dark:#047857;--warning-color:#f59e0b;--danger-color:#ef4444;--bg-color:#f8fafc;--section-bg:rgba(255,255,255,0.7);--text-color:#0f172a;--text-light:#475569;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 1px 2px rgba(0,0,0,0.03);--shadow:0 4px 6px -1px rgba(15,23,42,0.07),0 2px 4px -2px rgba(15,23,42,0.04);--shadow-lg:0 10px 15px -3px rgba(15,23,42,0.08),0 4px 6px -4px rgba(15,23,42,0.03);--border-radius-sm:0.5rem;--border-radius:0.75rem;--border-radius-lg:1rem;--border-radius-xl:1.25rem;--border-radius-full:9999px;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-weight-thin:100;--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}@media (max-width:480px){html{font-size:15px}}body{font-family:var(--font-family);font-weight:var(--font-weight-light);background-color:var(--bg-color);color:var(--text-color);line-height:1.5;padding:0;background-image:radial-gradient(circle at 20% 30%,rgba(147,197,253,.08) 0,transparent 25%),radial-gradient(circle at 80% 70%,rgba(16,185,129,.05) 0,transparent 20%);background-attachment:fixed;min-height:100vh}.container{width:100%;max-width:480px;margin:0 auto;padding:1.5rem}@media (min-width:768px){.container{max-width:720px;padding:2rem}}@media (min-width:1024px){.container{max-width:960px;padding:2.5rem}}.header{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;text-align:center}.header h1{font-size:1.75rem;font-weight:var(--font-weight-light);color:var(--text-color);letter-spacing:-.025em}@media (min-width:768px){.header h1{font-size:2rem}}.header-icon{font-size:1.5rem;margin-right:.5rem;color:var(--primary-color)}.section{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--section-bg);border-radius:var(--border-radius-lg);padding:1.5rem;margin-bottom:2rem;transition:all .3s ease}@media (min-width:768px){.section{padding:2rem;margin-bottom:2.5rem}}.section-title{font-size:1rem;font-weight:var(--font-weight-normal);color:var(--text-light);margin-bottom:1rem;letter-spacing:-.01em}.section-subtitle{font-size:.875rem;font-weight:var(--font-weight-light);color:var(--text-muted);margin-bottom:1.25rem}.temp-display-container{margin:.5rem 0 1.5rem}.temp-circle,.temp-display-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.temp-circle{width:200px;height:200px;border-radius:var(--border-radius-full);position:relative;box-shadow:inset 0 0 0 1px rgba(226,232,240,.6);margin-bottom:.75rem;transition:all .3s ease}@media (min-width:768px){.temp-circle{width:240px;height:240px}}.temp-circle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--border-radius-full);border:2px solid transparent;background:transparent;transition:all .3s ease}.temp-display{font-size:4.5rem;font-weight:var(--font-weight-extralight);line-height:1;transition:all .3s ease;letter-spacing:-2px}@media (min-width:768px){.temp-display{font-size:5.5rem}}.temp-unit{font-size:1.5rem;font-weight:var(--font-weight-thin);margin-left:.15rem;opacity:.7;letter-spacing:-1px}.temp-label{font-size:1rem;color:var(--text-muted);font-weight:var(--font-weight-light);margin-top:.5rem}.temp-cold{color:var(--primary-color)}.temp-cold .temp-circle:before{border-color:var(--primary-color);box-shadow:0 0 20px rgba(59,130,246,.15)}.temp-normal{color:var(--secondary-color)}.temp-normal .temp-circle:before{border-color:var(--secondary-color);box-shadow:0 0 20px rgba(16,185,129,.15)}.temp-warm{color:var(--warning-color)}.temp-warm .temp-circle:before{border-color:var(--warning-color);box-shadow:0 0 20px rgba(245,158,11,.15)}.temp-hot{color:var(--danger-color)}.temp-hot .temp-circle:before{border-color:var(--danger-color);box-shadow:0 0 20px rgba(239,68,68,.15)}.last-updated{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--text-muted);margin-top:.5rem}.last-updated-icon{margin-right:.25rem;color:var(--text-muted);opacity:.7}.fullscreen-temp{height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.fullscreen-temp .temp-circle{width:280px;height:280px}.fullscreen-temp .temp-display{font-size:7rem;letter-spacing:-3px}.fullscreen-temp .temp-unit{font-size:2rem}.chart-container{height:250px;position:relative;margin:1rem 0}@media (min-width:768px){.chart-container{height:300px}}.info-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.info-grid{grid-template-columns:repeat(2,1fr)}}.info-item{background-color:rgba(255,255,255,.4);border-radius:var(--border-radius);padding:1rem;transition:all .2s ease}.info-item:hover{background-color:rgba(255,255,255,.6)}.info-label{font-weight:var(--font-weight-normal);color:var(--text-color);margin-bottom:.5rem;font-size:.875rem}.info-value{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.75rem;word-break:break-all;padding:.5rem;background-color:rgba(255,255,255,.5);border-radius:var(--border-radius-sm)}.color-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.legend-item{display:flex;align-items:center;padding:.25rem .5rem;border-radius:var(--border-radius-sm);background-color:rgba(255,255,255,.5);transition:all .2s ease}.legend-color{width:.75rem;height:.75rem;border-radius:50%;margin-right:.25rem}.legend-cold{background-color:var(--primary-color)}.legend-normal{background-color:var(--secondary-color)}.legend-warm{background-color:var(--warning-color)}.legend-hot{background-color:var(--danger-color)}.legend-text{font-size:.7rem}.footer,.legend-text{font-weight:var(--font-weight-light)}.footer{text-align:center;margin-top:2rem;padding-top:1rem;padding-bottom:1rem;color:var(--text-muted);font-size:.75rem}.loading{display:flex;justify-content:center;align-items:center;width:200px;height:200px}@media (min-width:768px){.loading{width:240px;height:240px}}.loading-circle{width:100%;height:100%;border-radius:50%;border:2px solid var(--border-color);border-top-color:var(--primary-color);animation:spin 1s linear infinite}.fade-in{animation:fadeIn .7s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.m-auto{margin:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.main{padding:0}.page-title{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:var(--font-weight-light);margin-bottom:1.5rem;text-align:center}@media (min-width:768px){.page-title{font-size:1.75rem;margin-bottom:2rem}}.alert{padding:.75rem;border-radius:var(--border-radius);display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem}.alert-warning{background-color:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);color:var(--warning-color)}.alert-error{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:var(--danger-color)}.change-indicator{display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;width:1.5rem;height:1.5rem;border-radius:50%;margin-top:.5rem}.change-up{background-color:rgba(239,68,68,.1);color:var(--danger-color)}.change-down{background-color:rgba(59,130,246,.1);color:var(--primary-color)}@media (max-width:767px) and (min-height:600px){.mobile-fullscreen .fullscreen-temp{display:flex}.mobile-fullscreen .temp-display-container:not(.fullscreen-temp){display:none}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fa2f99{font-family:Inter,Inter Fallback;font-style:normal}