    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: radial-gradient(1200px 800px at 18% 14%, rgba(254,103,169,.22), transparent 60%),
                  radial-gradient(1100px 760px at 82% 18%, rgba(46,168,255,.18), transparent 64%),
                  radial-gradient(900px 700px at 50% 92%, rgba(254,103,169,.12), transparent 70%),
                  linear-gradient(180deg, var(--bg0), var(--bg1));
      overflow-x:hidden;
    }

    /* subtle grain overlay */
    body::before{
      content:"";
      position:fixed; inset:0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
      mix-blend-mode: overlay;
      opacity:.22;
      pointer-events:none;
    }
	
	.header{
  margin: 10px 0 18px;

}

    .topbar{
      position:sticky; top:0; z-index:30;
      backdrop-filter: blur(12px);
      background: linear-gradient(180deg, rgba(7,7,11,.92), rgba(7,7,11,.55));
      border-bottom:1px solid var(--stroke);
    }
    .wrap{max-width:var(--max); margin:0 auto; padding:14px 16px;}
    .topbar-inner{display:flex; align-items:center; justify-content:space-between; gap:12px;}
    .brand{display:flex; align-items:center; gap:10px; font-weight:700; letter-spacing:.2px;}
    .pill{
      display:inline-flex; align-items:center; gap:10px;
      padding:8px 12px; border-radius:999px;
      background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
      border:1px solid var(--stroke2);
      box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
    }
    .dot{
      width:10px; height:10px; border-radius:50%;
      background: radial-gradient(circle at 30% 30%, #fff, var(--pink) 45%, rgba(254,103,169,.2) 72%);
      box-shadow: 0 0 18px rgba(254,103,169,.55), 0 0 26px rgba(46,168,255,.25);
    }
.brand{ position:relative; }

/* put hotspot over the dot inside the pill */
.secretStats{
  position:absolute;
  left:12px;   /* tweak if needed */
  top:50%;
  width:18px;
  height:18px;
  transform: translateY(-50%);
  opacity:0;
  pointer-events:auto;
}
    .actions{display:flex; align-items:center; gap:10px;}
    .btn{
      appearance:none; border:1px solid var(--stroke2);
      background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
      color:var(--text);
      padding:9px 12px; border-radius:999px;
      cursor:pointer; font-weight:650;
      box-shadow: var(--shadow2);
      display:inline-flex; align-items:center; gap:8px;
      text-decoration:none;
      user-select:none;
    }
    .btn:hover{border-color:rgba(255,255,255,.22); transform: translateY(-1px);}
    .btn:active{transform: translateY(0px);}

    .icon{
      width:16px; height:16px; display:inline-block;
      background: currentColor; -webkit-mask: var(--mask) center/contain no-repeat;
              mask: var(--mask) center/contain no-repeat;
      opacity:.92;
    }

    /* Existing icons */
    .i-menu{--mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6h18v2H3V6Zm0 5h18v2H3v-2Zm0 5h18v2H3v-2Z'/%3E%3C/svg%3E");}
    .i-ext{--mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h6v2H7v10h10v-4h2v6H5V5Z'/%3E%3C/svg%3E");}
    .i-search{--mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 2a8 8 0 1 1 5.293 14.293l4.707 4.707-1.414 1.414-4.707-4.707A8 8 0 0 1 10 2Zm0 2a6 6 0 1 0 .001 12.001A6 6 0 0 0 10 4Z'/%3E%3C/svg%3E");}
    .i-spin{--mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 0 1 9.95 9h-2.02A8 8 0 0 0 12 4V2Zm9.95 11A10 10 0 0 1 12 22v-2a8 8 0 0 0 7.93-7h2.02Z'/%3E%3C/svg%3E");}

    /* NEW icons */
    .i-mail{--mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4-8 5L4 8V6l8 5 8-5v2Z'/%3E%3C/svg%3E");}
    .i-paypal{--mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.5 19.5H5.2a.9.9 0 0 1-.9-1.05l2.2-14A1.2 1.2 0 0 1 7.7 3h6.2c3.3 0 5.4 1.7 5.4 4.6 0 3.5-2.5 5.9-6.4 5.9H10l-.6 3.8a2.4 2.4 0 0 1-1.9 2.2ZM10.4 11h2.6c2.5 0 4-1.2 4-3.2 0-1.5-1-2.4-2.8-2.4H9.3L8.3 11h2.1Z'/%3E%3C/svg%3E");}
	.i-home{--mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3 2 12h3v9h6v-6h2v6h6v-9h3L12 3Z'/%3E%3C/svg%3E");
}
    .layout{
      max-width:var(--max);
      margin:0 auto;
      padding:16px;
      display:grid;
      grid-template-columns: 320px 1fr;
      gap:14px;
    }

    .panel{
      background: linear-gradient(180deg, var(--card), rgba(12,12,18,.50));
      border:1px solid var(--stroke);
      border-radius: var(--r);
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .panel::after{
      content:"";
      position:absolute; inset:-2px;
      background: radial-gradient(900px 320px at 10% 0%, rgba(254,103,169,.10), transparent 60%),
                  radial-gradient(900px 320px at 90% 0%, rgba(46,168,255,.10), transparent 60%);
      pointer-events:none;
    }

    .side{
      position:sticky; top:74px; height: calc(100vh - 90px);
      padding:14px;
      display:flex; flex-direction:column; gap:12px;
    }
    .side h2{margin:0; font-size:14px; letter-spacing:.22em; text-transform:uppercase; color:var(--muted2);}

    .search{
      display:flex; gap:10px; align-items:center;
      padding:10px 12px;
      border-radius: 12px;
      border:1px solid var(--stroke);
      background: rgba(0,0,0,.22);
    }
    .search input{
      width:100%;
      background:transparent;
      border:0; outline:none;
      color:var(--text);
      font-size:14px;
    }
    .search input::placeholder{color:rgba(255,255,255,.42)}

    .nav{
      display:flex; flex-direction:column; gap:8px;
      padding-bottom:10px;
      overflow:auto;
    }
    .nav a{
      display:flex; align-items:center; justify-content:space-between;
      gap:12px;
      padding:10px 12px;
      border-radius: 14px;
      border:1px solid rgba(255,255,255,.08);
      background: rgba(0,0,0,.14);
      color:var(--text);
      text-decoration:none;
      cursor:pointer;
    }
    .nav a:hover{
      border-color: rgba(255,255,255,.18);
      background: rgba(0,0,0,.22);
    }
    .nav a.active{
      border-color: rgba(254,103,169,.45);
      background: linear-gradient(180deg, rgba(254,103,169,.14), rgba(46,168,255,.10));
      box-shadow: 0 0 0 1px rgba(254,103,169,.12) inset;
    }
    .tag{
      font-size:12px; color:var(--muted2);
      border:1px solid rgba(255,255,255,.12);
      padding:4px 8px; border-radius:999px;
      background: rgba(255,255,255,.04);
      white-space:nowrap;
    }

    .content{
      padding:0;
      min-height: calc(100vh - 110px);
      display:flex; flex-direction:column;
    }
    .content-head{
      padding:14px 14px 10px;
      border-bottom:1px solid var(--stroke);
      display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    }
    .title-wrap{display:flex; flex-direction:column; gap:4px;}
    .title{margin:0; font-size:16px;}
    .subtitle{margin:0; font-size:13px; color:var(--muted);}
    .iframe-wrap{position:relative; flex:1; min-height:520px;}
    iframe{
      width:100%;
      height:100%;
      border:0;
      display:block;
      background: rgba(0,0,0,.15);
    }

    /* Content search status */
    .status{
      display:inline-flex; align-items:center; gap:8px;
      font-size:12px; color:var(--muted2);
      border:1px solid rgba(255,255,255,.10);
      background: rgba(0,0,0,.14);
      padding:6px 10px;
      border-radius:999px;
      white-space:nowrap;
    }
    .spin{
      width:14px; height:14px;
      animation: spin 1s linear infinite;
    }
    @keyframes spin { to { transform: rotate(360deg);} }

    /* ---- Sidebar Contact / Support card ---- */
    .miniCard{
      position:relative;
      padding:12px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.10);
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.14));
      box-shadow: 0 10px 26px rgba(0,0,0,.35);
      overflow:hidden;
    }
    .miniCard::after{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(520px 160px at 15% 0%, rgba(254,103,169,.12), transparent 60%),
        radial-gradient(520px 160px at 85% 0%, rgba(46,168,255,.11), transparent 60%);
      pointer-events:none;
    }
    .miniRow{
      display:flex;
      align-items:baseline;
      justify-content:space-between;
      gap:10px;
      position:relative;
    }
    .miniTitle{
      font-weight:750;
      letter-spacing:.2px;
      font-size:13px;
    }
    .miniHint{
      font-size:12px;
      color:var(--muted2);
      border:1px solid rgba(255,255,255,.12);
      padding:3px 8px;
      border-radius:999px;
      background: rgba(255,255,255,.04);
      white-space:nowrap;
    }
    .miniBtns{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:10px;
      margin-top:10px;
      position:relative;
    }
    .miniBtn{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:10px 10px;
      border-radius:14px;
      text-decoration:none;
      color:var(--text);
      border:1px solid rgba(255,255,255,.10);
      background: rgba(0,0,0,.16);
      box-shadow: 0 8px 18px rgba(0,0,0,.25);
      user-select:none;
    }
    .miniBtn:hover{
      border-color: rgba(255,255,255,.18);
      background: rgba(0,0,0,.22);
      transform: translateY(-1px);
    }
    .miniBtn:active{transform: translateY(0);}
    .miniBtnText{
      font-size:13px;
      font-weight:650;
      letter-spacing:.2px;
    }
    .miniBtnPay{
      background: linear-gradient(180deg, rgba(46,168,255,.10), rgba(0,0,0,.16));
      border-color: rgba(46,168,255,.22);
    }
    .miniBtnPay:hover{border-color: rgba(46,168,255,.30);}
    .miniFoot{
      margin:10px 0 0;
      font-size:12px;
      line-height:1.35;
      color:var(--muted2);
      position:relative;
    }

    /* Mobile nav */
    .mobileOnly{display:none;}
    .mobile-backdrop{
      position:fixed; inset:0;
      background: rgba(0,0,0,.55);
      opacity:0; pointer-events:none;
      transition: opacity .18s ease;
      z-index:40;
    }
    .drawer{
	  position:fixed;
	  right:0; top:0; bottom:0;     
	  left:auto;                   
	  width:min(92vw, 360px);
	  transform: translateX(105%); 
	  transition: transform .22s ease;
	  z-index:50;
	}
	body.nav-open .drawer{
	  transform: translateX(0);
	}
    .drawer .side{position:static; height:auto; top:auto;}
    body.nav-open .mobile-backdrop{opacity:1; pointer-events:auto;}
    body.nav-open .drawer{transform: translateX(0);}

    @media (max-width: 980px){
      .layout{grid-template-columns:1fr;}
      .desktopOnly{display:none;}
      .mobileOnly{display:inline-flex;}
      .panel.sidePanel{display:none;}
      .content{min-height: calc(100vh - 160px);}
    }