:root{--primary:#315cff;--purple:#7b3ff2;--gold:#f4b400;--text:#172033;--muted:#6b7280;--bg:#f5f7ff;--card:#fff;--border:#e8ecf8;--shadow:0 18px 50px rgba(31,45,90,.13)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.topbar{height:76px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 7%;position:sticky;top:0;z-index:20;box-shadow:0 8px 28px rgba(29,45,91,.08)}.brand{font-size:22px;font-weight:900;color:var(--primary)}nav{display:flex;gap:18px;align-items:center}.btn,button{border:0;background:linear-gradient(135deg,var(--primary),var(--purple));color:#fff;padding:13px 22px;border-radius:16px;font-weight:800;box-shadow:0 8px 0 #172a9a,0 18px 32px rgba(49,92,255,.25);cursor:pointer;transition:.2s}.btn:hover,button:hover{transform:translateY(-2px)}.btn.small{padding:9px 14px;border-radius:12px}.hero{padding:90px 7%;display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:center}.hero h1{font-size:56px;line-height:1.04;margin:0 0 18px}.hero p{font-size:19px;color:var(--muted)}.glass{background:linear-gradient(145deg,#fff,#eef3ff);border:1px solid var(--border);border-radius:34px;padding:34px;box-shadow:var(--shadow)}.grid{display:grid;gap:20px}.stats{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));padding:0 7% 35px}.stat-card,.feature,.proof-card,.panel{background:var(--card);border:1px solid var(--border);border-radius:26px;padding:24px;box-shadow:var(--shadow)}.stat-card{display:flex;gap:15px;align-items:center}.stat-card .icon{font-size:32px}.stat-card span{display:block;color:var(--muted);font-size:13px}.stat-card strong{font-size:26px}.section{padding:45px 7%}.section h2{font-size:34px}.features{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature h3{margin-top:0}.proofs{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.badge{display:inline-block;padding:6px 12px;border-radius:999px;background:#e9fff4;color:#067647;font-weight:800}.footer{margin-top:50px;background:#fff;padding:40px 7%;display:flex;justify-content:space-between;border-top:1px solid var(--border)}.layout{display:grid;grid-template-columns:270px 1fr;gap:24px;padding:28px 5%}.sidebar{background:linear-gradient(160deg,#fff,#eef3ff);border:1px solid var(--border);border-radius:30px;padding:22px;box-shadow:var(--shadow);height:max-content;position:sticky;top:100px}.side-title{font-weight:900;font-size:20px;margin-bottom:14px}.side-link{display:block;padding:14px 16px;border-radius:16px;margin:8px 0;font-weight:750;color:#2d3956}.side-link.active,.side-link:hover{background:linear-gradient(135deg,var(--primary),var(--purple));color:#fff;box-shadow:0 7px 0 #172a9a}.main{min-width:0}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:22px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.table th,.table td{padding:14px;border-bottom:1px solid var(--border);text-align:left}.form{display:grid;gap:14px}.input,select,textarea{width:100%;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fff}label{font-weight:800}.flash{margin:16px 7%;padding:14px;border-radius:16px;background:#eaf2ff}.flash.error{background:#ffecec}.flash.success{background:#eafff2}@media(max-width:850px){.hero,.layout{grid-template-columns:1fr}.hero h1{font-size:40px}.sidebar{position:static}.topbar{padding:0 4%;nav{gap:8px}}}

.auth-wrap{min-height:calc(100vh - 170px);display:grid;place-items:center;padding:48px 18px;background:radial-gradient(circle at top left,#eef4ff,transparent 35%),linear-gradient(135deg,#ffffff,#f7f8ff)}
.auth-card{width:min(560px,100%);background:rgba(255,255,255,.92);border:1px solid #e9ecff;border-radius:28px;padding:34px;box-shadow:0 25px 65px rgba(49,92,255,.16), inset 0 1px 0 #fff;position:relative;overflow:hidden}
.auth-card:before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;background:linear-gradient(135deg,#315cff,#7b3ff2);border-radius:50%;opacity:.10}
.auth-card h1{font-size:34px;margin:10px 0}.auth-card p{color:#667085}.auth-badge{display:inline-flex;padding:8px 13px;border-radius:99px;background:#eef2ff;color:#315cff;font-weight:800;font-size:13px}.auth-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.auth-links a{font-weight:800;color:#315cff}.btn-3d,button{background:linear-gradient(135deg,#315cff,#7b3ff2);color:#fff;border:0;border-radius:14px;padding:13px 18px;font-weight:900;box-shadow:0 9px 0 #1f318f,0 18px 28px rgba(49,92,255,.28);cursor:pointer;transform:translateY(0);transition:.18s}.btn-3d:hover,button:hover{transform:translateY(-2px)}.btn-3d:active,button:active{transform:translateY(5px);box-shadow:0 4px 0 #1f318f,0 10px 18px rgba(49,92,255,.22)}
.content-page{background:#fff;border:1px solid #edf0ff;border-radius:26px;padding:34px;box-shadow:0 18px 55px rgba(17,24,39,.08);max-width:980px;margin:auto}.content-page h1{font-size:38px}.page-body{line-height:1.8;color:#344054}.page-body h2,.page-body h3{color:#111827}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.footer-links a{color:#315cff;font-weight:700}.notice{background:#f0fdf4;border:1px solid #bbf7d0;padding:14px;border-radius:14px;margin-top:16px;word-break:break-word}.muted{font-size:13px;color:#667085}.info-card{background:linear-gradient(135deg,#f8fbff,#fff);border:1px solid #e9ecff;border-radius:18px;padding:18px;margin-top:18px}.admin-auth .auth-card{border-color:#d9d6ff}
@media(max-width:720px){.auth-card{padding:24px}.auth-card h1,.content-page h1{font-size:28px}.footer-links{margin:12px 0}}


.ad-slot{margin:18px auto;padding:12px;border:1px solid rgba(30,64,175,.12);border-radius:18px;background:linear-gradient(135deg,#ffffff,#f8fbff);box-shadow:0 14px 35px rgba(15,23,42,.08);max-width:1180px;text-align:center;overflow:hidden}.ad-slot iframe,.ad-slot img{max-width:100%}.form textarea.input{min-height:130px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.form small{color:#64748b;display:block;margin-top:-6px;margin-bottom:8px}

.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.2px}
.brand-logo{height:38px;max-width:190px;object-fit:contain;display:block}
.brand-mark{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#eef4ff,#fff7dc);box-shadow:0 10px 22px rgba(49,92,255,.18)}
.muted{color:#64748b}

/* ===== AUTH PREMIUM HARD FIX v3: fixes missing / cached layout on register/login/forgot/reset ===== */
body .auth-premium-wrap,
body .auth-wrap.premium-auth{
  width:100% !important;
  min-height:calc(100vh - 126px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:46px 7% !important;
  background:radial-gradient(circle at 12% 10%,rgba(49,92,255,.14),transparent 30%),radial-gradient(circle at 90% 15%,rgba(123,63,242,.12),transparent 30%),linear-gradient(180deg,#fff 0%,#f6f8ff 100%) !important;
  overflow:hidden !important;
}
body .auth-premium-wrap *,
body .auth-wrap.premium-auth *{box-sizing:border-box !important;}
body .auth-shell{
  width:min(1120px,100%) !important;
  max-width:1120px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,480px) !important;
  gap:28px !important;
  align-items:stretch !important;
}
body .auth-side{
  position:relative !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.25) !important;
  border-radius:32px !important;
  padding:38px !important;
  background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 56%,#06b6d4 100%) !important;
  color:#fff !important;
  box-shadow:0 24px 70px rgba(15,23,42,.18) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  min-height:560px !important;
}
body .auth-side:after{content:"" !important;position:absolute !important;right:-120px !important;bottom:-120px !important;width:320px !important;height:320px !important;border-radius:50% !important;background:rgba(255,255,255,.14) !important;}
body .auth-side>*{position:relative !important;z-index:1 !important;}
body .auth-side h2{font-size:clamp(32px,4vw,52px) !important;line-height:1.04 !important;margin:18px 0 16px !important;letter-spacing:-1.6px !important;color:#fff !important;}
body .auth-side p{font-size:17px !important;line-height:1.75 !important;color:rgba(255,255,255,.86) !important;max-width:640px !important;margin:0 !important;}
body .auth-gradient{color:#a7f3d0 !important;}
body .auth-badge{display:inline-flex !important;align-items:center !important;width:max-content !important;padding:8px 13px !important;border-radius:999px !important;background:#eff6ff !important;color:#1d4ed8 !important;border:1px solid #dbeafe !important;font-size:12px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.45px !important;margin-bottom:16px !important;}
body .auth-side .auth-badge{background:rgba(255,255,255,.16) !important;color:#fff !important;border-color:rgba(255,255,255,.25) !important;}
body .auth-benefits{display:grid !important;gap:12px !important;margin-top:26px !important;}
body .auth-benefit{display:flex !important;gap:10px !important;align-items:center !important;font-weight:800 !important;color:#fff !important;}
body .auth-check{display:grid !important;place-items:center !important;flex:0 0 24px !important;width:24px !important;height:24px !important;border-radius:50% !important;background:#22c55e !important;color:#fff !important;}
body .auth-mini-stats{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:12px !important;margin-top:28px !important;}
body .auth-mini-stat{border:1px solid rgba(255,255,255,.18) !important;background:rgba(255,255,255,.12) !important;border-radius:18px !important;padding:14px !important;}
body .auth-mini-stat strong{display:block !important;font-size:22px !important;color:#fff !important;line-height:1.2 !important;}
body .auth-mini-stat span{display:block !important;font-size:12px !important;color:rgba(255,255,255,.82) !important;font-weight:800 !important;line-height:1.4 !important;}
body .auth-card,
body .premium-auth-card{width:100% !important;max-width:480px !important;justify-self:end !important;align-self:center !important;background:#fff !important;border:1px solid #e2e8f0 !important;border-radius:28px !important;padding:34px !important;box-shadow:0 24px 70px rgba(15,23,42,.11) !important;position:relative !important;overflow:visible !important;}
body .auth-card:before{display:none !important;content:none !important;}
body .auth-card h1,body .premium-auth-card h1{margin:0 0 10px !important;color:#0f172a !important;font-size:clamp(30px,4vw,42px) !important;letter-spacing:-1.2px !important;line-height:1.1 !important;}
body .auth-card p,body .premium-auth-card p{color:#64748b !important;line-height:1.7 !important;margin:0 0 24px !important;}
body .auth-form,body .auth-card .form,body .premium-auth-card .form{display:grid !important;gap:16px !important;width:100% !important;}
body .auth-card label,body .premium-auth-card label{display:grid !important;gap:8px !important;color:#334155 !important;font-weight:800 !important;font-size:14px !important;}
body .auth-input,body .auth-card .input,body .premium-auth-card .input{width:100% !important;height:50px !important;min-height:50px !important;border-radius:14px !important;border:1px solid #dbe3ef !important;background:#f8fafc !important;color:#0f172a !important;padding:0 15px !important;outline:none !important;transition:.2s ease !important;box-shadow:none !important;}
body .auth-input:focus,body .auth-card .input:focus,body .premium-auth-card .input:focus{background:#fff !important;border-color:#2563eb !important;box-shadow:0 0 0 4px rgba(37,99,235,.10) !important;}
body .auth-submit,body .auth-card .btn-3d,body .premium-auth-card .btn-3d,body .auth-card button[type="submit"]{width:100% !important;min-height:52px !important;border:0 !important;border-radius:15px !important;padding:15px 22px !important;background:linear-gradient(135deg,#2563eb,#06b6d4) !important;color:#fff !important;font-weight:900 !important;font-size:16px !important;cursor:pointer !important;box-shadow:0 14px 28px rgba(37,99,235,.24) !important;display:block !important;text-align:center !important;transform:none !important;}
body .auth-links{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:12px 18px !important;margin-top:22px !important;}
body .auth-links a{color:#2563eb !important;font-weight:800 !important;text-decoration:none !important;}
body .auth-links a:hover{text-decoration:underline !important;}
body .g-recaptcha,body .cf-turnstile,body .h-captcha{max-width:100% !important;overflow:hidden !important;}
body .g-recaptcha iframe{max-width:100% !important;}
@media (max-width:980px){body .auth-premium-wrap,body .auth-wrap.premium-auth{padding:34px 4% !important;align-items:flex-start !important;}body .auth-shell{grid-template-columns:1fr !important;gap:20px !important;}body .auth-card,body .premium-auth-card{max-width:100% !important;justify-self:stretch !important;}body .auth-side{min-height:auto !important;}}
@media (max-width:640px){body .topbar{height:auto !important;min-height:76px !important;flex-wrap:wrap !important;gap:12px !important;padding:14px 4% !important;}body .topbar nav{width:100% !important;overflow-x:auto !important;gap:10px !important;padding-bottom:4px !important;}body .auth-premium-wrap,body .auth-wrap.premium-auth{padding:24px 14px !important;min-height:auto !important;}body .auth-card,body .premium-auth-card,body .auth-side{padding:22px !important;border-radius:22px !important;}body .auth-side h2{font-size:31px !important;letter-spacing:-1px !important;}body .auth-side p{font-size:15px !important;}body .auth-mini-stats{grid-template-columns:1fr !important;}body .auth-badge{font-size:11px !important;}}


/* ===== SIDEBAR/LAYOUT HARD FIX v4 ===== */
.layout{
  display:grid !important;
  grid-template-columns:290px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
  width:100% !important;
  max-width:1440px !important;
  margin:0 auto !important;
  padding:28px 5% !important;
}
.main,.content{min-width:0 !important;width:100% !important;}
.sidebar{
  width:100% !important;
  max-height:calc(100vh - 112px) !important;
  overflow:auto !important;
  background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%) !important;
  border:1px solid #e3e8f5 !important;
  border-radius:28px !important;
  padding:18px !important;
  box-shadow:0 22px 55px rgba(15,23,42,.10) !important;
  position:sticky !important;
  top:96px !important;
  z-index:10 !important;
}
.side-title{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  margin:0 0 14px !important;
  padding:0 4px 12px !important;
  font-size:18px !important;
  font-weight:950 !important;
  color:#0f172a !important;
  border-bottom:1px solid #e2e8f0 !important;
}
.side-link{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
  min-height:46px !important;
  padding:12px 14px !important;
  margin:7px 0 !important;
  border-radius:15px !important;
  border:1px solid #e6ebf7 !important;
  background:#fff !important;
  color:#23304d !important;
  font-weight:850 !important;
  line-height:1.2 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.04) !important;
  text-decoration:none !important;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease !important;
}
.side-link:hover{
  transform:translateY(-2px) !important;
  color:#fff !important;
  background:linear-gradient(135deg,#315cff,#7b3ff2) !important;
  border-color:transparent !important;
  box-shadow:0 8px 0 #172a9a,0 18px 28px rgba(49,92,255,.22) !important;
}
.side-link.active{
  color:#fff !important;
  background:linear-gradient(135deg,#315cff,#7b3ff2) !important;
  border-color:transparent !important;
  box-shadow:0 8px 0 #172a9a,0 18px 28px rgba(49,92,255,.22) !important;
}
.side-ico{display:inline-grid !important;place-items:center !important;flex:0 0 24px !important;width:24px !important;height:24px !important;font-size:17px !important;}
.logout-link{margin-top:16px !important;background:#fff1f2 !important;color:#be123c !important;border-color:#ffe4e6 !important;}
.logout-link:hover{background:linear-gradient(135deg,#ef4444,#be123c) !important;color:#fff !important;box-shadow:0 8px 0 #7f1d1d,0 18px 28px rgba(239,68,68,.22) !important;}
.panel,.table-card,.card,.stat-card,.feature,.proof-card{overflow:hidden !important;}
.table-card{background:#fff;border:1px solid #e8ecf8;border-radius:24px;padding:22px;box-shadow:0 18px 50px rgba(31,45,90,.10);overflow:auto !important;}
table,.table{width:100% !important;border-collapse:collapse !important;}
th,td,.table th,.table td{padding:13px 14px !important;border-bottom:1px solid #e8ecf8 !important;text-align:left !important;vertical-align:middle !important;}
.btn.danger,button.danger,.danger{background:linear-gradient(135deg,#ef4444,#be123c) !important;box-shadow:0 8px 0 #7f1d1d,0 18px 28px rgba(239,68,68,.22) !important;color:#fff !important;}
.alert{margin:16px 7%;padding:14px 18px;border-radius:16px;background:#eaf2ff;color:#1e3a8a;font-weight:750;border:1px solid #bfdbfe;}
.alert.error{background:#fff1f2;color:#be123c;border-color:#fecdd3;}
.alert.success{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.topbar nav a{white-space:nowrap;}
@media(max-width:980px){
  .layout{grid-template-columns:1fr !important;padding:20px 4% !important;}
  .sidebar{position:relative !important;top:auto !important;max-height:none !important;display:grid !important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) !important;gap:8px !important;padding:14px !important;}
  .side-title{grid-column:1/-1 !important;margin-bottom:4px !important;}
  .side-link{margin:0 !important;min-height:44px !important;justify-content:flex-start !important;}
}
@media(max-width:640px){
  .topbar{height:auto !important;min-height:76px !important;flex-wrap:wrap !important;gap:12px !important;padding:14px 4% !important;}
  .topbar nav{width:100% !important;overflow-x:auto !important;gap:10px !important;padding-bottom:4px !important;}
  .layout{padding:16px 12px !important;gap:16px !important;}
  .sidebar{grid-template-columns:1fr 1fr !important;border-radius:22px !important;}
  .side-link{font-size:13px !important;padding:10px !important;}
  .side-ico{flex-basis:20px !important;width:20px !important;font-size:15px !important;}
  .footer{display:block !important;}
}


/* ===== COMPACT COLORED DASHBOARD STATUS CARDS ===== */
.dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 18px}
.dashboard-head h1{margin:0;font-size:32px;letter-spacing:-.6px;color:#0f172a}
.dashboard-head p{margin:7px 0 0;color:#64748b;font-size:14px;line-height:1.55}
.cards.dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(175px,1fr)) !important;gap:12px !important;margin-bottom:22px !important}
.card.status-card{position:relative;display:flex;align-items:center;gap:11px;min-height:92px;padding:14px 15px !important;border:0 !important;border-radius:18px !important;color:#fff !important;box-shadow:0 15px 32px rgba(15,23,42,.13) !important;overflow:hidden !important;isolation:isolate}
.card.status-card:before{content:"";position:absolute;right:-24px;top:-34px;width:92px;height:92px;border-radius:999px;background:rgba(255,255,255,.18);z-index:-1}
.card.status-card:after{content:"";position:absolute;left:-38px;bottom:-50px;width:100px;height:100px;border-radius:999px;background:rgba(255,255,255,.11);z-index:-1}
.card.status-card .card-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.20);font-size:22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}
.card.status-card .card-copy{min-width:0}
.card.status-card span{display:block;color:rgba(255,255,255,.86) !important;font-size:11px !important;font-weight:850;text-transform:uppercase;letter-spacing:.35px;line-height:1.25;margin-bottom:4px}
.card.status-card strong{display:block;color:#fff !important;font-size:22px !important;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.cards .status-card:nth-child(8n+1){background:linear-gradient(135deg,#2563eb,#7c3aed) !important}
.cards .status-card:nth-child(8n+2){background:linear-gradient(135deg,#059669,#10b981) !important}
.cards .status-card:nth-child(8n+3){background:linear-gradient(135deg,#f59e0b,#f97316) !important}
.cards .status-card:nth-child(8n+4){background:linear-gradient(135deg,#dc2626,#f43f5e) !important}
.cards .status-card:nth-child(8n+5){background:linear-gradient(135deg,#7c3aed,#db2777) !important}
.cards .status-card:nth-child(8n+6){background:linear-gradient(135deg,#0891b2,#06b6d4) !important}
.cards .status-card:nth-child(8n+7){background:linear-gradient(135deg,#4f46e5,#0ea5e9) !important}
.cards .status-card:nth-child(8n+8){background:linear-gradient(135deg,#0f766e,#14b8a6) !important}
@media(max-width:640px){.dashboard-head h1{font-size:26px}.cards.dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}.card.status-card{min-height:82px;padding:12px !important;border-radius:16px !important}.card.status-card .card-icon{width:36px;height:36px;flex-basis:36px;font-size:19px}.card.status-card strong{font-size:18px !important}.card.status-card span{font-size:10px !important}}


/* Compact colored dashboard/activity statistic cards */
.dashboard-head{margin-bottom:14px}
.dashboard-head h1,.main>h1{margin-bottom:8px}
.dashboard-cards,.stats.activity-stat-cards{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(170px,1fr)) !important;gap:14px !important;margin:16px 0 24px !important;padding:0 !important}
.card.status-card,.activity-stat-cards .card.status-card{position:relative !important;display:flex !important;align-items:center !important;gap:12px !important;min-height:96px !important;padding:16px !important;border:0 !important;border-radius:20px !important;color:#fff !important;box-shadow:0 18px 34px rgba(15,23,42,.16) !important;overflow:hidden !important;isolation:isolate !important}
.card.status-card:before{content:"";position:absolute;right:-26px;top:-34px;width:96px;height:96px;border-radius:999px;background:rgba(255,255,255,.20);z-index:-1}
.card.status-card:after{content:"";position:absolute;left:-42px;bottom:-52px;width:108px;height:108px;border-radius:999px;background:rgba(255,255,255,.12);z-index:-1}
.card.status-card .card-icon{display:grid !important;place-items:center !important;flex:0 0 44px !important;width:44px !important;height:44px !important;border-radius:16px !important;background:rgba(255,255,255,.22) !important;font-size:23px !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.30) !important}
.card.status-card .card-copy{min-width:0 !important;display:flex !important;flex-direction:column !important;gap:3px !important}
.card.status-card span{display:block !important;color:rgba(255,255,255,.88) !important;font-size:11px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.35px !important;line-height:1.25 !important}
.card.status-card strong{display:block !important;color:#fff !important;font-size:24px !important;line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.dashboard-cards .status-card:nth-child(8n+1),.activity-stat-cards .status-card:nth-child(6n+1){background:linear-gradient(135deg,#2563eb,#7c3aed) !important}
.dashboard-cards .status-card:nth-child(8n+2),.activity-stat-cards .status-card:nth-child(6n+2){background:linear-gradient(135deg,#059669,#10b981) !important}
.dashboard-cards .status-card:nth-child(8n+3),.activity-stat-cards .status-card:nth-child(6n+3){background:linear-gradient(135deg,#f59e0b,#f97316) !important}
.dashboard-cards .status-card:nth-child(8n+4),.activity-stat-cards .status-card:nth-child(6n+4){background:linear-gradient(135deg,#dc2626,#f43f5e) !important}
.dashboard-cards .status-card:nth-child(8n+5),.activity-stat-cards .status-card:nth-child(6n+5){background:linear-gradient(135deg,#7c3aed,#db2777) !important}
.dashboard-cards .status-card:nth-child(8n+6),.activity-stat-cards .status-card:nth-child(6n+6){background:linear-gradient(135deg,#0891b2,#06b6d4) !important}
.dashboard-cards .status-card:nth-child(8n+7){background:linear-gradient(135deg,#4f46e5,#0ea5e9) !important}
.dashboard-cards .status-card:nth-child(8n+8){background:linear-gradient(135deg,#0f766e,#14b8a6) !important}
.article-page .article-card{border-radius:22px;padding:20px;background:linear-gradient(145deg,#ffffff,#f4f7ff);border:1px solid var(--border);box-shadow:var(--shadow)}
.article-page .article-reader{max-width:980px}.article-page .article-content{font-size:16px;line-height:1.8}.article-page .timer-box{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:12px 0;padding:12px 14px;border-radius:16px;background:#eef4ff;border:1px solid #dbe6ff}.article-page #nextBtn{margin-top:16px}.article-page .locked-note{font-size:13px;color:var(--muted);margin-top:10px}
@media(max-width:640px){.dashboard-cards,.stats.activity-stat-cards{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}.card.status-card{min-height:84px !important;padding:12px !important;border-radius:17px !important}.card.status-card .card-icon{width:36px !important;height:36px !important;flex-basis:36px !important;font-size:19px !important}.card.status-card strong{font-size:18px !important}.card.status-card span{font-size:9.5px !important}}

.article-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.article-card{border-radius:18px;padding:18px;box-shadow:0 12px 26px rgba(15,23,42,.08)}.article-reader{max-width:960px;margin:0 auto}.article-content{font-size:16px;line-height:1.85;min-height:65vh;padding:24px;border-radius:18px}.article-ads{overflow:hidden}.timer-box{position:sticky;top:78px;z-index:5;background:linear-gradient(135deg,#eef2ff,#fff);border:1px solid #dbe4ff;border-radius:16px;padding:12px 14px;margin:12px 0;box-shadow:0 10px 20px rgba(15,23,42,.08)}.timer-box.timer-started{border-color:#4f46e5}.locked-note{font-size:13px;color:#64748b;margin-top:8px}#nextBtn{margin-top:8px}
