:root{--color-bg-deep:#0a0f1e;--color-bg-deep-2:#0d1428;--color-bg-panel:#111a30;--color-bg-panel-2:#0d1526;--color-border-glass:#94a3b824;--color-border-glass-strong:#94a3b83d;--color-accent-cyan:#5eead4;--color-accent-amber:#f6b673;--color-accent-violet:#a78bfa;--color-text-primary:#f1f5f9;--color-text-muted:#9aa8bd;--color-text-dim:#6b7688;--font-display:"Space Grotesk", "Eurostile Extended", system-ui, sans-serif;--font-body:"Eurostile Extended", "Magistral", sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--radius-pill:999px;--shadow-panel:0 40px 90px -30px #020614a6, 0 1px 0 #ffffff0d inset;--shadow-soft:0 12px 30px -12px #02061480;--ease-premium:cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{min-width:320px;min-height:100vh;color:var(--color-text-primary);font-family:var(--font-body);background:radial-gradient(1000px 620px at 10% -8%, #5eead424, transparent 60%), radial-gradient(900px 720px at 108% 8%, #a78bfa24, transparent 55%), radial-gradient(1100px 820px at 50% 118%, #f6b67317, transparent 60%), linear-gradient(180deg, var(--color-bg-deep) 0%, var(--color-bg-deep-2) 100%);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-attachment:fixed;margin:0}button,input{font:inherit;color:inherit}button{cursor:pointer;font-family:var(--font-body)}button:disabled,input:disabled{cursor:not-allowed;opacity:.6}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-body);letter-spacing:-.01em}a{color:var(--color-accent-cyan)}::selection{color:#fff;background:#5eead447}:focus-visible{outline:2px solid var(--color-accent-cyan);outline-offset:3px;border-radius:var(--radius-sm)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.icon-spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}footer{text-align:center;color:var(--color-text-dim);padding-top:2rem;font-size:.82rem;font-weight:500}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app{min-height:100vh;padding:40px 32px 56px}.dashboard{width:min(1120px,100%);margin:0 auto}.dashboard__topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:36px;display:flex}.brand{color:var(--color-text-primary);font-family:var(--font-display);letter-spacing:-.01em;align-items:center;gap:10px;font-size:1rem;font-weight:600;display:inline-flex}.brand__icon{width:22px;height:22px;color:var(--color-accent-cyan)}.brand__logo{object-fit:contain;border-radius:6px;width:22px;height:22px}.dashboard__date{color:var(--color-text-dim);text-transform:capitalize;font-size:.85rem;font-weight:500}.dashboard__header{grid-template-columns:minmax(0,1fr) minmax(320px,400px);align-items:end;gap:32px;margin-bottom:28px;display:grid}.eyebrow{color:var(--color-accent-cyan);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;font-size:.74rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #5eead42e}.dashboard__header h1{max-width:620px;color:var(--color-text-primary);margin-top:12px;font-size:clamp(2rem,4vw + .5rem,3.4rem);font-weight:600;line-height:1.08}.search-bar{gap:10px;display:grid}.search-bar__label{color:var(--color-text-muted);font-size:.82rem;font-weight:600}.search-bar__controls{border:1px solid var(--color-border-glass);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:border-color .25s var(--ease-premium), box-shadow .25s var(--ease-premium);background:#111a3099;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:6px;display:grid}.search-bar__controls:focus-within{border-color:#5eead473;box-shadow:0 0 0 4px #5eead41a}.search-bar input,.search-bar button{border-radius:var(--radius-pill);border:0;min-height:46px}.search-bar input{width:100%;color:var(--color-text-primary);background:0 0;outline:none;padding:0 18px}.search-bar input::placeholder{color:var(--color-text-dim)}.search-bar button{color:#071019;background:linear-gradient(135deg, var(--color-accent-cyan), #38bdf8);white-space:nowrap;transition:transform .2s var(--ease-premium), filter .2s var(--ease-premium);justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:.92rem;font-weight:700;display:inline-flex}.search-bar button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.search-bar button svg{width:17px;height:17px}.dashboard__content{animation:rise-in .6s var(--ease-premium) both;gap:20px;display:grid}.current-weather,.forecast,.status-message{border:1px solid var(--color-border-glass);border-radius:var(--radius-lg);background:linear-gradient(165deg, var(--color-bg-panel) 0%, var(--color-bg-panel-2) 100%);box-shadow:var(--shadow-panel)}.current-weather{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:36px;padding:40px;display:grid;position:relative;overflow:hidden}.current-weather:before{content:"";pointer-events:none;background:radial-gradient(420px 260px at 100% 0,#a78bfa1a,#0000 70%);position:absolute;inset:0}.current-weather__info{position:relative}.current-weather h2{color:var(--color-text-primary);margin-top:6px;font-size:1.7rem;font-weight:600}.current-weather__description{color:var(--color-text-muted);margin-top:10px;font-size:1.02rem}.stat-row{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.stat-chip{border:1px solid var(--color-border-glass);border-radius:var(--radius-pill);background:#94a3b80d;align-items:center;gap:10px;padding:10px 16px;display:inline-flex}.stat-chip svg{width:17px;height:17px;color:var(--color-accent-cyan);flex-shrink:0}.stat-chip div{flex-direction:column;line-height:1.2;display:flex}.stat-chip strong{font-family:var(--font-mono);color:var(--color-text-primary);font-size:.95rem;font-weight:600}.stat-chip span{color:var(--color-text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:500}.current-weather__gauge-wrap{flex-direction:column;align-items:center;gap:6px;display:flex;position:relative}.current-weather__gauge{width:148px;height:148px;position:relative}.gauge-svg{width:100%;height:100%}.gauge-track,.gauge-progress{fill:none;stroke-width:7px;stroke-linecap:round;transform-origin:60px 60px;transform:rotate(135deg)}.gauge-track{stroke:#94a3b829}.gauge-progress{stroke:url(#gaugeGradient)}.current-weather__icon-badge{border:1px solid var(--color-border-glass);background:#94a3b80f;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:22px}.current-weather__icon{width:52px;height:52px;color:var(--color-accent-cyan)}.current-weather__temperature{color:var(--color-text-primary);font-family:var(--font-mono);align-items:start;font-weight:600;line-height:.85;display:flex}.current-weather__temperature span{font-size:2.6rem}.current-weather__temperature sup{color:var(--color-text-dim);margin-top:4px;font-size:1.05rem}.forecast{padding:32px}.section-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.current-weather h2,.section-heading h2{margin-top:6px}.section-heading h2{color:var(--color-text-primary);font-size:1.5rem;font-weight:600}.forecast__scale-legend{color:var(--color-text-dim);font-family:var(--font-mono);align-items:center;gap:8px;font-size:.74rem;display:flex}.forecast__scale-legend span:first-child:before{content:""}.forecast__scale-legend .legend-bar{border-radius:var(--radius-pill);background:linear-gradient(90deg, var(--color-accent-cyan), var(--color-accent-violet), var(--color-accent-amber));width:60px;height:4px}.forecast__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.forecast-card{border:1px solid var(--color-border-glass);border-radius:var(--radius-md);min-height:168px;transition:transform .25s var(--ease-premium), border-color .25s var(--ease-premium), background .25s var(--ease-premium);background:#94a3b80a;align-content:start;gap:14px;padding:18px;display:grid}.forecast-card:hover{border-color:var(--color-border-glass-strong);background:#94a3b812;transform:translateY(-3px)}.forecast-card__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.forecast-card h3{color:var(--color-text-primary);text-transform:capitalize;font-size:.88rem;font-weight:600}.forecast-card__icon{width:30px;height:30px;color:var(--color-accent-cyan);flex-shrink:0}.forecast-card p{color:var(--color-text-muted);min-height:2.3em;font-size:.86rem}.forecast-card__range{border-radius:var(--radius-pill);background:linear-gradient(90deg, var(--color-accent-cyan), var(--color-accent-violet) 50%, var(--color-accent-amber));height:5px;position:relative;overflow:hidden}.forecast-card__range-dim{background:#090d18c7;position:absolute;top:0;bottom:0;left:0}.forecast-card__range-dim--end{left:auto;right:0}.forecast-card__temperatures{font-family:var(--font-mono);justify-content:space-between;align-items:baseline;gap:12px;display:flex}.forecast-card__temperatures strong{color:var(--color-text-primary);font-size:1.25rem;font-weight:600}.forecast-card__temperatures span{color:var(--color-text-dim);font-weight:500}.status-message{color:var(--color-text-muted);align-items:center;gap:16px;margin-bottom:20px;padding:20px 24px;display:flex}.status-message svg{flex-shrink:0;width:22px;height:22px}.status-message strong{color:var(--color-text-primary);font-weight:600;display:block}.status-message span{font-size:.9rem}.status-message--loading svg{color:var(--color-accent-cyan)}.status-message--error{border-color:#f6817347}.status-message--error svg{color:#f68173}@media (width<=900px){.forecast__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.app{padding:28px 20px 40px}.dashboard__header{grid-template-columns:1fr}.current-weather{text-align:center;grid-template-columns:1fr;justify-items:center;gap:28px}.stat-row{justify-content:center}}@media (width<=640px){.forecast__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.dashboard__topbar{flex-direction:column;align-items:flex-start;gap:8px}.current-weather,.forecast{padding:22px}.forecast__grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}}
