*{margin:0;padding:0;box-sizing:border-box}
body{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:#050b16;
  color:#e1e6ff;
  min-height:100vh;
}
a{text-decoration:none;color:inherit}

/* SIDEBAR */
.sidebar{
  width:300px;
  background-color:#0d1b2e;
  border-right:1px solid #1a2d44;
  display:flex;
  flex-direction:column;
  position:fixed;
  top:0;
  left:0;
  height:100vh;           /* фиксированная высота экрана */
  overflow-y:auto;        /* прокрутка есть */
  overflow-x:hidden;      /* горизонталь убрана */
  z-index:50;
  box-shadow:8px 0 30px rgba(0,0,0,.7);

  /* скрываем ползунок во всех браузерах */
  scrollbar-width:none;          /* Firefox */
  -ms-overflow-style:none;       /* IE / Edge */
}

/* Chrome, Safari, Opera */
.sidebar::-webkit-scrollbar{
  display:none;
}

.sidebar .logo{padding:18px 18px 10px;font-size:0;}
.sidebar .logo img{width:110px;height:auto;display:block;}

.sidebar nav{padding:2px 0 8px;}
.sidebar nav a{
  position:relative;
  display:block;
  padding:9px 18px;
  color:#b0c4d8;
  text-decoration:none;
  font-size:16px;
  transition:color .25s ease,transform .2s ease,opacity .25s ease;
  opacity:.8;
}
.sidebar nav a::before{
  content:'';
  position:absolute;
  left:0;top:0;height:100%;width:0;
  background:linear-gradient(180deg,#32a4ff,#4ce1ff);
  border-radius:0 3px 3px 0;
  transition:width .2s ease;
}
.sidebar nav a:hover::before{width:4px;}
.sidebar nav a:hover{
  color:#fff;
  opacity:1;
  transform:translateX(4px);
  background:radial-gradient(circle at left,rgba(50,164,255,.35),rgba(7,17,31,0));
}
.sidebar nav a.active{
  color:#fff;
  opacity:1;
  background:linear-gradient(90deg,rgba(21,83,160,.85),rgba(6,17,31,.9));
}
.sidebar nav a.active::before{width:4px;}

.sidebar .sidebar-banner{margin:12px 12px;border-radius:8px;overflow:hidden;}
.sidebar .sidebar-banner img{width:100%;display:block;}

.sidebar .dl-btns{
  padding:10px 12px 6px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.dl-btn{
  display:flex;
  align-items:center;
  gap:8px;
  background:#1553a0;
  color:#fff;
  border-radius:6px;
  padding:9px 12px;
  font-size:14px;
  text-decoration:none;
  font-weight:600;
  transition:background .25s ease,transform .25s ease,box-shadow .25s ease;
}
.dl-btn-icon{
  width:20px;
  height:20px;
  border-radius:4px;
  background:#0d1b2e;
  overflow:hidden;
}
.dl-btn-icon img{width:100%;height:100%;object-fit:cover;}
.dl-btn-text{flex:1;}
.dl-btn-label{font-size:11px;color:#a0bcd8;display:block;}
.dl-btn-platform{font-size:15px;font-weight:700;}
.dl-btn-arrow{width:14px;height:14px;}
.dl-btn-arrow img{width:100%;height:100%;}
.dl-btn:hover{
  background:#1f66c7;
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0,0,0,.35);
}

.sidebar .auth-btns{
  display:flex;
  gap:8px;
  padding:10px 12px 6px;
}
.btn-login,
.btn-register{
  flex:1;
  border-radius:6px;
  padding:9px 0;
  font-size:15px;
  cursor:pointer;
  font-weight:600;
  border:none;
  text-align:center;
  display:inline-block;
}
.btn-login{
  background:#1a2d44;
  color:#c8d8e8;
  border:1px solid #2a4060;
  transition:background .25s,color .25s,border-color .25s,box-shadow .25s,transform .2s;
}
.btn-login:hover{
  background:#223857;
  color:#fff;
  border-color:#36547a;
  box-shadow:0 4px 10px rgba(0,0,0,.35);
  transform:translateY(-1px);
}
.btn-register{
  background:#009169;
  color:#fff;
  transition:background .25s,box-shadow .25s,transform .2s;
}
.btn-register:hover{
  background:#f03b55;
  box-shadow:0 4px 12px rgba(0,0,0,.4);
  transform:translateY(-1px);
}

.sidebar .support{
  padding:10px 18px 6px;
  font-size:14px;
  color:#5a7a9a;
  line-height:1.5;
}
.sidebar .support strong{color:#7a9aba;}
.sidebar .mail-icon{padding:4px 18px 16px;}
.sidebar .mail-icon img{width:22px;height:22px;}

/* CONTENT LAYOUT */
.content-area{
  margin-left:230px;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.content-inner{
  max-width:980px;
  margin:0 auto;
  padding:18px 22px 34px;
  flex:1;
}

/* BANNERS: градиенты + пузырьки (без картинок) */
.banners{
  display:flex;
  gap:18px;
  margin-bottom:22px;
}
.banner {
    flex: 1;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    min-height: 220px;
    width: 460px;
    padding: 32px 30px;
    display: flex;
    align-items: center;
    isolation: isolate;
}

/* только градиентный фон */
.banner-deposit{
  background:
    radial-gradient(circle at 15% 10%, rgba(255,255,255,0.16), transparent 55%),
    radial-gradient(circle at 100% 120%, rgba(0,0,0,0.7), transparent 60%),
    linear-gradient(135deg, #182a55 0%, #0b1324 45%, #1b3a7a 100%);
}
.banner-drop{
  background:
    radial-gradient(circle at 15% 10%, rgba(255,255,255,0.18), transparent 55%),
    radial-gradient(circle at 100% 120%, rgba(0,0,0,0.75), transparent 60%),
    linear-gradient(135deg, #3b145f 0%, #19122f 45%, #4721a0 100%);
}

/* лёгкий glow сверху */
.banner::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 20% 40%, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 55%);
  opacity:0.7;
  mix-blend-mode:screen;
  pointer-events:none;
}

/* маленькие сверкающие частицы */
.banner-bubbles{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  z-index:0;
}

.banner-bubbles span{
  position:absolute;
  bottom:-40px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,0.85);
  box-shadow:
    0 0 6px rgba(0,200,255,0.9),
    0 0 14px rgba(0,200,255,0.7),
    0 0 22px rgba(0,200,255,0.4);
  opacity:0;
  animation:bannerParticle 10s linear infinite;
}

/* разный размер, скорость и смещение */
.banner-bubbles span:nth-child(1){
  left:10%;
  width:3px;height:3px;
  animation-duration:11s;
  animation-delay:-2s;
}
.banner-bubbles span:nth-child(2){
  left:28%;
  width:4px;height:4px;
  animation-duration:9s;
  animation-delay:-5s;
}
.banner-bubbles span:nth-child(3){
  left:46%;
  width:5px;height:5px;
  animation-duration:12s;
  animation-delay:-7s;
}
.banner-bubbles span:nth-child(4){
  left:64%;
  width:6px;height:6px;
  animation-duration:10s;
  animation-delay:-3s;
}
.banner-bubbles span:nth-child(5){
  left:82%;
  width:7px;height:7px;
  animation-duration:13s;
  animation-delay:-6s;
}

@keyframes bannerParticle{
  0%{
    transform:translate3d(0,0,0) scale(0.6);
    opacity:0;
  }
  10%{
    opacity:0.6;
  }
  40%{
    opacity:0.9;
  }
  80%{
    opacity:0.4;
  }
  100%{
    transform:translate3d(0,-220px,0) scale(1);
    opacity:0;
  }
}

.banner-content{
  position:relative;
  z-index:1;
}

.banner-deposit h2{
  font-size:25px;
  font-weight:900;
  color:#fff;
  text-transform:uppercase;
  line-height:1.2;
  margin-bottom:14px;
  text-shadow:0 3px 10px rgba(0,0,0,.7);
}

.banner-deposit .now-btn{
  border:none;
  border-radius:999px;
  padding:11px 28px;
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  background:linear-gradient(135deg,#ff2e5f,#ff7a6a);
  color:#fff;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(255,46,95,.85);
  transition:background .25s,transform .18s,box-shadow .25s;
}
.banner-deposit .now-btn:hover{
  background:linear-gradient(135deg,#ff4673,#ff9075);
  transform:translateY(-1px);
  box-shadow:0 10px 28px rgba(255,46,95,.95);
}

.banner-drop .amount-label{
  font-size:14px;
  color:#f3cfff;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.banner-drop .amount{
  font-size:34px;
  font-weight:900;
  color:#ffffff;
  margin:4px 0 10px;
  text-shadow:0 4px 14px rgba(0,0,0,.8);
}

.banner-drop .drop-btns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.banner-drop .btn-yellow{
  background:linear-gradient(135deg,#ffd23c,#ffb300);
  color:#1a1a1a;
  border:none;
  border-radius:999px;
  padding:9px 22px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 7px 22px rgba(255,210,60,.7);
  transition:background .25s,transform .18s,box-shadow .25s;
}
.banner-drop .btn-yellow:hover{
  background:linear-gradient(135deg,#ffe063,#ffc900);
  transform:translateY(-1px);
  box-shadow:0 9px 26px rgba(255,210,60,.9);
}
.banner-drop .btn-outline{
  background:rgba(10,30,58,.45);
  color:#e1e6ff;
  border-radius:999px;
  border:1px solid rgba(142,176,255,.7);
  padding:9px 22px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  transition:background .25s,color .25s,border-color .25s,transform .18s;
}
.banner-drop .btn-outline:hover{
  background:rgba(10,30,58,.9);
  color:#ffffff;
  border-color:#b4c8ff;
  transform:translateY(-1px);
}

/* TOC + ARTICLE */
.toc{margin:16px 0 20px;border-radius:10px;overflow:hidden;}
.toc img{width:100%;display:block;}

.article h1{
  font-size:25px;
  font-weight:800;
  color:#fff;
  margin-bottom:10px;
  line-height:1.3;
}
.page-image{
  margin:0 0 22px;
  border-radius:14px;
  overflow:hidden;
  background:#101b35;
  box-shadow:0 14px 34px rgba(0,0,0,0.26);
}
.page-image img{
  display:block;
  width:100%;
  max-height:420px;
  object-fit:cover;
}
.article p{
  font-size:15px;
  color:#9fb1d8;
  line-height:1.7;
  margin-bottom:10px;
}

.info-table{
  width:100%;
  border-collapse:collapse;
  margin:18px 0 24px;
  font-size:16px;
}
.info-table tr:nth-child(odd){background:#101b3a;}
.info-table tr:nth-child(even){background:#0a1328;}
.info-table td{
  padding:12px 18px;
  border:none;
}
.info-table td:first-child{color:#8aa8c4;width:45%;}
.info-table td:last-child{color:#f3f6ff;font-weight:500;}

.article .quick-facts{
  margin:18px 0 22px;
  overflow-x:auto;
  border-radius:14px;
  border:1px solid rgba(104,140,206,.28);
  background:#07142b;
  box-shadow:0 14px 32px rgba(0,0,0,.24);
}
.article table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:18px 0 24px;
  overflow:hidden;
  border:1px solid rgba(104,140,206,.28);
  border-radius:14px;
  background:#07142b;
  color:#dce7ff;
  font-size:14px;
  line-height:1.45;
  box-shadow:0 14px 32px rgba(0,0,0,.24);
}
.article .quick-facts table{
  min-width:0;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.article th,
.article td{
  padding:13px 15px;
  vertical-align:top;
  border:0;
  border-bottom:1px solid rgba(104,140,206,.18);
  text-align:left;
  overflow-wrap:anywhere;
}
.article th{
  background:#123c73;
  color:#ffffff;
  font-weight:800;
}
.article td{
  color:#b6c6e8;
}
.article td:first-child{
  color:#f2f7ff;
  font-weight:700;
}
.article tr:nth-child(even) td{
  background:#0b1831;
}
.article tr:nth-child(odd) td{
  background:#081326;
}
.article tr:last-child td{
  border-bottom:0;
}
.article table:not(.info-table) + h2,
.article table:not(.info-table) + h3{
  margin-top:22px;
}

.article h2{
  font-size:21px;
  color:#fff;
  margin:18px 0 10px;
}

/* MOBILE HEADER */
.mobile-header{
  display:none;
  position:sticky;
  top:0;
  z-index:60;
  background:#050b16;
  box-shadow:0 6px 24px rgba(0,0,0,.75);
}
.mobile-header-inner{
  max-width:980px;
  margin:0 auto;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.mobile-logo img{
  height:32px;
  width:auto;
  display:block;
}
.mobile-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.mobile-actions .btn-login,
.mobile-actions .btn-register{
    padding: 6px 40px;
    font-size: 14px;
}
.burger{
  border:none;
  border-radius:6px;
  width:36px;
  height:32px;
  background:#111b33;
  color:#e1e6ff;
  font-size:20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s,transform .15s;
}
.burger:hover{
  background:#1a2744;
  transform:translateY(-1px);
}

.mobile-nav{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(5,11,22,.96);
  z-index:80;
}
.mobile-nav.open{display:block;}
.mobile-nav-inner{
  max-width:360px;
  margin:0 auto;
  padding:18px 18px 24px;
}
.mobile-nav-close{
  border:none;
  background:transparent;
  color:#e1e6ff;
  font-size:26px;
  cursor:pointer;
  margin-left:auto;
  display:block;
}
.mobile-nav-menu{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.mobile-nav-menu a{
  padding:10px 4px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#cfd3ff;
  font-size:14px;
}
.mobile-nav-menu a:hover{
  color:#ffffff;
  background:rgba(17,27,51,.8);
}

/* FOOTER */
.footer{
  background:#050f24;
  border-top:1px solid #101b3a;
  padding:24px 24px 26px;
  margin-top:12px;
}
.footer-inner{
  max-width:980px;
  margin:0 auto;
}

/* Верхний ряд: поддержка + маленькие карточки */
.footer-top-row{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:16px;
  margin-bottom:18px;
}
.footer-support-card{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  background:#101524;
  min-height:120px;
}
.footer-support-bg{
  position:absolute;
  inset:0;
}
.footer-support-bg img {
    width: 30%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .85;
    margin: 0px 0px 0px 300px;
}
.footer-support-content{
  position:absolute;
  inset:0;
  padding:16px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer-support-label{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:6px;
}
.footer-support-title{
  font-size:15px;
  font-weight:700;
  color:#ffffff;
}
.footer-support-badge{
  background:#1e8fff;
  color:#ffffff;
  font-size:11px;
  font-weight:700;
  padding:3px 8px;
  border-radius:999px;
}
.footer-support-text{
  font-size:13px;
  color:#cfd3e8;
  margin-bottom:10px;
}
.footer-support-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  font-size:13px;
  font-weight:600;
  border-radius:999px;
  background:#247dff;
  color:#ffffff;
  box-shadow:0 4px 14px rgba(36,125,255,.6);
  transition:background .2s,transform .15s,box-shadow .2s;
  max-width:220px;
}
.footer-support-btn:hover{
  background:#2c8bff;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(36,125,255,.8);
}

.footer-small-card{
  border-radius:14px;
  background:#0f1421;
  padding:12px 14px;
  display:flex;
  align-items:center;
}
.footer-small-card-inner{width:100%;}
.footer-small-title{
  font-size:13px;
  color:#9aa3c0;
  margin-bottom:6px;
}
.footer-small-mail{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#e1e6ff;
}
.footer-small-mail img{
  width:20px;
  height:20px;
  display:block;
  object-fit:contain;
}

/* Ряд с промо приложений */
.footer-apps-row{
  display:grid;
  grid-template-columns:2fr 1.3fr 1.3fr;
  gap:16px;
  margin-bottom:22px;
}
.footer-app-card{
  border-radius:16px;
  background:#11172a;
  overflow:hidden;
  display:flex;
  align-items:stretch;
}
.footer-app-card-main{background:#3f1b99;}
.footer-app-img{
  flex:0 0 140px;
  height:120px;
  object-fit:cover;
  display:block;
}
.footer-app-card-main .footer-app-img{
  flex:0 0 150px;
  height:130px;
}
.footer-app-content{
  padding:14px 16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}
.footer-app-title{
  font-size:14px;
  font-weight:700;
  color:#ffffff;
}
.footer-app-text{
  font-size:12px;
  color:#cfd3ec;
}
.footer-app-btn{
  margin-top:6px;
  align-self:flex-start;
  padding:7px 14px;
  font-size:12px;
  font-weight:600;
  border-radius:999px;
  background:#ffffff;
  color:#111827;
  transition:background .2s,color .2s,transform .15s,box-shadow .2s;
}
.footer-app-btn:hover{
  background:#e5e9ff;
  color:#000;
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0,0,0,.4);
}

/* Информация и категории */
.footer-links-row{
  display:flex;
  gap:60px;
  margin-bottom:22px;
}
.footer-links-col{min-width:160px;}
.footer-links-title{
  font-size:15px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:10px;
}
.footer-links-col ul{list-style:none;}
.footer-links-col li{margin-bottom:6px;}
.footer-links-col a{
  font-size:13px;
  color:#cfd3e8;
  transition:color .2s;
}
.footer-links-col a:hover{color:#ffffff;}

/* Соцсети и копирайт */
.footer-bottom-row{
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.footer-social{
  display:flex;
  gap:8px;
}
.footer-social-icon{
  width:32px;
  height:32px;
  border-radius:8px;
  background:#111725;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s,transform .15s;
}
.footer-social-icon img{
  width:24px;
  height:24px;
  display:block;
  object-fit:contain;
}
.footer-social-icon:hover{
  background:#1c2540;
  transform:translateY(-1px);
}
.footer-copy-line{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  color:#7b8fb6;
}
.footer-age{font-weight:700;}

/* ADAPTIVE */
@media(max-width:900px){
  .content-inner{max-width:100%;}
  .banners{flex-direction:column;}
  .footer-top-row{grid-template-columns:1fr;}
  .footer-apps-row{grid-template-columns:1fr;}
  .footer-links-row{flex-direction:column;gap:18px;}
}
@media(max-width:768px){
  .sidebar{display:none;}
  .mobile-header{display:block;}
  .content-area{margin-left:0;}
  .content-inner{padding:14px 12px 22px;}
  .article table{
    display:block;
    min-width:100%;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .article .quick-facts table{
    display:table;
  }
  .article th,
  .article td{
    min-width:150px;
    padding:11px 12px;
    font-size:13px;
  }
  .article .quick-facts th,
  .article .quick-facts td{
    min-width:0;
  }
}
@media(max-width:600px){
  .footer{padding:18px 14px 20px;}
  .footer-bottom-row{flex-direction:column;align-items:flex-start;}
}
