
    :root{
      --bg:#03050a;
      --panel:#080c14;
      --panel2:#0e1320;
      --text:#f7f8ff;
      --muted:#a7afc3;
      --red:#ff1f57;
      --red2:#ff4d75;
      --cyan:#00d9ff;
      --purple:#8a5cff;
      --green:#4ade80;
      --gold:#f6c84c;
      --gold2:#ffdf7e;
      --line:rgba(255,255,255,.12);
      --redline:rgba(255,31,87,.34);
      --shadow:0 30px 90px rgba(0,0,0,.58);
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      min-height:100vh;
      font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 4%,rgba(255,31,87,.18),transparent 20rem),
        radial-gradient(circle at 92% 12%,rgba(0,217,255,.14),transparent 22rem),
        linear-gradient(180deg,#020409 0%,#05070d 48%,#020409 100%);
      overflow-x:hidden;
      -webkit-tap-highlight-color:transparent;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.25;
      background:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
      background-size:96px 96px;
      mask-image:linear-gradient(to bottom,black,transparent 85%);
    }
    a{text-decoration:none;color:inherit}
    img{display:block;max-width:100%}
    button,input,textarea,select{font:inherit}
    .container{width:min(1180px,calc(100% - 32px));margin-inline:auto}

    .site-header{
      position:sticky;
      top:0;
      z-index:5000;
      background:linear-gradient(180deg,rgba(6,8,13,.94),rgba(4,6,10,.88));
      border-bottom:1px solid rgba(255,31,87,.22);
      box-shadow:0 20px 60px rgba(0,0,0,.38);
      backdrop-filter:blur(18px) saturate(130%);
      -webkit-backdrop-filter:blur(18px) saturate(130%);
    }
    .header-inner{
      min-height:86px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      max-width:calc(100vw - 104px);
    }
    .brand-logo{
      width:68px;
      height:68px;
      flex:0 0 68px;
      display:grid;
      place-items:center;
      filter:drop-shadow(0 0 20px rgba(138,92,255,.45));
    }
    .brand-logo img{width:100%;height:100%;object-fit:contain}
    .brand-text{
      display:grid;
      gap:4px;
      min-width:0;
      overflow:hidden;
      font-family:Oxanium,Inter,sans-serif;
      text-transform:uppercase;
      line-height:.9;
    }
    .brand-text strong{
      display:block;
      min-width:9.4ch;
      width:auto;
      overflow:visible;
      white-space:nowrap;
      color:#fff;
      font-size:clamp(20px,3vw,34px);
      letter-spacing:.045em;
      text-shadow:0 0 22px rgba(255,255,255,.18);
    }
    .brand-text span{
      display:block;
      min-width:7.1ch;
      width:auto;
      overflow:visible;
      white-space:nowrap;
      color:var(--red);
      font-size:clamp(14px,2vw,20px);
      font-weight:900;
      letter-spacing:.34em;
      text-shadow:0 0 22px rgba(255,31,87,.55);
    }
    .brand-text .typing-caret::after{
      content:'';
      display:inline-block;
      width:2px;
      height:.9em;
      margin-left:.14em;
      vertical-align:-.08em;
      background:linear-gradient(180deg,#fff,var(--red));
      box-shadow:0 0 12px rgba(255,31,87,.72);
      animation:cgoCaretBlink .72s steps(1,end) infinite;
    }
    @keyframes cgoCaretBlink{50%{opacity:0}}

    .menu-btn{
      width:58px;
      height:58px;
      flex:0 0 58px;
      border-radius:18px;
      border:1px solid rgba(255,31,87,.40);
      background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
      color:#fff;
      display:inline-flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:7px;
      cursor:pointer;
      box-shadow:0 0 30px rgba(255,31,87,.14),inset 0 1px 0 rgba(255,255,255,.08);
    }
    .menu-btn span{width:26px;height:2px;border-radius:999px;background:currentColor}

    .overlay{
      position:fixed;
      inset:0;
      z-index:6000;
      background:rgba(0,0,0,.56);
      backdrop-filter:blur(8px);
      -webkit-backdrop-filter:blur(8px);
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .28s ease,visibility .28s ease;
    }
    .overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}

    .sidebar{
      position:fixed;
      top:18px;
      right:10px;
      z-index:6001;
      width:min(420px,calc(100% - 28px));
      height:auto;
      max-height:calc(100dvh - 36px);
      overflow:auto;
      border-radius:30px;
      background:
        radial-gradient(circle at 12% 10%,rgba(255,31,87,.24),transparent 15rem),
        radial-gradient(circle at 92% 26%,rgba(0,217,255,.12),transparent 17rem),
        linear-gradient(180deg,rgba(12,15,24,.96),rgba(4,6,12,.98));
      border:1px solid rgba(255,31,87,.36);
      box-shadow:0 30px 90px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.04) inset,0 0 44px rgba(255,31,87,.12);
      opacity:0;
      transform:perspective(1000px) translateX(112%) rotateY(-24deg) scale(.94);
      transform-origin:right center;
      transition:transform .62s cubic-bezier(.16,1,.3,1),opacity .32s ease;
    }
    .sidebar.is-open{opacity:1;transform:perspective(1000px) translateX(0) rotateY(0) scale(1)}
    .sidebar-head{
      position:relative;
      min-height:102px;
      padding:22px 112px 18px 20px;
      border-bottom:1px solid rgba(255,255,255,.10);
      background:linear-gradient(90deg,rgba(255,31,87,.12),rgba(0,217,255,.06),transparent);
    }
    .side-brand{display:inline-flex;align-items:center;gap:12px;max-width:100%;overflow:hidden}
    .side-logo{width:58px;height:58px;flex:0 0 58px;filter:drop-shadow(0 0 18px rgba(138,92,255,.34))}
    .side-logo img{width:100%;height:100%;object-fit:contain}
    .side-text{display:grid;gap:4px;font-family:Oxanium,Inter,sans-serif;text-transform:uppercase;line-height:.9}
    .side-text strong{color:#fff;font-size:17px;letter-spacing:.04em}
    .side-text span{color:var(--red);font-size:18px;font-weight:900;letter-spacing:.22em;text-shadow:0 0 20px rgba(255,31,87,.40)}
    .side-close{
      position:absolute;
      top:18px;
      right:18px;
      height:42px;
      min-width:88px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.14);
      background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.03));
      color:#fff;
      cursor:pointer;
      font-size:11px;
      font-weight:900;
      letter-spacing:.13em;
      text-transform:uppercase;
      box-shadow:0 12px 28px rgba(0,0,0,.28),0 0 24px rgba(255,31,87,.10);
    }
    .sidebar-body{padding:18px 18px 150px}
    .account-card{
      padding:18px;
      margin-bottom:18px;
      border-radius:24px;
      background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),rgba(8,11,18,.78);
      border:1px solid rgba(255,255,255,.13);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 44px rgba(0,0,0,.26);
    }
    .account-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}
    .account-icon,.sidebar-menu i{
      width:44px;
      height:44px;
      flex:0 0 44px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--red),#8a1237);
      color:#fff;
      box-shadow:0 0 22px rgba(255,31,87,.22);
    }
    .account-name{font-size:17px;font-weight:900;color:#fff;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .role-badge{display:inline-flex;margin-top:6px;padding:6px 10px;border-radius:999px;background:rgba(255,31,87,.22);border:1px solid rgba(255,31,87,.25);font-size:11px;font-weight:900;color:#fff;text-transform:uppercase}
    .balance-row{display:flex;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;border-radius:15px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.10);color:var(--muted);font-weight:800}
    .balance-row strong{color:var(--green)}
    .account-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
    .account-actions a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10);font-size:12px;font-weight:900}
    .sidebar-menu{list-style:none;display:grid;gap:12px}
    .sidebar-menu a{
      min-height:62px;
      display:flex;
      align-items:center;
      gap:13px;
      padding:0 14px;
      border-radius:20px;
      background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025)),rgba(8,11,18,.82);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 34px rgba(0,0,0,.22);
      color:#fff;
      font-size:16px;
      font-weight:900;
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .sidebar-menu a:hover{transform:translateY(-1px);border-color:rgba(255,31,87,.48);box-shadow:0 0 26px rgba(255,31,87,.12),0 18px 42px rgba(0,0,0,.28)}
    .account-card,.sidebar-menu li{
      opacity:0;
      transform:perspective(780px) translateY(22px) rotateX(-22deg) rotateY(10deg) scale(.96);
      transform-origin:top center;
    }
    .sidebar.is-open .account-card,.sidebar.is-open .sidebar-menu li{animation:sideItem3D .62s cubic-bezier(.16,1,.3,1) both}
    .sidebar.is-open .account-card{animation-delay:.10s}
    .sidebar.is-open .sidebar-menu li:nth-child(1){animation-delay:.16s}
    .sidebar.is-open .sidebar-menu li:nth-child(2){animation-delay:.22s}
    .sidebar.is-open .sidebar-menu li:nth-child(3){animation-delay:.28s}
    .sidebar.is-open .sidebar-menu li:nth-child(4){animation-delay:.34s}
    .sidebar.is-open .sidebar-menu li:nth-child(5){animation-delay:.40s}
    .sidebar.is-open .sidebar-menu li:nth-child(6){animation-delay:.46s}
    .sidebar.is-open .sidebar-menu li:nth-child(7){animation-delay:.52s}
    .sidebar.is-open .sidebar-menu li:nth-child(8){animation-delay:.58s}
    @keyframes sideItem3D{
      from{opacity:0;transform:perspective(780px) translateY(22px) rotateX(-22deg) rotateY(10deg) scale(.96)}
      to{opacity:1;transform:perspective(780px) translateY(0) rotateX(0) rotateY(0) scale(1)}
    }
    body.sidebar-open{overflow:hidden!important}

    .section{position:relative;padding:30px 0}
    .section-title{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}
    .section-title h1,.section-title h2{
      font-family:Oxanium,Inter,sans-serif;
      color:#fff;
      font-size:clamp(30px,6vw,58px);
      line-height:.95;
      letter-spacing:.02em;
      text-transform:uppercase;
      text-shadow:0 0 28px rgba(255,31,87,.14);
    }
    .section-title span{color:var(--red);text-shadow:0 0 24px rgba(255,31,87,.46)}
    .section-title p{max-width:390px;color:var(--muted);line-height:1.7;font-weight:700}

    .testi-stage{
      position:relative;
      padding:clamp(16px,3vw,28px);
      border-radius:30px;
      border:1px solid rgba(255,31,87,.32);
      background:
        radial-gradient(circle at 12% 8%,rgba(255,31,87,.22),transparent 18rem),
        radial-gradient(circle at 88% 26%,rgba(0,217,255,.15),transparent 16rem),
        linear-gradient(180deg,rgba(10,14,24,.92),rgba(3,6,12,.96));
      box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.06);
      overflow:hidden;
    }
    .testi-stage::after{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(90deg,rgba(255,31,87,.16),transparent 24%,transparent 76%,rgba(0,217,255,.12)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 120px);
      opacity:.36;
    }
    .testi-swiper{position:relative;z-index:1;width:100%;min-height:0;height:auto;overflow:hidden}
    .testi-swiper .swiper-wrapper{align-items:stretch;height:auto!important}
    .testi-swiper .swiper-slide{height:auto!important}
    .testi-card{
      min-height:260px;
      padding:clamp(22px,3vw,36px);
      border-radius:26px;
      border:1px solid rgba(255,255,255,.12);
      background:
        radial-gradient(circle at 8% 10%,rgba(255,31,87,.24),transparent 14rem),
        radial-gradient(circle at 88% 70%,rgba(0,217,255,.13),transparent 16rem),
        linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),
        rgba(6,9,16,.88);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 50px rgba(0,0,0,.38);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:24px;
      overflow:hidden;
    }
    .testi-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .testi-user{display:flex;align-items:center;gap:14px;min-width:0}
    .avatar{
      width:72px;
      height:72px;
      flex:0 0 72px;
      border-radius:24px;
      display:grid;
      place-items:center;
      background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 36%),linear-gradient(135deg,rgba(255,31,87,.28),rgba(0,217,255,.12));
      border:1px solid rgba(255,31,87,.45);
      color:#fff;
      font:900 30px/1 Oxanium,Inter,sans-serif;
      box-shadow:0 0 34px rgba(255,31,87,.20),inset 0 1px 0 rgba(255,255,255,.09);
    }
    .author-name{color:#fff;font:900 clamp(20px,3.2vw,32px)/1.06 Inter,sans-serif;letter-spacing:-.02em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .author-role{margin-top:6px;color:var(--muted);font-size:13px;font-weight:800}
    .stars{color:var(--gold);text-shadow:0 0 18px rgba(246,200,76,.45);font-size:clamp(16px,3vw,22px);white-space:nowrap}
    .stars .empty{color:rgba(255,255,255,.16);text-shadow:none}
    .testi-text{color:#e9edf7;font:700 clamp(20px,4vw,34px)/1.45 Inter,sans-serif;letter-spacing:-.02em}
    .testi-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.10)}
    .testi-date{color:var(--muted);font-size:13px;font-weight:900;letter-spacing:.10em;text-transform:uppercase}
    .approved{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}

    .form-card,.showcase-card{
      border-radius:28px;
      border:1px solid rgba(255,255,255,.12);
      background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.022)),rgba(8,11,18,.82);
      box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.06);
      overflow:hidden;
    }
    .form-card{max-width:760px;margin-inline:auto}
    .form-head{display:flex;align-items:center;gap:14px;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.10)}
    .form-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),#8a1237);box-shadow:0 0 24px rgba(255,31,87,.24)}
    .form-head h2{font-size:20px;font-weight:950}
    .form-body{padding:24px}
    .alert{display:flex;gap:10px;padding:14px;border-radius:16px;margin-bottom:18px;font-size:13px;line-height:1.55;font-weight:800}
    .alert-success{background:rgba(34,197,94,.11);border:1px solid rgba(34,197,94,.30);color:#bbf7d0}
    .alert-danger{background:rgba(239,68,68,.11);border:1px solid rgba(239,68,68,.30);color:#fecaca}
    .form-group{margin-bottom:17px}
    .form-label{display:flex;align-items:center;gap:8px;margin-bottom:9px;color:var(--muted);font-size:12px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
    .form-label i{color:var(--red)}
    .form-input,.form-select,.form-textarea{
      width:100%;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(2,4,9,.68);
      color:#fff;
      border-radius:18px;
      padding:15px 16px;
      outline:none;
      font-weight:750;
      transition:border-color .18s,box-shadow .18s,background .18s;
    }
    .form-input:focus,.form-select:focus,.form-textarea:focus{border-color:rgba(255,31,87,.60);box-shadow:0 0 0 4px rgba(255,31,87,.10);background:rgba(2,4,9,.88)}
    .form-input::placeholder,.form-textarea::placeholder{color:rgba(167,175,195,.62)}
    .form-textarea{min-height:128px;resize:vertical}
    .form-select{appearance:none}
    .hidden-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}
    .btn-submit{
      width:100%;
      min-height:58px;
      border:0;
      border-radius:20px;
      background:linear-gradient(135deg,var(--red),#b5123e);
      color:#fff;
      font-weight:950;
      letter-spacing:.04em;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:11px;
      box-shadow:0 18px 38px rgba(255,31,87,.24);
    }

    .showcase-grid{display:grid;grid-template-columns:1fr;gap:20px}
    .showcase-card{padding:20px}
    .showcase-title{font-family:Oxanium,Inter,sans-serif;font-size:24px;text-transform:uppercase;margin-bottom:16px}
    .games-window{overflow:hidden;border-radius:22px}
    .games-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;transition:transform .38s cubic-bezier(.22,.78,.22,1);will-change:transform}
    .games-track.no-transition{transition:none!important}
    .payment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
    .showcase-item{
      min-height:200px;
      padding:18px 10px;
      border-radius:24px;
      border:1px solid rgba(255,255,255,.10);
      background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:flex-start;
      text-align:center;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
    }
    .showcase-logo{width:78px;height:78px;border-radius:20px;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.06);flex:0 0 78px}
    .showcase-logo img{width:100%;height:100%;object-fit:cover}
    .payment .showcase-logo img{width:62px;height:62px;object-fit:contain}
    .showcase-name{min-height:44px;margin-top:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}
    .showcase-tag{margin-top:auto;color:var(--red);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}



    .help-fab{
      position:fixed;
      right:18px;
      bottom:calc(22px + env(safe-area-inset-bottom));
      z-index:5500;
      width:66px;
      height:66px;
      border:0;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#fff;
      font-size:25px;
      cursor:pointer;
      background:linear-gradient(135deg,var(--red),#bd123e);
      box-shadow:0 20px 44px rgba(255,31,87,.34),0 0 0 1px rgba(255,255,255,.12) inset;
    }
    .help-fab::before{
      content:"";
      position:absolute;
      inset:-9px;
      border-radius:inherit;
      border:1px solid rgba(255,31,87,.25);
      animation:helpPulse 1.8s ease-in-out infinite;
    }
    @keyframes helpPulse{0%,100%{opacity:.35;transform:scale(.95)}50%{opacity:.02;transform:scale(1.22)}}
    .help-backdrop{
      position:fixed;
      inset:0;
      z-index:6500;
      background:rgba(0,0,0,.58);
      backdrop-filter:blur(8px);
      -webkit-backdrop-filter:blur(8px);
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .24s ease,visibility .24s ease;
    }
    .help-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}
    .help-panel{
      position:fixed;
      right:18px;
      bottom:calc(96px + env(safe-area-inset-bottom));
      z-index:6501;
      width:min(360px,calc(100% - 36px));
      border-radius:26px;
      background:
        radial-gradient(circle at 14% 0%,rgba(255,31,87,.24),transparent 14rem),
        radial-gradient(circle at 100% 50%,rgba(0,217,255,.14),transparent 13rem),
        linear-gradient(180deg,rgba(14,18,29,.98),rgba(4,6,12,.98));
      border:1px solid rgba(255,31,87,.34);
      box-shadow:0 30px 90px rgba(0,0,0,.58),0 0 36px rgba(255,31,87,.14);
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transform:perspective(900px) translateY(18px) rotateX(12deg) scale(.94);
      transform-origin:bottom right;
      transition:transform .34s cubic-bezier(.16,1,.3,1),opacity .24s ease,visibility .24s ease;
      overflow:hidden;
    }
    .help-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:perspective(900px) translateY(0) rotateX(0) scale(1)}
    .help-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 20px 14px;border-bottom:1px solid rgba(255,255,255,.10)}
    .help-head h3{font-family:Oxanium,Inter,sans-serif;text-transform:uppercase;font-size:22px;line-height:1.05;color:#fff}
    .help-head p{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.55;font-weight:750}
    .help-close{width:40px;height:40px;flex:0 0 40px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}
    .help-options{display:grid;gap:12px;padding:16px}
    .help-option{
      display:flex;
      align-items:center;
      gap:14px;
      min-height:72px;
      padding:12px 14px;
      border-radius:20px;
      background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
      border:1px solid rgba(255,255,255,.11);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
    }
    .help-option i{width:46px;height:46px;flex:0 0 46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),#8a1237);color:#fff;box-shadow:0 0 22px rgba(255,31,87,.20);font-size:20px}
    .help-option strong{display:block;color:#fff;font-size:15px;font-weight:950;text-transform:uppercase;letter-spacing:.03em}
    .help-option span{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-weight:750}
    @media(max-width:640px){
      .help-fab{right:16px;bottom:calc(18px + env(safe-area-inset-bottom));width:62px;height:62px}
      .help-panel{right:12px;bottom:calc(92px + env(safe-area-inset-bottom));width:calc(100% - 24px)}
    }

    .site-footer{padding:28px 0 44px;color:var(--muted);text-align:center;border-top:1px solid rgba(255,255,255,.08);font-size:13px}
    .security-toast{position:fixed;left:50%;bottom:28px;z-index:99999;transform:translate(-50%,18px);width:min(92vw,380px);padding:13px 15px;border-radius:18px;background:rgba(9,10,13,.92);border:1px solid rgba(255,31,87,.34);color:#fff;box-shadow:0 18px 44px rgba(0,0,0,.45);font-size:13px;font-weight:850;text-align:center;opacity:0;pointer-events:none;transition:opacity .22s,transform .22s;backdrop-filter:blur(10px)}
    .security-toast.show{opacity:1;transform:translate(-50%,0)}
    body.protected-page{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
    input,textarea,select,button{user-select:auto;-webkit-user-select:auto;-webkit-touch-callout:auto}
    img,a{user-drag:none;-webkit-user-drag:none}

    @media(max-width:820px){
      .header-inner{min-height:76px}
      .brand-logo{width:54px;height:54px;flex-basis:54px}
      .brand-text strong{font-size:clamp(20px,6vw,27px)}
      .brand-text span{font-size:clamp(12px,3.8vw,16px)}
      .menu-btn{width:58px;height:58px;flex-basis:58px}
      .section-title{display:block}
      .section-title p{margin-top:14px}
      .testi-top{align-items:flex-start}
    }
    @media(max-width:640px){
      .container{width:calc(100% - 24px)}
      .section{padding:22px 0}
      .sidebar{top:14px;right:10px;width:calc(100% - 20px);height:auto;max-height:calc(100dvh - 28px);border-radius:26px}
      .sidebar-head{padding:20px 108px 16px 18px}
      .sidebar-body{padding:16px 14px 160px}
      .sidebar-menu a{min-height:58px;border-radius:18px}
      .testi-stage{border-radius:24px;padding:14px}
      .testi-swiper{min-height:0;height:auto}
      .testi-card{min-height:260px;padding:24px 20px;border-radius:22px}
      .avatar{width:64px;height:64px;flex-basis:64px;border-radius:22px;font-size:28px}
      .author-name{font-size:22px}
      .testi-text{font-size:22px;line-height:1.45}
      .testi-foot{align-items:flex-start;flex-direction:column}
      .form-body{padding:20px}
      .games-track{grid-auto-columns:calc((100% - 20px)/3);gap:10px}
      .payment-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
      .showcase-card{padding:14px;border-radius:24px}
      .showcase-item{min-height:136px;padding:12px 6px;border-radius:18px}
      .showcase-logo{width:54px;height:54px;border-radius:15px;flex-basis:54px}
      .payment .showcase-logo img{width:42px;height:42px}
      .showcase-name{min-height:34px;margin-top:9px;font-size:9px}
      .showcase-tag{font-size:8px}
    }


    /* Compact testimonial patch: smaller fade card, no large empty area */
    .testi-stage{
      width:min(760px,100%)!important;
      margin-inline:auto!important;
      padding:12px!important;
      border-radius:24px!important;
    }
    .testi-swiper,
    .testi-swiper .swiper-wrapper,
    .testi-swiper .swiper-slide{
      height:auto!important;
      min-height:0!important;
    }
    .testi-card{
      min-height:unset!important;
      height:auto!important;
      padding:20px!important;
      border-radius:22px!important;
      gap:16px!important;
      justify-content:flex-start!important;
    }
    .testi-top{
      align-items:center!important;
      gap:12px!important;
    }
    .testi-user{gap:12px!important}
    .avatar{
      width:54px!important;
      height:54px!important;
      flex-basis:54px!important;
      border-radius:18px!important;
      font-size:22px!important;
    }
    .author-name{font-size:clamp(18px,4.6vw,24px)!important}
    .author-role{font-size:12px!important;margin-top:4px!important}
    .stars{font-size:clamp(13px,3.5vw,18px)!important;color:var(--gold)!important;text-shadow:0 0 15px rgba(246,200,76,.42)!important}
    .testi-text{
      font-size:clamp(18px,5vw,26px)!important;
      line-height:1.38!important;
      letter-spacing:-.015em!important;
      margin-top:2px!important;
    }
    .testi-foot{
      margin-top:4px!important;
      padding-top:12px!important;
      flex-direction:row!important;
      align-items:center!important;
    }
    .testi-date,.approved{font-size:12px!important}

    @media(max-width:640px){
      .section:first-of-type{padding-top:18px!important;padding-bottom:14px!important}
      .testi-stage{
        width:calc(100% - 6px)!important;
        padding:10px!important;
        border-radius:22px!important;
      }
      .testi-card{
        padding:18px 16px!important;
        border-radius:20px!important;
        gap:14px!important;
      }
      .testi-top{
        flex-direction:row!important;
        align-items:flex-start!important;
      }
      .avatar{
        width:50px!important;
        height:50px!important;
        flex-basis:50px!important;
        border-radius:17px!important;
        font-size:20px!important;
      }
      .author-name{font-size:19px!important}
      .author-role{font-size:11px!important}
      .stars{font-size:13px!important;padding-top:4px!important}
      .testi-text{font-size:20px!important;line-height:1.42!important}
      .testi-foot{gap:8px!important}
      .testi-date,.approved{font-size:11px!important;letter-spacing:.07em!important}
      .help-fab{width:56px!important;height:56px!important;font-size:22px!important;right:14px!important}
    }
  
    /* Swiper 360 parallax demo style */
    .swiper-360-parallax{
      position:relative;
      border-radius:24px;
    }
    .swiper-360-parallax .parallax-bg{
      position:absolute;
      left:-23%;
      top:0;
      width:146%;
      height:100%;
      background:
        radial-gradient(circle at 12% 16%,rgba(255,31,87,.35),transparent 19rem),
        radial-gradient(circle at 82% 62%,rgba(0,217,255,.24),transparent 19rem),
        linear-gradient(135deg,rgba(255,31,87,.12),rgba(138,92,255,.10),rgba(0,217,255,.08));
      opacity:.95;
      pointer-events:none;
      transform:translate3d(0,0,0);
    }
    .swiper-360-parallax .swiper-wrapper{
      position:relative;
      z-index:2;
    }
    .swiper-360-parallax .swiper-pagination{
      position:relative;
      z-index:3;
      margin-top:14px;
      inset:auto!important;
      display:flex;
      justify-content:center;
      gap:7px;
    }
    .swiper-360-parallax .swiper-pagination-bullet{
      width:8px;
      height:8px;
      opacity:.42;
      background:#fff;
      box-shadow:0 0 12px rgba(255,31,87,.35);
    }
    .swiper-360-parallax .swiper-pagination-bullet-active{
      opacity:1;
      width:26px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--red),var(--cyan));
    }
    .testi-product{
      display:inline-flex;
      align-items:center;
      gap:8px;
      max-width:100%;
      width:max-content;
      padding:8px 11px;
      border-radius:999px;
      border:1px solid rgba(0,217,255,.23);
      background:rgba(0,217,255,.08);
      color:#dff9ff;
      font-size:11px;
      font-weight:950;
      letter-spacing:.045em;
      text-transform:uppercase;
      box-shadow:0 0 20px rgba(0,217,255,.08);
    }
    .testi-product span{
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .testi-product i{color:var(--cyan)}
    .approved{
      border:1px solid rgba(74,222,128,.18);
      background:rgba(74,222,128,.075);
      padding:7px 10px;
      border-radius:999px;
    }
    @media(max-width:640px){
      .testi-product{
        max-width:100%;
        font-size:10px;
        padding:7px 9px;
      }
      .swiper-360-parallax .swiper-pagination{margin-top:10px}
    }

  
/* Sidebar Pro polish - compact neon glass */
.sidebar-pro{
  top:16px !important;
  right:12px !important;
  width:min(390px,calc(100% - 24px)) !important;
  max-height:calc(100dvh - 32px) !important;
  border-radius:28px !important;
  overflow:hidden auto !important;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,31,87,.26),transparent 14rem),
    radial-gradient(circle at 110% 28%,rgba(0,217,255,.18),transparent 15rem),
    linear-gradient(180deg,rgba(12,17,27,.96),rgba(5,7,13,.98)) !important;
  border:1px solid rgba(255,31,87,.30) !important;
  box-shadow:
    0 30px 90px rgba(0,0,0,.62),
    0 0 42px rgba(255,31,87,.12),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,31,87,.35) transparent;
}
.sidebar-pro::-webkit-scrollbar{width:6px}
.sidebar-pro::-webkit-scrollbar-thumb{background:rgba(255,31,87,.35);border-radius:999px}
.sidebar-pro .sidebar-head{
  min-height:112px !important;
  padding:18px 112px 18px 18px !important;
  display:flex !important;
  align-items:center !important;
  border-bottom:1px solid rgba(255,255,255,.09) !important;
  background:
    linear-gradient(135deg,rgba(255,31,87,.18),rgba(0,217,255,.08) 56%,transparent) !important;
}
.sidebar-pro .side-brand{
  gap:12px !important;
}
.sidebar-pro .side-logo{
  width:62px !important;
  height:62px !important;
  flex:0 0 62px !important;
  border-radius:20px !important;
  display:grid !important;
  place-items:center !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 0 28px rgba(138,92,255,.24), inset 0 1px 0 rgba(255,255,255,.07) !important;
  padding:5px !important;
}
.sidebar-pro .side-text{
  gap:4px !important;
  min-width:0 !important;
}
.sidebar-pro .side-text strong{
  font-size:20px !important;
  letter-spacing:.045em !important;
  line-height:.9 !important;
}
.sidebar-pro .side-text span{
  font-size:18px !important;
  letter-spacing:.28em !important;
  line-height:1 !important;
}
.sidebar-pro .side-text em{
  display:block !important;
  margin-top:6px !important;
  color:rgba(247,248,255,.58) !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:10px !important;
  font-style:normal !important;
  font-weight:850 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}
.sidebar-pro .side-close{
  top:22px !important;
  right:18px !important;
  min-width:82px !important;
  height:46px !important;
  border-radius:18px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),
    rgba(10,16,26,.68) !important;
  color:#fff !important;
  box-shadow:0 16px 32px rgba(0,0,0,.30),0 0 24px rgba(0,217,255,.08) !important;
}
.sidebar-pro .sidebar-body{
  padding:14px 14px 108px !important;
}
.sidebar-pro .sidebar-menu{
  gap:10px !important;
}
.sidebar-pro .sidebar-menu a{
  min-height:58px !important;
  padding:0 12px !important;
  border-radius:20px !important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(7,11,18,.86) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 12px 30px rgba(0,0,0,.22) !important;
  font-size:15.5px !important;
}
.sidebar-pro .sidebar-menu a:hover{
  transform:translateY(-1px) scale(1.006) !important;
  border-color:rgba(255,31,87,.38) !important;
  box-shadow:0 0 24px rgba(255,31,87,.12),0 16px 34px rgba(0,0,0,.28) !important;
}
.sidebar-pro .sidebar-menu i{
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  border-radius:16px !important;
  background:
    radial-gradient(circle at 28% 18%,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(135deg,#ff1f57,#a9143d) !important;
  box-shadow:0 0 22px rgba(255,31,87,.18), inset 0 1px 0 rgba(255,255,255,.14) !important;
  font-size:16px !important;
}
.sidebar-pro .account-card{
  margin-bottom:12px !important;
  padding:14px !important;
  border-radius:22px !important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),
    rgba(7,11,18,.78) !important;
}
.sidebar-pro .account-actions a{
  min-height:38px !important;
  border-radius:14px !important;
}
@media(max-width:640px){
  .sidebar-pro{
    top:12px !important;
    right:10px !important;
    width:calc(100% - 20px) !important;
    max-height:calc(100dvh - 24px) !important;
    border-radius:26px !important;
  }
  .sidebar-pro .sidebar-head{
    min-height:100px !important;
    padding:16px 104px 16px 16px !important;
  }
  .sidebar-pro .side-logo{
    width:56px !important;
    height:56px !important;
    flex-basis:56px !important;
  }
  .sidebar-pro .side-text strong{font-size:18px !important}
  .sidebar-pro .side-text span{font-size:16px !important;letter-spacing:.24em !important}
  .sidebar-pro .side-text em{font-size:9px !important;letter-spacing:.075em !important}
  .sidebar-pro .side-close{
    top:20px !important;
    right:16px !important;
    height:42px !important;
    min-width:76px !important;
    border-radius:16px !important;
  }
  .sidebar-pro .sidebar-body{
    padding:12px 12px 104px !important;
  }
  .sidebar-pro .sidebar-menu a{
    min-height:56px !important;
    font-size:15px !important;
    border-radius:19px !important;
  }
  .sidebar-pro .sidebar-menu i{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
  }
}

  
/* Professional review-only presentation */
.section-title p{
  max-width:640px !important;
  color:rgba(247,248,255,.72) !important;
  font-size:clamp(15px,3.8vw,18px) !important;
  line-height:1.72 !important;
  font-weight:750 !important;
}
.testi-stage{
  margin-top:8px !important;
}
.author-role{
  color:rgba(247,248,255,.66) !important;
}
.testi-text{
  font-weight:800 !important;
}
.public-review-disabled-note{
  display:none !important;
}

  

:root { --bg: #03050a; --panel: #080c14; --panel2: #0e1320; --text: #f7f8ff; --muted: #a7afc3; --red: #ff1f57; --red2: #ff4d75; --cyan: #00d9ff; --purple: #8a5cff; --green: #4ade80; --gold: #f6c84c; --gold2: #ffdf7e; --line: rgba(255,255,255,.12); --redline: rgba(255,31,87,.34); --shadow: 0 30px 90px rgba(0,0,0,.58); }
* { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: radial-gradient(circle at 12% 4%, rgba(255, 31, 87, 0.18), transparent 20rem), radial-gradient(circle at 92% 12%, rgba(0, 217, 255, 0.14), transparent 22rem), linear-gradient(rgb(2, 4, 9) 0%, rgb(5, 7, 13) 48%, rgb(2, 4, 9) 100%); overflow-x: hidden; -webkit-tap-highlight-color: transparent; }
body::before { content: ""; position: fixed; inset: 0px; pointer-events: none; opacity: 0.25; background: linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px) 0% 0% / 96px 96px, linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px); mask-image: linear-gradient(black, transparent 85%); }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, 100% - 32px); margin-inline: auto; }
.site-header { position: sticky; top: 0px; z-index: 5000; background: linear-gradient(rgba(6, 8, 13, 0.94), rgba(4, 6, 10, 0.88)); border-bottom: 1px solid rgba(255, 31, 87, 0.22); box-shadow: rgba(0, 0, 0, 0.38) 0px 20px 60px; backdrop-filter: blur(18px) saturate(130%); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0px; max-width: calc(-104px + 100vw); }
.brand-logo { width: 68px; height: 68px; flex: 0 0 68px; display: grid; place-items: center; filter: drop-shadow(rgba(138, 92, 255, 0.45) 0px 0px 20px); }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: grid; gap: 4px; min-width: 0px; overflow: hidden; font-family: Oxanium, Inter, sans-serif; text-transform: uppercase; line-height: 0.9; }
.brand-text strong { display: block; min-width: 9.4ch; width: auto; overflow: visible; white-space: nowrap; color: rgb(255, 255, 255); font-size: clamp(20px, 3vw, 34px); letter-spacing: 0.045em; text-shadow: rgba(255, 255, 255, 0.18) 0px 0px 22px; }
.brand-text span { display: block; min-width: 7.1ch; width: auto; overflow: visible; white-space: nowrap; color: var(--red); font-size: clamp(14px, 2vw, 20px); font-weight: 900; letter-spacing: 0.34em; text-shadow: rgba(255, 31, 87, 0.55) 0px 0px 22px; }
.brand-text .typing-caret::after { content: ""; display: inline-block; width: 2px; height: 0.9em; margin-left: 0.14em; vertical-align: -0.08em; background: linear-gradient(180deg,#fff,var(--red)); box-shadow: rgba(255, 31, 87, 0.72) 0px 0px 12px; animation: 0.72s steps(1) 0s infinite normal none running cgoCaretBlink; }
@keyframes cgoCaretBlink { 
  50% { opacity: 0; }
}
.menu-btn { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 18px; border: 1px solid rgba(255, 31, 87, 0.4); background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)); color: rgb(255, 255, 255); display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; cursor: pointer; box-shadow: rgba(255, 31, 87, 0.14) 0px 0px 30px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; }
.menu-btn span { width: 26px; height: 2px; border-radius: 999px; background: currentcolor; }
.overlay { position: fixed; inset: 0px; z-index: 6000; background: rgba(0, 0, 0, 0.56); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.28s, visibility 0.28s; }
.overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.sidebar { position: fixed; top: 18px; right: 10px; z-index: 6001; width: min(420px, 100% - 28px); height: auto; max-height: calc(-36px + 100dvh); overflow: auto; border-radius: 30px; background: radial-gradient(circle at 12% 10%, rgba(255, 31, 87, 0.24), transparent 15rem), radial-gradient(circle at 92% 26%, rgba(0, 217, 255, 0.12), transparent 17rem), linear-gradient(rgba(12, 15, 24, 0.96), rgba(4, 6, 12, 0.98)); border: 1px solid rgba(255, 31, 87, 0.36); box-shadow: rgba(0, 0, 0, 0.62) 0px 30px 90px, rgba(255, 255, 255, 0.04) 0px 0px 0px 1px inset, rgba(255, 31, 87, 0.12) 0px 0px 44px; opacity: 0; transform: perspective(1000px) translateX(112%) rotateY(-24deg) scale(0.94); transform-origin: right center; transition: transform 0.62s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.32s; }
.sidebar.is-open { opacity: 1; transform: perspective(1000px) translateX(0px) rotateY(0deg) scale(1); }
.sidebar-head { position: relative; min-height: 102px; padding: 22px 112px 18px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); background: linear-gradient(90deg, rgba(255, 31, 87, 0.12), rgba(0, 217, 255, 0.06), transparent); }
.side-brand { display: inline-flex; align-items: center; gap: 12px; max-width: 100%; overflow: hidden; }
.side-logo { width: 58px; height: 58px; flex: 0 0 58px; filter: drop-shadow(rgba(138, 92, 255, 0.34) 0px 0px 18px); }
.side-logo img { width: 100%; height: 100%; object-fit: contain; }
.side-text { display: grid; gap: 4px; font-family: Oxanium, Inter, sans-serif; text-transform: uppercase; line-height: 0.9; }
.side-text strong { color: rgb(255, 255, 255); font-size: 17px; letter-spacing: 0.04em; }
.side-text span { color: var(--red); font-size: 18px; font-weight: 900; letter-spacing: 0.22em; text-shadow: rgba(255, 31, 87, 0.4) 0px 0px 20px; }
.side-close { position: absolute; top: 18px; right: 18px; height: 42px; min-width: 88px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.14); background: linear-gradient(rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)); color: rgb(255, 255, 255); cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; box-shadow: rgba(0, 0, 0, 0.28) 0px 12px 28px, rgba(255, 31, 87, 0.1) 0px 0px 24px; }
.sidebar-body { padding: 18px 18px 150px; }
.account-card { padding: 18px; margin-bottom: 18px; border-radius: 24px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)), rgba(8, 11, 18, 0.78); border: 1px solid rgba(255, 255, 255, 0.13); box-shadow: rgba(255, 255, 255, 0.07) 0px 1px 0px inset, rgba(0, 0, 0, 0.26) 0px 18px 44px; }
.account-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.account-icon, .sidebar-menu i { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg,var(--red),#8a1237); color: rgb(255, 255, 255); box-shadow: rgba(255, 31, 87, 0.22) 0px 0px 22px; }
.account-name { font-size: 17px; font-weight: 900; color: rgb(255, 255, 255); max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.role-badge { display: inline-flex; margin-top: 6px; padding: 6px 10px; border-radius: 999px; background: rgba(255, 31, 87, 0.22); border: 1px solid rgba(255, 31, 87, 0.25); font-size: 11px; font-weight: 900; color: rgb(255, 255, 255); text-transform: uppercase; }
.balance-row { display: flex; justify-content: space-between; align-items: center; min-height: 42px; padding: 0px 12px; border-radius: 15px; background: rgba(0, 0, 0, 0.22); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--muted); font-weight: 800; }
.balance-row strong { color: var(--green); }
.account-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.account-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; border-radius: 14px; background: rgba(255, 255, 255, 0.043); border: 1px solid rgba(255, 255, 255, 0.1); font-size: 12px; font-weight: 900; }
.sidebar-menu { list-style: none; display: grid; gap: 12px; }
.sidebar-menu a { min-height: 62px; display: flex; align-items: center; gap: 13px; padding: 0px 14px; border-radius: 20px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.067), rgba(255, 255, 255, 0.024)), rgba(8, 11, 18, 0.82); border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px inset, rgba(0, 0, 0, 0.22) 0px 14px 34px; color: rgb(255, 255, 255); font-size: 16px; font-weight: 900; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.sidebar-menu a:hover { transform: translateY(-1px); border-color: rgba(255, 31, 87, 0.48); box-shadow: rgba(255, 31, 87, 0.12) 0px 0px 26px, rgba(0, 0, 0, 0.28) 0px 18px 42px; }
.account-card, .sidebar-menu li { opacity: 0; transform: perspective(780px) translateY(22px) rotateX(-22deg) rotateY(10deg) scale(0.96); transform-origin: center top; }
.sidebar.is-open .account-card, .sidebar.is-open .sidebar-menu li { animation: 0.62s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal both running sideItem3D; }
.sidebar.is-open .account-card { animation-delay: 0.1s; }
.sidebar.is-open .sidebar-menu li:nth-child(1) { animation-delay: 0.16s; }
.sidebar.is-open .sidebar-menu li:nth-child(2) { animation-delay: 0.22s; }
.sidebar.is-open .sidebar-menu li:nth-child(3) { animation-delay: 0.28s; }
.sidebar.is-open .sidebar-menu li:nth-child(4) { animation-delay: 0.34s; }
.sidebar.is-open .sidebar-menu li:nth-child(5) { animation-delay: 0.4s; }
.sidebar.is-open .sidebar-menu li:nth-child(6) { animation-delay: 0.46s; }
.sidebar.is-open .sidebar-menu li:nth-child(7) { animation-delay: 0.52s; }
.sidebar.is-open .sidebar-menu li:nth-child(8) { animation-delay: 0.58s; }
@keyframes sideItem3D { 
  0% { opacity: 0; transform: perspective(780px) translateY(22px) rotateX(-22deg) rotateY(10deg) scale(0.96); }
  100% { opacity: 1; transform: perspective(780px) translateY(0px) rotateX(0deg) rotateY(0deg) scale(1); }
}
body.sidebar-open { overflow: hidden !important; }
.section { position: relative; padding: 30px 0px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.section-title h1, .section-title h2 { font-family: Oxanium, Inter, sans-serif; color: rgb(255, 255, 255); font-size: clamp(30px, 6vw, 58px); line-height: 0.95; letter-spacing: 0.02em; text-transform: uppercase; text-shadow: rgba(255, 31, 87, 0.14) 0px 0px 28px; }
.section-title span { color: var(--red); text-shadow: rgba(255, 31, 87, 0.46) 0px 0px 24px; }
.section-title p { max-width: 390px; color: var(--muted); line-height: 1.7; font-weight: 700; }
.testi-stage { position: relative; padding: clamp(16px, 3vw, 28px); border-radius: 30px; border: 1px solid rgba(255, 31, 87, 0.32); background: radial-gradient(circle at 12% 8%, rgba(255, 31, 87, 0.22), transparent 18rem), radial-gradient(circle at 88% 26%, rgba(0, 217, 255, 0.15), transparent 16rem), linear-gradient(rgba(10, 14, 24, 0.92), rgba(3, 6, 12, 0.96)); box-shadow: var(--shadow),inset 0 1px 0 rgba(255,255,255,.06); overflow: hidden; }
.testi-stage::after { content: ""; position: absolute; inset: 0px; pointer-events: none; background: linear-gradient(90deg, rgba(255, 31, 87, 0.16), transparent 24%, transparent 76%, rgba(0, 217, 255, 0.12)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0px, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 120px); opacity: 0.36; }
.testi-swiper { position: relative; z-index: 1; width: 100%; min-height: 0px; height: auto; overflow: hidden; }
.testi-swiper .swiper-wrapper { align-items: stretch; height: auto !important; }
.testi-swiper .swiper-slide { height: auto !important; }
.testi-card { min-height: 260px; padding: clamp(22px, 3vw, 36px); border-radius: 26px; border: 1px solid rgba(255, 255, 255, 0.12); background: radial-gradient(circle at 8% 10%, rgba(255, 31, 87, 0.24), transparent 14rem), radial-gradient(circle at 88% 70%, rgba(0, 217, 255, 0.13), transparent 16rem), linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024)), rgba(6, 9, 16, 0.88); box-shadow: rgba(255, 255, 255, 0.08) 0px 1px 0px inset, rgba(0, 0, 0, 0.38) 0px 18px 50px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; overflow: hidden; }
.testi-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.testi-user { display: flex; align-items: center; gap: 14px; min-width: 0px; }
.avatar { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 24px; display: grid; place-items: center; background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 36%), linear-gradient(135deg, rgba(255, 31, 87, 0.28), rgba(0, 217, 255, 0.12)); border: 1px solid rgba(255, 31, 87, 0.45); color: rgb(255, 255, 255); font: 900 30px / 1 Oxanium, Inter, sans-serif; box-shadow: rgba(255, 31, 87, 0.2) 0px 0px 34px, rgba(255, 255, 255, 0.09) 0px 1px 0px inset; }
.author-name { color: rgb(255, 255, 255); font: 900 clamp(20px, 3.2vw, 32px) / 1.06 Inter, sans-serif; letter-spacing: -0.02em; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.author-role { margin-top: 6px; color: var(--muted); font-size: 13px; font-weight: 800; }
.stars { color: var(--gold); text-shadow: rgba(246, 200, 76, 0.45) 0px 0px 18px; font-size: clamp(16px, 3vw, 22px); white-space: nowrap; }
.stars .empty { color: rgba(255, 255, 255, 0.16); text-shadow: none; }
.testi-text { color: rgb(233, 237, 247); font: 700 clamp(20px, 4vw, 34px) / 1.45 Inter, sans-serif; letter-spacing: -0.02em; }
.testi-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.testi-date { color: var(--muted); font-size: 13px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.approved { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.form-card, .showcase-card { border-radius: 28px; border: 1px solid rgba(255, 255, 255, 0.12); background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.024)), rgba(8, 11, 18, 0.82); box-shadow: var(--shadow),inset 0 1px 0 rgba(255,255,255,.06); overflow: hidden; }
.form-card { max-width: 760px; margin-inline: auto; }
.form-head { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.form-icon { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg,var(--red),#8a1237); box-shadow: rgba(255, 31, 87, 0.24) 0px 0px 24px; }
.form-head h2 { font-size: 20px; font-weight: 950; }
.form-body { padding: 24px; }
.alert { display: flex; gap: 10px; padding: 14px; border-radius: 16px; margin-bottom: 18px; font-size: 13px; line-height: 1.55; font-weight: 800; }
.alert-success { background: rgba(34, 197, 94, 0.11); border: 1px solid rgba(34, 197, 94, 0.3); color: rgb(187, 247, 208); }
.alert-danger { background: rgba(239, 68, 68, 0.11); border: 1px solid rgba(239, 68, 68, 0.3); color: rgb(254, 202, 202); }
.form-group { margin-bottom: 17px; }
.form-label { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: 0.13em; text-transform: uppercase; }
.form-label i { color: var(--red); }
.form-input, .form-select, .form-textarea { width: 100%; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(2, 4, 9, 0.68); color: rgb(255, 255, 255); border-radius: 18px; padding: 15px 16px; outline: none; font-weight: 750; transition: border-color 0.18s, box-shadow 0.18s, background 0.18s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: rgba(255, 31, 87, 0.6); box-shadow: rgba(255, 31, 87, 0.1) 0px 0px 0px 4px; background: rgba(2, 4, 9, 0.88); }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(167, 175, 195, 0.62); }
.form-textarea { min-height: 128px; resize: vertical; }
.form-select { appearance: none; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; height: 0px; width: 0px; pointer-events: none; }
.btn-submit { width: 100%; min-height: 58px; border: 0px; border-radius: 20px; background: linear-gradient(135deg,var(--red),#b5123e); color: rgb(255, 255, 255); font-weight: 950; letter-spacing: 0.04em; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 11px; box-shadow: rgba(255, 31, 87, 0.24) 0px 18px 38px; }
.showcase-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.showcase-card { padding: 20px; }
.showcase-title { font-family: Oxanium, Inter, sans-serif; font-size: 24px; text-transform: uppercase; margin-bottom: 16px; }
.games-window { overflow: hidden; border-radius: 22px; }
.games-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc(25% - 12px); gap: 16px; transition: transform 0.38s cubic-bezier(0.22, 0.78, 0.22, 1); will-change: transform; }
.games-track.no-transition { transition: none !important; }
.payment-grid { display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 16px; }
.showcase-item { min-height: 200px; padding: 18px 10px; border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.1); background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; box-shadow: rgba(255, 255, 255, 0.07) 0px 1px 0px inset; }
.showcase-logo { width: 78px; height: 78px; border-radius: 20px; display: grid; place-items: center; overflow: hidden; background: rgba(255, 255, 255, 0.06); flex: 0 0 78px; }
.showcase-logo img { width: 100%; height: 100%; object-fit: cover; }
.payment .showcase-logo img { width: 62px; height: 62px; object-fit: contain; }
.showcase-name { min-height: 44px; margin-top: 14px; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.showcase-tag { margin-top: auto; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.help-fab { position: fixed; right: 18px; bottom: calc(22px + env(safe-area-inset-bottom)); z-index: 5500; width: 66px; height: 66px; border: 0px; border-radius: 50%; display: grid; place-items: center; color: rgb(255, 255, 255); font-size: 25px; cursor: pointer; background: linear-gradient(135deg,var(--red),#bd123e); box-shadow: rgba(255, 31, 87, 0.34) 0px 20px 44px, rgba(255, 255, 255, 0.12) 0px 0px 0px 1px inset; }
.help-fab::before { content: ""; position: absolute; inset: -9px; border-radius: inherit; border: 1px solid rgba(255, 31, 87, 0.25); animation: 1.8s ease-in-out 0s infinite normal none running helpPulse; }
@keyframes helpPulse { 
  0%, 100% { opacity: 0.35; transform: scale(0.95); }
  50% { opacity: 0.02; transform: scale(1.22); }
}
.help-backdrop { position: fixed; inset: 0px; z-index: 6500; background: rgba(0, 0, 0, 0.58); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.24s, visibility 0.24s; }
.help-backdrop.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.help-panel { position: fixed; right: 18px; bottom: calc(96px + env(safe-area-inset-bottom)); z-index: 6501; width: min(360px, 100% - 36px); border-radius: 26px; background: radial-gradient(circle at 14% 0%, rgba(255, 31, 87, 0.24), transparent 14rem), radial-gradient(circle at 100% 50%, rgba(0, 217, 255, 0.14), transparent 13rem), linear-gradient(rgba(14, 18, 29, 0.98), rgba(4, 6, 12, 0.98)); border: 1px solid rgba(255, 31, 87, 0.34); box-shadow: rgba(0, 0, 0, 0.58) 0px 30px 90px, rgba(255, 31, 87, 0.14) 0px 0px 36px; opacity: 0; visibility: hidden; pointer-events: none; transform: perspective(900px) translateY(18px) rotateX(12deg) scale(0.94); transform-origin: right bottom; transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s, visibility 0.24s; overflow: hidden; }
.help-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: perspective(900px) translateY(0px) rotateX(0deg) scale(1); }
.help-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding: 20px 20px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.help-head h3 { font-family: Oxanium, Inter, sans-serif; text-transform: uppercase; font-size: 22px; line-height: 1.05; color: rgb(255, 255, 255); }
.help-head p { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.55; font-weight: 750; }
.help-close { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.06); color: rgb(255, 255, 255); cursor: pointer; }
.help-options { display: grid; gap: 12px; padding: 16px; }
.help-option { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 12px 14px; border-radius: 20px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)); border: 1px solid rgba(255, 255, 255, 0.11); box-shadow: rgba(255, 255, 255, 0.06) 0px 1px 0px inset; }
.help-option i { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg,var(--red),#8a1237); color: rgb(255, 255, 255); box-shadow: rgba(255, 31, 87, 0.2) 0px 0px 22px; font-size: 20px; }
.help-option strong { display: block; color: rgb(255, 255, 255); font-size: 15px; font-weight: 950; text-transform: uppercase; letter-spacing: 0.03em; }
.help-option span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 750; }
@media (max-width: 640px) {
  .help-fab { right: 16px; bottom: calc(18px + env(safe-area-inset-bottom)); width: 62px; height: 62px; }
  .help-panel { right: 12px; bottom: calc(92px + env(safe-area-inset-bottom)); width: calc(100% - 24px); }
}
.site-footer { padding: 28px 0px 44px; color: var(--muted); text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 13px; }
.security-toast { position: fixed; left: 50%; bottom: 28px; z-index: 99999; transform: translate(-50%, 18px); width: min(92vw, 380px); padding: 13px 15px; border-radius: 18px; background: rgba(9, 10, 13, 0.92); border: 1px solid rgba(255, 31, 87, 0.34); color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.45) 0px 18px 44px; font-size: 13px; font-weight: 850; text-align: center; opacity: 0; pointer-events: none; transition: opacity 0.22s, transform 0.22s; backdrop-filter: blur(10px); }
.security-toast.show { opacity: 1; transform: translate(-50%, 0px); }
body.protected-page { user-select: none; }
input, textarea, select, button { user-select: auto; }
img, a { -webkit-user-drag: none; }
@media (max-width: 820px) {
  .header-inner { min-height: 76px; }
  .brand-logo { width: 54px; height: 54px; flex-basis: 54px; }
  .brand-text strong { font-size: clamp(20px, 6vw, 27px); }
  .brand-text span { font-size: clamp(12px, 3.8vw, 16px); }
  .menu-btn { width: 58px; height: 58px; flex-basis: 58px; }
  .section-title { display: block; }
  .section-title p { margin-top: 14px; }
  .testi-top { align-items: flex-start; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 24px); }
  .section { padding: 22px 0px; }
  .sidebar { top: 14px; right: 10px; width: calc(100% - 20px); height: auto; max-height: calc(-28px + 100dvh); border-radius: 26px; }
  .sidebar-head { padding: 20px 108px 16px 18px; }
  .sidebar-body { padding: 16px 14px 160px; }
  .sidebar-menu a { min-height: 58px; border-radius: 18px; }
  .testi-stage { border-radius: 24px; padding: 14px; }
  .testi-swiper { min-height: 0px; height: auto; }
  .testi-card { min-height: 260px; padding: 24px 20px; border-radius: 22px; }
  .avatar { width: 64px; height: 64px; flex-basis: 64px; border-radius: 22px; font-size: 28px; }
  .author-name { font-size: 22px; }
  .testi-text { font-size: 22px; line-height: 1.45; }
  .testi-foot { align-items: flex-start; flex-direction: column; }
  .form-body { padding: 20px; }
  .games-track { grid-auto-columns: calc(33.3333% - 6.66667px); gap: 10px; }
  .payment-grid { grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 8px; }
  .showcase-card { padding: 14px; border-radius: 24px; }
  .showcase-item { min-height: 136px; padding: 12px 6px; border-radius: 18px; }
  .showcase-logo { width: 54px; height: 54px; border-radius: 15px; flex-basis: 54px; }
  .payment .showcase-logo img { width: 42px; height: 42px; }
  .showcase-name { min-height: 34px; margin-top: 9px; font-size: 9px; }
  .showcase-tag { font-size: 8px; }
}
.testi-stage { width: min(760px, 100%) !important; margin-inline: auto !important; padding: 12px !important; border-radius: 24px !important; }
.testi-swiper, .testi-swiper .swiper-wrapper, .testi-swiper .swiper-slide { height: auto !important; min-height: 0px !important; }
.testi-card { min-height: unset !important; height: auto !important; padding: 20px !important; border-radius: 22px !important; gap: 16px !important; justify-content: flex-start !important; }
.testi-top { align-items: center !important; gap: 12px !important; }
.testi-user { gap: 12px !important; }
.avatar { width: 54px !important; height: 54px !important; flex-basis: 54px !important; border-radius: 18px !important; font-size: 22px !important; }
.author-name { font-size: clamp(18px, 4.6vw, 24px) !important; }
.author-role { font-size: 12px !important; margin-top: 4px !important; }
.stars { font-size: clamp(13px, 3.5vw, 18px) !important; color: var(--gold) !important; text-shadow: rgba(246, 200, 76, 0.42) 0px 0px 15px !important; }
.testi-text { font-size: clamp(18px, 5vw, 26px) !important; line-height: 1.38 !important; letter-spacing: -0.015em !important; margin-top: 2px !important; }
.testi-foot { margin-top: 4px !important; padding-top: 12px !important; flex-direction: row !important; align-items: center !important; }
.testi-date, .approved { font-size: 12px !important; }
@media (max-width: 640px) {
  .section:first-of-type { padding-top: 18px !important; padding-bottom: 14px !important; }
  .testi-stage { width: calc(100% - 6px) !important; padding: 10px !important; border-radius: 22px !important; }
  .testi-card { padding: 18px 16px !important; border-radius: 20px !important; gap: 14px !important; }
  .testi-top { flex-direction: row !important; align-items: flex-start !important; }
  .avatar { width: 50px !important; height: 50px !important; flex-basis: 50px !important; border-radius: 17px !important; font-size: 20px !important; }
  .author-name { font-size: 19px !important; }
  .author-role { font-size: 11px !important; }
  .stars { font-size: 13px !important; padding-top: 4px !important; }
  .testi-text { font-size: 20px !important; line-height: 1.42 !important; }
  .testi-foot { gap: 8px !important; }
  .testi-date, .approved { font-size: 11px !important; letter-spacing: 0.07em !important; }
  .help-fab { width: 56px !important; height: 56px !important; font-size: 22px !important; right: 14px !important; }
}
.swiper-360-parallax { position: relative; border-radius: 24px; }
.swiper-360-parallax .parallax-bg { position: absolute; left: -23%; top: 0px; width: 146%; height: 100%; background: radial-gradient(circle at 12% 16%, rgba(255, 31, 87, 0.35), transparent 19rem), radial-gradient(circle at 82% 62%, rgba(0, 217, 255, 0.24), transparent 19rem), linear-gradient(135deg, rgba(255, 31, 87, 0.12), rgba(138, 92, 255, 0.1), rgba(0, 217, 255, 0.08)); opacity: 0.95; pointer-events: none; transform: translate3d(0px, 0px, 0px); }
.swiper-360-parallax .swiper-wrapper { position: relative; z-index: 2; }
.swiper-360-parallax .swiper-pagination { position: relative; z-index: 3; margin-top: 14px; display: flex; justify-content: center; gap: 7px; inset: auto !important; }
.swiper-360-parallax .swiper-pagination-bullet { width: 8px; height: 8px; opacity: 0.42; background: rgb(255, 255, 255); box-shadow: rgba(255, 31, 87, 0.35) 0px 0px 12px; }
.swiper-360-parallax .swiper-pagination-bullet-active { opacity: 1; width: 26px; border-radius: 999px; background: linear-gradient(90deg,var(--red),var(--cyan)); }
.testi-product { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; width: max-content; padding: 8px 11px; border-radius: 999px; border: 1px solid rgba(0, 217, 255, 0.23); background: rgba(0, 217, 255, 0.08); color: rgb(223, 249, 255); font-size: 11px; font-weight: 950; letter-spacing: 0.045em; text-transform: uppercase; box-shadow: rgba(0, 217, 255, 0.08) 0px 0px 20px; }
.testi-product span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.testi-product i { color: var(--cyan); }
.approved { border: 1px solid rgba(74, 222, 128, 0.18); background: rgba(74, 222, 128, 0.075); padding: 7px 10px; border-radius: 999px; }
@media (max-width: 640px) {
  .testi-product { max-width: 100%; font-size: 10px; padding: 7px 9px; }
  .swiper-360-parallax .swiper-pagination { margin-top: 10px; }
}
.sidebar-pro { scrollbar-width: thin; scrollbar-color: rgba(255, 31, 87, 0.35) transparent; top: 16px !important; right: 12px !important; width: min(390px, 100% - 24px) !important; max-height: calc(-32px + 100dvh) !important; border-radius: 28px !important; overflow: hidden auto !important; background: radial-gradient(circle at 12% 0%, rgba(255, 31, 87, 0.26), transparent 14rem), radial-gradient(circle at 110% 28%, rgba(0, 217, 255, 0.18), transparent 15rem), linear-gradient(rgba(12, 17, 27, 0.96), rgba(5, 7, 13, 0.98)) !important; border: 1px solid rgba(255, 31, 87, 0.3) !important; box-shadow: rgba(0, 0, 0, 0.62) 0px 30px 90px, rgba(255, 31, 87, 0.12) 0px 0px 42px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset !important; }
.sidebar-pro::-webkit-scrollbar { width: 6px; }
.sidebar-pro::-webkit-scrollbar-thumb { background: rgba(255, 31, 87, 0.35); border-radius: 999px; }
.sidebar-pro .sidebar-head { min-height: 112px !important; padding: 18px 112px 18px 18px !important; display: flex !important; align-items: center !important; border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important; background: linear-gradient(135deg, rgba(255, 31, 87, 0.18), rgba(0, 217, 255, 0.08) 56%, transparent) !important; }
.sidebar-pro .side-brand { gap: 12px !important; }
.sidebar-pro .side-logo { width: 62px !important; height: 62px !important; flex: 0 0 62px !important; border-radius: 20px !important; display: grid !important; place-items: center !important; background: rgba(255, 255, 255, 0.043) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; box-shadow: rgba(138, 92, 255, 0.24) 0px 0px 28px, rgba(255, 255, 255, 0.07) 0px 1px 0px inset !important; padding: 5px !important; }
.sidebar-pro .side-text { gap: 4px !important; min-width: 0px !important; }
.sidebar-pro .side-text strong { font-size: 20px !important; letter-spacing: 0.045em !important; line-height: 0.9 !important; }
.sidebar-pro .side-text span { font-size: 18px !important; letter-spacing: 0.28em !important; line-height: 1 !important; }
.sidebar-pro .side-text em { display: block !important; margin-top: 6px !important; color: rgba(247, 248, 255, 0.58) !important; font-family: Inter, system-ui, sans-serif !important; font-size: 10px !important; font-style: normal !important; font-weight: 850 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; white-space: nowrap !important; }
.sidebar-pro .side-close { top: 22px !important; right: 18px !important; min-width: 82px !important; height: 46px !important; border-radius: 18px !important; border: 1px solid rgba(255, 255, 255, 0.14) !important; background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)), rgba(10, 16, 26, 0.68) !important; color: rgb(255, 255, 255) !important; box-shadow: rgba(0, 0, 0, 0.3) 0px 16px 32px, rgba(0, 217, 255, 0.08) 0px 0px 24px !important; }
.sidebar-pro .sidebar-body { padding: 14px 14px 108px !important; }
.sidebar-pro .sidebar-menu { gap: 10px !important; }
.sidebar-pro .sidebar-menu a { min-height: 58px !important; padding: 0px 12px !important; border-radius: 20px !important; background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)), rgba(7, 11, 18, 0.86) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; box-shadow: rgba(255, 255, 255, 0.055) 0px 1px 0px inset, rgba(0, 0, 0, 0.22) 0px 12px 30px !important; font-size: 15.5px !important; }
.sidebar-pro .sidebar-menu a:hover { transform: translateY(-1px) scale(1.006) !important; border-color: rgba(255, 31, 87, 0.38) !important; box-shadow: rgba(255, 31, 87, 0.12) 0px 0px 24px, rgba(0, 0, 0, 0.28) 0px 16px 34px !important; }
.sidebar-pro .sidebar-menu i { width: 42px !important; height: 42px !important; flex: 0 0 42px !important; border-radius: 16px !important; background: radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.18), transparent 34%), linear-gradient(135deg, rgb(255, 31, 87), rgb(169, 20, 61)) !important; box-shadow: rgba(255, 31, 87, 0.18) 0px 0px 22px, rgba(255, 255, 255, 0.14) 0px 1px 0px inset !important; font-size: 16px !important; }
.sidebar-pro .account-card { margin-bottom: 12px !important; padding: 14px !important; border-radius: 22px !important; background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), rgba(7, 11, 18, 0.78) !important; }
.sidebar-pro .account-actions a { min-height: 38px !important; border-radius: 14px !important; }
@media (max-width: 640px) {
  .sidebar-pro { top: 12px !important; right: 10px !important; width: calc(100% - 20px) !important; max-height: calc(-24px + 100dvh) !important; border-radius: 26px !important; }
  .sidebar-pro .sidebar-head { min-height: 100px !important; padding: 16px 104px 16px 16px !important; }
  .sidebar-pro .side-logo { width: 56px !important; height: 56px !important; flex-basis: 56px !important; }
  .sidebar-pro .side-text strong { font-size: 18px !important; }
  .sidebar-pro .side-text span { font-size: 16px !important; letter-spacing: 0.24em !important; }
  .sidebar-pro .side-text em { font-size: 9px !important; letter-spacing: 0.075em !important; }
  .sidebar-pro .side-close { top: 20px !important; right: 16px !important; height: 42px !important; min-width: 76px !important; border-radius: 16px !important; }
  .sidebar-pro .sidebar-body { padding: 12px 12px 104px !important; }
  .sidebar-pro .sidebar-menu a { min-height: 56px !important; font-size: 15px !important; border-radius: 19px !important; }
  .sidebar-pro .sidebar-menu i { width: 40px !important; height: 40px !important; flex-basis: 40px !important; }
}
.section-title p { max-width: 640px !important; color: rgba(247, 248, 255, 0.72) !important; font-size: clamp(15px, 3.8vw, 18px) !important; line-height: 1.72 !important; font-weight: 750 !important; }
.testi-stage { margin-top: 8px !important; }
.author-role { color: rgba(247, 248, 255, 0.66) !important; }
.testi-text { font-weight: 800 !important; }
.public-review-disabled-note { display: none !important; }

/* Verified order/date and database game carousel alignment. */
body[data-reference-page="testimoni"] .testi-card{display:flex!important;flex-direction:column!important;justify-content:space-between!important}
body[data-reference-page="testimoni"] .testi-top{display:flex!important;align-items:center!important;justify-content:space-between!important}
body[data-reference-page="testimoni"] .testi-user{display:flex!important;align-items:center!important;gap:14px!important}
body[data-reference-page="testimoni"] .testi-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.10)!important}
body[data-reference-page="testimoni"] .testi-date{display:inline-flex!important;color:var(--muted)!important;font-size:13px!important;font-weight:900!important;letter-spacing:.10em!important;text-transform:uppercase!important}
body[data-reference-page="testimoni"] .approved{display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--green)!important;font-size:13px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;white-space:nowrap!important}
body[data-reference-page="testimoni"] .games-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;transition:transform .68s cubic-bezier(.22,1,.36,1);will-change:transform}
@media(max-width:640px){body[data-reference-page="testimoni"] .testi-foot{align-items:flex-start!important;flex-direction:column!important}body[data-reference-page="testimoni"] .testi-date,body[data-reference-page="testimoni"] .approved{font-size:11px!important}body[data-reference-page="testimoni"] .games-track{grid-auto-columns:calc((100% - 24px)/4);gap:8px}}
