:root{
  --bg:#070a0b;
  --bg-2:#0b0f12;
  --panel:#10151b;
  --panel-2:#141a21;
  --line:#222a31;
  --text:#f2f4f6;
  --muted:#9ca6b2;
  --muted-2:#77818d;
  --lime:#c8ff2b;
  --lime-dark:#9fd500;
  --purple:#7b53ff;
  --cyan:#48d9ff;
  --shadow:0 20px 50px rgba(0,0,0,.32);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#070a0b 0%,#0a0e11 100%);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.62;overflow-x:hidden}
body.side-active{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.page{min-height:100vh}

/* Header */
.topbar{position:sticky;top:0;z-index:45;background:rgba(7,10,11,.94);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(14px)}
.topbar__inner{width:min(1280px,calc(100% - 32px));min-height:74px;margin:0 auto;display:flex;align-items:center;gap:18px}
.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0 11px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#111820;cursor:pointer;flex:0 0 auto}
.burger span{height:2px;background:#fff;border-radius:5px}
.topbar__brandset{display:flex;align-items:center;gap:18px;min-width:0}
.topbar__logo{width:160px;height:auto}
.topbar__sky{width:148px;height:auto}
.topnav{display:flex;align-items:center;gap:2px;margin-left:10px}
.topnav a{padding:10px 12px;border-radius:11px;color:#b9c1ca;font-size:13px;font-weight:700}
.topnav a:hover{background:#11171d;color:#fff}
.topactions{margin-left:auto;display:flex;align-items:center;gap:9px}
.age{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.10);background:#111820;font-size:11px;font-weight:800}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:11px;font-size:13px;font-weight:800;transition:transform .18s ease,filter .18s ease}
.btn:hover{transform:translateY(-1px);filter:brightness(1.03)}
.btn-dark{background:#161d25;border:1px solid rgba(255,255,255,.08);color:#fff}
.btn-hot{background:linear-gradient(135deg,var(--lime),var(--lime-dark));color:#071006;box-shadow:0 8px 24px rgba(199,255,43,.14)}

/* Sidebar: closed by default on every viewport */
.side{position:fixed;inset:0 auto 0 0;width:min(310px,90vw);z-index:70;background:linear-gradient(180deg,#0a0f13,#080c0f);border-right:1px solid rgba(255,255,255,.07);box-shadow:22px 0 55px rgba(0,0,0,.5);transform:translateX(-104%);transition:transform .26s ease;display:flex;flex-direction:column;padding:18px 16px}
.side.side-open{transform:translateX(0)}
.side-backdrop{position:fixed;inset:0;z-index:65;background:rgba(0,0,0,.58);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.22s}
.side-backdrop.is-on{opacity:1;visibility:visible}
.side__head{display:flex;align-items:flex-start;gap:12px;padding:4px 4px 14px;border-bottom:1px solid rgba(255,255,255,.06)}
.side__logos{display:grid;gap:10px}
.side__logo{width:158px;height:auto}
.side__sky{width:146px;height:auto}
.side__close{margin-left:auto;width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#121922;color:#fff;font-size:24px;line-height:1;cursor:pointer}
.side__nav{display:grid;gap:5px;padding-top:14px;overflow:auto}
.side__nav a{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:8px;min-height:44px;padding:8px 11px;border-radius:12px;color:#b7c0ca;font-size:13px;font-weight:700;border:1px solid transparent}
.side__nav a i{font-style:normal;color:var(--lime);font-size:10px;font-weight:900}
.side__nav a:hover{background:#111820;border-color:rgba(255,255,255,.06);color:#fff}
.side__nav a:first-child{background:linear-gradient(135deg,rgba(123,83,255,.25),rgba(72,217,255,.08));border-color:rgba(123,83,255,.35);color:#fff}
.side__label{margin:12px 10px 3px;color:#707a86;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.side__bonus{margin-top:auto;padding:16px;border-radius:17px;background:#121923;border:1px solid rgba(255,255,255,.07);display:grid;gap:5px}
.side__bonus>span{color:#8d97a4;font-size:11px}
.side__bonus strong{font:800 21px/1.05 Trebuchet MS,Arial,sans-serif;color:#fff}
.side__bonus strong::first-line{color:#fff}
.side__bonus small{color:var(--muted);font-size:11px}
.side__bonus a{margin-top:7px;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,var(--lime),var(--lime-dark));color:#071006;font-size:12px;font-weight:800}

/* Main layout */
.main{padding:24px 0 62px}
.container{width:min(1280px,calc(100% - 32px));margin:0 auto}
.hero{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.07);background:#0f141a;box-shadow:var(--shadow)}
.hero__copy{position:relative;z-index:2;padding:34px 34px;display:flex;flex-direction:column;justify-content:center}
.hero__eyebrow{align-self:flex-start;margin-bottom:10px;padding:7px 10px;border-radius:999px;background:#161d25;border:1px solid rgba(255,255,255,.07);color:#58d9ff;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hero h1{margin:0 0 14px;font:800 clamp(36px,4vw,54px)/1.02 Trebuchet MS,Arial,sans-serif;letter-spacing:-.03em}
.hero__copy p{margin:0;color:#b3bcc7;font-size:15px;max-width:620px}
.hero__offer{margin-top:18px;padding:14px 15px;border:1px solid rgba(123,83,255,.42);border-radius:14px;background:linear-gradient(135deg,rgba(123,83,255,.18),rgba(200,255,43,.05));display:flex;align-items:center;justify-content:space-between;gap:12px}
.hero__offer b{font:800 20px/1.1 Trebuchet MS,Arial,sans-serif}.hero__offer b span{color:var(--lime)}
.hero__actions{margin-top:14px;display:flex;gap:9px;flex-wrap:wrap}
.hero__meta{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}
.hero__meta span{padding:7px 10px;border-radius:999px;background:#151c24;border:1px solid rgba(255,255,255,.06);color:#8f9aa7;font-size:11px;font-weight:700}

/* Home/photo hero */
.hero--photo{min-height:520px}
.hero--photo .hero__art{position:absolute;inset:0;z-index:0}
.hero--photo .hero__art picture,.hero--photo .hero__art img{width:100%;height:100%}
.hero--photo .hero__art img{object-fit:cover;object-position:center}
.hero--photo .hero__copy{min-height:520px;width:48%;margin-left:auto;background:linear-gradient(90deg,rgba(7,10,11,.05) 0%,rgba(7,10,11,.72) 24%,rgba(7,10,11,.93) 58%,rgba(7,10,11,.97) 100%)}
.hero--photo .hero__copy p{max-width:540px}

/* Themed inner heroes */
.hero--themed{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:420px}
.hero--themed .hero__art{display:grid;place-items:center;min-height:420px;padding:26px;background:radial-gradient(circle at 75% 18%,rgba(200,255,43,.08),transparent 25%),radial-gradient(circle at 20% 15%,rgba(123,83,255,.12),transparent 35%),#0c1117}
.hero--themed .hero__art img{max-height:360px;width:100%;height:auto;object-fit:contain}

.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0}
.quick{padding:15px;border-radius:14px;background:#10161d;border:1px solid rgba(255,255,255,.06)}
.quick b{display:block;color:var(--lime);font:800 17px/1.15 Trebuchet MS,Arial,sans-serif}
.quick span{display:block;margin-top:4px;color:#7f8a96;font-size:11px}

.article{margin-top:14px;padding:30px 32px;border-radius:20px;background:#0d1217;border:1px solid rgba(255,255,255,.06)}
.article>p:first-child{font-size:16px;color:#d6dde5}
.article p{margin:0 0 15px;color:#aeb8c3;font-size:15px}
.article h2{margin:34px 0 13px;font:800 clamp(25px,2.8vw,36px)/1.12 Trebuchet MS,Arial,sans-serif;letter-spacing:-.02em}
.article h3{margin:25px 0 9px;font:800 20px/1.2 Trebuchet MS,Arial,sans-serif;color:#d7ff62}
.article-list{margin:16px 0 20px;padding:0;list-style:none;display:grid;gap:8px}
.article-list li{position:relative;padding:11px 12px 11px 34px;border-radius:11px;background:#111820;border:1px solid rgba(255,255,255,.05);color:#c3ccd6;font-size:14px}
.article-list li:before{content:"";position:absolute;left:13px;top:17px;width:8px;height:8px;border-radius:50%;background:var(--lime)}
.table-wrap{overflow:auto;margin:18px 0;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:#0b1015}
.table-wrap table{width:100%;min-width:620px;border-collapse:collapse}
.table-wrap th,.table-wrap td{text-align:left;vertical-align:top;padding:13px 14px;border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.table-wrap th:last-child,.table-wrap td:last-child{border-right:0}.table-wrap tr:last-child td{border-bottom:0}
.table-wrap th{background:#161d25;color:#edf2f7;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
.table-wrap td{color:#aeb8c3;font-size:13px}

.not-found{min-height:55vh;display:grid;place-content:center;text-align:center}.not-found h1{margin:0;font:800 64px/1 Trebuchet MS,Arial,sans-serif}.not-found p{color:#89949f}

/* Footer */
.footer{border-top:1px solid rgba(255,255,255,.06);background:#06090b;padding:32px 0 24px}
.footer__inner{width:min(1280px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:190px minmax(420px,1fr) 330px;gap:24px;align-items:start}
.footer__intro{display:grid;gap:11px}.footer__logos{display:grid;gap:8px}.footer__logos img:first-child{width:138px}.footer__logos img:last-child{width:124px}
.footer__intro p{margin:0;color:#747f8b;font-size:12px}
.footer__nav{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.footer__col{display:grid;align-content:start;gap:8px}.footer__col b{margin-bottom:3px;color:#f0f3f6;font-size:14px}.footer__col a{color:#808b97;font-size:12px}.footer__col a:hover{color:#fff}
.footer__support{min-height:160px;padding:16px;border-radius:18px;background:#141a22;border:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:1fr 120px;gap:10px;overflow:hidden}
.footer__support-copy{display:grid;align-content:start;gap:8px}.footer__support-title{font:800 20px/1 Trebuchet MS,Arial,sans-serif}.footer__support-title span{display:inline-block;margin-left:6px;padding:5px 8px;border-radius:999px;background:var(--lime);color:#071006;font-size:11px}
.footer__support-copy p{margin:0;color:#909aa6;font-size:12px;line-height:1.45}.footer__support-copy .btn{justify-self:start;min-height:36px;padding:0 12px;font-size:11px}.footer__support img{align-self:end;width:120px}
.footer__rails{grid-column:1/-1;margin-top:2px;padding:15px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:18px}
.footer__chips,.footer__socials{display:flex;gap:8px;flex-wrap:wrap}.footer__chips span,.footer__socials a{min-height:34px;padding:0 11px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#10161d;border:1px solid rgba(255,255,255,.06);color:#b4bdc8;font-size:11px;font-weight:700}
.footer__legal{grid-column:1/-1;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.footer__legal p{margin:0;max-width:980px;color:#69747f;font-size:11px}.footer__marks{display:flex;gap:8px}.footer__marks span{min-width:42px;height:42px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);background:#0f151b;color:#d9e0e7;font-size:11px;font-weight:800}

@media(max-width:1050px){
  .topbar__inner{width:min(100% - 24px,1280px)}
  .topbar__sky{display:none}
  .topnav{display:none}
  .hero--themed{grid-template-columns:1fr}.hero--themed .hero__art{min-height:320px;order:-1}.hero--themed .hero__copy{padding:28px}
  .footer__inner{grid-template-columns:180px 1fr}.footer__support{grid-column:1/-1}.footer__rails,.footer__legal{grid-column:1/-1}
}
@media(max-width:760px){
  .topbar__inner{min-height:68px;gap:10px}
  .topbar__logo{width:132px}.topactions .age,.topactions .btn-dark{display:none}.topactions .btn-hot{min-height:38px;padding:0 12px;font-size:11px}
  .main{padding-top:14px}.container{width:min(100% - 20px,1280px)}
  .hero--photo{display:flex;flex-direction:column;min-height:0}.hero--photo .hero__art{position:relative;inset:auto;order:-1;min-height:300px}.hero--photo .hero__art picture,.hero--photo .hero__art img{height:300px}.hero--photo .hero__copy{width:100%;margin-left:0;min-height:0;background:#0f141a;padding:24px 20px}
  .hero{border-radius:18px}.hero h1{font-size:clamp(32px,9vw,44px)}.hero__copy p{font-size:14px}.hero__offer{align-items:flex-start;flex-direction:column}.hero__actions .btn{flex:1 1 auto}
  .quick-grid{grid-template-columns:1fr 1fr;gap:8px}
  .article{padding:24px 18px;border-radius:16px}.article h2{font-size:27px}.article p{font-size:14px}
  .table-wrap{border:0;background:transparent;overflow:visible}.table-wrap table,.table-wrap tbody,.table-wrap tr,.table-wrap td{display:block;width:100%;min-width:0}.table-wrap thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.table-wrap tr{margin:0 0 10px;padding:9px 11px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#0e141a}.table-wrap td{position:relative;border:0!important;border-bottom:1px solid rgba(255,255,255,.05)!important;padding:9px 0 9px 110px;min-height:38px}.table-wrap tr td:last-child{border-bottom:0!important}.table-wrap td:before{content:attr(data-label);position:absolute;left:0;top:9px;width:96px;color:var(--lime);font-size:8px;text-transform:uppercase;font-weight:900;line-height:1.25}
  .footer{padding:26px 0 20px}.footer__inner{width:min(100% - 24px,1280px);grid-template-columns:1fr}.footer__intro{grid-template-columns:auto 1fr;align-items:start}.footer__nav{grid-template-columns:1fr 1fr}.footer__support{grid-column:auto;grid-template-columns:1fr 105px}.footer__rails,.footer__legal{grid-column:auto;flex-direction:column;align-items:flex-start}.footer__socials{width:100%}.footer__socials a{flex:1 1 0}
}
@media(max-width:440px){
  .topbar__logo{width:118px}.topactions .btn-hot{padding:0 10px}.burger{width:38px;height:38px;padding:0 9px}
  .hero--photo .hero__art,.hero--photo .hero__art picture,.hero--photo .hero__art img{height:270px;min-height:270px}.hero__copy{padding:22px 18px}.hero__offer b{font-size:18px}.hero__meta span{font-size:10px}
  .quick-grid{grid-template-columns:1fr}
  .footer__intro{grid-template-columns:1fr}.footer__nav{grid-template-columns:1fr 1fr;gap:14px}.footer__support{grid-template-columns:1fr}.footer__support img{display:none}.footer__chips span{font-size:10px;padding:0 9px}.footer__legal{gap:12px}
}
