:root{--font-family:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--color-white:#fff;--color-gray-100:#f1f5f9;--color-gray-300:#cbd5e1;--color-gray-400:#94a3b8;--color-gray-600:#475569;--color-gray-800:#1e293b;--color-gray-900:#0f172a;--status-green-bg:#10b98126;--status-green-border:#10b9814d;--status-green-text:#34d399;--status-yellow-bg:#f59e0b26;--status-yellow-border:#f59e0b4d;--status-yellow-text:#fbbf24;--status-red-bg:#ef444426;--status-red-border:#ef44444d;--status-red-text:#f87171;--bg-gradient-start:#0f172a;--bg-gradient-end:#1e293b;--card-bg:#1e293b99;--card-border:#ffffff14;--accent-color:#38bdf8;--accent-glow:#38bdf833}body.theme-rainy{--bg-gradient-start:#0f172a;--bg-gradient-end:#111827;--card-bg:#111827a6;--card-border:#60a5fa26;--accent-color:#60a5fa;--accent-glow:#60a5fa33}body.theme-cold{--bg-gradient-start:#0f172a;--bg-gradient-end:#0f2d37;--card-bg:#0f172ab3;--card-border:#2dd4bf26;--accent-color:#2dd4bf;--accent-glow:#2dd4bf33}body.theme-dry{--bg-gradient-start:#181512;--bg-gradient-end:#1c1917;--card-bg:#2c1c1180;--card-border:#fb923c26;--accent-color:#fb923c;--accent-glow:#fb923c33}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{font-family:var(--font-family);background:linear-gradient(135deg, var(--bg-gradient-start), var(--bg-gradient-end));color:var(--color-gray-100);justify-content:center;align-items:flex-start;min-height:100vh;transition:background .8s;display:flex;overflow-x:hidden}.weather-app{width:100%;max-width:480px;min-height:100vh;box-shadow:none;background:0 0;flex-direction:column;gap:20px;padding:24px 20px;display:flex}@media (width>=481px){body{background-color:#0b0f19;background-image:none;padding:40px 0}.weather-app{background:linear-gradient(135deg, var(--bg-gradient-start), var(--bg-gradient-end));border:1px solid #ffffff0d;border-radius:40px;min-height:840px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}}.app-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.header-info{flex-direction:column;gap:2px;display:flex}.header-subtitle{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-color);text-shadow:0 0 10px var(--accent-glow);font-size:.75rem;font-weight:600}.header-title{color:var(--color-white);letter-spacing:-.02em;font-size:1.6rem;font-weight:700}.btn-refresh{background:var(--card-bg);border:1px solid var(--card-border);color:var(--color-white);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.btn-refresh:active{background:var(--card-border);transform:scale(.9)}.btn-refresh:hover{border-color:var(--accent-color)}.icon-spin{transition:transform .6s}.btn-refresh.loading .icon-spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.delivery-status-panel{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;align-items:flex-start;gap:16px;padding:18px 20px;transition:all .5s;animation:.6s ease-out fadeIn;display:flex}.delivery-status-panel.status-favorable{background:var(--status-green-bg);border-color:var(--status-green-border)}.delivery-status-panel.status-favorable .status-title{color:var(--status-green-text)}.delivery-status-panel.status-favorable svg{stroke:var(--status-green-text)}.delivery-status-panel.status-warning{background:var(--status-yellow-bg);border-color:var(--status-yellow-border)}.delivery-status-panel.status-warning .status-title{color:var(--status-yellow-text)}.delivery-status-panel.status-warning svg{stroke:var(--status-yellow-text)}.delivery-status-panel.status-critical{background:var(--status-red-bg);border-color:var(--status-red-border);animation:2s infinite pulse-red}.delivery-status-panel.status-critical .status-title{color:var(--status-red-text)}.delivery-status-panel.status-critical svg{stroke:var(--status-red-text)}@keyframes pulse-red{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.status-icon{background:#ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:flex}.status-content{flex-direction:column;gap:4px;display:flex}.status-title{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.status-description{color:var(--color-gray-300);font-size:.85rem;line-height:1.4}.current-weather-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:24px;flex-direction:column;gap:24px;padding:24px;animation:.6s cubic-bezier(.16,1,.3,1) .1s both slideUp;display:flex}.current-main{justify-content:space-between;align-items:center;display:flex}.current-temp-container{flex-direction:column;display:flex}.current-temp{letter-spacing:-.04em;color:var(--color-white);font-size:4rem;font-weight:800;line-height:1}.current-condition{color:var(--color-gray-300);margin-top:6px;font-size:1.1rem;font-weight:500}.feels-like{color:var(--color-gray-400);margin-top:2px;font-size:.8rem;font-weight:400}.current-icon-container svg{filter:drop-shadow(0 8px 16px #0003);width:80px;height:80px;animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.weather-meta-grid{border-top:1px solid #ffffff14;grid-template-columns:repeat(2,1fr);gap:16px;padding-top:20px;display:grid}.meta-item{align-items:center;gap:12px;display:flex}.meta-icon{width:36px;height:36px;color:var(--accent-color);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;display:flex}.meta-text{flex-direction:column;display:flex}.meta-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-400);font-size:.7rem}.meta-value{color:var(--color-white);margin-top:2px;font-size:.95rem;font-weight:600}.section-container{flex-direction:column;gap:12px;animation:.8s ease-out fadeIn;display:flex}.section-title{color:var(--color-white);padding-left:4px;font-size:1.05rem;font-weight:700}.hourly-forecast-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:24px;padding:18px 0;animation:.6s cubic-bezier(.16,1,.3,1) .2s both slideUp;display:block;overflow-x:auto}.hourly-forecast-container::-webkit-scrollbar{display:none}.weather-chart-svg{-webkit-user-select:none;user-select:none;display:block}.daily-forecast-container{flex-direction:column;gap:10px;display:flex}.daily-row{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;grid-template-columns:2.2fr 1fr 1.5fr 1.8fr;align-items:center;padding:14px 18px;transition:transform .2s;display:grid}.daily-day{color:var(--color-white);font-size:.9rem;font-weight:600}.daily-rain-prob{color:var(--accent-color);align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.daily-rain-prob svg{width:12px;height:12px;stroke:var(--accent-color);fill:none}.daily-icon{justify-content:center;align-items:center;display:flex}.daily-icon svg{width:26px;height:26px}.daily-temps{justify-content:flex-end;gap:10px;font-size:.9rem;font-weight:700;display:flex}.temp-max{color:var(--color-white)}.temp-min{color:var(--color-gray-400);font-weight:500}.app-footer{color:var(--color-gray-600);flex-direction:column;align-items:center;gap:12px;margin-top:10px;display:flex}.cache-status{color:var(--color-gray-400);background:#ffffff05;border:1px solid #ffffff0a;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:.75rem;font-weight:500;display:flex}.indicator{border-radius:50%;width:6px;height:6px;display:inline-block}.indicator-online{background-color:#10b981;box-shadow:0 0 8px #10b981}.indicator-offline{background-color:#f59e0b;box-shadow:0 0 8px #f59e0b}.footer-credit{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 37%,#ffffff0d 63%) 0 0/400% 100%;border-radius:4px;animation:1.4s infinite skeleton-loading;color:#0000!important}.skeleton *{visibility:hidden}@keyframes skeleton-loading{0%{background-position:100%}to{background-position:0%}}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.skeleton-pulse{-webkit-user-select:none;user-select:none;vertical-align:middle;background:#ffffff14;border-radius:6px;animation:1.5s ease-in-out infinite pulse;display:inline-block;color:#0000!important}.meta-item.alert-active{transition:all .4s;box-shadow:0 0 12px #f59e0b1a;background:#f59e0b26!important;border-color:#f59e0b59!important}.meta-item.alert-active .meta-icon{color:#fbbf24!important;background:#f59e0b33!important}.meta-item.alert-active .meta-label{font-weight:700;color:#fbbf24!important}@media (prefers-reduced-motion:reduce){.current-icon-container svg,.delivery-status-panel,.current-weather-card,.section-container{transition:none!important;animation:none!important}}
