*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d1117;--surface: #161b22;--surface-2: #21262d;--border: #30363d;--text: #e6edf3;--text-muted: #8b949e;--accent: #58a6ff;--accent-glow: rgba(88, 166, 255, .15);--error: #f85149;--error-bg: rgba(248, 81, 73, .1);--radius: 14px;--radius-sm: 8px;--shadow: 0 8px 32px rgba(0,0,0,.4)}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{border-bottom:1px solid var(--border);padding:0 24px;height:56px;display:flex;align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1117cc;position:sticky;top:0;z-index:10}.logo{display:flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.logo-icon{width:22px;height:22px;stroke:var(--accent)}.app-main{flex:1;max-width:760px;width:100%;margin:0 auto;padding:48px 20px 80px}.app-footer{border-top:1px solid var(--border);padding:20px 24px;text-align:center;font-size:.8rem;color:var(--text-muted)}.app-footer a{color:var(--accent);text-decoration:none}.app-footer a:hover{text-decoration:underline}.search-section{margin-bottom:48px;text-align:center}.headline{font-size:clamp(1.6rem,5vw,2.4rem);font-weight:700;letter-spacing:-.03em;margin-bottom:8px;background:linear-gradient(135deg,var(--text) 0%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subheadline{color:var(--text-muted);margin-bottom:28px;font-size:.95rem}.search-bar{display:flex;gap:10px;max-width:520px;margin:0 auto}.search-input-wrap{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:14px;width:18px;height:18px;stroke:var(--text-muted);pointer-events:none}.search-input{width:100%;padding:12px 16px 12px 44px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.95rem;transition:border-color .15s,box-shadow .15s;outline:none}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.search-input:disabled{opacity:.6;cursor:not-allowed}.search-input.dropdown-open{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:var(--surface-2)}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;z-index:100;list-style:none;background:var(--surface);border:1px solid var(--accent);border-top:none;border-bottom-left-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);box-shadow:0 12px 32px #00000080;overflow:hidden;animation:dropdown-in .12s ease}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.autocomplete-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid var(--border)}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover,.autocomplete-item.active{background:var(--surface-2)}.autocomplete-pin{width:14px;height:14px;stroke:var(--text-muted);flex-shrink:0}.autocomplete-item.active .autocomplete-pin{stroke:var(--accent)}.autocomplete-main{font-size:.9rem;font-weight:500;color:var(--text);flex-shrink:0}.autocomplete-secondary{font-size:.8rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-btn{padding:12px 22px;background:var(--accent);color:#0d1117;font-weight:600;font-size:.9rem;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:opacity .15s,transform .1s;display:flex;align-items:center;gap:6px;white-space:nowrap}.search-btn:hover:not(:disabled){opacity:.88}.search-btn:active:not(:disabled){transform:scale(.97)}.search-btn:disabled{opacity:.45;cursor:not-allowed}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(0,0,0,.3);border-top-color:#0d1117;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.results{display:flex;flex-direction:column;gap:20px}.current-header{margin-bottom:24px}.location{display:flex;align-items:center;gap:8px;margin-bottom:6px}.pin-icon{width:18px;height:18px;stroke:var(--accent);flex-shrink:0}.city-name{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.country-badge{font-size:.75rem;font-weight:600;color:var(--accent);background:var(--accent-glow);border:1px solid rgba(88,166,255,.2);border-radius:4px;padding:2px 7px;text-transform:uppercase}.condition-label{color:var(--text-muted);font-size:.9rem;text-transform:capitalize;padding-left:26px}.current-body{display:flex;align-items:flex-start;gap:32px;flex-wrap:wrap}.temp-block{display:flex;align-items:center;gap:0;flex-shrink:0}.temp-main{display:flex;align-items:center}.temp-range{display:flex;gap:10px;font-size:.85rem;font-weight:600;padding-left:4px;margin-top:2px}.weather-icon-lg{width:80px;height:80px;filter:drop-shadow(0 2px 8px rgba(88,166,255,.3))}.temperature{font-size:clamp(3.5rem,10vw,5rem);font-weight:700;letter-spacing:-.04em;line-height:1}.unit{font-size:1.6rem;font-weight:300;color:var(--text-muted);align-self:flex-start;margin-top:10px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px;flex:1;min-width:0}.stat-item{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px}.stat-icon{width:20px;height:20px;stroke:var(--accent);flex-shrink:0}.stat-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.stat-value{font-size:.95rem;font-weight:600}.section-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:20px;font-weight:600}.forecast-list{display:flex;flex-direction:column;gap:4px}.forecast-day{display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:16px;padding:12px 4px;border-bottom:1px solid var(--border);transition:background .1s;border-radius:var(--radius-sm)}.forecast-day:last-child{border-bottom:none}.forecast-day:hover{background:var(--surface-2);padding-left:12px;padding-right:12px}.forecast-date{font-size:.9rem;font-weight:500}.forecast-icon{width:44px;height:44px}.forecast-desc{font-size:.82rem;color:var(--text-muted);text-transform:capitalize}.forecast-temps{display:flex;gap:10px;font-size:.9rem;font-weight:600;text-align:right}.temp-max{color:var(--text)}.temp-min{color:var(--text-muted)}.error-card{display:flex;align-items:flex-start;gap:16px;background:var(--error-bg);border-color:#f851494d}.error-icon{width:24px;height:24px;stroke:var(--error);flex-shrink:0;margin-top:2px}.error-title{font-weight:600;color:var(--error);margin-bottom:4px}.error-body{font-size:.9rem;color:var(--text-muted)}.empty-state{text-align:center;padding:80px 20px;color:var(--text-muted)}.empty-icon{width:72px;height:72px;stroke:var(--border);margin:0 auto 16px;display:block}.empty-state p{font-size:.95rem}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}@keyframes shimmer{to{background-position:-200% 0}}.skeleton-card{display:flex;flex-direction:column;gap:16px}.skeleton-title{height:20px;width:200px}.skeleton-subtitle{height:14px;width:120px}.skeleton-temp{height:80px;width:180px;border-radius:12px}.skeleton-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.skeleton-stat{height:56px;border-radius:8px}.unit-toggle{margin-left:auto;display:flex;align-items:center;gap:5px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-size:.85rem;font-weight:500;padding:5px 12px;cursor:pointer;transition:border-color .15s;line-height:1}.unit-toggle:hover{border-color:var(--accent)}.ut-active{color:var(--accent);font-weight:700}.ut-sep{color:var(--border)}.history-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.date-label{display:flex;align-items:center;gap:8px;cursor:pointer}.date-icon{width:16px;height:16px;stroke:var(--text-muted);flex-shrink:0}.date-input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:6px 10px;font-size:.85rem;cursor:pointer;transition:border-color .15s;outline:none}.date-input:focus{border-color:var(--accent)}.date-input:disabled{opacity:.5;cursor:not-allowed}.date-input::-webkit-calendar-picker-indicator{filter:invert(.55) sepia(1) saturate(0);cursor:pointer}.history-prompt{color:var(--text-muted);font-size:.9rem}.history-prompt strong{color:var(--text)}.history-loading{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:.9rem;padding:8px 0}.history-spinner{border-color:var(--surface-2);border-top-color:var(--accent);width:18px;height:18px}.history-error,.history-results{margin-top:4px}.history-date-label{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:4px}@media(max-width:560px){.app-main{padding:32px 16px 60px}.card{padding:20px}.search-bar{flex-direction:column}.search-btn{width:100%;justify-content:center}.current-body{flex-direction:column;gap:20px}.temp-block{justify-content:center;width:100%}.stats-grid{grid-template-columns:1fr 1fr}.forecast-day{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:8px 16px}.forecast-icon{grid-row:1 / 3;grid-column:2}.forecast-desc{font-size:.78rem}.forecast-temps{font-size:.85rem}.history-panel-header{flex-direction:column;align-items:flex-start}}
