:root{--eg-bg:#020b16;--eg-low:#071525;--eg-panel:#0c1b2b;--eg-high:#15283b;--eg-text:#dceaff;--eg-muted:#94a8bd;--eg-primary:#7bd0ff;--eg-primary-strong:#38bdf8;--eg-border:rgba(255,255,255,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#020b16;color:var(--eg-text);font-family:'Hanken Grotesk',system-ui,sans-serif}.eg-site{min-height:100vh;background:radial-gradient(circle at 50% -5%,rgba(56,189,248,.14),transparent 38%),linear-gradient(180deg,#051424 0,#020b16 72%)}.ambient-glow{position:fixed;z-index:0;top:0;left:50%;transform:translateX(-50%);width:100vw;height:70vh;background:radial-gradient(circle at top,rgba(56,189,248,.13),transparent 65%);pointer-events:none}.eg-nav{z-index:1000;background:rgba(5,20,36,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--eg-border);min-height:68px}.eg-brand{font-weight:800;color:#fff!important;display:flex;align-items:center;gap:10px;letter-spacing:-.02em}.eg-brand-logo{width:36px;height:36px;filter:drop-shadow(0 4px 14px rgba(56,189,248,.25))}.eg-nav .nav-link{color:#aab8c8;font-size:13px;letter-spacing:.06em;text-transform:uppercase}.eg-nav .nav-link:hover,.eg-nav .nav-link.active{color:#fff}.eg-nav .nav-link.active{border-bottom:2px solid var(--eg-primary)}.eg-nav .navbar-toggler{color:#fff;border:1px solid var(--eg-border)}.eg-mobile{color:var(--eg-primary);border:1px solid rgba(123,208,255,.3);background:rgba(123,208,255,.08);font-size:13px}.eg-main{position:relative;z-index:1;padding-top:98px;min-height:calc(100vh - 80px)}.glass{background:rgba(12,27,43,.72);border:1px solid var(--eg-border);backdrop-filter:blur(20px);box-shadow:0 18px 60px rgba(0,0,0,.20)}.search-wrap{max-width:780px;margin:0 auto 24px}.search-box{position:relative}.search-box input{height:54px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid var(--eg-border);color:#fff;padding-left:48px;box-shadow:0 12px 35px rgba(0,0,0,.12)}.search-box .bi{position:absolute;left:18px;top:17px;color:#7d8da0;z-index:2}.suggestions{position:absolute;z-index:50;top:58px;left:0;right:0;background:#0c1b2b;border:1px solid var(--eg-border);border-radius:12px;display:none;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.3)}.suggestions div{padding:11px 14px;cursor:pointer}.suggestions div:hover{background:#172a3e}
/* Weather */
.weather-shell{position:relative}.weather-hero{border-radius:24px;overflow:hidden;background:linear-gradient(135deg,rgba(13,34,54,.96),rgba(7,20,34,.94));border:1px solid rgba(123,208,255,.14);box-shadow:0 30px 80px rgba(0,0,0,.28)}.weather-hero-top{padding:28px;display:flex;justify-content:space-between;gap:28px;align-items:flex-start;background:radial-gradient(circle at 78% 10%,rgba(56,189,248,.12),transparent 30%)}.weather-place{min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#91a9bf;font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:700}.weather-place h1{font-size:31px;line-height:1.1;margin:8px 0 2px;font-weight:800;letter-spacing:-.03em}.weather-status{color:#9fb1c3;font-size:14px}.temperature-row{display:flex;align-items:center;gap:16px;margin-top:7px}.temp-big{font-size:82px;line-height:.95;color:var(--eg-primary);font-weight:800;letter-spacing:-.065em;text-shadow:0 10px 40px rgba(56,189,248,.15)}.live-weather-icon{width:108px;height:108px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(123,208,255,.2))}.float-icon{animation:weatherFloat 4s ease-in-out infinite}.float-icon-small{animation:weatherFloat 5s ease-in-out infinite}.weather-meta{color:var(--eg-muted);font-family:Geist,sans-serif;font-size:13px}.weather-meta span{padding:0 7px;color:#54728b}.weather-stats{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.weather-stat{display:flex;align-items:center;gap:11px;min-width:150px;padding:13px 15px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:14px}.weather-stat i{font-size:17px;color:var(--eg-primary)}.weather-stat small{display:block;color:#71889d;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.weather-stat strong{display:block;font-size:14px;color:#dceaff;margin-top:2px}.scroll-panel-wrap{position:relative;border-top:1px solid rgba(255,255,255,.06)}.daily-wrap{border-top:1px solid rgba(255,255,255,.06)}.hour-strip,.day-strip{display:flex;overflow-x:auto;gap:10px;padding:18px 20px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(123,208,255,.45) transparent;cursor:grab}.hour-strip::-webkit-scrollbar,.day-strip::-webkit-scrollbar{height:7px}.hour-strip::-webkit-scrollbar-thumb,.day-strip::-webkit-scrollbar-thumb{background:rgba(123,208,255,.3);border-radius:999px}.hour-strip.is-dragging,.day-strip.is-dragging{cursor:grabbing;user-select:none}.hour-card,.day-card{flex:0 0 auto;min-width:100px;text-align:center;padding:12px 10px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.026);scroll-snap-align:start;transition:transform .2s,border-color .2s,background .2s}.hour-card:hover,.day-card:hover{transform:translateY(-3px);border-color:rgba(123,208,255,.28);background:rgba(56,189,248,.055)}.hour-card img,.day-card img{width:54px;height:54px;object-fit:contain;margin:7px auto}.hour-card strong,.day-card strong{display:block;color:#fff}.day-card{min-width:132px}.day-card strong span{color:#8fa4b9;font-weight:500}.scroll-fade{position:absolute;z-index:3;top:0;bottom:0;width:60px;pointer-events:none}.scroll-fade-left{left:0;background:linear-gradient(90deg,#0a1a2a,transparent)}.scroll-fade-right{right:0;background:linear-gradient(270deg,#071624,transparent)}
@keyframes weatherFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
/* General */
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px}.section-title{font-size:21px;font-weight:800;letter-spacing:-.02em}.section-link{color:#7bd0ff;text-decoration:none;font-size:13px;font-weight:700}.section-link:hover{color:#fff}.news-card{height:100%;overflow:hidden;border-radius:18px;background:rgba(12,27,43,.70);border:1px solid var(--eg-border);transition:.22s;box-shadow:0 16px 50px rgba(0,0,0,.12)}.news-card:hover{transform:translateY(-4px);border-color:rgba(123,208,255,.32);box-shadow:0 22px 55px rgba(0,0,0,.25)}.news-image{width:100%;height:205px;object-fit:cover;background:#091624;display:block}.news-card .body{padding:18px}.news-card h3{font-size:18px;line-height:1.28;margin:0 0 9px}.news-card h3 a{color:#fff;text-decoration:none}.news-date{font:12px Geist,sans-serif;color:#7f93a8}.info-tile{display:flex;align-items:center;gap:12px;padding:15px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06);color:#dceaff;text-decoration:none;transition:.2s}.info-tile:hover{background:rgba(56,189,248,.07);border-color:rgba(123,208,255,.25);transform:translateY(-2px)}.info-tile i{color:var(--eg-primary);font-size:20px}.page-hero{display:flex;justify-content:space-between;align-items:end;gap:20px;padding:30px;border-radius:22px;background:linear-gradient(135deg,rgba(13,31,49,.95),rgba(7,18,31,.94));border:1px solid var(--eg-border)}.page-hero.compact{padding:25px}.page-hero h1{font-size:38px;font-weight:800;letter-spacing:-.045em;margin:8px 0}.page-hero p{color:var(--eg-muted);margin:0}.archive-pill,.comment-count{padding:8px 12px;border:1px solid rgba(123,208,255,.2);border-radius:999px;background:rgba(56,189,248,.06);color:#8ddaff;font-size:12px}.article{background:rgba(12,27,43,.72);border:1px solid var(--eg-border);border-radius:20px;padding:30px}.article-cover{width:100%;max-height:520px;object-fit:cover}.article-content{color:#c9d7e6;font-size:16px;line-height:1.85}.article-content p,.article-content li{color:#c9d7e6}.article-content img{max-width:100%;height:auto;border-radius:12px;margin:12px 0}.article-content h2,.article-content h3{color:#fff;margin-top:1.5em}.article-content a{color:#7bd0ff}.comments-panel{overflow:hidden}.comment-item{display:flex;gap:13px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.07)}.comment-avatar{flex:0 0 38px;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(56,189,248,.09);color:#7bd0ff}.comment-body{margin-top:6px;color:#b9c9da;line-height:1.6;white-space:normal;overflow-wrap:anywhere}.comment-form textarea{min-height:90px}.empty-state{padding:18px;border:1px dashed rgba(255,255,255,.1);border-radius:12px;color:#7f93a8}.team-sidebar{top:92px}.related-post{position:relative;display:block;padding:14px 28px 14px 0;border-bottom:1px solid rgba(255,255,255,.07);text-decoration:none;color:#dceaff}.related-post strong{display:block;line-height:1.35}.related-post:hover strong{color:#7bd0ff}.related-post i{position:absolute;right:0;top:28px;color:#607a92}.related-date{display:block;color:#6f879e;font-size:11px;margin-bottom:4px}.team-cover{display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,rgba(56,189,248,.16),transparent 50%),#081726}.team-cover img{width:70px;height:70px}.guest-form{top:90px}.guest-item{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.07)}.guest-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.guest-head strong{color:#dceaff}.guest-head span{color:#6f879e;font-size:12px}.guest-message{margin-top:8px;color:#aebfd0;line-height:1.7;overflow-wrap:anywhere}.load-more{text-align:center;color:#6f879e;font-size:12px;padding:22px 0}.load-more.loading{color:#7bd0ff}
/* Footer */
.eg-footer{border-top:1px solid var(--eg-border);padding:30px 0 20px;margin-top:65px;background:rgba(1,10,20,.75)}.footer-top{padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.06)}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:42px;height:42px}.footer-brand strong{font-size:18px;color:#fff}.footer-downloads{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.store-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:10px;background:#050b12;border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;min-width:145px;text-align:left}.store-badge i{font-size:24px;color:#7bd0ff}.store-badge small,.store-badge strong{display:block;line-height:1.05}.store-badge small{font-size:9px;color:#7f93a8}.store-badge strong{font-size:13px}.footer-social{display:flex;justify-content:flex-end;gap:8px}.footer-social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#a8bdd0;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);text-decoration:none;transition:.2s}.footer-social a:hover{color:#fff;background:rgba(56,189,248,.10);border-color:rgba(123,208,255,.3);transform:translateY(-2px)}.histats-wrap{text-align:center;min-height:36px;padding:14px 0}.footer-bottom{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;color:#61758a;font-size:12px}.footer-bottom a{color:#89a5bb;text-decoration:none}.footer-bottom a:hover{color:#fff}.form-control,.form-select{background:#0c1b2b!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important}.form-control::placeholder{color:#718399}.btn-eg{background:var(--eg-primary-strong);border:0;color:#002236;font-weight:700}.btn-eg:hover{background:#69c9f7;color:#001a29}.muted{color:var(--eg-muted)}
@media(max-width:991px){.weather-hero-top{flex-direction:column}.weather-stats{justify-content:flex-start}.page-hero{align-items:flex-start;flex-direction:column}.footer-downloads,.footer-social{justify-content:flex-start}}
@media(max-width:767px){.eg-main{padding-top:88px}.temp-big{font-size:60px}.location-title{font-size:22px}.weather-hero-top{padding:20px}.weather-stat{min-width:135px}.hour-card{min-width:86px}.day-card{min-width:112px}.eg-nav .nav-link.active{border-bottom:0}.page-hero h1{font-size:30px}.article{padding:20px}.guest-head{align-items:flex-start;flex-direction:column;gap:3px}.footer-bottom{flex-direction:column}}

/* Original EgeTahmin icon motion */
.live-weather-icon,.float-icon,.float-icon-small{transform-origin:center center;will-change:transform,filter}
.live-weather-icon{animation:egWeatherFloat 3.8s ease-in-out infinite,egWeatherGlow 2.8s ease-in-out infinite}
.float-icon{animation:egWeatherFloat 3.2s ease-in-out infinite,egWeatherGlow 3s ease-in-out infinite}
.float-icon-small{animation:egWeatherFloat 3.6s ease-in-out infinite}
.hour-card:nth-child(3n) .float-icon-small{animation-delay:-1.1s}.hour-card:nth-child(3n+1) .float-icon-small{animation-delay:-.45s}.day-card:nth-child(2n) .float-icon-small{animation-delay:-.8s}
@keyframes egWeatherFloat{0%,100%{transform:translate3d(0,0,0) rotate(-1deg)}50%{transform:translate3d(0,-7px,0) rotate(1deg)}}
@keyframes egWeatherGlow{0%,100%{filter:drop-shadow(0 7px 14px rgba(123,208,255,.16))}50%{filter:drop-shadow(0 12px 25px rgba(123,208,255,.42))}}
@media(prefers-reduced-motion:reduce){.live-weather-icon,.float-icon,.float-icon-small{animation:none!important}}

/* Legacy EgeTahmin homepage content */
.legacy-tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 auto}
.legacy-tool{position:relative;min-height:92px;display:flex;align-items:center;gap:13px;padding:15px 15px 15px 14px;border-radius:17px;overflow:hidden;background:linear-gradient(145deg,rgba(15,39,61,.94),rgba(7,21,35,.96));border:1px solid rgba(123,208,255,.11);box-shadow:0 14px 34px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.025);text-decoration:none;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
.legacy-tool:before{content:"";position:absolute;inset:auto auto 0 0;width:44%;height:2px;background:linear-gradient(90deg,rgba(83,196,255,.85),transparent);opacity:.65;transition:width .22s ease,opacity .22s ease}
.legacy-tool:after{content:"";position:absolute;width:100px;height:100px;right:-45px;top:-52px;border-radius:50%;background:rgba(56,189,248,.055);pointer-events:none}
.legacy-tool:hover{transform:translateY(-3px);border-color:rgba(123,208,255,.28);background:linear-gradient(145deg,rgba(18,48,74,.98),rgba(7,24,40,.98));box-shadow:0 18px 38px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.035)}
.legacy-tool:hover:before{width:72%;opacity:1}
.legacy-tool-icon{position:relative;z-index:1;width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:14px;color:#72d0ff;background:linear-gradient(145deg,rgba(56,189,248,.14),rgba(56,189,248,.045));border:1px solid rgba(123,208,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.legacy-tool-icon i{font-size:20px;filter:drop-shadow(0 3px 7px rgba(56,189,248,.18))}
.legacy-tool-content{position:relative;z-index:1;min-width:0;display:block;flex:1}
.legacy-tool-content strong,.legacy-tool-content small{display:block}
.legacy-tool-content strong{color:#eef7ff;font-size:13px;line-height:1.25;font-weight:800;letter-spacing:-.01em}
.legacy-tool-content small{margin-top:4px;color:#718da3;font-size:10px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.legacy-tool-arrow{position:relative;z-index:1;flex:0 0 auto;color:#52758d;font-size:13px;transition:transform .22s ease,color .22s ease}
.legacy-tool:hover .legacy-tool-arrow{color:#7bd0ff;transform:translate(2px,-2px)}
.legacy-info{display:grid;grid-template-columns:360px 1fr;gap:50px;align-items:start}
.legacy-info-links h2{font-size:37px;font-weight:300;letter-spacing:-.03em;margin:0 0 18px;color:#fff}.pdf-badge{display:inline-grid;place-items:center;margin-left:8px;width:34px;height:34px;border-radius:4px;background:#fff;color:#d33;font-size:10px;font-weight:800;vertical-align:middle}
.legacy-info-links ul{list-style:none;padding:0;margin:0}.legacy-info-links li{border-bottom:1px solid rgba(255,255,255,.12);padding:12px 0}.legacy-info-links li:before{content:'→';color:#38bdf8;margin-right:12px}.legacy-info-links a{color:#dceaff;text-decoration:none}.legacy-info-links a:hover{color:#7bd0ff}
.windy-box{margin-top:28px;border-radius:4px;overflow:hidden}.windy-box iframe{display:block;width:100%;height:290px;border:0}
.legacy-radar img{width:100%;height:auto;display:block;max-height:570px;object-fit:cover}
@media(max-width:900px){.legacy-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legacy-info{grid-template-columns:1fr}.legacy-radar{order:2}}
@media(max-width:560px){.legacy-tools-grid{grid-template-columns:1fr}.legacy-tool{min-height:84px;padding:13px}.legacy-tool-icon{width:42px;height:42px;flex-basis:42px;border-radius:12px}.legacy-tool-content strong{font-size:12px}.legacy-info-links h2{font-size:30px}}
.wind-arrow{display:inline-block;width:26px;height:28px;line-height:28px;margin-right:5px;color:#c7d1dc;font-size:27px;vertical-align:-5px;transform-origin:50% 50%;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));}.wind-arrow-small{width:25px;height:27px;line-height:27px;font-size:25px;margin-right:3px;vertical-align:-5px}.hour-card,.day-card{min-height:154px;padding:13px 11px}.hour-card img,.day-card img{margin:9px auto 8px}.hour-card .muted.small,.day-card .muted.small{font-size:12px}.hour-card strong,.day-card strong{font-size:16px}.day-card{min-width:138px}


/* V7 weather dashboard refinement */
.weather-insights{padding:20px 24px 22px;background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.008));border-top:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055)}
.insights-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}.insights-head h2{font-size:18px;margin:4px 0 0;color:#fff;letter-spacing:-.025em}.live-dot{display:inline-flex;align-items:center;gap:7px;color:#7f99ad;font-size:11px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07)}.live-dot i{width:6px;height:6px;border-radius:50%;background:#51d99a;box-shadow:0 0 9px rgba(81,217,154,.8)}
.insights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.insight-card{display:flex;align-items:center;gap:12px;min-height:76px;padding:13px 14px;border:1px solid rgba(255,255,255,.065);border-radius:15px;background:rgba(8,23,37,.48);transition:.2s}.insight-card:hover{border-color:rgba(123,208,255,.2);background:rgba(56,189,248,.045);transform:translateY(-1px)}.insight-icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;display:grid;place-items:center;color:#75d2ff;background:rgba(56,189,248,.08);border:1px solid rgba(123,208,255,.12)}.insight-icon i{font-size:16px}.insight-card small,.insight-card span{display:block;color:#71899e;font-size:10px}.insight-card strong{display:block;color:#f3f8ff;font-size:15px;line-height:1.25;margin:2px 0}.insight-note-card strong{font-size:14px}.weather-alerts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:10px}.weather-alert{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025)}.weather-alert>i{font-size:15px;margin-top:2px;color:#7bd0ff}.weather-alert strong,.weather-alert span{display:block}.weather-alert strong{font-size:12px;color:#dceaff}.weather-alert span{font-size:11px;line-height:1.35;color:#7e94a8;margin-top:2px}.weather-alert-wind{border-color:rgba(255,190,80,.18);background:rgba(255,190,80,.035)}.weather-alert-wind>i{color:#ffc45c}.weather-alert-heat{border-color:rgba(255,120,80,.18);background:rgba(255,120,80,.035)}.weather-alert-heat>i{color:#ff9b76}.weather-alert-storm{border-color:rgba(183,137,255,.2);background:rgba(183,137,255,.04)}.weather-alert-storm>i{color:#c39aff}.weather-alert-rain{border-color:rgba(75,176,255,.18);background:rgba(75,176,255,.035)}
.forecast-label{display:flex;align-items:center;justify-content:space-between;padding:15px 22px 2px;color:#dceaff;font-size:12px;font-weight:700}.forecast-label span{display:flex;align-items:center;gap:7px}.forecast-label span i{color:#6dcaff}.forecast-label small{font-size:10px;color:#647e93;font-weight:500}.daily-label{padding-top:14px}
.wind-icon{display:inline-block;width:18px;height:18px;object-fit:contain;vertical-align:-5px;margin-right:4px;opacity:.86;filter:brightness(1.12);}.wind-icon-now{width:19px;height:19px;vertical-align:-5px;margin-right:3px;opacity:.88}.hour-card .wind-icon,.day-card .wind-icon{width:17px;height:17px;vertical-align:-5px;margin-right:3px;opacity:.82}.hour-card .muted.small,.day-card .muted.small{display:flex;align-items:center;justify-content:center;gap:1px;white-space:nowrap}.weather-stat .wind-icon{margin-right:2px}
.hour-card,.day-card{min-height:158px;padding:12px 10px}.hour-card img.float-icon-small,.day-card img.float-icon-small{width:58px;height:58px;margin:6px auto 7px}.hour-card strong,.day-card strong{font-size:16px}.hour-card{min-width:104px}.day-card{min-width:136px}
@media(max-width:900px){.insights-grid,.weather-alerts{grid-template-columns:1fr}.weather-insights{padding:18px}.forecast-label{padding-left:17px;padding-right:17px}}
@media(max-width:560px){.insights-head{align-items:flex-start}.live-dot{display:none}.forecast-label small{display:none}.hour-card{min-width:94px}.day-card{min-width:122px}}


/* V8 weather summary + Turkish date styling */
.weather-summary-strip{padding:14px 22px 16px;border-top:1px solid rgba(255,255,255,.055);border-bottom:1px solid rgba(255,255,255,.055);background:linear-gradient(180deg,rgba(8,24,39,.72),rgba(8,20,33,.55))}
.summary-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#dceaff;font-size:12px;font-weight:700}.summary-title span{display:flex;align-items:center;gap:7px}.summary-title i{color:#6dcaff}.summary-title small{font-size:10px;color:#637e94;font-weight:500}
.summary-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.summary-card{display:flex;align-items:center;gap:12px;min-height:68px;padding:11px 13px;border:1px solid rgba(255,255,255,.065);border-radius:14px;background:rgba(6,20,33,.72);transition:transform .2s,border-color .2s}.summary-card:hover{transform:translateY(-2px);border-color:rgba(123,208,255,.22)}.summary-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:10px;color:#79d3ff;background:rgba(56,189,248,.08);border:1px solid rgba(123,208,255,.12)}.summary-icon.rain{color:#7ccfff}.summary-icon.wind{color:#8ddcff}.summary-card small,.summary-card span{display:block;color:#71899e;font-size:10px}.summary-card strong{display:block;color:#f3f8ff;font-size:15px;line-height:1.2;margin:2px 0}.summary-card strong em{font-style:normal;color:#71899e;font-weight:500;padding:0 2px}.day-date{font-size:12px;color:#9eb2c5;white-space:nowrap;line-height:1.25;font-weight:600}
@media(max-width:900px){.summary-cards{grid-template-columns:1fr}.weather-summary-strip{padding:14px 18px}}

.day-phrase{min-height:18px;margin-top:3px;color:#b8c9d8;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.day-card .day-phrase + .float-icon-small{margin-top:5px}

/* V17 - navigation dropdown + modern homepage lower area */
.eg-dropdown{background:linear-gradient(180deg,#102b45,#0b2035);border:1px solid rgba(123,208,255,.22);border-radius:9px;padding:7px;min-width:175px;box-shadow:0 18px 45px rgba(0,0,0,.38)}
.eg-dropdown .dropdown-item{color:#dceaff;border-radius:6px;padding:9px 11px;font-size:13px;transition:background .18s,color .18s,transform .18s}
.eg-dropdown .dropdown-item:hover,.eg-dropdown .dropdown-item:focus{background:rgba(56,189,248,.14);color:#fff;transform:translateX(2px)}
@media (min-width:992px){.eg-nav .dropdown:hover>.dropdown-menu{display:block;margin-top:0}.eg-nav .dropdown-toggle:focus+.dropdown-menu{display:block}.eg-nav .dropdown-menu{animation:navDrop .16s ease-out}.eg-nav .dropdown-toggle::after{transition:transform .18s}.eg-nav .dropdown:hover .dropdown-toggle::after{transform:rotate(180deg)}}
@keyframes navDrop{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.home-weather-panel,.home-data-card,.home-resources{border:1px solid rgba(123,208,255,.12);background:linear-gradient(145deg,rgba(10,29,47,.92),rgba(5,17,29,.94));border-radius:22px;box-shadow:0 20px 60px rgba(0,0,0,.22);overflow:hidden}
.home-weather-panel{padding:22px}.home-panel-head,.home-data-head,.home-resource-head{display:flex;justify-content:space-between;align-items:center;gap:18px}.home-panel-head h2,.home-data-head h3,.home-resource-head h2{margin:5px 0 0;color:#f2f8ff;font-weight:800;letter-spacing:-.025em}.home-panel-head h2,.home-resource-head h2{font-size:22px}.home-data-head h3{font-size:18px}.home-kicker{display:inline-flex;align-items:center;gap:7px;color:#6fcaff;font-size:10px;font-weight:800;letter-spacing:.12em}.home-panel-note{font-size:10px;color:#6f879b;border:1px solid rgba(255,255,255,.07);padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.025)}
.home-alert-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:17px}.home-alert{min-height:86px;display:flex;align-items:center;gap:13px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(255,255,255,.025)}.home-alert-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:12px;background:rgba(56,189,248,.08);border:1px solid rgba(123,208,255,.14);color:#76d1ff}.home-alert strong,.home-alert span{display:block}.home-alert strong{font-size:13px;color:#e7f2ff}.home-alert span{font-size:11px;line-height:1.45;color:#7f96aa;margin-top:3px}.home-alert-rain{border-color:rgba(64,178,255,.16);background:rgba(30,116,180,.055)}.home-alert-rain .home-alert-icon{color:#66c8ff}.home-alert-wind{border-color:rgba(255,190,80,.16);background:rgba(180,115,25,.045)}.home-alert-wind .home-alert-icon{color:#ffc45b}.home-alert-storm{border-color:rgba(183,137,255,.2);background:rgba(120,80,180,.05)}.home-alert-storm .home-alert-icon{color:#c69cff}.home-alert-heat{border-color:rgba(255,120,80,.18);background:rgba(180,65,35,.045)}.home-alert-heat .home-alert-icon{color:#ff9b76}.home-alert-snow{border-color:rgba(170,220,255,.18);background:rgba(80,150,190,.045)}.home-alert-snow .home-alert-icon{color:#b4e8ff}.home-alert-clear{border-color:rgba(90,220,160,.15);background:rgba(40,170,110,.035)}.home-alert-clear .home-alert-icon{color:#65dfac}
.home-data-grid{display:grid;grid-template-columns:1.0fr .9fr;gap:16px}.home-data-card{padding:17px}.home-data-head{margin-bottom:13px}.live-pill{font-size:10px;color:#77dcae;padding:6px 9px;border-radius:999px;background:rgba(80,210,150,.06);border:1px solid rgba(80,210,150,.12)}.live-pill i{font-size:6px;vertical-align:2px;margin-right:4px}.radar-modern{height:380px;border-radius:15px;overflow:hidden;background:#020b16;border:1px solid rgba(255,255,255,.07)}.radar-modern img{width:100%;height:100%;object-fit:cover;display:block}.modern-windy{height:380px;border-radius:15px;overflow:hidden;border:1px solid rgba(255,255,255,.07)}.modern-windy iframe{width:100%;height:100%;border:0}
.home-resources{padding:20px}.home-resource-head{margin-bottom:14px}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.resource-grid a{display:flex;align-items:center;gap:11px;min-height:62px;padding:11px 13px;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:rgba(255,255,255,.022);color:#dceaff;text-decoration:none;transition:.2s}.resource-grid a:hover{background:rgba(56,189,248,.055);border-color:rgba(123,208,255,.22);transform:translateY(-2px)}.resource-grid a>i:first-child{font-size:19px;color:#71cfff}.resource-grid a>i:last-child{margin-left:auto;color:#607c92;font-size:13px}.resource-grid strong,.resource-grid small{display:block}.resource-grid strong{font-size:12px}.resource-grid small{font-size:10px;color:#71899d;margin-top:2px}
@media(max-width:900px){.home-alert-grid,.home-data-grid,.resource-grid{grid-template-columns:1fr}.radar-modern,.modern-windy{height:300px}.home-panel-head,.home-data-head,.home-resource-head{align-items:flex-start;flex-direction:column}.home-panel-note{align-self:flex-start}}

/* V20 – richer Foreca meteorology panel */
.meteorology-panel{padding:24px 24px 18px;background:radial-gradient(circle at 92% 0,rgba(56,189,248,.09),transparent 28%),linear-gradient(145deg,rgba(10,29,47,.96),rgba(5,17,29,.98));}
.meteo-hero-row{display:grid;grid-template-columns:minmax(2.1fr,1fr 1fr 1fr);gap:10px;margin-top:16px;padding:12px;border:1px solid rgba(123,208,255,.09);border-radius:17px;background:rgba(255,255,255,.018)}
.meteo-current-summary{display:flex;align-items:center;gap:12px;min-width:0}.meteo-current-icon{width:46px;height:46px;flex:0 0 46px;border-radius:14px;display:grid;place-items:center;color:#72d0ff;background:rgba(56,189,248,.09);border:1px solid rgba(123,208,255,.14);font-size:19px}.meteo-current-summary small,.meteo-current-line span{display:block;color:#71899e;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.meteo-current-summary strong{display:block;color:#edf7ff;font-size:14px;margin:2px 0}.meteo-current-summary span{display:block;color:#8fa5b8;font-size:11px}.meteo-current-line{padding:8px 12px;border-left:1px solid rgba(255,255,255,.06)}.meteo-current-line strong{display:block;color:#e6f3ff;font-size:14px;margin-top:4px}
.meteo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:11px}.meteo-card{min-height:86px;display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:15px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.022);transition:transform .2s,border-color .2s,background .2s}.meteo-card:hover{transform:translateY(-2px);border-color:rgba(123,208,255,.2);background:rgba(56,189,248,.045)}.meteo-icon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:grid;place-items:center;background:rgba(56,189,248,.075);border:1px solid rgba(123,208,255,.12);color:#70ceff}.meteo-card small,.meteo-card span{display:block}.meteo-card small{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#71899e}.meteo-card strong{display:block;color:#e9f5ff;font-size:13px;margin:2px 0}.meteo-card span{font-size:10px;line-height:1.4;color:#8097aa}.meteo-card.rain{border-color:rgba(64,178,255,.18)}.meteo-card.rain .meteo-icon{color:#6bcfff}.meteo-card.wind{border-color:rgba(255,190,80,.16)}.meteo-card.wind .meteo-icon{color:#ffc45b}.meteo-card.storm{border-color:rgba(183,137,255,.18)}.meteo-card.storm .meteo-icon{color:#c7a0ff}.meteo-card.uv{border-color:rgba(255,194,70,.15)}.meteo-card.uv .meteo-icon{color:#ffd05e}.meteo-card.air{border-color:rgba(90,220,160,.16)}.meteo-card.air .meteo-icon{color:#65dfac}.meteo-foot{display:flex;align-items:center;gap:7px;margin-top:11px;padding-top:11px;border-top:1px solid rgba(255,255,255,.055);color:#637b90;font-size:10px}.meteo-foot i{color:#70cfff}
@media(max-width:900px){.meteo-hero-row{grid-template-columns:1fr 1fr}.meteo-current-summary{grid-column:1/-1}.meteo-current-line{border-left:0;border-top:1px solid rgba(255,255,255,.06);padding-top:10px}.meteo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.meteorology-panel{padding:18px}.meteo-hero-row,.meteo-grid{grid-template-columns:1fr}.meteo-current-summary{grid-column:auto}.meteo-current-line{border-top:1px solid rgba(255,255,255,.06)}}
