body.dashboard-role-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(2,183,254,.10), transparent 30%),
    radial-gradient(circle at 82% 4%, rgba(3,77,248,.10), transparent 34%),
    #050505;
  color:#fff;
}
body.dashboard-role-page .xn-dashboard-nav{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  flex-direction:row!important;
  align-items:center!important;
  padding:14px min(36px,4vw);
  background:rgba(3,3,3,.94);
}
body.dashboard-role-page .xn-dashboard-nav nav{margin-left:auto;min-width:0;}
body.dashboard-role-page .xn-unified-nav-links{gap:18px;justify-content:flex-end;overflow:visible;width:auto;padding:0;}
body.dashboard-role-page .xn-settings-wrap{margin-left:8px;}
body.dashboard-role-page .xn-settings-dropdown{right:0!important;left:auto!important;}
body.dashboard-role-page .xn-brand img{width:58px;height:58px;}
body.dashboard-role-page .xn-brand-text strong{font-size:21px;}
body.dashboard-role-page .xn-brand-text span{font-size:12px;letter-spacing:.08em;}
.dash-shell{
  width:min(1560px,calc(100% - 40px));
  margin:0 auto;
  padding:42px 0 70px;
  display:grid;
  gap:24px;
}
.dash-hero,.dashboard-panel,.tools-grid,.dash-status-grid article{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(145deg,rgba(17,20,22,.92),rgba(7,8,9,.98));
  box-shadow:0 24px 80px rgba(0,0,0,.38);
}
.dash-hero{
  position:relative;
  overflow:hidden;
  min-height:340px;
  border-radius:34px;
  padding:54px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  align-items:center;
  gap:32px;
}
.dash-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(2,183,254,.10),transparent 38%,rgba(0,255,136,.05));
  pointer-events:none;
}
.dash-hero>*{position:relative;}
.hero-copy h1{
  margin:12px 0 18px;
  max-width:980px;
  font-size:clamp(44px,6vw,86px);
  line-height:.98;
  letter-spacing:-.055em;
  background:linear-gradient(180deg,#fff,#d8d8d8,#a8a8a8);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hero-copy p:not(.micro-label){
  margin:0;
  max-width:900px;
  color:#b9bec7;
  font-size:clamp(17px,1.55vw,24px);
  line-height:1.65;
}
.hero-actions,.registered-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}
.dash-button{
  min-height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:17px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  color:#fff;
  font-weight:900;
  transition:.16s ease;
}
.dash-button:hover{transform:translateY(-1px);border-color:rgba(2,183,254,.36);background:rgba(2,183,254,.08);}
.dash-button.primary{border-color:rgba(0,255,136,.26);background:#69f58b;color:#061108;}
.dash-button.warning{border-color:rgba(240,207,91,.35);background:rgba(240,207,91,.14);color:#ffe98a;}
.access-card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  background:rgba(10,12,13,.76);
  padding:28px;
  display:grid;
  gap:8px;
}
.access-card span{color:#a6abb4;font-weight:900;}
.access-card strong{font-size:42px;color:#fff;line-height:1.02;}
.access-card small{color:#9ba1aa;font-size:16px;font-weight:700;line-height:1.45;}
.dash-status-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.dash-status-grid article{
  border-radius:24px;
  padding:24px;
  min-height:132px;
  display:grid;
  align-content:center;
  gap:8px;
}
.dash-status-grid span{color:#a6abb4;font-size:14px;font-weight:800;}
.dash-status-grid strong{color:#fff;font-size:28px;line-height:1.15;}
.dashboard-panel{
  border-radius:34px;
  padding:32px;
  overflow:hidden;
}
.panel-head{display:grid;gap:12px;margin-bottom:24px;}
.panel-head h2{margin:0;font-size:clamp(30px,3.8vw,54px);letter-spacing:-.04em;line-height:1.05;}
.panel-head p:not(.micro-label){margin:0;color:#b7bdc6;font-size:18px;line-height:1.6;max-width:940px;}
.split-head{grid-template-columns:minmax(0,1fr) auto;align-items:end;}
.registered-grid,.learning-grid,.tools-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.benefit-card,.learning-card,.tool-card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(6,7,8,.76);
  padding:24px;
  min-height:190px;
  display:grid;
  align-content:start;
  gap:10px;
}
.benefit-card span,.learning-card span,.tool-card span{color:#61c7ff;text-transform:uppercase;letter-spacing:.10em;font-size:12px;font-weight:900;}
.benefit-card strong,.learning-card strong,.tool-card strong{color:#fff;font-size:28px;line-height:1.15;}
.benefit-card p,.learning-card p,.tool-card p{color:#aeb4bd;line-height:1.55;margin:0;}
.learning-card a,.tool-card a{margin-top:auto;color:#72ff9f;font-weight:900;}
.locked-card{border-color:rgba(240,207,91,.22);background:linear-gradient(145deg,rgba(240,207,91,.06),rgba(6,7,8,.78));}
.open-card{border-color:rgba(0,255,136,.22);background:linear-gradient(145deg,rgba(0,255,136,.06),rgba(6,7,8,.78));}
.structure-study{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);
  gap:22px;
  margin-top:24px;
}
.study-chart-card,.study-side-pane{
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:rgba(5,6,7,.85);
  overflow:hidden;
}
.study-chart-card{padding:22px;}
.chart-topline{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:16px;}
.chart-topline span{display:block;color:#61c7ff;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;}
.chart-topline strong{display:block;color:#fff;font-size:24px;margin-top:5px;}
.chart-topline em{font-style:normal;color:#72ff9f;border:1px solid rgba(0,255,136,.25);border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px;}
.study-chart{
  position:relative;
  min-height:360px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(9,15,19,.92),rgba(4,5,6,.96));
}
.chart-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:48px 48px;opacity:.55;}
.study-line{position:absolute;height:3px;border-radius:999px;background:linear-gradient(90deg,#02b7fe,#69f58b);box-shadow:0 0 18px rgba(2,183,254,.28);transform-origin:left center;}
.line-one{left:8%;right:18%;top:62%;transform:rotate(-8deg);}
.line-two{left:16%;right:22%;top:44%;transform:rotate(5deg);opacity:.75;}
.line-three{left:22%;right:12%;top:52%;transform:rotate(-2deg);opacity:.55;}
.zone-band{position:absolute;left:18%;right:36%;top:48%;height:72px;border:1px dashed rgba(105,245,139,.66);border-radius:18px;background:rgba(105,245,139,.08);display:flex;align-items:flex-start;justify-content:center;padding-top:8px;color:#aaffc2;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.10em;}
.study-side-pane{padding:24px;display:grid;gap:16px;}
.study-side-pane h3{margin:0;font-size:30px;}
.study-side-pane dl{margin:0;display:grid;gap:10px;}
.study-side-pane dl div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:10px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:10px;}
.study-side-pane dt{color:#8f98a5;font-weight:900;font-size:13px;}
.study-side-pane dd{margin:0;color:#fff;font-weight:800;line-height:1.35;}
.study-explain{border:1px solid rgba(2,183,254,.20);border-radius:18px;padding:16px;background:rgba(2,183,254,.06);}
.study-explain strong{color:#fff;}
.study-explain p{color:#b5bdc7;line-height:1.55;margin:8px 0 0;}
.study-disclaimer{color:#aab2bd;line-height:1.55;}
.tools-grid{border:0;background:transparent;box-shadow:none;grid-template-columns:repeat(4,minmax(0,1fr));}
.tool-card{min-height:160px;}
.toast{position:fixed;right:22px;bottom:22px;z-index:9999;background:#0f1518;border:1px solid rgba(2,183,254,.22);border-radius:16px;padding:14px 16px;color:#fff;font-weight:800;box-shadow:0 18px 50px rgba(0,0,0,.36);opacity:0;transform:translateY(10px);pointer-events:none;transition:.18s ease;}
.toast.show{opacity:1;transform:translateY(0);}
@media(max-width:1180px){
  .dash-hero,.structure-study{grid-template-columns:1fr;}
  .dash-status-grid,.registered-grid,.learning-grid,.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:720px){
  .dash-shell{width:min(100% - 24px,1560px);padding-top:22px;}
  body.dashboard-role-page .xn-dashboard-nav{padding:12px 16px;gap:10px;}
  body.dashboard-role-page .xn-brand img{width:46px;height:46px;}
  body.dashboard-role-page .xn-nav-links a{padding:0 10px;font-size:13px;}
  .dash-hero,.dashboard-panel{padding:24px;border-radius:24px;}
  .dash-status-grid,.registered-grid,.learning-grid,.tools-grid{grid-template-columns:1fr;}
  .hero-actions,.registered-actions{display:grid;}
  .dash-button{width:100%;}
  .split-head{grid-template-columns:1fr;}
  .study-chart{min-height:260px;}
  .study-side-pane dl div{grid-template-columns:1fr;}
}

/* V22.22 user-visible admin alert panel */
.dashboard-alert-panel{
  border:1px solid rgba(2,183,254,.16);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(2,183,254,.07),rgba(8,10,14,.96));
  padding:24px;
  box-shadow:0 18px 60px rgba(0,0,0,.28);
}
.dashboard-alert-panel .panel-head.compact{margin-bottom:14px;gap:6px;}
.dashboard-alert-panel .panel-head.compact h2{font-size:clamp(24px,3vw,38px);}
.dashboard-alert-list{display:grid;gap:12px;max-height:260px;overflow:auto;padding-right:6px;}
.dashboard-alert-item{border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(0,0,0,.26);padding:16px;}
.dashboard-alert-item span{display:block;color:#72d9ff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.10em;margin-bottom:7px;}
.dashboard-alert-item strong{display:block;color:#fff;font-size:18px;line-height:1.25;}
.dashboard-alert-item p{margin:8px 0 0;color:#bcc7d7;line-height:1.55;white-space:pre-wrap;}
.dashboard-alert-item.warning{border-color:rgba(255,209,102,.24);background:rgba(255,209,102,.06);}
.dashboard-alert-item.success{border-color:rgba(0,255,136,.22);background:rgba(0,255,136,.06);}

/* V22.29 alert image, dedupe visual states and time/date polish */
.dashboard-alert-image{
  width:100%;
  max-height:260px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:12px;
  background:#050505;
}
.dashboard-alert-item.warning{
  border-color:rgba(255,209,102,.38)!important;
  background:linear-gradient(145deg,rgba(255,209,102,.09),rgba(0,0,0,.22))!important;
}
.dashboard-alert-item.warning strong{color:#ffe073!important;}
.dashboard-alert-item.warning .dashboard-alert-image{border-color:rgba(255,209,102,.32);box-shadow:0 0 0 1px rgba(255,209,102,.12),0 16px 40px rgba(255,209,102,.06);}
.dashboard-alert-item.success{
  border-color:rgba(0,255,136,.28)!important;
  background:linear-gradient(145deg,rgba(0,255,136,.07),rgba(0,0,0,.22))!important;
}
.dashboard-alert-item.success strong{color:#81ffa6!important;}


/* V22.30 dashboard light theme refinement */
html[data-theme="light"] body.dashboard-role-page{
  background:
    radial-gradient(circle at 12% 0%, rgba(2,183,254,.12), transparent 30%),
    radial-gradient(circle at 82% 4%, rgba(3,77,248,.08), transparent 34%),
    #f7f9fc!important;
  color:#07111f!important;
}
html[data-theme="light"] .dash-status-grid article,
html[data-theme="light"] .dashboard-alert-panel{
  background:linear-gradient(180deg,#ffffff,#f8fbff)!important;
  border-color:rgba(15,23,42,.10)!important;
}
html[data-theme="light"] .dash-status-grid span,
html[data-theme="light"] .benefit-card p,
html[data-theme="light"] .learning-card p,
html[data-theme="light"] .tool-card p,
html[data-theme="light"] .hero-copy p:not(.micro-label),
html[data-theme="light"] .panel-head p:not(.micro-label){
  color:#586579!important;
}
html[data-theme="light"] .study-chart{
  background:linear-gradient(180deg,#eef6ff,#ffffff)!important;
  border-color:rgba(15,23,42,.10)!important;
}
html[data-theme="light"] .chart-grid{
  background-image:linear-gradient(rgba(15,23,42,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.06) 1px,transparent 1px)!important;
}


/* V22.31 Consistent White Theme Layer */
html[data-theme="light"]{
  color-scheme:light;
  --bg:#f5f7fb;
  --bg-soft:#ffffff;
  --card:#ffffff;
  --card-soft:#f7faff;
  --border:#d9e3ef;
  --text:#07111f;
  --muted:#526174;
  --muted-2:#7b8a9e;
  --admin-line:rgba(15,23,42,.12);
  --admin-panel:#ffffff;
  --admin-soft:rgba(2,183,254,.055);
}
html[data-theme="light"] body,
html[data-theme="light"] .admin-body,
html[data-theme="light"] .admin-login-body,
html[data-theme="light"] body.dashboard-role-page{
  background:#f5f7fb!important;
  color:#07111f!important;
}
html[data-theme="light"] body::before,
html[data-theme="light"] body::after{opacity:.18!important;}
html[data-theme="light"] :where(.xn-card,.admin-card,.dashboard-panel,.dash-hero,.access-card,.benefit-card,.learning-card,.tool-card,.support-card,.auth-card,.legal-card,.course-hero,.lesson-view,.journal-card,.payment-card,.admin-login-card,.admin-table-wrap,.admin-data-detail,.admin-profile-detail,.course-side-panel,.study-chart-card,.study-side-pane,.protected-player,.pdf-page,.protected-resource-dialog,.support-contact-grid div,.support-guidance-list div,.dashboard-alert-panel,.registered-panel,.subscribed-panel,.modal,.dialog){
  background:linear-gradient(180deg,#ffffff,#f8fbff)!important;
  border-color:rgba(15,23,42,.12)!important;
  color:#07111f!important;
  box-shadow:0 20px 58px rgba(15,23,42,.10)!important;
}
html[data-theme="light"] :where(.locked-card){
  background:linear-gradient(145deg,rgba(255,209,102,.12),#ffffff)!important;
  border-color:rgba(218,165,32,.22)!important;
}
html[data-theme="light"] :where(.open-card){
  background:linear-gradient(145deg,rgba(0,255,136,.10),#ffffff)!important;
  border-color:rgba(0,160,92,.18)!important;
}
html[data-theme="light"] :where(h1,h2,h3,h4,h5,h6,strong,.admin-card h2,.admin-header h1,.panel-head h2,.access-card strong,.benefit-card strong,.learning-card strong,.tool-card strong,.support-card h2,.course-hero h1,.lesson-top h2){
  color:#07111f!important;
}
html[data-theme="light"] :where(p,small,span,li,td,th,dd,dt,label,.admin-muted,.admin-help,.support-note,.study-disclaimer,.hero-copy p:not(.micro-label),.panel-head p:not(.micro-label),.benefit-card p,.learning-card p,.tool-card p){
  color:#526174!important;
}
html[data-theme="light"] :where(.micro-label,.xn-eyebrow,.admin-eyebrow,.support-card .xn-eyebrow,.dashboard-alert-item span,.notice-feed-item span){
  color:#0276d8!important;
}
html[data-theme="light"] :where(input,select,textarea){
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.16)!important;
  box-shadow:none!important;
}
html[data-theme="light"] :where(input::placeholder,textarea::placeholder){color:#8a97aa!important;}
html[data-theme="light"] :where(table,.admin-table,.support-table){
  background:#ffffff!important;
  color:#07111f!important;
}
html[data-theme="light"] :where(tr,td,th){
  border-color:rgba(15,23,42,.10)!important;
}
html[data-theme="light"] :where(.xn-nav,.compact-nav,.course-topbar,.xn-dashboard-nav,.admin-header-clean,.admin-header){
  background:rgba(255,255,255,.94)!important;
  border-color:rgba(15,23,42,.10)!important;
  color:#07111f!important;
  box-shadow:0 14px 44px rgba(15,23,42,.08)!important;
}
html[data-theme="light"] :where(.xn-settings-dropdown,.admin-sidebar,.admin-preview-links){
  background:rgba(255,255,255,.98)!important;
  border-color:rgba(15,23,42,.12)!important;
  color:#07111f!important;
  box-shadow:0 24px 70px rgba(15,23,42,.16)!important;
}
html[data-theme="light"] :where(.xn-settings-dropdown a,.xn-settings-dropdown button,.admin-nav a){
  color:#1f2a3d!important;
}
html[data-theme="light"] :where(.xn-settings-dropdown a:hover,.xn-settings-dropdown button:hover,.admin-nav a:hover,.admin-nav a.active){
  background:rgba(2,183,254,.08)!important;
  color:#07111f!important;
  border-color:rgba(2,183,254,.22)!important;
}
html[data-theme="light"] :where(.admin-primary-btn,.xn-button.primary,.xn-button.brand,.dash-button.primary){
  background:#69f58b!important;
  color:#061108!important;
  border-color:rgba(0,160,92,.24)!important;
}
html[data-theme="light"] :where(.admin-ghost-btn,.xn-button.ghost,.dash-button,.pane-toggle,.admin-menu,.admin-theme-toggle,.theme-toggle-btn,.protected-resource-close){
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.14)!important;
}
html[data-theme="light"] :where(.admin-menu span,.xn-settings-toggle span){background:#07111f!important;}
html[data-theme="light"] :where(.admin-pill,.status-pill){
  background:#f8fafc!important;
  color:#1f2a3d!important;
  border-color:rgba(15,23,42,.12)!important;
}
html[data-theme="light"] :where(.status-pill.locked,.admin-status.pending){
  background:rgba(255,209,102,.14)!important;
  color:#8a6200!important;
}
html[data-theme="light"] :where(.status-pill.info){
  background:rgba(2,183,254,.10)!important;
  color:#0357a8!important;
}
html[data-theme="light"] :where(.admin-status.success){
  background:rgba(0,180,102,.10)!important;
  color:#087a45!important;
}
html[data-theme="light"] :where(.dashboard-alert-item.warning,.notice-feed-item.warning){
  background:linear-gradient(145deg,rgba(255,209,102,.14),#ffffff)!important;
  border-color:rgba(218,165,32,.28)!important;
}
html[data-theme="light"] :where(.dashboard-alert-item.warning strong,.notice-feed-item.warning strong){color:#9a6a00!important;}
html[data-theme="light"] :where(.dashboard-alert-item.success,.notice-feed-item.success){
  background:linear-gradient(145deg,rgba(0,255,136,.10),#ffffff)!important;
  border-color:rgba(0,160,92,.18)!important;
}
html[data-theme="light"] :where(.dashboard-alert-item.success strong,.notice-feed-item.success strong){color:#087a45!important;}
html[data-theme="light"] :where(.study-chart,.chart-grid,.protected-media,.protected-media-frame,.protected-pdf-frame){
  background:#eef6ff!important;
  border-color:rgba(15,23,42,.10)!important;
}
html[data-theme="light"] :where(.xn-watermark){
  color:rgba(15,23,42,.10)!important;
}
html[data-theme="light"] :where(.toast,.ticket-success,.download-alert,.selected-files,.support-user-reply-box,.support-reply-thread,.ticket-detail-message,.alert-image-preview){
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.12)!important;
}
html[data-theme="light"] :where(.admin-danger-btn){
  background:#fff1f2!important;
  color:#be123c!important;
  border-color:rgba(190,18,60,.20)!important;
}
html[data-theme="light"] :where(.auth-mini-footer,.compliance-footer,footer){
  background:#ffffff!important;
  color:#526174!important;
  border-color:rgba(15,23,42,.10)!important;
}



/* V22.34 bottom compliance notice: simple typography, not a heavy exotic card */
body:has(.legal-compliance-footer){
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
body:has(.legal-compliance-footer) > main{
  flex:1 0 auto;
}
.compliance-footer.legal-compliance-footer{
  flex-shrink:0;
  width:min(1480px,calc(100% - 64px))!important;
  margin:44px auto 28px!important;
  border:0!important;
  border-top:1px solid rgba(2,183,254,.22)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:20px 0 0!important;
  color:var(--muted)!important;
}
.compliance-footer.legal-compliance-footer strong{
  color:var(--text)!important;
  font-size:15px!important;
  letter-spacing:0!important;
}
.compliance-footer.legal-compliance-footer p{
  max-width:1180px;
  color:var(--muted)!important;
  font-size:13px!important;
  line-height:1.65!important;
}
.compliance-footer.legal-compliance-footer nav{
  margin-top:12px!important;
  gap:8px!important;
}
.compliance-footer.legal-compliance-footer a{
  border:0!important;
  background:transparent!important;
  padding:2px 0!important;
  margin-right:16px!important;
  color:var(--primary-blue)!important;
  font-size:12px!important;
}

/* V22.34 journal layout: keep entry, summary and history inside card edges */
.journal-shell{
  width:min(1680px,calc(100% - 72px))!important;
  margin:0 auto!important;
  padding:30px 0 34px!important;
  overflow:visible!important;
}
.journal-layout{
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)!important;
  gap:24px!important;
  align-items:start!important;
}
.journal-form-card,
.journal-summary-card,
.journal-history-card{
  padding:clamp(24px,2.2vw,36px)!important;
  overflow:visible!important;
}
.journal-form-card .section-heading,
.journal-history-card .section-heading{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 24px!important;
}
.journal-summary-card > .xn-eyebrow,
.journal-form-card .xn-eyebrow,
.journal-history-card .xn-eyebrow{
  display:block!important;
  margin:0 0 10px!important;
  line-height:1.2!important;
}
.journal-form-card h2,
.journal-summary-card h2,
.journal-history-card h2{
  margin:0 0 22px!important;
  line-height:1.1!important;
}
.journal-table-wrap{
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  overflow:auto!important;
}
.journal-table th:first-child,
.journal-table td:first-child{
  padding-left:18px!important;
}
@media(max-width:1100px){
  .journal-shell{width:min(100% - 32px,100%)!important;}
  .journal-layout{grid-template-columns:1fr!important;}
}
@media(max-width:720px){
  .journal-shell{width:calc(100% - 20px)!important;padding-top:18px!important;}
  .journal-form-card,.journal-summary-card,.journal-history-card{padding:22px 16px!important;}
}

/* V22.34 white theme final contrast layer */
html[data-theme="light"] body{
  background:#f5f7fb!important;
}
html[data-theme="light"] .compliance-footer.legal-compliance-footer{
  border-top-color:rgba(15,23,42,.16)!important;
  color:#526174!important;
}
html[data-theme="light"] .compliance-footer.legal-compliance-footer strong{
  color:#07111f!important;
}
html[data-theme="light"] .compliance-footer.legal-compliance-footer p{
  color:#526174!important;
}
html[data-theme="light"] .journal-form-card,
html[data-theme="light"] .journal-summary-card,
html[data-theme="light"] .journal-history-card,
html[data-theme="light"] .legal-document-card,
html[data-theme="light"] .dashboard-panel,
html[data-theme="light"] .dash-hero,
html[data-theme="light"] .dashboard-alert-panel{
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.12)!important;
  box-shadow:0 16px 46px rgba(15,23,42,.08)!important;
}
html[data-theme="light"] .journal-table-wrap,
html[data-theme="light"] .journal-table,
html[data-theme="light"] .journal-table tbody,
html[data-theme="light"] .journal-table tr{
  background:#ffffff!important;
}
html[data-theme="light"] .journal-table th{
  color:#526174!important;
  background:#ffffff!important;
}
html[data-theme="light"] .journal-table td,
html[data-theme="light"] .journal-table td strong{
  color:#07111f!important;
}
html[data-theme="light"] .journal-table small{
  color:#526174!important;
}
html[data-theme="light"] .result-preview div,
html[data-theme="light"] .journal-summary-grid div,
html[data-theme="light"] .summary-breakdown div{
  background:#f8fbff!important;
  border-color:rgba(15,23,42,.10)!important;
  color:#07111f!important;
}
html[data-theme="light"] .result-preview strong,
html[data-theme="light"] .journal-summary-grid strong{
  color:#07111f!important;
}
html[data-theme="light"] .xn-button,
html[data-theme="light"] button,
html[data-theme="light"] .entry-delete{
  opacity:1!important;
}
html[data-theme="light"] .xn-button.ghost,
html[data-theme="light"] .entry-delete{
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.18)!important;
  box-shadow:0 6px 18px rgba(15,23,42,.05)!important;
}
html[data-theme="light"] .xn-button.primary{
  background:#69f58b!important;
  color:#061108!important;
  border-color:rgba(0,160,92,.20)!important;
}
html[data-theme="light"] .xn-button.danger{
  background:#fff1f2!important;
  color:#be123c!important;
  border-color:rgba(190,18,60,.22)!important;
}
html[data-theme="light"] .xn-button.danger[disabled],
html[data-theme="light"] .xn-button.danger.disabled{
  background:#fff5f5!important;
  color:#dc2626!important;
}
html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea{
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.18)!important;
}
html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder{
  color:#738098!important;
}

/* V22.34 complaint status table: clean duplicate-proof visual */
.complaint-status-table-wrap,
.legal-table-wrap{
  overflow:auto!important;
}
html[data-theme="light"] .legal-table,
html[data-theme="light"] .legal-table tbody,
html[data-theme="light"] .legal-table tr,
html[data-theme="light"] .legal-table td,
html[data-theme="light"] .legal-table th{
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.10)!important;
}
html[data-theme="light"] .legal-table small{
  color:#526174!important;
}



/* V22.35 navbar bell notifications */
.legacy-alert-panel{display:none!important;}
.xn-notice-bell-wrap{
  position:relative;
  z-index:1100;
  margin-left:auto;
  flex:0 0 auto;
}
.xn-dashboard-nav .xn-notice-bell-wrap{
  margin-left:10px;
}
.xn-notice-bell{
  position:relative;
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(2,183,254,.26);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  color:#fff;
  cursor:pointer;
  box-shadow:0 12px 32px rgba(0,0,0,.18);
}
.xn-notice-bell:hover,
.xn-notice-bell-wrap.is-open .xn-notice-bell{
  border-color:rgba(2,183,254,.50);
  background:rgba(2,183,254,.10);
}
.xn-bell-icon{
  font-size:21px;
  line-height:1;
  filter:saturate(.85);
}
.xn-notice-count{
  position:absolute;
  top:-5px;
  right:-5px;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ff4d4d;
  color:#fff;
  border:2px solid #050505;
  font-size:11px;
  font-weight:900;
}
.xn-notice-dropdown{
  position:absolute;
  top:calc(100% + 14px);
  right:0;
  width:min(420px,calc(100vw - 24px));
  max-height:min(620px,calc(100vh - 110px));
  overflow:hidden;
  border:1px solid rgba(2,183,254,.26);
  border-radius:22px;
  background:rgba(5,7,10,.98);
  box-shadow:0 28px 90px rgba(0,0,0,.58);
  backdrop-filter:blur(18px);
}
.xn-notice-head,
.xn-notice-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.xn-notice-foot{
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:0;
}
.xn-notice-head strong{
  display:block;
  color:#fff!important;
  font-size:18px;
  letter-spacing:-.02em;
}
.xn-notice-head small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
}
.xn-notice-head button,
.xn-notice-foot button{
  min-height:34px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  color:#fff;
  padding:0 12px;
  font-size:12px;
  font-weight:900;
}
.xn-notice-list{
  max-height:430px;
  overflow:auto;
  padding:10px;
  display:grid;
  gap:10px;
}
.xn-notice-item{
  position:relative;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  padding:13px;
}
.xn-notice-item.unread::before{
  content:"";
  position:absolute;
  top:16px;
  right:14px;
  width:9px;
  height:9px;
  border-radius:999px;
  background:#02b7fe;
  box-shadow:0 0 16px rgba(2,183,254,.55);
}
.xn-notice-item.warning{
  border-color:rgba(255,209,102,.36);
  background:linear-gradient(145deg,rgba(255,209,102,.10),rgba(255,255,255,.025));
}
.xn-notice-item.warning strong{color:#ffe073!important;}
.xn-notice-item.success{
  border-color:rgba(0,255,136,.24);
  background:linear-gradient(145deg,rgba(0,255,136,.08),rgba(255,255,255,.025));
}
.xn-notice-item.success strong{color:#81ffa6!important;}
.xn-notice-item span{
  display:block;
  color:#67c7ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding-right:20px;
}
.xn-notice-item strong{
  display:block;
  margin-top:7px;
  color:#fff!important;
  font-size:15px;
}
.xn-notice-item p{
  margin:7px 0 0;
  color:#d7e1ee;
  font-size:13px;
  line-height:1.55;
}
.xn-notice-image{
  width:100%;
  max-height:170px;
  object-fit:cover;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:10px;
}
.xn-notice-empty{
  padding:24px 14px;
  text-align:center;
}
.xn-notice-empty strong{
  display:block;
  color:#fff!important;
  font-size:16px;
}
.xn-notice-empty p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:13px;
}
@media(max-width:720px){
  .xn-dashboard-nav .xn-notice-bell-wrap{margin-left:4px;}
  .xn-notice-bell{width:48px;height:48px;border-radius:16px;}
  .xn-notice-dropdown{right:-66px;width:calc(100vw - 20px);}
}

/* V22.35 white theme bell polish */
html[data-theme="light"] .xn-notice-bell{
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.14)!important;
  box-shadow:0 10px 26px rgba(15,23,42,.09)!important;
}
html[data-theme="light"] .xn-notice-bell:hover,
html[data-theme="light"] .xn-notice-bell-wrap.is-open .xn-notice-bell{
  border-color:rgba(2,183,254,.35)!important;
  background:rgba(2,183,254,.07)!important;
}
html[data-theme="light"] .xn-notice-count{
  border-color:#ffffff!important;
}
html[data-theme="light"] .xn-notice-dropdown{
  background:#ffffff!important;
  border-color:rgba(15,23,42,.12)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.16)!important;
}
html[data-theme="light"] .xn-notice-head,
html[data-theme="light"] .xn-notice-foot{
  border-color:rgba(15,23,42,.10)!important;
}
html[data-theme="light"] .xn-notice-head strong,
html[data-theme="light"] .xn-notice-empty strong,
html[data-theme="light"] .xn-notice-item strong{
  color:#07111f!important;
}
html[data-theme="light"] .xn-notice-head small,
html[data-theme="light"] .xn-notice-empty p,
html[data-theme="light"] .xn-notice-item p{
  color:#526174!important;
}
html[data-theme="light"] .xn-notice-head button,
html[data-theme="light"] .xn-notice-foot button{
  background:#f8fbff!important;
  border-color:rgba(15,23,42,.12)!important;
  color:#07111f!important;
}
html[data-theme="light"] .xn-notice-item{
  background:#ffffff!important;
  border-color:rgba(15,23,42,.10)!important;
  box-shadow:0 8px 24px rgba(15,23,42,.05)!important;
}
html[data-theme="light"] .xn-notice-item span{
  color:#0357a8!important;
}
html[data-theme="light"] .xn-notice-item.warning{
  background:linear-gradient(145deg,rgba(255,209,102,.14),#ffffff)!important;
  border-color:rgba(218,165,32,.28)!important;
}
html[data-theme="light"] .xn-notice-item.warning strong{color:#9a6a00!important;}
html[data-theme="light"] .xn-notice-item.success{
  background:linear-gradient(145deg,rgba(0,255,136,.10),#ffffff)!important;
  border-color:rgba(0,160,92,.18)!important;
}
html[data-theme="light"] .xn-notice-item.success strong{color:#087a45!important;}



/* V22.36 support ticket/status cleanup */
.ticket-status-router-card{
  border:1px solid rgba(2,183,254,.18);
  border-radius:22px;
  background:rgba(2,183,254,.055);
  padding:20px;
}
.ticket-status-router-card h2{margin:8px 0 10px;}
.support-reply-locked{
  border:1px dashed rgba(255,255,255,.16);
  border-radius:16px;
  padding:14px;
  color:var(--muted);
  background:rgba(255,255,255,.035);
  font-weight:800;
}
.support-user-reply-box label{
  display:grid;
  gap:8px;
  margin-bottom:10px;
}
.support-user-reply-box label span,
.followup-file-field span{
  color:var(--muted);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.followup-file-field input{
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:12px;
  background:rgba(0,0,0,.26);
  color:#fff;
}
.followup-file-field small{
  color:var(--muted);
  font-size:12px;
}
.support-admin-reply-box{
  border:1px solid rgba(0,255,136,.18);
  background:rgba(0,255,136,.06);
  border-radius:16px;
  padding:14px;
}
.support-admin-reply-box strong{
  display:block;
  color:#fff!important;
  margin-bottom:8px;
}
.ticket-status-row + .support-ticket-detail-row td{
  padding-top:0!important;
}
.ticket-status-files{
  margin-top:10px;
}
.ticket-conversation-thread .followup-files{
  margin-top:10px;
}
html[data-theme="light"] .ticket-status-router-card,
html[data-theme="light"] .support-reply-locked,
html[data-theme="light"] .support-user-reply-box,
html[data-theme="light"] .support-admin-reply-box{
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.12)!important;
}
html[data-theme="light"] .support-admin-reply-box{
  background:rgba(0,160,92,.07)!important;
  border-color:rgba(0,160,92,.18)!important;
}
html[data-theme="light"] .support-admin-reply-box strong{
  color:#07111f!important;
}
html[data-theme="light"] .followup-file-field input{
  background:#ffffff!important;
  color:#07111f!important;
  border-color:rgba(15,23,42,.14)!important;
}


.xn-unified-nav-links .xn-notice-bell-wrap{
  display:flex!important;
  align-items:center!important;
}
.xn-dashboard-nav .xn-unified-nav-links{
  flex-wrap:nowrap!important;
}


/* V22.37 TradingView embedded structure-study pane */
.structure-tv-head p{
  margin:8px 0 0;
  color:#9fa8b4;
  max-width:760px;
  line-height:1.45;
  font-size:13px;
}
.structure-tv-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 14px;
}
.structure-symbol-btn{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  color:#b9c4d0;
  border-radius:999px;
  padding:9px 13px;
  font-weight:900;
  font-size:12px;
  cursor:pointer;
  transition:.16s ease;
}
.structure-symbol-btn:hover,
.structure-symbol-btn.active{
  color:#fff;
  border-color:rgba(2,183,254,.48);
  background:linear-gradient(135deg,rgba(2,183,254,.22),rgba(3,77,248,.16));
  box-shadow:0 0 18px rgba(2,183,254,.14);
}
.tradingview-study-chart{
  min-height:520px;
  background:#05080d;
}
.tradingview-market-structure-pane{
  position:absolute;
  inset:0;
  min-height:100%;
}
.tradingview-market-structure-pane iframe{
  width:100% !important;
  height:100% !important;
  border:0 !important;
}
.tv-loading-state{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  text-align:center;
  padding:24px;
  background:
    radial-gradient(circle at 50% 20%,rgba(2,183,254,.10),transparent 38%),
    linear-gradient(180deg,rgba(9,15,19,.92),rgba(4,5,6,.96));
  color:#e8eef6;
}
.tv-loading-state strong{
  font-size:18px;
}
.tv-loading-state span{
  max-width:540px;
  color:#9fa8b4;
  line-height:1.5;
}
.tv-error-state{
  border:1px solid rgba(255,77,77,.18);
}
.tv-data-note{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  margin-top:12px;
  color:#8f98a5;
  font-size:12px;
  line-height:1.45;
}
.tv-data-note span:first-child{
  color:#e5e7eb;
  font-weight:900;
}
@media(max-width:720px){
  .tradingview-study-chart{min-height:420px;}
  .tv-data-note{display:grid;}
}
html[data-theme="light"] .structure-symbol-btn{
  background:rgba(255,255,255,.85);
  border-color:rgba(15,23,42,.12);
  color:#334155;
}
html[data-theme="light"] .structure-symbol-btn:hover,
html[data-theme="light"] .structure-symbol-btn.active{
  color:#034df8;
  background:linear-gradient(135deg,rgba(2,183,254,.14),rgba(255,255,255,.96));
  border-color:rgba(3,77,248,.24);
}
html[data-theme="light"] .tradingview-study-chart{
  background:#f8fafc;
}
html[data-theme="light"] .tv-loading-state{
  background:
    radial-gradient(circle at 50% 20%,rgba(2,183,254,.12),transparent 38%),
    linear-gradient(180deg,#ffffff,#f8fafc);
  color:#0f172a;
}
html[data-theme="light"] .structure-tv-head p,
html[data-theme="light"] .tv-loading-state span,
html[data-theme="light"] .tv-data-note{
  color:#475569;
}



/* V22.39 TradingView promotional affiliate pane below chart */
.tv-affiliate-promo{
  margin-top:14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:16px;
  border:1px solid rgba(2,183,254,.22);
  border-radius:22px;
  background:
    radial-gradient(circle at 8% 20%,rgba(2,183,254,.18),transparent 28%),
    linear-gradient(135deg,rgba(3,77,248,.16),rgba(255,255,255,.055),rgba(2,183,254,.10));
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.tv-affiliate-copy{
  display:grid;
  gap:4px;
  min-width:0;
}
.tv-affiliate-copy span{
  width:max-content;
  max-width:100%;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(2,183,254,.12);
  color:#7dd8ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tv-affiliate-copy strong{
  color:#f8fbff;
  font-size:17px;
  line-height:1.2;
}
.tv-affiliate-copy small{
  color:#aab5c2;
  font-size:12px;
  line-height:1.45;
}
.tv-affiliate-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  color:#06111f;
  font-weight:950;
  text-decoration:none;
  background:linear-gradient(135deg,#02b7fe,#e8eef6);
  box-shadow:0 12px 28px rgba(2,183,254,.25);
  transition:.16s ease;
}
.tv-affiliate-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(2,183,254,.34);
}
@media(max-width:720px){
  .tv-affiliate-promo{
    align-items:stretch;
    flex-direction:column;
  }
  .tv-affiliate-btn{
    width:100%;
  }
}
html[data-theme="light"] .tv-affiliate-promo{
  border-color:rgba(3,77,248,.18);
  background:
    radial-gradient(circle at 8% 20%,rgba(2,183,254,.14),transparent 28%),
    linear-gradient(135deg,rgba(2,183,254,.12),rgba(255,255,255,.98),rgba(3,77,248,.08));
  box-shadow:0 18px 42px rgba(15,23,42,.10);
}
html[data-theme="light"] .tv-affiliate-copy span{
  background:rgba(3,77,248,.08);
  color:#034df8;
}
html[data-theme="light"] .tv-affiliate-copy strong{
  color:#0f172a;
}
html[data-theme="light"] .tv-affiliate-copy small{
  color:#475569;
}



/* V22.41 structure-study side pane scroll */
.study-side-pane{
  max-height:760px;
  overflow:auto;
  scrollbar-width:thin;
}
.study-side-pane::-webkit-scrollbar{width:8px;}
.study-side-pane::-webkit-scrollbar-thumb{background:rgba(2,183,254,.35);border-radius:999px;}
.study-side-pane::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px;}



/* V22.42 TradingView India symbol fix */
.structure-tv-symbol-note{
  margin:-4px 0 14px;
  color:#8f98a5;
  font-size:12px;
  line-height:1.45;
}
.xn-advanced-chart-container,
.xn-advanced-chart-container iframe{
  width:100%!important;
  height:100%!important;
  border:0!important;
}
html[data-theme="light"] .structure-tv-symbol-note{
  color:#475569;
}



/* V22.43 dashboard chart cleanup */
.structure-reference-pill{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid rgba(2,183,254,.18);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(2,183,254,.10),rgba(255,255,255,.04));
}
.structure-reference-pill span{
  color:#f8fbff;
  font-weight:950;
}
.structure-reference-pill small{
  color:#9fa8b4;
  line-height:1.45;
  text-align:right;
}
@media(max-width:720px){
  .structure-reference-pill{display:grid;}
  .structure-reference-pill small{text-align:left;}
}
html[data-theme="light"] .structure-reference-pill{
  border-color:rgba(3,77,248,.16);
  background:linear-gradient(135deg,rgba(2,183,254,.10),rgba(255,255,255,.92));
}
html[data-theme="light"] .structure-reference-pill span{color:#0f172a;}
html[data-theme="light"] .structure-reference-pill small{color:#475569;}



/* V22.44 Investing.com dashboard panes */
.market-reference-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr) minmax(360px,.75fr);
  gap:18px;
  margin:28px 0;
}
.market-reference-card{
  min-height:380px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:
    radial-gradient(circle at 16% 0%,rgba(2,183,254,.10),transparent 34%),
    rgba(255,255,255,.035);
  overflow:hidden;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.market-reference-wide{
  grid-column:span 1;
}
.market-reference-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:20px 22px 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.market-reference-head h3{
  margin:4px 0 0;
  font-size:24px;
}
.market-reference-head a{
  flex:0 0 auto;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(2,183,254,.22);
  border-radius:999px;
  padding:0 13px;
  color:#62c9ff;
  font-weight:950;
  text-decoration:none;
  background:rgba(2,183,254,.07);
}
.investing-reference-frame{
  width:100%;
  height:315px;
  border:0;
  background:#050505;
  display:block;
}
.investing-shortcut-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 14px;
}
.investing-shortcut,
.investing-shortcut-link{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#cbd5e1;
  padding:0 13px;
  font-weight:950;
  text-decoration:none;
  cursor:pointer;
}
.investing-shortcut:hover,
.investing-shortcut.active,
.investing-shortcut-link:hover{
  color:#fff;
  border-color:rgba(2,183,254,.45);
  background:linear-gradient(135deg,rgba(2,183,254,.20),rgba(3,77,248,.13));
}
.investing-chart-frame{
  position:relative;
  min-height:540px;
  background:#050505;
}
.investing-chart-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#050505;
}
.investing-frame-note{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(10px);
  color:#cbd5e1;
  pointer-events:none;
}
.investing-frame-note strong{
  color:#fff;
}
.investing-frame-note span{
  color:#9fa8b4;
  font-size:12px;
  line-height:1.4;
  text-align:right;
}
@media(max-width:1200px){
  .market-reference-grid{grid-template-columns:1fr;}
  .market-reference-card{min-height:360px;}
}
@media(max-width:720px){
  .investing-chart-frame{min-height:430px;}
  .investing-frame-note{display:grid;}
  .investing-frame-note span{text-align:left;}
}
html[data-theme="light"] .market-reference-card,
html[data-theme="light"] .investing-shortcut,
html[data-theme="light"] .investing-shortcut-link{
  background:rgba(255,255,255,.88);
  border-color:rgba(15,23,42,.12);
}
html[data-theme="light"] .market-reference-head{
  border-bottom-color:rgba(15,23,42,.10);
}
html[data-theme="light"] .investing-frame-note{
  background:rgba(255,255,255,.78);
  color:#0f172a;
}
html[data-theme="light"] .investing-frame-note strong{color:#0f172a;}
html[data-theme="light"] .investing-frame-note span{color:#475569;}



/* V22.45 chart focus + visual learning cards + bottom mini status cards */
.visual-learning-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.visual-learning-card{
  position:relative;
  overflow:hidden;
  padding:0;
  min-height:420px;
  background:linear-gradient(145deg,rgba(6,9,12,.92),rgba(3,4,6,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.visual-learning-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 0%,rgba(2,183,254,.16),transparent 28%), radial-gradient(circle at 88% 18%,rgba(0,255,136,.10),transparent 26%);
  pointer-events:none;
}
.learning-card-media{
  position:relative;
  min-height:198px;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.learning-card-media img{
  width:100%;
  height:198px;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.02);
}
.learning-card-sheen{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,8,14,.08),rgba(4,8,14,.18) 35%,rgba(4,8,14,.92));
}
.learning-media-badge{
  position:absolute;
  left:18px;
  top:18px;
  z-index:1;
  width:auto!important;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(2,183,254,.26);
  background:rgba(5,9,16,.72);
  color:#eaf6ff!important;
  font-size:11px!important;
  letter-spacing:.11em!important;
}
.learning-card-body{
  position:relative;
  z-index:1;
  display:grid;
  gap:12px;
  padding:24px;
  min-height:220px;
}
.learning-card-body p{
  max-width:620px;
}
.learning-card-body a{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(114,255,159,.24);
  background:rgba(114,255,159,.08);
  text-decoration:none;
}
.learning-card-body a:hover{
  border-color:rgba(114,255,159,.40);
  background:rgba(114,255,159,.14);
}
.status-grid-bottom{
  order:999;
  margin-top:4px;
  padding-top:4px;
}
.status-grid-bottom article{
  min-height:96px;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(2,183,254,.14);
  background:rgba(255,255,255,.028)!important;
  backdrop-filter:blur(10px);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025), 0 0 24px rgba(2,183,254,.05)!important;
}
.status-grid-bottom article:hover{
  border-color:rgba(2,183,254,.26);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03), 0 0 34px rgba(2,183,254,.11)!important;
}
.status-grid-bottom span{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.status-grid-bottom strong{
  font-size:clamp(22px,2.2vw,32px);
}
.tv-affiliate-compact{
  margin-top:16px;
}
@media(max-width:1180px){
  .visual-learning-grid{grid-template-columns:1fr;}
}
@media(max-width:720px){
  .visual-learning-card{min-height:380px;}
  .learning-card-media, .learning-card-media img{height:172px;min-height:172px;}
}
html[data-theme="light"] .visual-learning-card{
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,250,252,.98));
}
html[data-theme="light"] .learning-card-media{
  border-bottom-color:rgba(15,23,42,.08);
}
html[data-theme="light"] .learning-media-badge{
  background:rgba(255,255,255,.86);
  color:#034df8!important;
  border-color:rgba(3,77,248,.16);
}
html[data-theme="light"] .learning-card-body a{
  background:rgba(114,255,159,.10);
}
html[data-theme="light"] .status-grid-bottom article{
  border-color:rgba(3,77,248,.10);
  background:rgba(255,255,255,.62)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.38), 0 0 26px rgba(3,77,248,.05)!important;
}


/* V22.46 dashboard trader development system */
.dashboard-product-system{margin-top:26px;border:1px solid rgba(255,255,255,.10);border-radius:32px;padding:28px;background:radial-gradient(circle at 12% 0%,rgba(2,183,254,.12),transparent 34%),linear-gradient(145deg,rgba(12,16,22,.92),rgba(4,5,7,.98));box-shadow:0 24px 80px rgba(0,0,0,.34);}
.product-system-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:20px;}
.product-system-head h2{margin:8px 0 8px;color:#fff;font-size:clamp(30px,4vw,54px);line-height:1.02;letter-spacing:-.045em;}
.product-system-head p:not(.micro-label){margin:0;color:#b8c2cf;line-height:1.55;max-width:900px;}
.dashboard-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.dashboard-product-card{position:relative;overflow:hidden;min-height:300px;border:1px solid rgba(255,255,255,.10);border-radius:26px;padding:22px;display:grid;grid-template-rows:auto 1fr auto;gap:16px;background:rgba(255,255,255,.035);}
.dashboard-product-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 20% 0%,rgba(2,183,254,.18),transparent 34%);pointer-events:none;}
.dashboard-product-card>*{position:relative;z-index:1;}
.product-orb{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;border:1px solid rgba(2,183,254,.26);background:linear-gradient(135deg,rgba(2,183,254,.18),rgba(255,255,255,.035));color:#eaf7ff;font-weight:1000;font-size:20px;box-shadow:0 0 24px rgba(2,183,254,.12);}
.dashboard-product-card span{color:#62c9ff;font-size:11px;letter-spacing:.11em;text-transform:uppercase;font-weight:950;}
.dashboard-product-card strong{display:block;margin-top:8px;color:#fff;font-size:24px;line-height:1.1;}
.dashboard-product-card p{margin:12px 0 0;color:#aeb8c6;line-height:1.55;}
.product-card-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;}
.product-card-foot em{font-style:normal;color:#72ff9f;font-weight:950;font-size:13px;}
.product-card-foot a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 13px;border:1px solid rgba(2,183,254,.24);background:rgba(2,183,254,.08);color:#eaf6ff;text-decoration:none;font-weight:950;font-size:13px;}
.product-page .product-hero-panel{border:1px solid rgba(255,255,255,.10);border-radius:34px;padding:46px;background:radial-gradient(circle at 12% 0%,rgba(2,183,254,.13),transparent 34%),linear-gradient(145deg,rgba(16,20,28,.94),rgba(4,5,7,.98));box-shadow:0 24px 80px rgba(0,0,0,.36);}
.product-hero-panel h1{margin:10px 0 14px;color:#fff;font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.055em;}
.product-hero-panel p:not(.micro-label){max-width:850px;color:#b8c2cf;font-size:clamp(17px,1.6vw,23px);line-height:1.6;margin:0;}
.product-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.product-module-card{border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:18px;background:rgba(255,255,255,.035);}
.product-module-card span{color:#62c9ff;font-weight:950;font-size:12px;}
.product-module-card strong{display:block;margin-top:10px;color:#fff;font-size:18px;line-height:1.25;}
@media(max-width:1280px){.dashboard-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.product-module-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.dashboard-product-grid,.product-module-grid{grid-template-columns:1fr}.product-card-foot{align-items:flex-start;flex-direction:column}.product-page .product-hero-panel{padding:28px;border-radius:26px;}}
html[data-theme="light"] .dashboard-product-system,html[data-theme="light"] .product-page .product-hero-panel{border-color:rgba(15,23,42,.10);background:radial-gradient(circle at 12% 0%,rgba(2,183,254,.11),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,250,252,.98));}
html[data-theme="light"] .product-system-head h2,html[data-theme="light"] .dashboard-product-card strong,html[data-theme="light"] .product-hero-panel h1,html[data-theme="light"] .product-module-card strong{color:#0f172a;}
html[data-theme="light"] .product-system-head p:not(.micro-label),html[data-theme="light"] .dashboard-product-card p,html[data-theme="light"] .product-hero-panel p:not(.micro-label){color:#475569;}
html[data-theme="light"] .dashboard-product-card,html[data-theme="light"] .product-module-card{border-color:rgba(15,23,42,.10);background:rgba(255,255,255,.72);}
html[data-theme="light"] .product-card-foot a{color:#034df8;background:rgba(3,77,248,.07);}



/* V22.47 locked product cards for registered and trial dashboards */
.dashboard-product-card.is-locked{
  opacity:1;
  border-color:rgba(240,207,91,.24);
  background:
    radial-gradient(circle at 18% 0%,rgba(240,207,91,.12),transparent 30%),
    rgba(255,255,255,.028);
}
.dashboard-product-card.is-locked::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(0,0,0,.10),rgba(0,0,0,.30));
  pointer-events:none;
}
.product-lock-badge{
  position:absolute;
  top:16px;
  right:16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:0 11px;
  border:1px solid rgba(240,207,91,.32);
  border-radius:999px;
  background:rgba(24,18,5,.72);
  color:#ffe58a;
  font-size:12px;
  font-weight:950;
  letter-spacing:.05em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
  box-shadow:0 0 22px rgba(240,207,91,.10);
}
.product-lock-badge span{
  color:#ffe58a!important;
  font-size:13px!important;
  letter-spacing:0!important;
  padding:0!important;
  background:transparent!important;
}
.dashboard-product-card.is-locked .product-orb{
  color:#ffe58a;
  border-color:rgba(240,207,91,.28);
  background:linear-gradient(135deg,rgba(240,207,91,.18),rgba(255,255,255,.035));
  box-shadow:0 0 24px rgba(240,207,91,.12);
}
.dashboard-product-card.is-locked .product-card-foot em{
  color:#ffe58a;
}
.dashboard-product-card.is-locked .product-card-foot a{
  border-color:rgba(240,207,91,.28);
  background:rgba(240,207,91,.10);
  color:#fff4bd;
}
.dashboard-product-card.is-locked .product-card-foot a:hover{
  border-color:rgba(240,207,91,.48);
  background:rgba(240,207,91,.16);
}
html[data-theme="light"] .dashboard-product-card.is-locked{
  border-color:rgba(180,132,0,.18);
  background:
    radial-gradient(circle at 18% 0%,rgba(240,207,91,.18),transparent 30%),
    rgba(255,255,255,.78);
}
html[data-theme="light"] .product-lock-badge{
  background:rgba(255,248,220,.88);
  color:#8a5b00;
  border-color:rgba(180,132,0,.22);
}
html[data-theme="light"] .product-lock-badge span{
  color:#8a5b00!important;
}
html[data-theme="light"] .dashboard-product-card.is-locked .product-card-foot em{
  color:#8a5b00;
}
html[data-theme="light"] .dashboard-product-card.is-locked .product-card-foot a{
  color:#8a5b00;
  background:rgba(240,207,91,.14);
  border-color:rgba(180,132,0,.18);
}



/* V22.48 Pro / Elite only product locking */
.dashboard-product-card.is-locked .product-card-foot em{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.dashboard-product-card.is-locked .product-card-foot em::before{
  content:"🔒";
  font-size:12px;
}
.product-tier-requirement{
  max-width:900px;
  margin:22px 0 0;
  border:1px solid rgba(240,207,91,.24);
  border-radius:20px;
  padding:18px;
  background:rgba(240,207,91,.08);
  color:#ffe58a;
  font-weight:950;
  line-height:1.45;
}
.product-tier-requirement span{
  display:block;
  margin-top:8px;
  color:#cbd5e1;
  font-weight:750;
}
html[data-theme="light"] .product-tier-requirement{
  background:rgba(240,207,91,.13);
  color:#8a5b00;
  border-color:rgba(180,132,0,.20);
}
html[data-theme="light"] .product-tier-requirement span{
  color:#475569;
}



/* V22.49 dashboard product visuals and layout polish */
.dashboard-product-system{margin-top:18px;}
.dashboard-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.dashboard-product-card{min-height:500px;padding:16px 16px 18px;grid-template-rows:auto auto 1fr auto;}
.product-art{border:1px solid rgba(255,255,255,.08);border-radius:22px;overflow:hidden;min-height:190px;background:rgba(255,255,255,.03);}
.product-art img{display:block;width:100%;height:190px;object-fit:cover;}
.product-copy{display:grid;gap:10px;}
.product-copy span{color:#62c9ff;font-size:11px;letter-spacing:.11em;text-transform:uppercase;font-weight:950;}
.product-copy strong{display:block;color:#fff;font-size:22px;line-height:1.08;}
.product-copy p{margin:0;color:#aeb8c6;line-height:1.55;}
.product-orb{display:none;}
.dash-status-grid.status-grid-bottom{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch;}
.dash-status-grid.status-grid-bottom article{min-height:120px;padding:18px 20px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);box-shadow:0 20px 54px rgba(0,0,0,.22);backdrop-filter:blur(14px);}
.dash-status-grid.status-grid-bottom span{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8fa8c0;font-weight:900;}
.dash-status-grid.status-grid-bottom strong{margin-top:14px;font-size:20px;line-height:1.08;}
@media(max-width:1280px){.dashboard-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.dashboard-product-grid{grid-template-columns:1fr;}.dashboard-product-card{min-height:auto;}.dash-status-grid.status-grid-bottom{grid-template-columns:1fr 1fr;}}
html[data-theme="light"] .product-art{border-color:rgba(15,23,42,.10);background:rgba(255,255,255,.86);}
html[data-theme="light"] .dash-status-grid.status-grid-bottom article{background:rgba(255,255,255,.82);border-color:rgba(15,23,42,.10);box-shadow:0 16px 44px rgba(15,23,42,.08);}

/* V22.50 dashboard image cards + inline workspace */
.dashboard-preview-media{
  position:relative;
  min-height:198px;
  background:radial-gradient(circle at 15% 0%,rgba(2,183,254,.16),transparent 26%),linear-gradient(180deg,rgba(7,12,18,.98),rgba(3,5,8,.98));
}
.dashboard-preview-media img{display:none;}
.preview-terminal,.preview-journal-sheet{
  position:absolute;
  inset:34px auto auto 22px;
  width:56%;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.03);
  padding:14px;
}
.preview-terminal-bar{height:10px;width:46%;border-radius:999px;background:rgba(98,201,255,.24);margin-bottom:18px;}
.preview-terminal-lines{height:58px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);}
.preview-chart,.preview-journal-sheet::after{
  position:absolute;
  right:20px;
  bottom:22px;
  width:122px;
  height:72px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.01));
}
.preview-chart::before{
  content:"";
  position:absolute;
  inset:14px 12px 18px 12px;
  background:linear-gradient(135deg,transparent 0 16%,rgba(0,0,0,0) 16%), linear-gradient(120deg,transparent 0 10%,rgba(0,0,0,0) 10%);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.preview-chart::after{
  content:"";
  position:absolute;
  left:14px;
  right:12px;
  bottom:18px;
  height:42px;
  background:linear-gradient(135deg,transparent 0 6%,rgba(114,255,159,.85) 6% 8%,transparent 8% 30%,rgba(98,201,255,.9) 30% 32%,transparent 32% 58%,rgba(98,201,255,.9) 58% 60%,transparent 60% 74%,rgba(98,201,255,.9) 74% 76%,transparent 76%);
  clip-path:polygon(0 74%,18% 66%,35% 54%,55% 42%,72% 24%,100% 8%,100% 100%,0 100%);
}
.preview-stat-chip{
  position:absolute;
  left:22px;
  bottom:22px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(2,183,254,.12);
  border:1px solid rgba(2,183,254,.24);
  color:#dff5ff;
}
.preview-stat-chip.green{background:rgba(114,255,159,.10);border-color:rgba(114,255,159,.24);color:#b8ffd0;}
.preview-journal-row{height:10px;border-radius:999px;background:rgba(255,255,255,.08);margin-bottom:12px;}
.preview-journal-row.long{width:88%;height:12px;background:rgba(98,201,255,.18);}
.preview-journal-row.short{width:54%;}
.preview-journal-sheet::after{content:"";}
.dashboard-product-system{margin-top:18px;}
.dashboard-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.dashboard-product-card{min-height:392px;padding:14px;display:grid;grid-template-rows:1fr auto;gap:14px;}
.dashboard-product-visual-link{text-decoration:none;color:inherit;display:block;}
.product-art{position:relative;min-height:300px;border-radius:24px;overflow:hidden;}
.product-art img{height:300px;display:block;width:100%;object-fit:cover;}
.product-art::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,10,16,.04),rgba(6,10,16,.90));}
.product-art-overlay{position:absolute;left:14px;right:14px;bottom:14px;z-index:1;display:grid;gap:8px;}
.product-art-overlay span{width:max-content;padding:7px 10px;border-radius:999px;background:rgba(2,183,254,.16);color:#7dd8ff;font-size:11px;letter-spacing:.10em;text-transform:uppercase;font-weight:950;}
.product-art-overlay strong{display:block;color:#fff;font-size:22px;line-height:1.05;}
.product-card-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;}
.product-card-foot a{white-space:nowrap;}
.dashboard-product-workspace{display:grid;gap:22px;margin-top:24px;}
.workspace-module{border:1px solid rgba(255,255,255,.10);border-radius:30px;padding:24px;background:radial-gradient(circle at 12% 0%,rgba(2,183,254,.10),transparent 28%),linear-gradient(145deg,rgba(10,14,20,.94),rgba(4,6,10,.98));box-shadow:0 24px 72px rgba(0,0,0,.28);scroll-margin-top:96px;}
.workspace-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px;}
.workspace-head h2{margin:8px 0 8px;color:#fff;font-size:clamp(26px,3vw,38px);line-height:1.04;letter-spacing:-.04em;}
.workspace-head p:not(.micro-label){margin:0;color:#b8c2cf;max-width:860px;line-height:1.6;}
.workspace-access{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(114,255,159,.10);border:1px solid rgba(114,255,159,.22);color:#b8ffd0;font-size:13px;font-weight:950;white-space:nowrap;}
.workspace-grid{display:grid;gap:14px;}
.workspace-grid.four{grid-template-columns:repeat(4,minmax(0,1fr));}
.workspace-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));}
.workspace-card{border:1px solid rgba(255,255,255,.10);border-radius:22px;padding:18px;background:rgba(255,255,255,.03);display:grid;gap:12px;}
.workspace-card span{color:#62c9ff;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
.workspace-card strong{color:#fff;font-size:22px;line-height:1.08;}
.workspace-card p{margin:0;color:#aeb8c6;line-height:1.55;}
.field-card input,.field-card select,.field-card textarea{width:100%;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(4,7,10,.94);color:#fff;padding:12px 14px;font:inherit;outline:none;}
.field-card textarea{resize:vertical;min-height:140px;}
.field-card.tall,.workspace-card.full{grid-column:1 / -1;}
.workspace-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;}
.workspace-checklist label{display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:14px;background:rgba(255,255,255,.03);color:#dbe8f6;}
.workspace-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px;}
.workspace-status{color:#9fb0c5;font-weight:700;}
.counter-card{align-content:start;}
.counter-controls{display:flex;gap:10px;flex-wrap:wrap;}
.counter-controls.compact .dash-button{min-height:38px;}
.counter-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.counter-split div{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:14px;background:rgba(255,255,255,.02);}
.counter-split small{display:block;color:#8fa8c0;text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:11px;margin-bottom:6px;}
.module-locked-message{display:grid;gap:10px;border:1px solid rgba(240,207,91,.20);border-radius:20px;padding:18px;background:rgba(240,207,91,.08);color:#ffe58a;margin-bottom:14px;}
.module-locked-message span{color:#e2e8f0;line-height:1.6;}
.report-card strong{font-size:18px;}
.report-card p{font-size:14px;}
.is-locked-module{border-color:rgba(240,207,91,.22);background:radial-gradient(circle at 12% 0%,rgba(240,207,91,.12),transparent 28%),linear-gradient(145deg,rgba(10,14,20,.94),rgba(4,6,10,.98));}
@media(max-width:1280px){
  .dashboard-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .workspace-grid.four{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .workspace-head{flex-direction:column;}
  .workspace-grid.two,.workspace-grid.four,.workspace-checklist{grid-template-columns:1fr;}
  .dashboard-product-grid{grid-template-columns:1fr;}
  .dashboard-product-card{min-height:auto;}
  .product-art,.product-art img{min-height:260px;height:260px;}
}
html[data-theme="light"] .dashboard-preview-media,
html[data-theme="light"] .workspace-module{background:radial-gradient(circle at 12% 0%,rgba(2,183,254,.10),transparent 28%),linear-gradient(145deg,rgba(255,255,255,.97),rgba(248,250,252,.99));}
html[data-theme="light"] .workspace-head h2,
html[data-theme="light"] .workspace-card strong,
html[data-theme="light"] .product-art-overlay strong{color:#0f172a;}
html[data-theme="light"] .workspace-head p:not(.micro-label),
html[data-theme="light"] .workspace-card p,
html[data-theme="light"] .workspace-status{color:#475569;}
html[data-theme="light"] .workspace-card,
html[data-theme="light"] .workspace-checklist label,
html[data-theme="light"] .field-card input,
html[data-theme="light"] .field-card select,
html[data-theme="light"] .field-card textarea{border-color:rgba(15,23,42,.10);background:rgba(255,255,255,.82);color:#0f172a;}
html[data-theme="light"] .module-locked-message{background:rgba(240,207,91,.14);color:#8a5b00;border-color:rgba(180,132,0,.20);}
html[data-theme="light"] .module-locked-message span{color:#475569;}
html[data-theme="light"] .product-art::after{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.92));}


/* V22.51 Course / Journal image redirect panes */
.visual-image-redirect-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
.image-redirect-card{min-height:0!important;padding:0!important;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:#03060a;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;}
.image-redirect-card:hover{transform:translateY(-5px);border-color:rgba(2,183,254,.30);box-shadow:0 28px 88px rgba(2,183,254,.11),0 22px 74px rgba(0,0,0,.42);}
.learning-image-link{display:block;text-decoration:none;color:inherit;min-height:100%;}
.learning-image-link img{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;}
.image-redirect-card::before{display:none;}

/* V22.51 dashboard product image cards */
.dashboard-product-card{min-height:0!important;padding:12px!important;border-radius:30px!important;grid-template-rows:1fr auto!important;background:radial-gradient(circle at 12% 0%,rgba(2,183,254,.12),transparent 32%),linear-gradient(145deg,rgba(10,16,24,.94),rgba(4,6,10,.98))!important;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;}
.dashboard-product-card:hover{transform:translateY(-5px);border-color:rgba(2,183,254,.30);box-shadow:0 24px 80px rgba(2,183,254,.10),0 20px 70px rgba(0,0,0,.40);}
.dashboard-product-card .product-art{min-height:0!important;aspect-ratio:4/5;border-radius:24px;border:1px solid rgba(255,255,255,.08);}
.dashboard-product-card .product-art img{height:100%!important;width:100%;object-fit:cover;object-position:center;}
.dashboard-product-card .product-art::after,.dashboard-product-card .product-art-overlay{display:none!important;}
.dashboard-product-card.is-locked .product-art{filter:saturate(.78) brightness(.82);}
.product-card-foot{padding:0 4px 2px;}
.product-card-foot em{font-size:14px;}
.product-card-foot a{min-height:42px;padding:0 16px;border-radius:999px;}

/* V22.51 Discipline Engine */
.discipline-alert{display:inline-flex;align-items:center;gap:10px;width:max-content;max-width:100%;margin:0 0 18px;padding:12px 16px;border-radius:999px;border:1px solid rgba(114,255,159,.24);background:rgba(114,255,159,.08);color:#b8ffd0;font-weight:950;letter-spacing:.01em;box-shadow:0 0 30px rgba(114,255,159,.08);}
.rulebook-preview strong{font-size:clamp(20px,2.5vw,30px);}
.guardrail-grid{margin:14px 0;}
.guardrail-card{border:1px solid rgba(114,255,159,.18);background:linear-gradient(145deg,rgba(114,255,159,.08),rgba(255,255,255,.025));}
.guardrail-card strong{color:#b8ffd0;}
.predefined-rule-list label,.challenge-daily-checks label{align-items:flex-start;}
.predefined-rule-list label span{display:grid;gap:4px;}
.predefined-rule-list label strong{font-size:15px;line-height:1.2;color:#fff;}
.predefined-rule-list label small{color:#9fb0c5;line-height:1.4;}
.workspace-disclaimer{margin:16px 0 0;color:#8fa8c0;font-size:13px;line-height:1.55;border-left:3px solid rgba(98,201,255,.34);padding-left:12px;}
.workspace-delete-zone{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;gap:14px;align-items:center;flex-wrap:wrap;}
.workspace-delete-zone small{color:#8fa8c0;font-weight:700;}
.dash-button.danger{border-color:rgba(255,91,91,.34)!important;background:rgba(255,91,91,.10)!important;color:#ff9f9f!important;}
.dash-button.danger:hover{border-color:rgba(255,91,91,.54)!important;background:rgba(255,91,91,.16)!important;}
.counter-split.three{grid-template-columns:repeat(3,minmax(0,1fr));}
@media(max-width:1280px){.visual-image-redirect-grid{grid-template-columns:1fr;}.dashboard-product-card .product-art{aspect-ratio:16/10;}}
@media(max-width:760px){.dashboard-product-card .product-art{aspect-ratio:4/5;}.counter-split.three{grid-template-columns:1fr;}.discipline-alert{width:100%;border-radius:18px;}.learning-image-link img{aspect-ratio:4/3;}}


/* V22.52 Daily Behavioral Challenge Engine */
.behavioral-challenge-module{background:radial-gradient(circle at 12% 0%,rgba(114,255,159,.11),transparent 28%),radial-gradient(circle at 82% 4%,rgba(2,183,254,.10),transparent 30%),linear-gradient(145deg,rgba(10,14,20,.96),rgba(4,6,10,.99));}
.challenge-selector-grid{align-items:stretch;margin-bottom:14px;}
.challenge-picker-card small{color:#8fa8c0;line-height:1.45;font-weight:700;}
.behavior-counter-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.challenge-rule-card{margin-top:14px;border-color:rgba(98,201,255,.18);background:linear-gradient(145deg,rgba(2,183,254,.08),rgba(255,255,255,.025));}
.challenge-rule-card > strong{font-size:clamp(24px,3vw,36px);letter-spacing:-.03em;}
.challenge-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:6px;}
.challenge-rule-grid div{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(0,0,0,.14);padding:16px;}
.challenge-rule-grid small{display:block;color:#72ff9f;text-transform:uppercase;letter-spacing:.10em;font-weight:950;font-size:11px;margin-bottom:10px;}
.challenge-rule-grid ul{margin:0;padding-left:18px;color:#dbe8f6;line-height:1.65;}
.challenge-result-card{margin-top:14px;border-color:rgba(114,255,159,.16);}
.challenge-result-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.challenge-result-options label{position:relative;cursor:pointer;border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:15px;background:rgba(255,255,255,.035);display:grid;gap:5px;transition:transform .2s ease,border-color .2s ease,background .2s ease;}
.challenge-result-options label:hover,.challenge-result-options label.is-selected{transform:translateY(-2px);border-color:rgba(114,255,159,.34);background:rgba(114,255,159,.08);}
.challenge-result-options input{position:absolute;opacity:0;pointer-events:none;}
.challenge-result-options strong{color:#fff;font-size:16px;}
.challenge-result-options small{color:#9fb0c5;line-height:1.35;}
.challenge-reflection-card{margin-top:14px;}
.challenge-history-card{margin-top:14px;}
.challenge-history-list{display:grid;gap:10px;}
.challenge-history-list p{margin:0;color:#9fb0c5;}
.challenge-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px 14px;background:rgba(255,255,255,.025);}
.challenge-history-item strong{display:block;color:#fff;font-size:15px!important;}
.challenge-history-item small{display:block;color:#8fa8c0;margin-top:3px;}
.challenge-history-item span{white-space:nowrap;color:#b8ffd0;font-weight:950;font-size:13px;}
.challenge-history-item.result-broken span,.challenge-history-item.result-skipped span{color:#ff9f9f;}
.challenge-history-item.result-partial span{color:#ffe58a;}
html[data-theme="light"] .behavioral-challenge-module{background:radial-gradient(circle at 12% 0%,rgba(114,255,159,.16),transparent 28%),radial-gradient(circle at 82% 4%,rgba(2,183,254,.12),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,250,252,.99));}
html[data-theme="light"] .challenge-rule-card,html[data-theme="light"] .challenge-result-options label,html[data-theme="light"] .challenge-history-item,html[data-theme="light"] .challenge-rule-grid div{border-color:rgba(15,23,42,.10);background:rgba(255,255,255,.70);}
html[data-theme="light"] .challenge-rule-grid ul,html[data-theme="light"] .challenge-result-options strong,html[data-theme="light"] .challenge-history-item strong{color:#0f172a;}
html[data-theme="light"] .challenge-result-options small,html[data-theme="light"] .challenge-history-item small{color:#475569;}
@media(max-width:1080px){.challenge-result-options,.behavior-counter-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.challenge-rule-grid{grid-template-columns:1fr;}}
@media(max-width:640px){.challenge-result-options,.behavior-counter-grid{grid-template-columns:1fr;}.challenge-history-item{align-items:flex-start;flex-direction:column;}.challenge-history-item span{white-space:normal;}}


/* V22.53 Report card, positioning polish, shinier panes */
.dash-hero{min-height:250px!important;padding:34px 38px!important;grid-template-columns:minmax(0,1.05fr) minmax(230px,290px) minmax(330px,430px)!important;gap:20px!important;border-color:rgba(2,183,254,.18)!important;box-shadow:0 20px 70px rgba(2,183,254,.08),0 24px 90px rgba(0,0,0,.42)!important;}
.hero-copy h1{font-size:clamp(38px,4.8vw,68px)!important;line-height:1.02!important;max-width:760px!important;}
.hero-copy p:not(.micro-label){font-size:clamp(15px,1.25vw,20px)!important;line-height:1.55!important;max-width:780px!important;}
.access-card{min-height:170px!important;border-color:rgba(114,255,159,.16)!important;}
.prime-score-card{position:relative;min-height:210px;border:1px solid rgba(2,183,254,.24);border-radius:24px;padding:18px;background:radial-gradient(circle at 85% 18%,rgba(2,183,254,.18),transparent 36%),linear-gradient(145deg,rgba(4,10,18,.88),rgba(3,5,8,.96));box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 0 44px rgba(2,183,254,.11);overflow:hidden;}
.prime-score-card:before{content:"";position:absolute;inset:-30%;background:conic-gradient(from 220deg,transparent,rgba(114,255,159,.12),transparent,rgba(2,183,254,.12),transparent);opacity:.55;animation:scoreGlow 9s linear infinite;}
@keyframes scoreGlow{to{transform:rotate(360deg);}}
.prime-score-card>*{position:relative;z-index:1;}
.scorecard-top,.scorecard-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.scorecard-top span{display:block;color:#62c9ff;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:950;}
.scorecard-top strong{display:block;margin-top:3px;color:#b8ffd0;font-size:16px;}
.scorecard-top em{font-style:normal;color:#8af8ac;border:1px solid rgba(114,255,159,.20);border-radius:999px;padding:7px 10px;font-weight:950;}
.score-lines{display:grid;gap:7px;margin:14px 0;}
.score-line{display:grid;grid-template-columns:118px 1fr 34px 34px;align-items:center;gap:9px;font-size:12px;color:#dbe8f6;font-weight:850;}
.score-line i{height:8px;border-radius:999px;background:rgba(255,255,255,.09);overflow:hidden;}
.score-line i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#034df8,#02b7fe,#72ff9f);box-shadow:0 0 14px rgba(2,183,254,.38);}
.score-line em{font-style:normal;color:#72ff9f;font-weight:950;}
.score-line small{color:#8fa8c0;font-weight:900;}
.scorecard-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:10px;}
.scorecard-bottom small{display:block;color:#8fa8c0;text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.10em;}
.scorecard-bottom strong{color:#fff;font-size:24px;}
.xniffer-seal{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(2,183,254,.38);background:radial-gradient(circle,#17335c 0%,#07111f 62%,#020407 100%);box-shadow:0 0 28px rgba(2,183,254,.28),inset 0 0 18px rgba(114,255,159,.10);overflow:hidden;padding:10px;}
.xniffer-seal img{width:100%;height:100%;object-fit:contain;display:block;}
.visual-image-redirect-grid{gap:18px!important;}
.image-redirect-card{max-height:390px!important;border-color:rgba(2,183,254,.17)!important;box-shadow:0 20px 70px rgba(0,0,0,.32)!important;}
.learning-image-link img{object-fit:contain!important;background:#02060a!important;padding:10px!important;}
.dashboard-product-card .product-art img,.product-image-showcase .xn-product-card.image-card-only .xn-product-visual img{object-fit:contain!important;background:#02060a!important;padding:8px!important;}
.dashboard-product-card{border-color:rgba(2,183,254,.18)!important;box-shadow:0 18px 60px rgba(2,183,254,.05),0 20px 70px rgba(0,0,0,.38)!important;}
.dashboard-product-card:hover,.image-redirect-card:hover{box-shadow:0 0 0 1px rgba(114,255,159,.16),0 28px 90px rgba(2,183,254,.16),0 22px 80px rgba(0,0,0,.45)!important;}
.workspace-module{border-color:rgba(2,183,254,.16)!important;box-shadow:0 0 0 1px rgba(255,255,255,.03),0 24px 88px rgba(2,183,254,.07),0 26px 80px rgba(0,0,0,.42)!important;}
.user-rule-engine-module{background:radial-gradient(circle at 14% 0%,rgba(2,183,254,.16),transparent 30%),radial-gradient(circle at 88% 8%,rgba(114,255,159,.12),transparent 28%),linear-gradient(145deg,rgba(7,13,22,.96),rgba(3,5,8,.99))!important;}
.bootcamp-rule-bank{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:430px;overflow:auto;padding-right:4px;}
.bootcamp-rule-option{display:flex;gap:10px;align-items:flex-start;border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:12px;background:rgba(255,255,255,.025);transition:.2s ease;}
.bootcamp-rule-option:has(input:checked){border-color:rgba(114,255,159,.45);background:linear-gradient(145deg,rgba(114,255,159,.13),rgba(2,183,254,.05));box-shadow:0 0 22px rgba(114,255,159,.09);}
.bootcamp-rule-option strong{display:block;color:#fff;font-size:13px;line-height:1.2;}
.bootcamp-rule-option small{display:block;color:#9fb0c5;line-height:1.35;font-size:12px;margin-top:4px;}
.rule-hint{color:#8fa8c0;font-weight:800;line-height:1.4;}
.selected-rule-chips{display:grid;gap:10px;}
.selected-rule-chip{display:flex;align-items:center;gap:10px;border:1px solid rgba(114,255,159,.22);border-radius:14px;padding:11px 12px;background:rgba(114,255,159,.08);color:#b8ffd0;font-weight:950;}
.selected-rule-chip b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(114,255,159,.13);border:1px solid rgba(114,255,159,.22);}
.trade-guidance-panel{border-color:rgba(114,255,159,.20)!important;background:linear-gradient(145deg,rgba(114,255,159,.08),rgba(2,183,254,.035))!important;}
.trade-guidance-panel ul{margin:0;padding-left:20px;color:#cfe6ff;line-height:1.55;display:grid;gap:8px;}
.trade-guidance-panel b{color:#8af8ac;}
.discipline-mini-warning{margin-top:8px;width:max-content;max-width:100%;border:1px solid rgba(114,255,159,.24);border-radius:999px;padding:10px 13px;color:#b8ffd0;background:rgba(114,255,159,.08);font-weight:950;}
.bootcamp-summary-pane{border-color:rgba(2,183,254,.16)!important;}
#bootcampSummaryList{display:grid;gap:10px;}
.bootcamp-summary-item{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px;background:rgba(255,255,255,.025);}
.bootcamp-summary-item strong{font-size:14px!important;color:#fff;}
.bootcamp-summary-item div{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;}
.bootcamp-summary-item small{color:#8af8ac;border:1px solid rgba(114,255,159,.18);border-radius:999px;padding:5px 8px;background:rgba(114,255,159,.06);}
@media(max-width:1280px){.dash-hero{grid-template-columns:1fr!important}.prime-score-card{max-width:720px}.bootcamp-rule-bank{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:760px){.bootcamp-rule-bank{grid-template-columns:1fr}.score-line{grid-template-columns:1fr 1fr 34px}.score-line small{display:none}.dash-hero{padding:24px!important}.image-redirect-card{max-height:none!important}}


/* V23.11 Prime cycle layout refinements */
.dash-hero{grid-template-columns:minmax(0,1.15fr) minmax(330px,430px)!important;min-height:220px!important;}
.access-card{display:none!important;}
.prime-course-compact-panel{padding:18px 22px!important;border-radius:26px!important;}
.prime-course-compact-panel .panel-head h2{font-size:clamp(24px,2.4vw,38px)!important;line-height:1.05!important;}
.prime-course-compact-panel .panel-head p:not(.micro-label){font-size:15px!important;line-height:1.45!important;}
.prime-course-compact-panel .learning-grid{grid-template-columns:minmax(220px,420px)!important;}
.prime-course-compact-panel .learning-card{max-width:440px!important;min-height:auto!important;padding:12px!important;}
.prime-course-compact-panel .learning-card img{max-height:170px!important;object-fit:cover!important;}
@media(max-width:980px){.dash-hero{grid-template-columns:1fr!important;}}


/* V23.12 registered/trial dashboard sync + locked course visual */
.locked-dashboard-course-card{position:relative;opacity:.96;}
.locked-dashboard-course-card .learning-image-link{position:relative;display:block;}
.learning-lock-overlay{position:absolute;right:16px;top:16px;border:1px solid rgba(255,209,102,.32);background:rgba(16,13,4,.82);color:#ffe58a;border-radius:999px;padding:9px 12px;font-weight:950;font-size:12px;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 0 22px rgba(255,209,102,.12);}
.locked-dashboard-course-card img{filter:saturate(.78) brightness(.72);}
.compact-learning-body{min-height:auto!important;padding:18px 20px!important;}
.compact-learning-body strong{font-size:clamp(24px,2vw,34px)!important;}
.compact-learning-body p{font-size:14px!important;}
.course-only-dashboard-grid{grid-template-columns:minmax(260px,460px)!important;}
.course-only-dashboard-grid .visual-learning-card{min-height:auto!important;}
.course-only-dashboard-grid .learning-image-link img{height:auto!important;max-height:260px!important;}
body[data-dashboard-bucket="registered"] .subscribed-panel,
body[data-dashboard-bucket="trial-active"] .subscribed-panel,
body[data-dashboard-bucket="trial-expired"] .subscribed-panel{border-color:rgba(255,209,102,.14)!important;background:linear-gradient(145deg,rgba(7,10,14,.96),rgba(3,5,8,.99))!important;}


/* Xniffer v87 final member dashboard and module UI */
body.clean-four-card-dashboard{
  min-height:100vh;
  background:
    radial-gradient(circle at 10% 0%,rgba(32,140,255,.16),transparent 30%),
    radial-gradient(circle at 90% 5%,rgba(37,216,255,.10),transparent 30%),
    linear-gradient(180deg,#020611,#030711 46%,#01030a)!important;
  color:#fff;
}
body.clean-four-card-dashboard::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background-image:linear-gradient(rgba(32,140,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(32,140,255,.04) 1px,transparent 1px);
  background-size:72px 72px;opacity:.38;
  mask-image:radial-gradient(circle at 50% 8%,#000,transparent 72%);
}
body.dashboard-role-page .xn-dashboard-nav{
  position:sticky;top:0;z-index:1000;width:100%;flex-direction:row!important;align-items:center!important;
  padding:14px min(36px,4vw);border-bottom:1px solid rgba(80,150,255,.18)!important;
  background:linear-gradient(180deg,rgba(5,13,28,.96),rgba(3,8,18,.88))!important;
  box-shadow:0 18px 70px rgba(0,0,0,.36)!important;
}
body.dashboard-role-page .xn-dashboard-nav nav{margin-left:auto;min-width:0;}
body.dashboard-role-page .xn-unified-nav-links{gap:18px;justify-content:flex-end;overflow:visible;width:auto;padding:0;}
body.dashboard-role-page .xn-settings-wrap{margin-left:8px;}
body.dashboard-role-page .xn-settings-dropdown{right:0!important;left:auto!important;}
body.dashboard-role-page .xn-brand img{width:58px;height:58px;}
body.dashboard-role-page .xn-brand-text strong{font-size:21px;}
body.dashboard-role-page .xn-brand-text span{font-size:12px;letter-spacing:.08em;}

.dash-shell.xn-clean-launcher{
  width:min(1500px,calc(100% - 48px));margin:0 auto;padding:30px 0 70px;display:grid;gap:20px;
}
.clean-launcher-hero.dashboard-report-only{
  display:block!important;padding:0!important;min-height:0!important;margin:0 0 2px!important;
  border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;
}
.clean-report-card{
  position:relative;display:grid!important;
  grid-template-columns:minmax(240px,.8fr) minmax(420px,1.4fr)!important;
  grid-template-areas:"top lines" "bottom lines"!important;
  gap:16px 28px!important;align-items:center!important;width:100%!important;min-height:0!important;
  padding:22px 28px!important;border:1px solid rgba(80,150,255,.24)!important;border-radius:28px!important;
  background:linear-gradient(180deg,rgba(10,24,55,.82),rgba(2,8,20,.94))!important;
  box-shadow:0 26px 78px rgba(0,0,0,.42),0 0 46px rgba(32,140,255,.09),inset 0 1px 0 rgba(255,255,255,.07)!important;
  overflow:hidden;
}
.clean-report-card:before{
  content:"";position:absolute;inset:-35%;pointer-events:none;opacity:.25;
  background:conic-gradient(from 220deg,transparent,rgba(114,255,159,.11),transparent,rgba(2,183,254,.11),transparent);
}
.clean-report-card>*{position:relative;z-index:1;}
.clean-report-card .scorecard-top{grid-area:top;align-self:start;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.clean-report-card .score-lines{grid-area:lines;display:grid;gap:11px;align-self:stretch;}
.clean-report-card .scorecard-bottom{grid-area:bottom;align-self:end;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:0!important;padding-top:0!important;}
.clean-report-card .score-line{display:grid;grid-template-columns:minmax(120px,1fr) minmax(200px,1.5fr) 52px 42px!important;gap:12px!important;align-items:center!important;}
.clean-report-card .score-line span{font-size:14px;font-weight:850;color:#dce8f8;}
.clean-report-card .score-line i{height:8px;border-radius:999px;background:rgba(255,255,255,.075)!important;overflow:hidden;}
.clean-report-card .score-line i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2f80ed,#31c48d)!important;}
.clean-report-card .score-line em,.clean-report-card .score-line small{font-size:13px;font-style:normal;text-align:right;}
.clean-report-card .scorecard-top span{display:block;color:#62c9ff;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950;}
.clean-report-card .scorecard-top strong{display:block;margin-top:3px;color:#b8ffd0;font-size:18px;}
.clean-report-card .scorecard-top em{font-style:normal;color:#8af8ac;border:1px solid rgba(114,255,159,.20);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:950;}
.clean-report-card .scorecard-bottom small{display:block;color:#8fa8c0;text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.10em;}
.clean-report-card .scorecard-bottom strong{color:#fff;font-size:21px;}
.clean-report-card .xniffer-seal{width:82px;height:82px;display:grid;place-items:center;border-radius:50%;overflow:hidden;}
.clean-report-card .xniffer-seal img{width:100%;height:100%;object-fit:contain;}

.training-path-guide.clean-launcher-path{
  margin-top:0!important;padding:20px 24px!important;border:1px solid rgba(104,181,255,.18)!important;border-radius:26px!important;
  background:linear-gradient(135deg,rgba(7,18,31,.92),rgba(5,10,16,.96))!important;
  box-shadow:0 20px 60px rgba(0,0,0,.22),inset 0 0 0 1px rgba(255,255,255,.02)!important;
}
.training-path-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:20px;align-items:center;}
.training-path-top h2{font-size:clamp(2rem,3.2vw,3.6rem);line-height:1;margin:8px 0;letter-spacing:-.05em;color:#fff;}
.training-path-top p:not(.micro-label){font-size:1rem;line-height:1.55;color:var(--muted);max-width:780px;margin:0;}
.training-day-picker{display:grid;gap:8px;min-width:0;}
.training-day-picker span{font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#7bc8ff;font-size:.78rem;}
.training-day-picker select{width:100%;min-width:0;border-radius:16px;border:1px solid rgba(104,181,255,.25);background:rgba(2,6,11,.82);color:#fff;padding:14px 16px;font-weight:900;}

.training-card-grid.clean-launcher-grid{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:clamp(18px,2vw,28px)!important;align-items:stretch!important;margin:2px 0 4px!important;
}
.clean-training-card{
  min-height:0!important;height:100%!important;border-radius:28px!important;overflow:hidden!important;
  border:1px solid rgba(80,150,255,.22)!important;
  background:linear-gradient(180deg,rgba(10,24,55,.80),rgba(2,8,20,.94))!important;
  box-shadow:0 30px 88px rgba(0,0,0,.42),0 0 42px rgba(32,140,255,.08),inset 0 1px 0 rgba(255,255,255,.06)!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.clean-training-card:hover{transform:translateY(-5px);border-color:rgba(37,216,255,.38)!important;box-shadow:0 38px 105px rgba(0,0,0,.5),0 0 52px rgba(32,140,255,.15)!important;}
.clean-training-card.is-locked{opacity:1!important;}
a.clean-card-click{color:inherit;text-decoration:none;}
.clean-card-click{
  position:relative;display:grid!important;grid-template-columns:minmax(190px,42%) minmax(0,58%)!important;
  gap:16px!important;align-items:center!important;height:100%!important;min-height:340px!important;padding:16px!important;
}
.clean-card-status{
  position:absolute;top:18px!important;right:18px!important;z-index:5;min-width:70px;text-align:center;
  padding:7px 12px!important;border-radius:999px!important;background:rgba(37,245,170,.12)!important;
  border:1px solid rgba(37,245,170,.28)!important;color:#66ffd0!important;font-weight:900;font-size:.72rem!important;
  letter-spacing:.05em!important;text-transform:uppercase;
}
.clean-training-card.is-locked .clean-card-status{background:rgba(255,224,110,.10)!important;color:#ffe070!important;border-color:rgba(255,224,110,.26)!important;}
.clean-card-image-wrap{
  display:flex!important;align-items:center!important;justify-content:center!important;width:min(100%,275px)!important;max-width:275px!important;
  min-height:0!important;height:auto!important;aspect-ratio:1202/1308!important;justify-self:center!important;align-self:center!important;
  border-radius:20px!important;overflow:hidden!important;border:1px solid rgba(74,167,255,.24)!important;
  background:#02050a!important;box-shadow:0 16px 38px rgba(0,0,0,.34),inset 0 0 22px rgba(32,140,255,.05)!important;
}
.clean-card-image-wrap img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#02050a!important;filter:none!important;}
.clean-card-copy{
  display:flex!important;flex-direction:column!important;justify-content:center!important;gap:9px!important;min-width:0!important;
  padding:20px!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(4,13,30,.92),rgba(2,7,17,.97))!important;
  border:1px solid rgba(77,172,255,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.clean-card-copy small{display:none!important;}
.clean-card-copy strong{font-size:clamp(27px,2.15vw,40px)!important;line-height:1.02!important;letter-spacing:-.04em;color:#fff!important;}
.clean-card-copy em{font-style:normal!important;color:#8bdfff!important;font-weight:900!important;font-size:clamp(14px,.95vw,17px)!important;line-height:1.25!important;}
.clean-card-copy span{color:#b7cce5!important;font-size:clamp(13px,.88vw,16px)!important;line-height:1.48!important;max-width:100%!important;}
.clean-card-cta{margin-top:8px!important;display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:9px 13px!important;border-radius:999px;background:linear-gradient(135deg,#0a4dff,#24d8ff)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;font-size:.82rem!important;font-weight:950;box-shadow:0 0 24px rgba(32,140,255,.24)!important;}
.clean-training-card.is-locked .clean-card-cta{background:rgba(255,224,110,.08)!important;color:#ffe070!important;border-color:rgba(255,224,110,.24)!important;box-shadow:none!important;}

.xn-sponsored-unit{
  display:grid;grid-template-columns:auto minmax(180px,250px) minmax(0,1fr) auto;gap:18px;align-items:center;
  padding:18px 22px;border:1px solid rgba(92,174,255,.22);border-radius:24px;
  background:linear-gradient(135deg,rgba(9,20,38,.96),rgba(3,9,17,.98));
  box-shadow:0 24px 64px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04);margin-top:0;
}
.sponsor-badge{padding:7px 12px;border-radius:999px;background:rgba(124,255,148,.08);border:1px solid rgba(124,255,148,.24);color:#aaffb9;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.sponsor-brand{display:flex;align-items:center;gap:12px;min-width:0;}
.sponsor-brand-logo{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#0a4dff,#24d8ff);color:#fff;font-weight:900;letter-spacing:.04em;box-shadow:0 0 28px rgba(32,140,255,.22);}
.sponsor-brand strong{display:block;color:#fff;font-size:18px;line-height:1.1;}
.sponsor-brand small{display:block;color:#8fa8c7;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-top:4px;}
.sponsor-copy strong{display:block;color:#fff;font-size:20px;line-height:1.15;}
.sponsor-copy p{margin:6px 0 0;color:#b8c7db;font-size:14px;line-height:1.5;}
.sponsor-action a{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:16px;background:linear-gradient(135deg,#0a4dff,#24d8ff);color:#fff;text-decoration:none;font-weight:900;white-space:nowrap;border:1px solid rgba(255,255,255,.14);box-shadow:0 0 28px rgba(32,140,255,.22);}


/* V99 Sponsored partner cards: compact height with official logos */
.xn-partner-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);
  gap:16px;
  margin-top:0;
  align-items:stretch;
}
.xn-partner-card{
  position:relative;
  min-width:0;
  min-height:142px;
  border-radius:24px;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  isolation:isolate;
  border:1px solid rgba(61,136,255,.48);
  background:
    radial-gradient(circle at 78% 22%,rgba(17,94,255,.16),transparent 32%),
    linear-gradient(145deg,#06132b 0%,#020713 72%);
  box-shadow:0 18px 50px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  cursor:pointer;
}
.xn-partner-card::after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:-1;
  background:linear-gradient(105deg,rgba(255,255,255,.03),transparent 34%);
}
.xn-partner-card:hover,.xn-partner-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(72,164,255,.84);
  box-shadow:0 22px 58px rgba(0,0,0,.38),0 0 26px rgba(23,111,255,.12),inset 0 1px 0 rgba(255,255,255,.08);
  outline:none;
}
.xn-partner-badge{
  position:absolute;top:12px;left:14px;z-index:5;display:inline-flex;align-items:center;justify-content:center;
  padding:6px 11px;border-radius:999px;border:1px solid rgba(105,255,166,.26);background:rgba(17,53,44,.38);color:#9dffbd;
  font-size:10px;line-height:1;font-weight:950;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(8px);
}
.xn-tv-card{
  display:grid;
  grid-template-columns:minmax(240px,.9fr) minmax(210px,1.1fr);
  grid-template-rows:auto auto auto auto;
  grid-template-areas:"brand chart" "copy chart" "features chart" "cta chart";
  column-gap:14px;
  padding:38px 18px 14px;
}
.xn-tv-brand-row{grid-area:brand;display:flex;align-items:center;gap:10px;align-self:start;min-width:0;}
.xn-tv-brand-official{display:block;width:auto;height:28px;max-width:220px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 10px rgba(255,255,255,.06));}
.xn-partner-brand-copy{display:block;min-width:0;}
.xn-partner-brand-copy strong{display:block;color:#fff;font-size:clamp(18px,1.2vw,26px);letter-spacing:-.03em;line-height:1;}
.xn-partner-brand-copy small{display:block;margin-top:4px;color:#89a4ca;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;}
.xn-partner-card-copy{display:flex;flex-direction:column;gap:6px;min-width:0;}
.xn-tv-card .xn-partner-card-copy{grid-area:copy;margin-top:4px;}
.xn-partner-card-copy>strong{display:block;color:#fff;font-size:clamp(16px,1.15vw,24px);line-height:1.08;letter-spacing:-.04em;max-width:460px;}
.xn-partner-card-copy>strong em{font-style:normal;color:#2c8dff;}
.xn-partner-card-copy>span{color:#bdc9db;font-size:clamp(10.5px,.70vw,12.5px);font-weight:650;line-height:1.3;max-width:470px;}
.xn-tv-chart-visual{grid-area:chart;display:block;align-self:stretch;min-height:102px;margin:0 -2px 0 0;opacity:.98;}
.xn-tv-chart-visual svg{width:100%;height:100%;min-height:102px;display:block;overflow:visible;}
.xn-tv-chart-visual .tv-grid path{stroke:rgba(112,151,205,.11);stroke-width:1;fill:none;}
.xn-tv-chart-visual .tv-area{fill:url(#tvArea);}
.xn-tv-chart-visual .tv-ma-one{fill:none;stroke:#1676ff;stroke-width:2.6;filter:drop-shadow(0 0 4px rgba(24,113,255,.42));}
.xn-tv-chart-visual .tv-ma-two{fill:none;stroke:#a23aff;stroke-width:2.2;filter:drop-shadow(0 0 3px rgba(162,58,255,.34));}
.xn-tv-chart-visual .tv-candles line{stroke-width:1.6;}
.xn-tv-chart-visual .tv-candles rect{rx:1;}
.xn-tv-chart-visual .tv-candles .up line,.xn-tv-chart-visual .tv-candles .up rect{stroke:#13e4d0;fill:#13cfc0;}
.xn-tv-chart-visual .tv-candles .down line,.xn-tv-chart-visual .tv-candles .down rect{stroke:#ff5866;fill:#f04456;}
.xn-tv-chart-visual .tv-volume rect{fill:rgba(26,96,255,.48);}
.xn-partner-features{grid-area:features;align-self:start;display:flex;flex-wrap:wrap;gap:4px 10px;margin-top:4px;}
.xn-partner-features b{position:relative;color:#aebed5;font-size:10px;font-weight:850;padding-left:10px;}
.xn-partner-features b::before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;border-radius:50%;background:#2a8cff;transform:translateY(-50%);box-shadow:0 0 8px rgba(42,140,255,.8);}
.xn-partner-cta{grid-area:cta;align-self:end;justify-self:start;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:126px;padding:8px 13px;margin-top:6px;border-radius:13px;color:#fff;font-size:12px;font-weight:950;background:linear-gradient(135deg,#2159ff,#35bfff);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 22px rgba(20,98,255,.22),inset 0 1px 0 rgba(255,255,255,.18);}
.xn-partner-cta i{font-style:normal;font-size:14px;transition:transform .2s ease;}
.xn-partner-card:hover .xn-partner-cta i{transform:translate(3px,-2px);}
.xn-five-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 88px;
  grid-template-rows:auto auto 1fr auto auto;
  grid-template-areas:"brand shield" "copy shield" "copy shield" "cta shield" "note note";
  gap:6px 10px;
  padding:38px 16px 12px;
  border-color:rgba(255,190,38,.56);
  background:radial-gradient(circle at 85% 28%,rgba(255,176,12,.12),transparent 34%),linear-gradient(145deg,#07172f 0%,#030917 68%,#0d0a05 100%);
}
.xn-five-card:hover,.xn-five-card:focus-visible{border-color:rgba(255,202,65,.92);box-shadow:0 22px 58px rgba(0,0,0,.38),0 0 28px rgba(255,178,18,.12),inset 0 1px 0 rgba(255,255,255,.08);}
.xn-five-brand{grid-area:brand;align-self:start;display:flex;align-items:center;}
.xn-five-brand-official{display:block;width:auto;height:30px;max-width:220px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 8px rgba(255,255,255,.05));}
.xn-five-brand strong{display:block;color:#ffc221;font-size:clamp(18px,1.4vw,26px);line-height:1;letter-spacing:-.04em;}
.xn-five-brand em{font-style:italic;font-size:1.22em;font-weight:950;}
.xn-five-card .xn-partner-card-copy{grid-area:copy;align-self:center;}
.xn-five-card .xn-partner-card-copy>strong{font-size:clamp(15px,1.04vw,21px);}
.xn-five-shield{grid-area:shield;align-self:center;justify-self:center;width:min(100%,72px);filter:drop-shadow(0 0 16px rgba(255,184,29,.18));}
.xn-five-shield svg{width:100%;height:auto;display:block;}
.xn-five-cta{grid-area:cta;background:linear-gradient(135deg,rgba(67,40,0,.72),rgba(15,14,14,.96));color:#ffd365;border-color:rgba(255,195,41,.76);box-shadow:0 8px 22px rgba(166,103,0,.16),inset 0 1px 0 rgba(255,255,255,.08);}
.xn-partner-disclaimer{grid-area:note;display:block;color:#7f8da2;font-size:8px;font-weight:700;line-height:1.25;margin-top:0;}

@media(max-width:1180px){
  .xn-partner-grid{grid-template-columns:1fr 1fr;}
  .xn-tv-card{grid-template-columns:minmax(190px,.86fr) minmax(180px,1.14fr);}
  .xn-five-card{grid-template-columns:minmax(0,1fr) 86px;}
}
@media(max-width:980px){
  .xn-partner-grid{grid-template-columns:1fr;}
  .xn-partner-card{min-height:152px;}
  .xn-five-card{grid-template-columns:minmax(0,1fr) 94px;}
}
@media(max-width:680px){
  .xn-partner-grid{gap:12px;}
  .xn-partner-card{border-radius:20px;min-height:0;}
  .xn-tv-card{grid-template-columns:1fr;grid-template-rows:auto auto 132px auto auto;grid-template-areas:"brand" "copy" "chart" "features" "cta";padding:36px 14px 14px;}
  .xn-tv-brand-official{height:22px;max-width:155px;}
  .xn-tv-chart-visual{min-height:124px;margin:2px 0 0;}
  .xn-tv-chart-visual svg{min-height:124px;}
  .xn-partner-features{margin-top:0;}
  .xn-five-card{grid-template-columns:minmax(0,1fr) 88px;grid-template-rows:auto auto auto auto;grid-template-areas:"brand shield" "copy shield" "cta shield" "note note";padding:36px 14px 12px;}
  .xn-five-brand-official{height:20px;max-width:145px;}
  .xn-five-shield{width:76px;}
  .xn-partner-card-copy>strong{font-size:19px;}
  .xn-partner-card-copy>span{font-size:11px;}
}
@media(max-width:460px){
  .xn-five-card{grid-template-columns:1fr;grid-template-areas:"brand" "shield" "copy" "cta" "note";}
  .xn-five-shield{width:88px;justify-self:start;}
}

/* Member module pages */
.module-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:20px 0 84px;}
.module-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.52fr);gap:28px;align-items:center;min-height:auto;margin-top:22px;padding:28px;border:1px solid rgba(98,201,255,.18);border-radius:32px;background:linear-gradient(135deg,rgba(6,18,34,.96),rgba(4,10,20,.94));box-shadow:0 28px 80px rgba(0,0,0,.28);}
.module-page-hero h1{margin:10px 0 12px;color:#fff;font-size:clamp(42px,4.9vw,78px);line-height:.98;letter-spacing:-.06em;}
.module-page-hero p:not(.micro-label){color:#b8c2cf;font-weight:760;line-height:1.6;font-size:18px;max-width:860px;}
.module-page-hero>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;object-position:center;border-radius:24px;border:1px solid rgba(98,201,255,.18);background:#02050a;}
.module-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:26px;}
.module-page-tile{border:1px solid rgba(255,255,255,.10);border-radius:28px;background:linear-gradient(180deg,rgba(9,22,39,.96),rgba(6,14,27,.94));padding:26px;display:grid;gap:14px;}
.module-page-tile span{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:rgba(2,183,254,.10);border:1px solid rgba(2,183,254,.22);font-size:28px;}
.module-page-tile h2{margin:0;color:#fff;font-size:32px;letter-spacing:-.03em;}
.module-page-tile p{margin:0;color:#aeb8c6;font-weight:760;line-height:1.55;}
.module-day-context{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.35fr);gap:24px;align-items:center;margin-top:24px;border:1px solid rgba(98,201,255,.18);border-radius:28px;background:linear-gradient(135deg,rgba(7,18,32,.94),rgba(4,10,18,.92));padding:24px;}
.module-day-context h2{margin:6px 0;color:#fff;font-size:clamp(38px,4vw,64px);letter-spacing:-.055em;}
.module-day-context p{margin:0;color:#aeb8c6;font-weight:760;font-size:17px;}
.module-stack{display:grid;gap:26px;margin-top:28px;}
.module-workspace-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.65fr);gap:28px;align-items:stretch;border:1px solid rgba(98,201,255,.17);border-radius:32px;background:linear-gradient(180deg,rgba(8,19,33,.96),rgba(5,11,20,.95));padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.28);}
.module-section-copy{display:flex;flex-direction:column;gap:14px;justify-content:center;}
.module-section-copy h2{margin:0;color:#fff;font-size:clamp(34px,3.6vw,64px);letter-spacing:-.055em;line-height:1.02;}
.module-section-copy p{margin:0;color:#b5c0cf;font-weight:760;line-height:1.6;font-size:clamp(16px,1.1vw,19px);max-width:780px;}
.module-day-pill{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;border:1px solid rgba(128,246,151,.26);background:rgba(128,246,151,.08);border-radius:999px;padding:10px 16px;color:#8cff9b;font-weight:950;}
.module-day-pill b{color:#d8ffe0;font-size:13px;letter-spacing:.06em;text-transform:uppercase;}
.module-visual-panel,.module-scenario-board,.mini-test-panel,.module-comparison-panel{border:1px solid rgba(255,255,255,.10);border-radius:26px;background:rgba(2,7,14,.74);min-height:270px;display:grid;place-items:center;padding:18px;overflow:hidden;}
.module-visual-panel img{width:100%;height:100%;max-height:none;aspect-ratio:4/3;object-fit:contain;object-position:center;border-radius:20px;background:#02050a;}
.module-scenario-board{align-content:center;gap:20px;place-items:stretch;}
.module-scenario-board strong,.mini-test-panel h3,.module-comparison-panel strong{color:#fff;font-size:24px;}
.module-scenario-board p,.mini-test-panel p{color:#aeb8c6;font-weight:760;line-height:1.55;}
.module-scenario-board button,.mini-test-panel button{border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.04);color:#aeb8c6;font-weight:900;padding:16px;}
.module-comparison-panel{grid-template-columns:1fr 1fr;gap:16px;}
.module-comparison-panel>div{height:100%;min-height:230px;width:100%;border:1px solid rgba(98,201,255,.14);border-radius:22px;background:linear-gradient(180deg,rgba(13,31,50,.8),rgba(5,12,22,.92));padding:18px;}
.module-comparison-panel span{display:block;height:140px;margin-top:18px;border-radius:18px;background:linear-gradient(135deg,rgba(98,201,255,.16),rgba(128,246,151,.10));}
.learning-stack .module-workspace-section{grid-template-columns:minmax(0,.85fr) minmax(360px,.7fr);}
.training-room-standalone{margin-top:26px;}
.training-room-standalone .clean-card-workspace{margin-top:0!important;}
.module-page-tile .dash-button[disabled]{opacity:.7;cursor:not-allowed;}
.rule-entry-grid .text-choice-input{width:100%;min-height:46px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(3,10,24,.72);color:#fff;font-weight:850;padding:0 14px;outline:none;}
.rule-entry-grid .text-choice-input:focus{border-color:rgba(37,216,255,.55);box-shadow:0 0 0 4px rgba(37,216,255,.10);}
.rule-entry-grid .field-mini-note{display:block;margin-top:7px;color:#8fa8c7;font-size:11px;font-weight:750;line-height:1.35;}

@media(max-width:1180px){
  .clean-card-click{grid-template-columns:minmax(160px,38%) minmax(0,62%)!important;gap:14px!important;}
  .clean-card-image-wrap{max-width:235px!important;}
  .clean-card-copy{padding:16px!important;}
  .xn-sponsored-unit{grid-template-columns:1fr 1fr;}
  .sponsor-copy{grid-column:1/-1;}
  .sponsor-action{justify-self:start;}
}
@media(max-width:980px){
  .training-card-grid.clean-launcher-grid{grid-template-columns:1fr!important;}
  .clean-card-click{grid-template-columns:minmax(180px,34%) minmax(0,66%)!important;min-height:310px!important;}
  .clean-card-image-wrap{max-width:255px!important;}
  .module-page-hero,.module-day-context,.module-workspace-section,.learning-stack .module-workspace-section,.module-page-grid{grid-template-columns:1fr!important;}
}
@media(max-width:860px){
  .clean-report-card{grid-template-columns:1fr!important;grid-template-areas:"top" "lines" "bottom"!important;padding:20px!important;}
  .clean-report-card .scorecard-bottom{border-top:1px solid rgba(255,255,255,.08)!important;padding-top:12px!important;}
  .training-path-top{grid-template-columns:1fr;}
  .xn-sponsored-unit{grid-template-columns:1fr;gap:14px;padding:18px;}
  .sponsor-action{justify-self:start;}
}
@media(max-width:680px){
  .dash-shell.xn-clean-launcher,.module-shell{width:min(calc(100% - 24px),1180px);padding-top:22px;}
  .clean-report-card .score-line{grid-template-columns:minmax(105px,1fr) minmax(95px,1fr) 42px!important;gap:8px!important;}
  .clean-report-card .score-line small{display:none;}
  .clean-card-click{grid-template-columns:1fr!important;min-height:0!important;padding:14px!important;}
  .clean-card-image-wrap{width:min(60%,235px)!important;margin-inline:auto!important;}
  .clean-card-copy{padding:18px!important;}
  .module-workspace-section,.module-page-hero,.module-day-context{padding:20px;border-radius:24px;}
  .module-comparison-panel{grid-template-columns:1fr;}
}
