:root{--bg:#06101d;--panel:#0b1b2d;--panel2:#0a1624;--text:#f7fbff;--muted:#b6c0cf;--line:#1f3a55;--yellow:#ffc400;--blue:#0a84ff;--green:#32d74b;--red:#ff3b30;--purple:#a855f7;--orange:#ff5a2f;--shadow:0 22px 70px rgba(0,0,0,.35)}
body.light{--bg:#f4f8fc;--panel:#fff;--panel2:#eef5ff;--text:#101828;--muted:#526070;--line:#d9e4f2;--shadow:0 18px 45px rgba(15,40,80,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 20% 0,#0b2542,transparent 35%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.site-header{height:88px;display:flex;align-items:center;gap:26px;padding:0 32px;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;background:rgba(3,8,15,.86);backdrop-filter:blur(18px);z-index:10}.light .site-header{background:rgba(255,255,255,.86)}.brand{display:flex;align-items:center;gap:12px;min-width:235px}.brand img{width:46px;height:46px;object-fit:contain}.brand b{font-size:25px;display:block}.brand small{font-size:11px;color:var(--muted)}nav{display:flex;gap:30px;flex:1}nav a{font-weight:700;font-size:14px;padding:34px 0 12px;border-bottom:4px solid transparent}nav a.active{border-color:var(--yellow);color:var(--yellow)}.actions{display:flex;gap:16px;align-items:center}.theme,.outline-btn{background:transparent;color:var(--text);border:1px solid var(--line);border-radius:10px;padding:13px 19px;font-weight:800}.yellow-btn{background:var(--yellow);color:#111;border-radius:10px;padding:14px 22px;font-weight:900;box-shadow:0 10px 30px rgba(255,196,0,.16)}.menu-btn{display:none;background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:8px;font-size:22px}main{max-width:1240px;margin:auto;padding:10px 30px 0}.hero-shell{display:grid;grid-template-columns:.86fr 1.55fr;gap:36px;align-items:center;margin-top:18px}.hero-copy h1{font-size:58px;line-height:1.04;margin:0 0 18px}.hero-copy h1 span{color:var(--yellow)}.hero-copy p{font-size:18px;line-height:1.55;color:var(--muted);max-width:470px}.hero-buttons,.features{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px}.features{font-size:14px;color:var(--text)}.features span{display:flex;gap:8px;align-items:center}.webcam-hero{position:relative;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--panel);box-shadow:var(--shadow);min-height:390px}.webcam-hero img{width:100%;height:390px;object-fit:cover;display:block}.badge,.cam-title,.cam-time,.cam-footer{position:absolute;z-index:2}.badge.live{top:18px;left:22px;background:var(--red);font-weight:900;padding:7px 12px;border-radius:6px;font-size:13px}.cam-title{top:20px;left:78px;font-weight:800}.cam-time{top:18px;right:18px;background:rgba(0,0,0,.55);padding:10px 14px;border-radius:8px;font-weight:700}.cam-footer{left:28px;right:28px;bottom:24px;display:flex;justify-content:space-between;text-shadow:0 2px 8px #000}.dots{text-align:center;position:absolute;bottom:-28px;left:0;right:0}.dots i{display:inline-block;width:9px;height:9px;background:#718096;border-radius:50%;margin:0 7px}.dots i:first-child{background:var(--yellow)}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin:44px 0 22px}.stat-card{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.01)),var(--panel);border:1px solid var(--line);border-radius:12px;padding:24px 20px;min-height:120px}.stat-icon{font-size:30px;margin-bottom:4px}.stat-card strong{font-size:30px;display:block}.stat-card span{display:block;font-weight:800}.stat-card small{color:var(--muted)}.green strong{color:var(--green)}.blue strong{color:var(--blue)}.purple strong{color:var(--purple)}.orange strong{color:var(--orange)}.panel{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),var(--panel);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px;margin-bottom:20px;box-shadow:var(--shadow)}.impact{text-align:center}.impact h2,.vouchers h2{margin:0;font-size:28px}.underline{width:48px;height:4px;background:var(--yellow);border-radius:4px;margin:10px auto 24px}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.impact-card{min-height:230px;border-radius:10px;background-size:cover;background-position:center;text-align:left;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.circle{width:52px;height:52px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-size:24px;margin-bottom:28px;color:#111}.impact-card h3{font-size:24px;margin:0 0 10px}.impact-card p{max-width:300px;line-height:1.4}.impact-card a,.section-head a{color:#46a3ff;font-weight:800}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-head h2{margin:0}.hotspot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hotspot-card{position:relative;background:var(--panel2);border:1px solid var(--line);border-radius:10px;overflow:hidden;padding-bottom:15px}.hotspot-card img{width:100%;height:170px;object-fit:cover}.hotspot-card h3,.hotspot-card p{margin:8px 14px}.status{position:absolute;top:145px;left:14px;padding:6px 10px;border-radius:999px;background:var(--yellow);color:#111;font-weight:900;font-size:12px}.status.active{background:#2baa42;color:#fff}.news-item{display:grid;grid-template-columns:145px 1fr;gap:18px;margin-bottom:18px}.news-item img{width:145px;height:92px;object-fit:cover;border-radius:9px}.news-item h3{margin:0 0 7px}.news-item small,.news-item p{color:var(--muted);margin:4px 0}.voucher-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.voucher{border:1px solid var(--line);border-radius:10px;padding:24px;background:var(--panel2)}.voucher h3{margin:0}.voucher strong{font-size:32px}.voucher a{display:block;text-align:center;margin-top:20px;border-radius:7px;padding:12px;background:#178b38;color:#fff;font-weight:900}.voucher.blue a{background:#0a66d8}.voucher.purple a{background:#7836a6}.voucher.install{border-color:var(--yellow)}.voucher.install a{background:var(--yellow);color:#111}.sponsor{background:var(--yellow);color:#111;border-radius:12px;padding:24px 34px;display:flex;align-items:center;justify-content:space-between}.sponsor b{font-size:22px}.dark-btn{background:#111826;color:#fff;border-radius:8px;padding:14px 22px;font-weight:900}.sponsor-line{text-align:center;font-weight:800}.footer{max-width:1240px;margin:12px auto 0;background:var(--panel);border-radius:12px;border:1px solid rgba(255,255,255,.06);padding:26px 34px;display:grid;grid-template-columns:1.4fr .8fr 1fr 1.3fr .45fr;gap:30px}.footer img{width:44px}.footer h3{display:inline-block;margin:0 0 0 8px;font-size:26px}.footer p,.footer a{display:block;color:var(--muted);line-height:1.45;margin:5px 0}.social{display:flex;gap:10px}.social a{width:26px;height:26px;background:var(--blue);border-radius:50%;display:grid;place-items:center;color:white}.np{width:90px;height:90px;border:1px solid var(--text);border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:900;align-self:center}.copy{text-align:center;color:var(--muted);padding:12px 0 20px;font-size:13px}@media(max-width:980px){.site-header{height:auto;flex-wrap:wrap;padding:16px}.menu-btn{display:block;margin-left:auto}nav{display:none;flex-basis:100%;flex-direction:column;gap:8px}nav.open{display:flex}nav a{padding:8px}.actions{width:100%;justify-content:space-between}.hero-shell,.two-col{grid-template-columns:1fr}.hero-copy h1{font-size:42px}.stats-grid,.impact-grid,.voucher-grid{grid-template-columns:1fr}.hotspot-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.webcam-hero img{height:260px}.cam-footer{font-size:11px}.news-item{grid-template-columns:100px 1fr}.news-item img{width:100px}.brand{min-width:0}}
