:root{--text: #f5f7fb;--muted: #cfd6e4;--accent: #7cc6ff;--danger: #ff8a8a;--shadow: rgba(0, 0, 0, .25)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#0b1220}.app{position:relative;min-height:100vh;overflow:hidden;display:flex;flex-direction:column}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.layout{position:relative;z-index:1;max-width:90%;margin:0 auto;padding:1rem;flex:1;display:flex;flex-direction:column;gap:1rem}.topbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.5rem}.brand .logo{font-size:1.5rem}.brand h1{font-size:1.25rem;margin:0;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.search{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;min-width:200px}.search input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--text);padding:.75rem;border-radius:8px;outline:none;font-size:1rem;transition:border .2s,background .2s}.search input::placeholder{color:#97a3b6}.search input:focus{border-color:var(--accent);background:#ffffff26}.btn{background:linear-gradient(180deg,#7cc6ff,#4aa4f2);border:none;color:#0b1220;font-weight:600;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:filter .2s}.btn:hover{filter:brightness(1.1)}.btn.ghost{background:#ffffff1a;color:var(--text);border:1px solid rgba(255,255,255,.2)}.toggle{display:flex;align-items:center}.switch{display:flex;align-items:center;gap:.5rem}.switch input{display:none}.switch .slider{width:3rem;height:1.5rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);position:relative;transition:background .2s}.switch .slider:after{content:"";position:absolute;top:.15rem;left:.15rem;width:1.2rem;height:1.2rem;border-radius:50%;background:#fff;transition:transform .2s}.switch input:checked+.slider:after{transform:translate(1.5rem)}.switch .labels{display:flex;gap:.5rem;font-size:.9rem;font-weight:600;color:#9fb0c8;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.switch .labels .active{color:#fff}.content{flex:1;display:flex;justify-content:center;align-items:center;padding-bottom:2rem}.weather-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-left{display:flex;flex-direction:column;gap:.75rem;width:100%}.place h2{margin:0;font-size:1.75rem;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.place .desc{margin:.25rem 0 0;color:var(--muted);font-size:1rem;text-transform:capitalize;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.temp-stack{display:flex;flex-direction:column;gap:.5rem}.temp .big{font-size:3.5rem;font-weight:800;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.temp .unit{font-size:1.5rem;margin-left:.25rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.feels{color:var(--muted);font-size:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.details-section{padding:1rem}.details-section h3{margin:0 0 .75rem;font-size:1.25rem}.details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.details li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.details li:last-child{border-bottom:none}.details li span{color:var(--muted);font-size:.95rem;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.details li strong{font-size:.95rem;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.error-text,.error-inline{color:var(--danger);margin-top:.5rem;font-size:.95rem;font-weight:600}.empty-card{text-align:center;padding:1.5rem}.empty-title{margin:0 0 .5rem;font-size:1.25rem}.muted{color:var(--muted);font-size:.95rem}.skeleton-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.skeleton.card{background:linear-gradient(90deg,#ffffff14,#ffffff05,#ffffff14);background-size:200% 100%;animation:shimmer 1.4s infinite;height:200px;border-radius:12px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.foot{text-align:center;padding:.5rem 0;margin-top:auto;font-size:.9rem}@media (min-width: 768px){.layout{max-width:85%;padding:1.5rem}.topbar{flex-wrap:nowrap}.search{justify-content:flex-end}.weather-grid,.skeleton-grid{flex-direction:row;gap:1.5rem}.hero-section{flex:1.4}.details-section{flex:1}.details{display:grid;grid-template-columns:1fr 1fr}.place h2{font-size:2rem}.temp .big{font-size:4rem}.temp .unit{font-size:1.75rem}}@media (min-width: 1024px){.layout{max-width:1100px;padding:2rem}.brand .logo{font-size:1.75rem}.brand h1{font-size:1.5rem}.search input,.btn{padding:.85rem 1.25rem;font-size:1.1rem}.details-section h3{font-size:1.5rem}.details li span,.details li strong{font-size:1.1rem}}
