:root{
  --p:#6d28d9;
  --p2:#9333ea;
  --p3:#c084fc;
  --bg:#f7f4ff;
  --ink:#20113f;
  --muted:#7a6a98;
  --card:#ffffff;
  --line:#eadcff;
  --green:#16a34a;
  --red:#dc2626;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Tahoma,Arial,sans-serif;
  background:var(--bg);
  color:var(--ink);
}
a{text-decoration:none;color:inherit}

/* Public landing */
.sdm-home{
  min-height:100vh;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 18%,rgba(147,51,234,.20),transparent 28%),
    radial-gradient(circle at 82% 72%,rgba(109,40,217,.18),transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#fbf8ff 42%,#f0e6ff 100%);
}
.sdm-home:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(109,40,217,.055) 1px, transparent 1px),
    linear-gradient(90deg,rgba(109,40,217,.055) 1px, transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.sdm-bg-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(22px);
  opacity:.7;
}
.orb-1{
  width:360px;height:360px;
  background:#d8b4fe;
  left:-110px;top:110px;
}
.orb-2{
  width:440px;height:440px;
  background:#ede9fe;
  right:-140px;bottom:-100px;
}
.sdm-header{
  width:min(1180px,92%);
  margin:22px auto 0;
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,.75);
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(22px);
  border-radius:26px;
  box-shadow:0 24px 70px rgba(109,40,217,.12);
}
.sdm-brand{display:flex;align-items:center;gap:12px}
.sdm-brand-icon{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,var(--p),var(--p2));
  color:white;
  font-weight:900;
  font-size:24px;
  box-shadow:0 14px 28px rgba(109,40,217,.28);
}
.sdm-brand strong{display:block;font-size:23px;letter-spacing:.5px}
.sdm-brand span{display:block;font-size:10px;color:var(--muted);letter-spacing:1.4px}
.sdm-nav{display:flex;gap:26px;color:#5d4b7e;font-weight:700}
.sdm-nav a:hover{color:var(--p)}
.sdm-actions{display:flex;align-items:center;gap:12px}
.sdm-lang{
  font-size:12px;
  color:var(--p);
  font-weight:800;
  background:#f3e8ff;
  padding:9px 11px;
  border-radius:999px;
}
.sdm-login{
  color:white;
  background:linear-gradient(135deg,var(--p),var(--p2));
  padding:12px 20px;
  border-radius:15px;
  font-weight:800;
  box-shadow:0 12px 24px rgba(109,40,217,.28);
}
.sdm-hero{
  position:relative;
  z-index:2;
  width:min(1180px,92%);
  margin:70px auto 0;
  display:grid;
  grid-template-columns:1fr 1.06fr;
  gap:60px;
  align-items:center;
}
.sdm-copy{text-align:right}
.sdm-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--p);
  font-weight:900;
  background:white;
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 16px;
  box-shadow:0 16px 35px rgba(109,40,217,.10);
}
.sdm-copy h1{
  font-size:64px;
  line-height:1.08;
  margin:22px 0 18px;
  letter-spacing:-1.6px;
}
.sdm-copy p{
  font-size:19px;
  line-height:2;
  color:var(--muted);
  max-width:650px;
}
.sdm-cta{display:flex;gap:14px;margin-top:28px}
.sdm-btn{
  padding:15px 24px;
  border-radius:17px;
  font-weight:900;
}
.sdm-btn.primary{
  color:white;
  background:linear-gradient(135deg,var(--p),var(--p2));
  box-shadow:0 20px 35px rgba(109,40,217,.25);
}
.sdm-btn.ghost{
  background:white;
  color:var(--p);
  border:1px solid var(--line);
}
.sdm-trust{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.sdm-trust div{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(234,220,255,.9);
  border-radius:22px;
  padding:18px;
  box-shadow:0 18px 40px rgba(109,40,217,.10);
}
.sdm-trust b{
  display:block;
  color:var(--p);
  font-size:24px;
}
.sdm-trust span{
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
.sdm-showcase{
  position:relative;
  min-height:560px;
}
.mock-window{
  position:absolute;
  inset:20px 0 auto auto;
  width:100%;
  max-width:620px;
  min-height:465px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(24px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:34px;
  box-shadow:0 35px 100px rgba(70,21,130,.22);
  overflow:hidden;
}
.mock-top{
  height:58px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 24px;
  border-bottom:1px solid var(--line);
}
.mock-top span{
  width:12px;height:12px;border-radius:50%;
  background:#d8b4fe;
}
.mock-content{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:22px;
  padding:24px;
}
.mock-side{
  background:#f7f0ff;
  border-radius:25px;
  padding:20px;
}
.mock-side div{
  height:36px;
  background:white;
  border-radius:12px;
  margin-bottom:14px;
  border:1px solid var(--line);
}
.mock-main{padding-top:4px}
.mock-title{
  width:65%;
  height:34px;
  border-radius:999px;
  background:linear-gradient(90deg,#7c3aed,#c084fc);
  margin-bottom:22px;
}
.mock-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.mock-cards div{
  height:92px;
  border-radius:20px;
  background:white;
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(109,40,217,.08);
}
.mock-chart{
  height:190px;
  margin-top:22px;
  padding:24px;
  display:flex;
  align-items:end;
  gap:16px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#f3e8ff);
  border:1px solid var(--line);
}
.mock-chart i{
  flex:1;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,var(--p2),var(--p3));
}
.floating-card{
  position:absolute;
  z-index:3;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
  border-radius:24px;
  padding:18px 22px;
  box-shadow:0 25px 60px rgba(109,40,217,.18);
}
.floating-card small{
  display:block;
  color:var(--muted);
  margin-bottom:6px;
}
.floating-card b{color:var(--p);font-size:18px}
.fc-1{left:8px;top:72px}
.fc-2{right:24px;bottom:36px}
.sdm-section{
  padding:95px 7%;
  background:white;
}
.section-title{
  max-width:760px;
  margin:auto;
  text-align:center;
}
.section-title span{
  color:var(--p);
  font-weight:900;
}
.section-title h2{
  font-size:42px;
  margin:12px 0;
}
.section-title p{
  color:var(--muted);
  line-height:1.9;
  font-size:18px;
}
.sdm-values{
  max-width:1120px;
  margin:40px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.sdm-value{
  padding:30px;
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(180deg,#fff,#fbf8ff);
  box-shadow:0 20px 55px rgba(109,40,217,.10);
}
.sdm-value b{font-size:30px;color:var(--p)}
.sdm-value p{color:var(--muted);line-height:1.8}

/* old app/admin styles */
.btn{background:linear-gradient(135deg,var(--p),var(--p2));color:white;padding:12px 24px;border-radius:10px;border:0;cursor:pointer;box-shadow:0 10px 25px #6d28d944}
.btn.white{background:white;color:var(--p)}
.logo{font-weight:900;font-size:28px;letter-spacing:1px}.logo small{display:block;font-size:11px;opacity:.8}
.auth-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(120deg,#fdfbff,#efe7ff)}
.auth-card{width:min(460px,92vw);background:white;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 18px 50px #6d28d91c}
.input,select,textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;margin:8px 0 14px;background:#fff}
.layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}
.sidebar{background:white;border-left:1px solid var(--line);padding:24px;position:sticky;top:0;height:100vh}
.side-user{display:flex;gap:12px;align-items:center;margin:20px 0}
.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ddd,#fff);border:3px solid #d8b4fe}
.menu a{display:block;padding:12px 14px;border-radius:12px;color:#4b2e83;margin-bottom:6px}
.menu a:hover,.menu a.active{background:#eee7ff;color:var(--p)}
.topbar{height:74px;background:white;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 28px}
.content{padding:28px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 30px #6d28d912}
.stat b{display:block;font-size:24px;color:var(--p);margin-top:8px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product img{width:100%;height:140px;object-fit:cover;border-radius:14px;background:#eee}
.package{min-height:250px;text-align:center}
.package.featured{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:white;transform:scale(1.02)}
.table{width:100%;border-collapse:collapse}
.table th,.table td{padding:13px;border-bottom:1px solid var(--line);text-align:right}
.badge{padding:6px 10px;border-radius:20px;background:#eee7ff;color:var(--p);font-size:12px}
.alert{padding:14px;border-radius:12px;margin:10px 0}
.alert.ok{background:#dcfce7;color:#166534}.alert.err{background:#fee2e2;color:#991b1b}

@media(max-width:900px){
  .sdm-header{border-radius:20px}
  .sdm-nav{display:none}
  .sdm-actions .sdm-lang{display:none}
  .sdm-hero{grid-template-columns:1fr;margin-top:45px}
  .sdm-copy h1{font-size:40px}
  .sdm-cta{flex-direction:column}
  .sdm-trust{grid-template-columns:1fr}
  .sdm-showcase{min-height:440px}
  .mock-window{position:relative;max-width:100%;min-height:360px}
  .mock-content{grid-template-columns:1fr}
  .mock-side{display:none}
  .floating-card{display:none}
  .sdm-values{grid-template-columns:1fr}
  .layout{grid-template-columns:1fr}
  .sidebar{position:relative;height:auto}
  .grid,.two,.products{grid-template-columns:1fr}
}
/* AUTH FIX - Premium responsive */
.auth-page{
  min-height:100vh !important;
  display:grid !important;
  grid-template-columns:1fr 520px !important;
  align-items:center !important;
  gap:40px !important;
  padding:40px 7% !important;
  background:
    radial-gradient(circle at 20% 20%,rgba(147,51,234,.20),transparent 28%),
    linear-gradient(135deg,#fff,#f4edff) !important;
}

.auth-art{
  padding:0 !important;
  max-width:620px !important;
}

.auth-back{
  position:static !important;
  display:inline-block !important;
  margin-bottom:28px !important;
}

.auth-panel{
  width:100% !important;
  max-width:520px !important;
  margin:0 !important;
  padding:36px !important;
  border-radius:32px !important;
  background:rgba(255,255,255,.92) !important;
  box-shadow:0 30px 90px rgba(109,40,217,.18) !important;
  border:1px solid #eadcff !important;
}

.auth-panel .input{
  height:52px !important;
  border-radius:15px !important;
  margin:8px 0 18px !important;
  font-size:15px !important;
}

.auth-panel h2{
  font-size:30px !important;
  margin:12px 0 24px !important;
}

.auth-row{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:12px !important;
  margin:4px 0 20px !important;
}

.auth-row a{
  color:var(--p) !important;
  font-weight:800 !important;
}

.auth-submit{
  width:100% !important;
  height:52px !important;
  border-radius:16px !important;
}

@media(max-width:900px){
  .auth-page{
    grid-template-columns:1fr !important;
    padding:24px 18px !important;
    gap:22px !important;
  }

  .auth-art{
    text-align:center !important;
    margin:auto !important;
  }

  .auth-brand{
    justify-content:center !important;
  }

  .auth-art h1{
    font-size:32px !important;
  }

  .auth-art p{
    font-size:16px !important;
    line-height:1.8 !important;
  }

  .auth-panel{
    max-width:100% !important;
    padding:24px !important;
    border-radius:24px !important;
  }

  .auth-row{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
} 
/* top area improvements */

.auth-art{
  position:relative !important;
}

.auth-back{
  position:absolute !important;
  top:-10px !important;
  right:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:12px 18px !important;
  background:#ffffffcc !important;
  backdrop-filter:blur(10px) !important;
  border:1px solid #eadcff !important;
  border-radius:14px !important;
  font-weight:800 !important;
  color:var(--p) !important;
  box-shadow:0 10px 25px rgba(109,40,217,.10) !important;
  transition:.25s !important;
}

.auth-back:hover{
  transform:translateY(-2px) !important;
  background:white !important;
}

.auth-brand{
  position:absolute !important;
  top:80px !important;
  left:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
}

.sdm-brand-icon{
  width:58px !important;
  height:58px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#7c3aed,#a855f7) !important;
  display:grid !important;
  place-items:center !important;
  color:white !important;
  font-size:30px !important;
  font-weight:900 !important;
  box-shadow:0 15px 35px rgba(124,58,237,.35) !important;
}

.auth-brand strong{
  font-size:22px !important;
  color:#241047 !important;
}

.auth-brand span{
  display:block !important;
  color:#7c6f99 !important;
  margin-top:2px !important;
  letter-spacing:1px !important;
}

/* mobile */

@media(max-width:900px){

  .auth-art{
    padding-top:110px !important;
  }

  .auth-brand{
    position:absolute !important;
    top:20px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
  }

  .auth-back{
    top:20px !important;
    right:0 !important;
    font-size:13px !important;
    padding:10px 14px !important;
  }

  .sdm-brand-icon{
    width:48px !important;
    height:48px !important;
    font-size:24px !important;
  }

  .auth-brand strong{
    font-size:18px !important;
  }

  .auth-brand span{
    font-size:10px !important;
  }
}
/* MOBILE AUTH FINAL FIX */

@media(max-width:900px){

  .auth-page{
    padding:18px 14px 40px !important;
    gap:12px !important;
  }

  .auth-art{
    padding-top:72px !important;
    text-align:center !important;
  }

  .auth-brand{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    transform:none !important;
    justify-content:center !important;
    margin-bottom:18px !important;
  }

  .auth-back{
    position:absolute !important;
    top:10px !important;
    right:0 !important;
    z-index:5 !important;
    padding:10px 14px !important;
    font-size:13px !important;
  }

  .auth-art h1{
    font-size:26px !important;
    margin-bottom:12px !important;
  }

  .auth-art p{
    font-size:15px !important;
    line-height:1.9 !important;
    max-width:100% !important;
  }

  .auth-panel{
    margin-top:6px !important;
    padding:22px !important;
    border-radius:24px !important;
  }

  .auth-panel h2{
    font-size:22px !important;
  }

  .auth-panel .input{
    height:50px !important;
    font-size:14px !important;
  }

  .auth-submit{
    height:50px !important;
    font-size:15px !important;
  }

  .auth-row{
    flex-direction:row !important;
    align-items:center !important;
  }
}
/* REGISTER DESKTOP POLISH */
@media(min-width:901px){
  .register-page{
    grid-template-columns:440px minmax(620px,820px) !important;
    justify-content:center !important;
    align-items:center !important;
  }

  .register-page .auth-panel{
    max-width:820px !important;
  }

  .register-page .auth-art h1{
    font-size:42px !important;
  }

  .register-page .auth-art p{
    font-size:18px !important;
  }
}

.terms{
  align-items:flex-start !important;
  line-height:1.8 !important;
  margin-top:12px !important;
}

.terms a{
  color:var(--p) !important;
  font-weight:900 !important;
  text-decoration:underline !important;
}
/* REGISTER LAYOUT FINAL FIX */
@media(min-width:901px){
  .register-page{
    grid-template-columns:minmax(520px,760px) 420px !important;
    gap:70px !important;
    align-items:center !important;
  }

  .register-page .auth-panel{
    order:1 !important;
    max-width:760px !important;
    width:100% !important;
  }

  .register-page .auth-art{
    order:2 !important;
    min-height:520px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }

  .register-page .auth-brand{
    position:static !important;
    transform:none !important;
    margin:0 0 26px !important;
    justify-content:center !important;
  }

  .register-page .auth-back{
    top:0 !important;
    right:0 !important;
  }

  .register-page .auth-art h1{
    font-size:42px !important;
    line-height:1.2 !important;
    margin:0 0 18px !important;
  }

  .register-page .auth-art p{
    max-width:360px !important;
    margin:0 auto !important;
    line-height:1.9 !important;
  }
}
/* LOGIN DESKTOP FINAL FIX */
@media(min-width:901px){
  .auth-page:not(.register-page){
    grid-template-columns:minmax(420px,560px) 460px !important;
    gap:90px !important;
    justify-content:center !important;
    align-items:center !important;
  }

  .auth-page:not(.register-page) .auth-panel{
    order:1 !important;
    max-width:520px !important;
    width:100% !important;
  }

  .auth-page:not(.register-page) .auth-art{
    order:2 !important;
    min-height:430px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }

  .auth-page:not(.register-page) .auth-brand{
    position:static !important;
    transform:none !important;
    margin:0 0 26px !important;
    justify-content:center !important;
  }

  .auth-page:not(.register-page) .auth-back{
    top:0 !important;
    right:0 !important;
  }

  .auth-page:not(.register-page) .auth-art h1{
    font-size:42px !important;
    line-height:1.2 !important;
    margin:0 0 18px !important;
  }

  .auth-page:not(.register-page) .auth-art p{
    max-width:390px !important;
    margin:0 auto !important;
    line-height:1.9 !important;
  }
}
/* USER DASHBOARD PREMIUM */
.user-dash{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.dash-hero-card{
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:34px;
  border-radius:30px;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.25),transparent 28%),
    linear-gradient(135deg,#6d28d9,#9333ea);
  color:white;
  box-shadow:0 25px 70px rgba(109,40,217,.24);
}

.dash-hero-card:after{
  content:"";
  position:absolute;
  width:300px;height:300px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  left:-80px;top:-90px;
}

.dash-welcome{
  display:inline-block;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.25);
  padding:8px 14px;
  border-radius:999px;
  font-weight:900;
}

.dash-hero-card h2{
  margin:14px 0 8px;
  font-size:34px;
}

.dash-hero-card p{
  margin:0;
  opacity:.9;
  line-height:1.8;
}

.dash-profile-chip{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  padding:14px 18px;
  border-radius:22px;
  backdrop-filter:blur(16px);
}

.avatar.big{
  width:62px;
  height:62px;
  border-color:white;
}

.dash-profile-chip b{display:block}
.dash-profile-chip span{font-size:12px;opacity:.8}

.wallet-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.wallet-card{
  min-height:160px;
  padding:24px;
  border-radius:26px;
  background:white;
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(109,40,217,.10);
  position:relative;
  overflow:hidden;
}

.wallet-card:after{
  content:"";
  position:absolute;
  width:110px;height:110px;
  border-radius:50%;
  background:#f3e8ff;
  left:-30px;bottom:-30px;
}

.wallet-card span{
  color:var(--muted);
  font-weight:900;
  font-size:12px;
}

.wallet-card b{
  display:block;
  margin:14px 0 8px;
  font-size:28px;
  color:var(--p);
}

.wallet-card small{
  color:var(--muted);
  line-height:1.7;
}

.wallet-card.available b{color:#16a34a}
.wallet-card.pending b{color:#f59e0b}
.wallet-card.team b{color:#2563eb}

.dash-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.dash-card{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:26px;
  box-shadow:0 18px 45px rgba(109,40,217,.10);
}

.card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
}

.dash-card span,
.card-head span{
  color:var(--p);
  font-weight:900;
  font-size:12px;
}

.dash-card h3{
  margin:6px 0 12px;
  font-size:22px;
}

.dash-card p{
  color:var(--muted);
  line-height:1.8;
}

.mini-btn{
  border:0;
  background:#f3e8ff;
  color:var(--p);
  font-weight:900;
  border-radius:14px;
  padding:10px 16px;
  cursor:pointer;
}

.release-badge{
  display:inline-block;
  margin-top:10px;
  background:#f3e8ff;
  color:var(--p);
  padding:10px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
}

.fake-chart{
  height:220px;
  display:flex;
  align-items:end;
  gap:14px;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg,#faf5ff,#fff);
  border:1px solid var(--line);
}

.fake-chart i{
  flex:1;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,#9333ea,#c084fc);
  box-shadow:0 8px 20px rgba(147,51,234,.18);
}

.bonus-timer{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:18px 0;
}

.bonus-timer div{
  text-align:center;
  padding:16px;
  border-radius:18px;
  background:#faf5ff;
  border:1px solid var(--line);
}

.bonus-timer b{
  display:block;
  color:var(--p);
  font-size:26px;
}

.bonus-timer small{
  color:var(--muted);
}

@media(max-width:900px){
  .dash-hero-card{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
  }

  .dash-hero-card h2{
    font-size:26px;
  }

  .wallet-grid,
  .dash-two{
    grid-template-columns:1fr;
  }

  .wallet-card{
    min-height:auto;
  }

  .fake-chart{
    height:180px;
    gap:8px;
    padding:16px;
  }
}
/* USER DASHBOARD PREMIUM */
.user-dash{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.dash-hero-card{
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:34px;
  border-radius:30px;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.25),transparent 28%),
    linear-gradient(135deg,#6d28d9,#9333ea);
  color:white;
  box-shadow:0 25px 70px rgba(109,40,217,.24);
}

.dash-hero-card:after{
  content:"";
  position:absolute;
  width:300px;height:300px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  left:-80px;top:-90px;
}

.dash-welcome{
  display:inline-block;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.25);
  padding:8px 14px;
  border-radius:999px;
  font-weight:900;
}

.dash-hero-card h2{
  margin:14px 0 8px;
  font-size:34px;
}

.dash-hero-card p{
  margin:0;
  opacity:.9;
  line-height:1.8;
}

.dash-profile-chip{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  padding:14px 18px;
  border-radius:22px;
  backdrop-filter:blur(16px);
}

.avatar.big{
  width:62px;
  height:62px;
  border-color:white;
}

.dash-profile-chip b{display:block}
.dash-profile-chip span{font-size:12px;opacity:.8}

.wallet-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.wallet-card{
  min-height:160px;
  padding:24px;
  border-radius:26px;
  background:white;
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(109,40,217,.10);
  position:relative;
  overflow:hidden;
}

.wallet-card:after{
  content:"";
  position:absolute;
  width:110px;height:110px;
  border-radius:50%;
  background:#f3e8ff;
  left:-30px;bottom:-30px;
}

.wallet-card span{
  color:var(--muted);
  font-weight:900;
  font-size:12px;
}

.wallet-card b{
  display:block;
  margin:14px 0 8px;
  font-size:28px;
  color:var(--p);
}

.wallet-card small{
  color:var(--muted);
  line-height:1.7;
}

.wallet-card.available b{color:#16a34a}
.wallet-card.pending b{color:#f59e0b}
.wallet-card.team b{color:#2563eb}

.dash-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.dash-card{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:26px;
  box-shadow:0 18px 45px rgba(109,40,217,.10);
}

.card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
}

.dash-card span,
.card-head span{
  color:var(--p);
  font-weight:900;
  font-size:12px;
}

.dash-card h3{
  margin:6px 0 12px;
  font-size:22px;
}

.dash-card p{
  color:var(--muted);
  line-height:1.8;
}

.mini-btn{
  border:0;
  background:#f3e8ff;
  color:var(--p);
  font-weight:900;
  border-radius:14px;
  padding:10px 16px;
  cursor:pointer;
}

.release-badge{
  display:inline-block;
  margin-top:10px;
  background:#f3e8ff;
  color:var(--p);
  padding:10px 14px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
}

.fake-chart{
  height:220px;
  display:flex;
  align-items:end;
  gap:14px;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg,#faf5ff,#fff);
  border:1px solid var(--line);
}

.fake-chart i{
  flex:1;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,#9333ea,#c084fc);
  box-shadow:0 8px 20px rgba(147,51,234,.18);
}

.bonus-timer{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:18px 0;
}

.bonus-timer div{
  text-align:center;
  padding:16px;
  border-radius:18px;
  background:#faf5ff;
  border:1px solid var(--line);
}

.bonus-timer b{
  display:block;
  color:var(--p);
  font-size:26px;
}

.bonus-timer small{
  color:var(--muted);
}

@media(max-width:900px){
  .dash-hero-card{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
  }

  .dash-hero-card h2{
    font-size:26px;
  }

  .wallet-grid,
  .dash-two{
    grid-template-columns:1fr;
  }

  .wallet-card{
    min-height:auto;
  }

  .fake-chart{
    height:180px;
    gap:8px;
    padding:16px;
  }
}