:root{--bg:#0b0b0f;--fg:#f4f4f7;--muted:#9aa0a6;--brand:#f7d40b;--card:#12121a}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:linear-gradient(180deg,#0b0b0f,#101018);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}a{color:var(--brand);text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:16px}header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a1099;border-bottom:1px solid rgba(255,255,255,.06)}.header-row{display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:12px}.brand-title{font-size:18px;font-weight:700;line-height:1}.main-nav{display:flex;gap:16px;align-items:center}.lang{cursor:pointer;padding:6px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.lang-box{display:flex;gap:8px}.menu-btn{display:none;position:relative;width:36px;height:28px;border:none;background:transparent;cursor:pointer}.menu-btn span{position:absolute;left:0;right:0;height:3px;background:#fff;border-radius:2px;transition:.25s}.menu-btn span:nth-child(1){top:3px}.menu-btn span:nth-child(2){top:12px}.menu-btn span:nth-child(3){top:21px}.card{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:16px;box-shadow:0 10px 30px #00000040}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.grid img{width:100%;height:200px;object-fit:cover;border-radius:12px}footer{border-top:1px solid rgba(255,255,255,.06);margin-top:40px}.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:var(--brand);color:#000;font-weight:700}.muted{color:var(--muted)}.wa{position:fixed;right:16px;bottom:16px;z-index:50;background:#25d366;color:#000;border-radius:999px;font-weight:700;padding:12px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 10px 24px #00000059;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.carousel-wrap{position:relative}.carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 0 14px;scroll-behavior:smooth}.carousel::-webkit-scrollbar{height:8px}.carousel::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:8px}.carousel video{width:280px;height:500px;border-radius:16px;object-fit:cover;scroll-snap-align:center;flex:0 0 auto;background:#000}.carousel-btn{position:absolute;top:40%;transform:translateY(-50%);background:#0009;border:1px solid rgba(255,255,255,.2);color:#fff;width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.carousel-btn:hover{background:#000000bf}.carousel-btn.prev{left:-6px}.carousel-btn.next{right:-6px}.carousel-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.carousel-dots .dot{width:8px;height:8px;border-radius:999px;background:#ffffff40}.carousel-dots .dot.active{background:var(--brand);transform:scale(1.2)}.carousel-wrap.narrow .carousel{gap:8px}.carousel-wrap.narrow .carousel video{width:min(94vw,560px);height:calc(min(94vw,560px)*1.6)}.carousel-wrap.narrow .carousel-btn.prev{left:8px}.carousel-wrap.narrow .carousel-btn.next{right:8px}@media (max-width: 1000px){.menu-btn{display:block}.main-nav{display:none;position:absolute;right:12px;top:72px;z-index:60;background:#0a0a10f5;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px;flex-direction:column;gap:10px;min-width:200px}.main-nav.open{display:flex}}@media (max-width: 900px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.grid{grid-template-columns:1fr}}
