:root{--primary:#2563eb;--primary-light:#dbeafe;--primary-soft:#eff6ff;--secondary:#059669;--secondary-light:#d1fae5;--accent:#0891b2;--accent-light:#cffafe;--warning:#d97706;--warning-light:#fef3c7;--danger:#dc2626;--danger-light:#fee2e2;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--bg:#f0f4f8;--surface:#ffffff;--surface-hover:#f8fafc;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-xs:0 1px 2px rgba(0,0,0,0.04);--shadow-sm:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.04);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.03);--shadow-glow-blue:0 0 24px rgba(37,99,235,0.15);--shadow-glow-green:0 0 24px rgba(5,150,105,0.15);--shadow-glow-amber:0 0 24px rgba(217,119,6,0.15);--shadow-glow-red:0 0 24px rgba(220,38,38,0.15);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Noto Sans JP",sans-serif;--font-mono:"SF Mono","Cascadia Code","Consolas",monospace}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-weight:400;background:var(--bg);color:var(--text-primary);line-height:1.6;min-height:100vh}body:before{top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.06) 0,transparent 70%)}body:after,body:before{content:"";position:fixed;pointer-events:none;z-index:0}body:after{bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(5,150,105,.05) 0,transparent 70%)}.container{position:relative;z-index:1;width:100%;max-width:520px;margin:0 auto;padding:1rem 1rem 2rem}@media (min-width:768px){.container{max-width:760px;padding:1.5rem 2rem 2.5rem}}@media (min-width:1024px){.container{max-width:1000px;padding:2rem 2.5rem 3rem}}.page-header{justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.logo,.page-header{display:flex;align-items:center}.logo{gap:.75rem}.logo-mark{flex-shrink:0;transition:transform .3s ease}.logo:hover .logo-mark{transform:scale(1.05)}.logo-text{display:flex;flex-direction:column;gap:0;line-height:1.2}.logo-name{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-sub{font-size:.6875rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em}@media (min-width:768px){.logo-mark{width:36px;height:36px}.logo-name{font-size:1.375rem}.logo-sub{font-size:.75rem}}.status-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:var(--radius-full);background:var(--secondary-light);color:var(--secondary);font-size:.75rem;font-weight:500}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--secondary);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.tab-container{display:flex;gap:.375rem;margin-bottom:1.25rem;background:var(--gray-100);border-radius:var(--radius-md);padding:4px}.tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:var(--radius-sm);background:transparent;cursor:pointer;font-family:var(--font-sans);font-weight:500;font-size:.875rem;color:var(--text-muted);transition:all .2s ease;position:relative}.tab-button:hover{color:var(--text-secondary);background:rgba(255,255,255,.5)}.tab-button.active{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-sm)}.tab-icon{font-size:1rem;opacity:.7}.tab-button.active .tab-icon{opacity:1;color:var(--primary)}.device-selector{margin-bottom:1rem}.device-select{width:100%;padding:.625rem 2.5rem .625rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--text-primary);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;transition:all .15s ease}.device-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.device-select:hover{border-color:var(--gray-300)}.section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem;transition:box-shadow .2s ease}@media (min-width:768px){.section{padding:1.5rem;margin-bottom:1.25rem}}.section:hover{box-shadow:var(--shadow-md)}.section-title{font-size:.8125rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.dashboard-grid{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}}.dashboard-grid .section{margin-bottom:0}.temp-display-container{padding:1rem 0}.temp-circle,.temp-display-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.temp-circle{position:relative;width:180px;height:180px;border-radius:var(--radius-full);background:var(--surface);margin-bottom:.75rem;transition:all .4s ease}@media (min-width:768px){.temp-circle{width:220px;height:220px}}.temp-circle:before{content:"";position:absolute;inset:-3px;border-radius:var(--radius-full);padding:3px;background:conic-gradient(from 180deg,var(--ring-color,var(--gray-300)),var(--ring-color-end,var(--gray-200)),var(--ring-color,var(--gray-300)));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:ring-rotate 6s linear infinite}@keyframes ring-rotate{to{transform:rotate(1turn)}}.temp-circle:after{content:"";position:absolute;inset:0;border-radius:var(--radius-full);box-shadow:inset 0 2px 8px rgba(0,0,0,.04);pointer-events:none}.temp-display{font-size:3.5rem;font-weight:200;line-height:1;letter-spacing:-2px;transition:color .4s ease}@media (min-width:768px){.temp-display{font-size:4.5rem}}.temp-unit{font-size:1.25rem;font-weight:300;opacity:.5;margin-left:2px;letter-spacing:-1px}.temp-label{font-size:.875rem;color:var(--text-muted);font-weight:400;margin-top:.5rem}.temp-cold{color:var(--primary);--ring-color:var(--primary);--ring-color-end:#93c5fd}.temp-cold .temp-circle{box-shadow:var(--shadow-glow-blue)}.temp-normal{color:var(--secondary);--ring-color:var(--secondary);--ring-color-end:#34d399}.temp-normal .temp-circle{box-shadow:var(--shadow-glow-green)}.temp-warm{color:var(--warning);--ring-color:var(--warning);--ring-color-end:#fbbf24}.temp-warm .temp-circle{box-shadow:var(--shadow-glow-amber)}.temp-hot{color:var(--danger);--ring-color:var(--danger);--ring-color-end:#f87171}.temp-hot .temp-circle{box-shadow:var(--shadow-glow-red)}.last-updated{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.75rem;color:var(--text-muted);margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-light)}.last-updated-icon{color:var(--text-muted);opacity:.6;font-size:.7rem}.fullscreen-temp{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0}.fullscreen-temp .temp-circle{width:240px;height:240px}.fullscreen-temp .temp-display{font-size:5rem;letter-spacing:-3px}.fullscreen-temp .temp-unit{font-size:1.75rem}.chart-container{height:220px;position:relative;margin:.75rem 0 0}@media (min-width:768px){.chart-container{height:280px}}.chart-skeleton{height:220px;margin:.75rem 0 0;display:flex;flex-direction:column;animation:fadeIn .3s ease-out}@media (min-width:768px){.chart-skeleton{height:280px}}.chart-skeleton-svg{flex:1;width:100%;overflow:visible}.chart-skeleton-grid{stroke:var(--gray-100);stroke-width:1;stroke-dasharray:4 4;opacity:0;animation:skeleton-grid-in .6s ease-out forwards}.chart-skeleton-grid:first-child{animation-delay:.1s}.chart-skeleton-grid:nth-child(2){animation-delay:.2s}.chart-skeleton-grid:nth-child(3){animation-delay:.3s}@keyframes skeleton-grid-in{0%{opacity:0}to{opacity:1}}.chart-skeleton-line{fill:none;stroke:var(--primary);stroke-width:2;stroke-linecap:round;stroke-dasharray:800;stroke-dashoffset:800;animation:skeleton-line-draw 1.5s ease-out .3s forwards,skeleton-line-pulse 2s ease-in-out 1.8s infinite;opacity:.3}@keyframes skeleton-line-draw{to{stroke-dashoffset:0}}@keyframes skeleton-line-pulse{0%,to{opacity:.3}50%{opacity:.15}}.chart-skeleton-area{fill:var(--primary);opacity:0;animation:skeleton-area-in .8s ease-out 1s forwards,skeleton-area-pulse 2s ease-in-out 1.8s infinite}@keyframes skeleton-area-in{to{opacity:.04}}@keyframes skeleton-area-pulse{0%,to{opacity:.04}50%{opacity:.02}}.chart-skeleton-labels{display:flex;justify-content:space-between;padding:.5rem .25rem 0}.chart-skeleton-label{width:32px;height:10px;border-radius:4px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-50) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.chart-skeleton-label:nth-child(2){animation-delay:.1s}.chart-skeleton-label:nth-child(3){animation-delay:.2s}.chart-skeleton-label:nth-child(4){animation-delay:.3s}.chart-skeleton-label:nth-child(5){animation-delay:.4s}.info-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:640px){.info-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.info-grid{grid-template-columns:repeat(3,1fr)}}.info-item{background:var(--gray-50);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:.875rem;transition:all .15s ease}.info-item:hover{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-xs)}.info-label{font-weight:600;margin-bottom:.375rem;font-size:.8125rem}.info-label,.info-value{color:var(--text-secondary)}.info-value{font-family:var(--font-mono);font-size:.75rem;word-break:break-all;padding:.375rem .5rem;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-sm)}.color-legend{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.legend-item{display:flex;align-items:center;gap:.375rem;padding:.3125rem .625rem;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border-light);font-size:.6875rem;transition:all .15s ease}.legend-item:hover{border-color:var(--border)}.legend-color{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-cold{background:var(--primary)}.legend-normal{background:var(--secondary)}.legend-warm{background:var(--warning)}.legend-hot{background:var(--danger)}.legend-text{font-weight:500;color:var(--text-secondary)}.footer{text-align:center;margin-top:2rem;padding:1.25rem 1rem;color:var(--text-muted);font-size:.75rem;font-weight:400;border-top:1px solid var(--border-light)}.temp-loading-circle{--ring-color:var(--gray-200);--ring-color-end:var(--gray-100);overflow:hidden}.temp-loading-circle:before{background:conic-gradient(from 0deg,var(--primary) 0,var(--primary-light) 25%,transparent 50%)!important;animation:ring-rotate 1.5s linear infinite!important}.temp-loading-ring{position:absolute;inset:12px;border-radius:var(--radius-full);border:2px solid transparent;border-top:2px solid var(--primary);opacity:.2;animation:ring-rotate 3s linear infinite reverse}.temp-loading-content{display:flex;flex-direction:column;align-items:center;gap:.625rem}.temp-loading-value{width:100px;height:40px;animation:shimmer 1.5s ease-in-out infinite}.temp-loading-unit,.temp-loading-value{border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-50) 50%,var(--gray-100) 75%);background-size:200% 100%}.temp-loading-unit{width:36px;height:16px;animation:shimmer 1.5s ease-in-out .2s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:768px){.temp-loading-value{width:120px;height:48px}}.loading-circle{width:40px;height:40px;border-radius:50%;border:2px solid var(--gray-200);border-top-color:var(--primary);animation:spin .8s linear infinite}.fade-in{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.change-indicator{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;width:1.5rem;height:1.5rem;border-radius:var(--radius-full);margin-top:.5rem}.change-up{background:var(--danger-light);color:var(--danger)}.change-down{background:var(--primary-light);color:var(--primary)}.alert{padding:.75rem 1rem;border-radius:var(--radius-sm);display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8125rem;font-weight:500}.alert-warning{background:var(--warning-light);border:1px solid rgba(217,119,6,.2);color:var(--warning)}.alert-error{background:var(--danger-light);border:1px solid rgba(220,38,38,.2);color:var(--danger)}.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}.my-4{margin-top:1rem;margin-bottom:1rem}.main{padding:0}.header-icon{font-size:1.25rem;color:var(--primary)}@media (max-width:480px){html{font-size:15px}.container{padding:.75rem .75rem 2rem}.section{border-radius:var(--radius-md);padding:1rem}.page-title{font-size:1.125rem}}@font-face{font-family:Inter;font-style:normal;font-weight:200;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:200;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:200;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:200;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:200;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:200;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:200;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: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_e97114{font-family:Inter,Inter Fallback;font-style:normal}