/* InfoAlpin Meteo – Extins CSS */
.iam-extins-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;width:100%}

.iam-ext-loading{padding:60px 20px;text-align:center;color:#999;font-size:14px;display:flex;flex-direction:column;align-items:center;gap:12px}
.iam-ext-pulse{font-size:48px;animation:iamPulse2 1.5s ease-in-out infinite}
@keyframes iamPulse2{0%,100%{opacity:.4}50%{opacity:1}}

/* HERO */
.iam-ext-hero{background:#fff;border:1px solid #eaeaea;border-radius:16px;padding:24px;margin-bottom:14px}
.iam-ext-city-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}
.iam-ext-city{font-size:13px;font-weight:600;color:#555;letter-spacing:.2px}
.iam-ext-live{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#fff;background:#EE874E;padding:3px 10px;border-radius:20px}
.iam-ext-main{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:20px}
.iam-ext-temp-big{font-size:88px;font-weight:200;line-height:1;letter-spacing:-5px;color:#1a1a1a}
.iam-ext-temp-unit{font-size:30px;font-weight:300;vertical-align:top;margin-top:12px;display:inline-block;color:#777;letter-spacing:0}
.iam-ext-desc{font-size:17px;color:#444;margin-top:8px;font-weight:500}
.iam-ext-feels{font-size:13px;color:#aaa;margin-top:4px}
.iam-ext-icon{font-size:88px;line-height:1;flex-shrink:0}

/* KPI ROW */
.iam-ext-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
@media(max-width:760px){.iam-ext-kpis{grid-template-columns:repeat(3,1fr)}}
@media(max-width:400px){.iam-ext-kpis{grid-template-columns:repeat(2,1fr)}}
.iam-ext-kpi{background:#f8f7f5;border-radius:10px;padding:12px 8px;text-align:center}
.iam-ext-kpi-ico{font-size:20px;margin-bottom:5px;line-height:1}
.iam-ext-kpi-val{font-size:17px;font-weight:600;color:#1a1a1a;line-height:1.2}
.iam-ext-kpi-lbl{font-size:10px;color:#aaa;text-transform:uppercase;letter-spacing:.4px;margin-top:3px}

/* SECTIONS */
.iam-ext-section{background:#fff;border:1px solid #eaeaea;border-radius:16px;padding:20px;margin-bottom:14px}
.iam-ext-sec-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#aaa;margin-bottom:14px}

/* HOURLY SCROLL */
.iam-ext-hourly{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}
.iam-ext-hourly::-webkit-scrollbar{height:4px}
.iam-ext-hourly::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}
.iam-ext-hourly::-webkit-scrollbar-thumb{background:#EE874E;border-radius:2px}
.iam-ext-hour{min-width:64px;background:#f8f7f5;border-radius:10px;padding:10px 8px;text-align:center;flex-shrink:0;transition:background .15s}
.iam-ext-hour:hover{background:#fff3ec}
.iam-ext-hour.iam-now{border:2px solid #EE874E;background:#fff8f4}
.iam-ext-hour-time{font-size:11px;color:#aaa;margin-bottom:6px}
.iam-ext-hour-icon{font-size:22px;margin-bottom:5px}
.iam-ext-hour-temp{font-size:14px;font-weight:600;color:#1a1a1a}
.iam-ext-hour-hum{font-size:10px;color:#aaa;margin-top:2px}
.iam-ext-hour-prec{font-size:10px;color:#378ADD;margin-top:2px}

/* CHARTS */
.iam-ext-chart-wrap{position:relative;width:100%;height:200px}
.iam-ext-chart-sm{position:relative;width:100%;height:160px}

/* TWO COL */
.iam-ext-two{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
@media(max-width:640px){.iam-ext-two{grid-template-columns:1fr}}

/* 7 DAYS */
.iam-ext-day-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid #f5f5f5}
.iam-ext-day-row:last-child{border-bottom:none}
.iam-ext-day-name{font-size:13px;font-weight:600;color:#333;width:28px;flex-shrink:0}
.iam-ext-day-name.today{color:#EE874E}
.iam-ext-day-date{font-size:11px;color:#bbb;width:40px;flex-shrink:0}
.iam-ext-day-icon{font-size:20px;width:26px;text-align:center;flex-shrink:0}
.iam-ext-day-desc{font-size:12px;color:#666;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.iam-ext-day-prec{font-size:11px;color:#378ADD;width:34px;text-align:center;flex-shrink:0}
.iam-ext-day-wind{font-size:11px;color:#5DCAA5;width:48px;text-align:right;flex-shrink:0}
.iam-ext-day-bar-wrap{display:flex;align-items:center;gap:5px;width:120px;flex-shrink:0}
.iam-ext-day-lo{font-size:11px;color:#bbb;width:22px;text-align:right}
.iam-ext-day-bar{flex:1;height:5px;background:#eee;border-radius:3px;position:relative;overflow:hidden}
.iam-ext-day-fill{position:absolute;top:0;height:100%;border-radius:3px;background:linear-gradient(90deg,#FAC775,#EE874E);min-width:5px}
.iam-ext-day-hi{font-size:12px;font-weight:700;color:#333;width:22px}

/* LEGEND */
.iam-ext-legend{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px;font-size:12px;color:#777}
.iam-ext-legend-item{display:flex;align-items:center;gap:5px}
.iam-ext-legend-dot{width:10px;height:10px;border-radius:2px}

@media(max-width:500px){
    .iam-ext-temp-big{font-size:64px}
    .iam-ext-icon{font-size:64px}
}
