:root{--bg: #0E1623;--surface: #141E2E;--text: #EAF0F6;--muted: #9FB0C3;--primary: #2ECC71;--primary-2: #1FA463;--radius: 12px;--shadow: 0 12px 40px rgba(0,0,0,.35);--font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-scale-h1: clamp(2.4rem, 4vw, 3.4rem);--font-scale-body: 1rem}:root{--bg: #0b1220;--surface: rgba(255,255,255,.04);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.7);--line: rgba(255,255,255,.12);--primary: #7cdbff;--shadow: 0 12px 34px rgba(0,0,0,.4);--radius: 16px;--ring: 0 0 0 3px rgba(124,219,255,.16);--hero-accent-width: 52%;--hero-accent-opacity: .22}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji";background:radial-gradient(1200px 700px at 18% 0%,rgba(124,219,255,.16),transparent 60%),radial-gradient(900px 600px at 90% 10%,rgba(168,255,154,.1),transparent 55%),var(--bg);color:var(--text)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1040px;margin:0 auto;padding:26px 18px 70px}.topbar{display:grid;grid-template-columns:minmax(280px,1fr) auto;align-items:center;gap:18px;padding:16px 18px;border:1px solid var(--line);background:#ffffff0a;border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(10px)}.brandBlock{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:6px;min-width:0;text-decoration:none;color:inherit}.brandBlock:hover{text-decoration:none}.brandLogoImg{height:40px;width:auto;max-width:420px;display:block;object-fit:contain}.brandTagline{font-size:13px;line-height:1.25;color:#ffffffc7}.topbarRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.badge{font-size:12px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#ffffff08;white-space:nowrap}.topSearch{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.14);background:#0000002e;border-radius:999px;padding:10px 12px}.topSearchIcon{width:16px;height:16px;color:#ffffffa6;flex:0 0 auto}.topSearch input{width:260px;max-width:46vw;border:0;outline:none;background:transparent;color:var(--text);font-size:13px}.topSearch input::placeholder{color:#ffffff80}.topSearch:focus-within{border-color:#7cdbff80;box-shadow:var(--ring)}@media(max-width:720px){.brandLogoImg{height:36px}.brandTagline{font-size:12px}}@media(max-width:680px){.topbar{grid-template-columns:1fr;gap:14px}.topbarRight{justify-content:space-between}.topSearch input{width:100%;max-width:100%}}.hero{margin-top:18px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;background:#ffffff0a}.heroMedia{position:relative;height:340px;background:#ffffff05}.heroMedia img.heroBase{width:100%;height:100%;object-fit:cover;display:block}.heroAccentRight{position:absolute;right:0;bottom:0;width:var(--hero-accent-width);height:100%;opacity:var(--hero-accent-opacity);object-fit:cover;pointer-events:none;transform:translateY(10px)}.heroOverlaySvg{position:absolute;inset:0;pointer-events:none}.heroOverlay{position:absolute;inset:0;background:linear-gradient(to right,#0b1220eb,#0b12208c 60%,#0b122033),linear-gradient(to top,#0b122099,#0b12200f);pointer-events:none}.heroPanel{position:absolute;left:18px;right:18px;bottom:18px;max-width:600px;padding:16px 16px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;backdrop-filter:blur(12px)}.heroPanel h1{margin:8px 0;font-size:34px;line-height:1.05;letter-spacing:-.03em}.heroPanel p{margin:0;color:#ffffffd1;font-size:15px;line-height:1.55}.heroEyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;padding:7px 10px;border-radius:999px;border:1px solid rgba(124,219,255,.35);background:#7cdbff1a;color:#ffffffeb}@media(max-width:900px){:root{--hero-accent-width: 60%;--hero-accent-opacity: .2}}@media(max-width:520px){.heroMedia{height:440px}.heroPanel h1{font-size:28px}.heroAccentRight{display:none}}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-top:16px}.card{grid-column:span 12;border:1px solid var(--line);background:#ffffff0a;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;backdrop-filter:blur(10px)}.cardHeader{padding:14px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px}.cardHeader h2{margin:0;font-size:16px}.cardHeader .meta{font-size:12px;color:var(--muted)}.btnRow{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.btn{font-size:12px;padding:8px 10px;border-radius:12px;border:1px solid var(--line);background:#ffffff0a;color:var(--text);display:inline-flex;align-items:center;gap:6px}.btn:hover{background:#ffffff14;text-decoration:none}.btnPrimary{border-color:#7cdbff66;background:#7cdbff1f}.btnPrimary:hover{background:#7cdbff2e;box-shadow:var(--ring)}.list{margin:0;padding:0;list-style:none}.item{padding:14px 16px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;align-items:start}.item:last-child{border-bottom:0}.left{min-width:0}.right{width:260px;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.name{font-weight:800;color:var(--text)}.sub{color:var(--muted);font-size:13px;line-height:1.4}.cityGrid{display:grid;grid-template-columns:1fr;gap:0}.cityGrid .item{grid-template-columns:minmax(0,1fr) 150px}.cityGrid .right{width:150px}.cityGrid .sub{max-width:none;width:100%}@media(min-width:720px){.cityGrid{grid-template-columns:1fr 1fr}.cityGrid .item{border-bottom:0;border-right:1px solid var(--line)}.cityGrid .item:nth-child(2n){border-right:0}}@media(min-width:980px){.cityGrid{grid-template-columns:1fr 1fr 1fr}.cityGrid .item{border-right:1px solid var(--line)}.cityGrid .item:nth-child(3n){border-right:0}}@media(max-width:640px){.item{grid-template-columns:1fr}.right{width:100%;align-items:flex-start}.btnRow{justify-content:flex-start}}.footer{margin-top:18px;color:var(--muted);font-size:12px;text-align:center}
