:root{--navy:#123e63;--blue:#1d78b8;--turquoise:#179aa0;--text:#142335;--muted:#5f6f7f;--line:#dbe8ef;--soft:#f5f8fa;--white:#fff;--warning:#d98613;--shadow:0 18px 50px #123e6314}*{box-sizing:border-box}html{background:var(--soft);color:var(--text);scroll-behavior:smooth}body{background:radial-gradient(circle at 8% 8%, #179aa01f, transparent 18rem), radial-gradient(circle at 92% 4%, #1d78b81f, transparent 22rem), var(--soft);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}main{width:min(1180px,100% - 32px);margin:0 auto;padding:22px 0 64px}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100% - 32px);margin:0 auto;padding:14px 0;display:flex;position:sticky;top:0}.site-logo img{width:210px;height:auto;display:block}.site-header nav{background:#ffffffc2;border:1px solid #dbe8efe6;border-radius:999px;align-items:center;gap:8px;padding:6px;display:flex}.site-header nav a{color:var(--muted);border-radius:999px;padding:9px 14px;font-size:14px;font-weight:750}.site-header nav a:hover{color:var(--navy);background:#eef7fb}.home-hero,.plain-hero,.city-hero{gap:26px;padding:clamp(34px,7vw,84px) 0 42px;display:grid}.home-hero{align-content:center;min-height:560px}.hero-logo{width:min(430px,82vw);height:auto}.hero-copy{max-width:790px}.eyebrow{color:var(--turquoise);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:850}h1,h2,h3,p{margin-top:0}h1{color:#0e2034;letter-spacing:0;max-width:900px;margin-bottom:18px;font-size:clamp(42px,7vw,82px);line-height:.98}h2{color:var(--navy);letter-spacing:0;margin-bottom:0;font-size:clamp(26px,3.4vw,42px)}h3{color:var(--navy);margin-bottom:6px;font-size:22px}.hero-copy p,.plain-hero p,.city-hero p,.muted-text{max-width:780px;color:var(--muted);font-size:19px;line-height:1.65}.search-shell{gap:12px;width:min(760px,100%);display:grid}.search-shell.compact{width:min(520px,100%)}.search-form{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 12px 12px 18px;display:grid}.search-form input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:18px}.search-form button,.location-button,.primary-button,.secondary-button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-weight:820;display:inline-flex}.search-form button{width:44px;height:44px;color:var(--white);background:var(--navy)}.search-form button:disabled{cursor:not-allowed;opacity:.45}.location-button{width:fit-content;color:var(--navy);background:#e6f4f7;padding:10px 14px}.suggestions{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.suggestion{border:1px solid var(--line);background:#ffffffc7;border-radius:14px;align-items:center;gap:10px;padding:12px;display:flex}.suggestion small,.search-message{color:var(--muted);display:block}.suggestion-icon{color:var(--turquoise)}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.section-panel,.chart-card,.current-weather-card,.history-promo,.comparison-summary{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffe6;border-radius:20px;margin-top:24px}.section-panel,.chart-card{padding:clamp(22px,4vw,42px)}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.section-heading a{color:var(--blue);font-weight:820}.alert-grid,.city-grid,.metric-grid,.summary-grid,.chart-grid{gap:14px;display:grid}.city-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.alert-grid,.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));margin-top:18px}.chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.city-card,.metric-card,.alert-card,.empty-card,.summary-grid article,.forecast-strip article{border:1px solid var(--line);background:var(--white);border-radius:18px}.city-card{gap:8px;min-height:166px;padding:18px;transition:transform .18s,box-shadow .18s;display:grid}.city-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.city-card-top{justify-content:space-between;gap:12px;display:flex}.city-temperature{color:var(--navy);font-size:38px;font-weight:860}.city-minmax,.city-condition,.metric-card small,.chart-heading p,.chart-legend,.data-table,.summary-grid span{color:var(--muted)}.metric-card{gap:8px;min-height:142px;padding:16px;display:grid}.metric-card svg{color:var(--turquoise)}.metric-card strong,.summary-grid strong{color:var(--navy);font-size:22px}.alert-card,.empty-card{padding:18px}.alert-card span{background:#eef7fb;border-radius:999px;width:fit-content;margin-bottom:12px;padding:6px 10px;font-size:13px;font-weight:850;display:inline-flex}.level-jaune span{color:#8a5b00;background:#fff5d8}.level-orange span{color:#9a4e00;background:#ffead6}.level-rouge span{color:#9f1d1d;background:#ffe1e1}.history-promo{color:var(--white);background:linear-gradient(135deg,#123e63f5,#179aa0eb);justify-content:space-between;align-items:center;gap:24px;padding:clamp(26px,5vw,54px);display:flex}.history-promo h2,.history-promo p,.history-promo .eyebrow{color:var(--white)}.button-row{flex-wrap:wrap;gap:12px;display:flex}.primary-button,.secondary-button{min-height:46px;padding:12px 18px}.primary-button{color:var(--white);background:var(--navy)}.secondary-button{color:var(--navy);background:var(--white)}.city-hero{grid-template-columns:1.1fr .9fr;align-items:end}.current-weather-card{justify-content:space-between;align-items:center;gap:28px;padding:clamp(24px,5vw,48px);display:flex}.current-main{align-items:center;gap:22px;display:flex}.weather-symbol{font-size:68px;line-height:1}.current-temp{color:var(--navy);font-size:clamp(64px,10vw,108px);font-weight:850;line-height:.95}.current-details{color:var(--muted);gap:10px;display:grid}.forecast-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.forecast-strip article,.summary-grid article{gap:8px;padding:16px;display:grid}.chart-heading{justify-content:space-between;align-items:start;gap:18px;margin-bottom:18px;display:flex}.chart-heading span{color:var(--turquoise);font-weight:850}.chart-scroll{overflow-x:auto}.chart-scroll svg{width:100%;min-width:680px;height:auto}.chart-legend{flex-wrap:wrap;gap:14px;margin-top:12px;font-size:14px;display:flex}.chart-legend span{align-items:center;gap:7px;display:inline-flex}.chart-legend i{border-radius:999px;width:20px;height:4px;display:inline-block}.legend-current{background:var(--turquoise)}.legend-compare{background:repeating-linear-gradient(90deg,#7891a3 0 8px,#0000 8px 13px)}.filter-panel{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:end;gap:14px;display:grid}.filter-panel label{color:var(--muted);gap:7px;font-weight:760;display:grid}.filter-panel input,.filter-panel select{border:1px solid var(--line);width:100%;min-height:46px;color:var(--text);background:var(--white);border-radius:14px;padding:0 12px}.comparison-summary{justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.comparison-summary span{color:var(--muted)}.popular-links{flex-wrap:wrap;gap:10px;display:flex}.popular-links a{border:1px solid var(--line);color:var(--navy);background:var(--white);border-radius:999px;padding:10px 13px;font-weight:760}.data-table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table th,.data-table td{border-bottom:1px solid var(--line);text-align:left;padding:12px}.site-footer{width:min(1180px,100% - 32px);color:var(--muted);margin:0 auto;padding:30px 0 46px}.site-footer img{width:180px;height:auto}.site-footer nav{flex-wrap:wrap;gap:14px;margin:16px 0;display:flex}.site-footer a{color:var(--navy);font-weight:760}@media (max-width:920px){.site-header{flex-direction:column;align-items:flex-start}.site-header nav{justify-content:flex-start;width:100%;overflow-x:auto}.city-grid,.metric-grid,.alert-grid,.summary-grid,.chart-grid,.city-hero{grid-template-columns:1fr 1fr}.current-weather-card,.history-promo,.comparison-summary{flex-direction:column;align-items:flex-start}}@media (max-width:620px){main{width:min(100% - 24px,1180px)}.site-logo img{width:190px}.site-header nav a{padding:8px 11px;font-size:13px}h1{font-size:clamp(40px,14vw,58px)}.city-grid,.metric-grid,.alert-grid,.summary-grid,.chart-grid,.city-hero{grid-template-columns:1fr}.search-form{grid-template-columns:auto 1fr auto}.search-form input{font-size:16px}.suggestions{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}.weather-symbol{font-size:52px}}
