.weather-page{font-family:Georgia,serif}.weather-page--loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:14px;color:#666}.weather-page__hero{background:linear-gradient(135deg,#1a3a0a,#2d5a1b 50%,#3a7a25)}.weather-page__hero .weather-page__hero-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:4rem 2rem;box-sizing:border-box;display:flex;gap:40px;align-items:center;justify-content:space-between;min-height:340px}@media(max-width:900px){.weather-page__hero .weather-page__hero-wrapper{flex-direction:column;padding:32px 4%}}.weather-page__hero-left{flex:1 1;max-width:580px;color:#fff}.weather-page__badge{display:inline-flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);padding:5px 14px;border-radius:20px;font-size:12px;font-family:Arial,sans-serif;letter-spacing:.5px;margin-bottom:16px}.weather-page__title{font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.2;margin:0 0 16px;color:#fff}.weather-page__subtitle{font-size:15px;line-height:1.6;opacity:.85;margin:0 0 28px;font-family:Arial,sans-serif}.weather-page__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.weather-page__city-select-wrapper{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:8px 12px}.weather-page__city-icon{font-size:14px}.weather-page__city-select{background:rgba(0,0,0,0);border:none;color:#fff;font-size:14px;font-weight:600;cursor:pointer;outline:none}.weather-page__city-select option{background:#2d5a1b;color:#fff}.weather-page__days-toggle{display:flex;background:hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden}.weather-page__days-btn{background:rgba(0,0,0,0);border:none;color:hsla(0,0%,100%,.7);padding:8px 16px;font-size:14px;cursor:pointer;transition:all .2s}.weather-page__days-btn.active{background:#e9a22b;color:#fff;font-weight:600}.weather-page__days-btn:hover:not(.active){background:hsla(0,0%,100%,.15);color:#fff}.weather-page__hero-card{background:#fff;border-radius:16px;padding:24px 28px;min-width:300px;max-width:360px;box-shadow:0 8px 32px rgba(0,0,0,.2)}@media(max-width:900px){.weather-page__hero-card{max-width:100%;width:100%}}.weather-page__hero-card-label{font-size:11px;letter-spacing:1px;color:#999;font-family:Arial,sans-serif;margin-bottom:4px}.weather-page__hero-card-city{font-size:22px;font-weight:700;color:#1a3a0a;margin-bottom:8px}.weather-page__hero-card-weather-icon{font-size:36px;margin-bottom:4px}.weather-page__hero-card-temp{display:flex;align-items:flex-start;gap:4px;margin-bottom:4px}.weather-page__hero-card-temp-main{font-size:52px;font-weight:700;color:#1a3a0a;line-height:1}.weather-page__hero-card-temp-unit{font-size:24px;color:#999;margin-top:8px}.weather-page__hero-card-temp-feel{font-size:14px;color:#666;align-self:flex-end;margin-bottom:8px;font-family:Arial,sans-serif}.weather-page__hero-card-desc{font-size:13px;color:#666;font-family:Arial,sans-serif;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.weather-page__hero-card-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.weather-page__hero-stat{display:flex;flex-direction:column;align-items:center;gap:2px;background:#f8f8f6;border-radius:8px;padding:10px 6px}.weather-page__hero-stat-icon{font-size:18px}.weather-page__hero-stat-val{font-size:13px;font-weight:700;color:#1a3a0a;font-family:Arial,sans-serif}.weather-page__hero-stat-label{font-size:10px;color:#999;font-family:Arial,sans-serif;letter-spacing:.3px}.weather-page .weather-page__content-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:4rem 2rem;box-sizing:border-box;display:flex;flex-direction:column;gap:32px}@media(max-width:900px){.weather-page .weather-page__content-wrapper{padding:2rem 4%}}.weather-page__section-title{font-size:22px;font-weight:700;color:#1a3a0a;margin:0 0 4px;display:flex;align-items:center;gap:10px}.weather-page__section-sub{font-size:13px;color:#888;font-family:Arial,sans-serif;margin:0 0 20px}.weather-page__forecast-grid{display:grid;grid-gap:8px;gap:8px}@media(max-width:600px){.weather-page__forecast-grid{grid-template-columns:1fr!important}}.weather-page__forecast-card{background:#fff;border-radius:12px;padding:14px 10px;text-align:center;border:1px solid #ece9e1}.weather-page__forecast-card.today{background:#2d5a1b;color:#fff;border-color:#2d5a1b}.weather-page__forecast-card.today .weather-page__forecast-date,.weather-page__forecast-card.today .weather-page__forecast-day,.weather-page__forecast-card.today .weather-page__forecast-precip{color:hsla(0,0%,100%,.85)}.weather-page__forecast-card.today .max{color:#fff}.weather-page__forecast-card.today .min{color:hsla(0,0%,100%,.7)}@media(max-width:600px){.weather-page__forecast-card{display:grid;grid-template-columns:56px 1fr auto auto;grid-template-rows:auto auto;align-items:center;grid-column-gap:12px;column-gap:12px;padding:12px 16px;text-align:left}.weather-page__forecast-card .weather-page__forecast-day{grid-column:1;grid-row:1;font-size:13px;font-weight:700;color:#333;letter-spacing:0}.weather-page__forecast-card .weather-page__forecast-date{grid-column:1;grid-row:2;font-size:11px;color:#aaa;margin:0}.weather-page__forecast-card .weather-page__forecast-temps{grid-column:2;grid-row:1/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.weather-page__forecast-card .weather-page__forecast-temps .max{font-size:17px;font-weight:700;color:#1a3a0a;line-height:1}.weather-page__forecast-card .weather-page__forecast-temps .min{font-size:13px;color:#aaa;line-height:1}.weather-page__forecast-card .weather-page__forecast-icon{grid-column:3;grid-row:1;font-size:26px;margin:0;display:flex;align-items:center;justify-content:flex-end}.weather-page__forecast-card .weather-page__forecast-precip{grid-column:3;grid-row:2;font-size:11px;color:#888;margin:0;white-space:nowrap;text-align:right}.weather-page__forecast-card.today .weather-page__forecast-date,.weather-page__forecast-card.today .weather-page__forecast-day,.weather-page__forecast-card.today .weather-page__forecast-precip{color:hsla(0,0%,100%,.85)}.weather-page__forecast-card.today .max{color:#fff}.weather-page__forecast-card.today .min{color:hsla(0,0%,100%,.65)}}.weather-page__forecast-day{font-size:11px;font-weight:700;letter-spacing:.5px;color:#888;font-family:Arial,sans-serif}.weather-page__forecast-date{font-size:11px;color:#aaa;font-family:Arial,sans-serif;margin-bottom:8px}.weather-page__forecast-icon{font-size:24px;margin:6px 0}.weather-page__forecast-temps{display:flex;justify-content:center;gap:4px;font-family:Arial,sans-serif}.weather-page__forecast-temps .max{font-size:15px;font-weight:700;color:#1a3a0a}.weather-page__forecast-temps .min{font-size:13px;color:#aaa}.weather-page__forecast-precip{font-size:11px;color:#888;margin-top:6px;font-family:Arial,sans-serif}.weather-page__indicators{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}@media(max-width:900px){.weather-page__indicators{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.weather-page__indicators{grid-template-columns:1fr}}.weather-page__indicator-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #ece9e1;border-top:3px solid #ece9e1}.weather-page__indicator-label{font-size:11px;letter-spacing:.8px;color:#888;font-family:Arial,sans-serif;margin-bottom:8px}.weather-page__indicator-value{font-size:28px;font-weight:700;color:#1a3a0a;margin-bottom:4px}.weather-page__indicator-desc{font-size:12px;color:#888;font-family:Arial,sans-serif}.weather-page__two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media(max-width:900px){.weather-page__two-col{grid-template-columns:1fr}}.weather-page__card{background:#fff;border-radius:16px;padding:28px;border:1px solid #ece9e1}.weather-page__card--info{background:#fff}.weather-page__card-title{font-size:20px;font-weight:700;color:#1a3a0a;margin:0 0 4px;display:flex;align-items:center;gap:10px}.weather-page__card-sub{font-size:13px;color:#888;font-family:Arial,sans-serif;margin:0 0 20px}.weather-page__soil-section{margin-bottom:8px}.weather-page__soil-label{font-size:10px;letter-spacing:.8px;color:#aaa;font-family:Arial,sans-serif;margin-bottom:12px}.weather-page__soil-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.weather-page__soil-depth{font-size:13px;color:#666;font-family:Arial,sans-serif;min-width:50px}.weather-page__soil-bar-wrapper{flex:1 1;background:#f0ede6;border-radius:4px;height:8px;overflow:hidden}.weather-page__soil-bar{height:100%;border-radius:4px;transition:width .6s ease}.weather-page__soil-bar--temp{background:linear-gradient(90deg,#e9a22b,#e76f51)}.weather-page__soil-bar--moist{background:linear-gradient(90deg,#52b788,#2d7a9a)}.weather-page__soil-val{font-size:13px;font-weight:700;color:#1a3a0a;font-family:Arial,sans-serif;min-width:40px;text-align:right}.weather-page__crops{display:flex;flex-direction:column;gap:0}.weather-page__crop-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0ede6}.weather-page__crop-row:last-child{border-bottom:none}.weather-page__crop-name{font-size:14px;font-weight:600;color:#1a3a0a;font-family:Arial,sans-serif}.weather-page__crop-phase{font-size:12px;color:#aaa;font-family:Arial,sans-serif}.weather-page__crop-et{font-size:14px;font-weight:700;color:#2d7a9a;font-family:Arial,sans-serif}.weather-page__table-wrapper{overflow-x:auto}.weather-page__table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif;font-size:13px}.weather-page__table th{text-align:left;padding:10px 12px;font-size:10px;letter-spacing:.8px;color:#aaa;border-bottom:2px solid #f0ede6}.weather-page__table td{padding:14px 12px;border-bottom:1px solid #f5f2eb;color:#333;vertical-align:middle}.weather-page__table tr.today-row td{background:#f8f6f0}.weather-page__table tr:last-child td{border-bottom:none}.weather-page__table-day{font-weight:700;color:#1a3a0a}.weather-page__table-date{font-size:11px;color:#aaa}.weather-page__table-icon{margin-right:6px}.weather-page .min-temp{color:#2d7a9a}.weather-page .max-temp{color:#e76f51;font-weight:700}.weather-page__frost-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600}.weather-page__frost-badge.frost-none{background:#f0f7f2;color:#52b788}.weather-page__frost-badge.frost-mid{background:#fff4e5;color:#f4a261}.weather-page__frost-badge.frost-high{background:#fef0f0;color:#e63946}.weather-page__info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media(max-width:700px){.weather-page__info-grid{grid-template-columns:1fr}}.weather-page__info-grid ul{list-style:disc;padding-left:18px;margin:0}.weather-page__info-grid ul li{font-size:14px;color:#555;font-family:Arial,sans-serif;line-height:1.7;margin-bottom:8px}.weather-page__info-grid ul li strong{color:#1a3a0a}.weather-page__city-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.weather-page__city-links a{display:inline-block;padding:6px 14px;background:#fff;border:1px solid #ece9e1;border-radius:20px;font-size:13px;color:#2d5a1b;font-family:Arial,sans-serif;text-decoration:none;transition:all .2s}.weather-page__city-links a:hover{background:#2d5a1b;color:#fff;border-color:#2d5a1b}