/* WB Profit — UX redesign 2026-07
   Readable typography, two clearly separated data workspaces, and a calmer
   analytical surface. Loaded last so the product logic stays untouched. */

:root {
  --display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Consolas, monospace;
}

body.premium-2026 {
  font-family: var(--body);
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

/* ───────────────────────── Landing: faster reading ─────────────────────── */
.premium-landing .nav-logo .name,
.premium-landing .footer-brand .name {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -.025em;
  text-transform: none;
}

.premium-landing .nav-logo .sub {
  font-size: 9px;
  letter-spacing: .08em;
}

.premium-landing .nav-links a {
  font-size: 13px;
  font-weight: 600;
}

.premium-landing .btn,
.premium-landing .btn-sm,
.premium-landing .btn-lg {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 650;
}

.premium-landing .hero h1 {
  max-width: 1180px;
  font-family: var(--body);
  font-size: clamp(58px, 7.7vw, 124px);
  font-weight: 720;
  line-height: .96;
  letter-spacing: -.04em;
  text-transform: none;
}

.premium-landing .hero > p {
  max-width: 680px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
}

.premium-landing .hero::after,
.premium-landing .step::after {
  font-family: var(--body);
}

.premium-landing .section-title {
  max-width: 1240px;
  font-family: var(--body);
  font-size: clamp(42px, 5.3vw, 78px);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-transform: none;
}

.premium-landing .section-sub {
  max-width: 760px;
  margin-top: 24px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}

.premium-landing .problem-card h3,
.premium-landing .feature-card h3,
.premium-landing .step h3,
.premium-landing .ticker-title,
.premium-landing .calc-card h3,
.premium-landing .price-card h3,
.premium-landing .cta-final h2 {
  font-family: var(--body);
  letter-spacing: -.035em;
}

.premium-landing .problem-card h3 { font-weight: 700; }
.premium-landing .feature-card h3 { font-size: 21px; font-weight: 700; }
.premium-landing .feature-card p { font-size: 14px; line-height: 1.6; }
.premium-landing .step h3 { font-size: 23px; font-weight: 700; }
.premium-landing .step p { font-size: 14px; }

/* Two-product architecture on the landing page. */
.premium-landing .product-architecture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 68px;
}

.premium-landing .product-path {
  --path-accent: #7657e8;
  --path-accent-rgb: 118, 87, 232;
  position: relative;
  min-height: 570px;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(var(--path-accent-rgb), .24);
  border-radius: 28px;
  color: #111722;
  background:
    radial-gradient(circle at 100% 0, rgba(var(--path-accent-rgb), .15), transparent 290px),
    rgba(255,255,255,.9);
  box-shadow: 0 30px 80px rgba(42, 54, 38, .08), inset 0 1px rgba(255,255,255,.95);
  transition: transform .45s cubic-bezier(.16,1,.3,1), border-color .3s, box-shadow .3s;
}

.premium-landing .product-path-api {
  --path-accent: #0b8178;
  --path-accent-rgb: 11, 129, 120;
}

.premium-landing .product-path::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  right: -160px;
  bottom: -175px;
  border: 1px solid rgba(var(--path-accent-rgb), .18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(var(--path-accent-rgb), .035), 0 0 0 70px rgba(var(--path-accent-rgb), .02);
  pointer-events: none;
}

.premium-landing .product-path:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--path-accent-rgb), .48);
  box-shadow: 0 38px 90px rgba(42, 54, 38, .13), inset 0 1px white;
}

.premium-landing .product-path-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.premium-landing .product-path-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(var(--path-accent-rgb), .22);
  border-radius: 15px;
  color: var(--path-accent);
  background: rgba(var(--path-accent-rgb), .09);
}

.premium-landing .product-path-icon .icon { width: 23px; height: 23px; }

.premium-landing .product-path-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(var(--path-accent-rgb), .2);
  border-radius: 999px;
  color: var(--path-accent);
  background: rgba(var(--path-accent-rgb), .06);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.premium-landing .product-path-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--path-accent);
  box-shadow: 0 0 0 5px rgba(var(--path-accent-rgb), .1);
  animation: uxPulse 2.2s ease-in-out infinite;
}

.premium-landing .product-path h3 {
  max-width: 470px;
  margin-top: 42px;
  font-family: var(--body);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.premium-landing .product-path > p {
  max-width: 570px;
  margin-top: 17px;
  color: #5f6a78;
  font-size: 15px;
  line-height: 1.62;
}

.premium-landing .product-path ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.premium-landing .product-path li {
  position: relative;
  padding-left: 25px;
  color: #354051;
  font-size: 13px;
  font-weight: 600;
}

.premium-landing .product-path li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--path-accent);
  font-weight: 800;
}

.premium-landing .product-path-visual {
  position: relative;
  height: 96px;
  margin-top: 32px;
  padding: 12px 2px;
}

.premium-landing .product-path-waterfall {
  display: grid;
  gap: 8px;
  align-content: center;
}

.premium-landing .product-path-waterfall i {
  display: block;
  width: var(--path-size);
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--path-accent), rgba(var(--path-accent-rgb), .18));
  transform-origin: left;
  animation: uxPathGrow 1s cubic-bezier(.16,1,.3,1) both;
}

.premium-landing .product-path-waterfall i:nth-child(2) { animation-delay: .08s; }
.premium-landing .product-path-waterfall i:nth-child(3) { animation-delay: .16s; }
.premium-landing .product-path-waterfall i:nth-child(4) { animation-delay: .24s; }

.premium-landing .product-path-signal svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.premium-landing .product-path-signal path {
  fill: none;
  stroke: var(--path-accent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 720;
  animation: uxLineDraw 1.6s cubic-bezier(.16,1,.3,1) both;
  filter: drop-shadow(0 7px 10px rgba(var(--path-accent-rgb), .18));
}

.premium-landing .product-path-signal b {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--path-accent);
  box-shadow: 0 0 0 5px rgba(var(--path-accent-rgb), .11);
}

.premium-landing .product-path-signal b:nth-of-type(1) { left: 25%; top: 49%; }
.premium-landing .product-path-signal b:nth-of-type(2) { left: 50%; top: 31%; }
.premium-landing .product-path-signal b:nth-of-type(3) { right: 2%; top: 15%; }

.premium-landing .product-path-cta {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 18px;
  border: 1px solid rgba(var(--path-accent-rgb), .24);
  border-radius: 13px;
  color: var(--path-accent);
  background: rgba(var(--path-accent-rgb), .07);
  font: 700 13px var(--body);
  cursor: pointer;
  transition: color .25s, background .25s, transform .25s;
}

.premium-landing .product-path-cta span { font-size: 20px; transition: transform .25s; }
.premium-landing .product-path-cta:hover { color: white; background: var(--path-accent); transform: translateY(-2px); }
.premium-landing .product-path-cta:hover span { transform: translateX(4px); }

.premium-landing .product-separator {
  position: relative;
  display: grid;
  place-items: center;
}

.premium-landing .product-separator::before {
  content: '';
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  border-left: 1px dashed rgba(73, 87, 105, .22);
}

.premium-landing .product-separator span {
  position: relative;
  z-index: 1;
  padding: 12px 8px;
  border: 1px solid rgba(73, 87, 105, .14);
  border-radius: 999px;
  color: #7a8492;
  background: #f8faf6;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}

.premium-landing .product-separator i {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8%;
  left: calc(50% - 4px);
  border-radius: 50%;
  background: #9ba4af;
  box-shadow: 0 0 0 6px #f8faf6;
}

.premium-landing .module-grid-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-top: 92px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(87, 103, 81, .16);
}

.premium-landing .module-grid-heading span { color: #111722; font-size: 21px; font-weight: 720; letter-spacing: -.025em; }
.premium-landing .module-grid-heading small { color: #738071; font-size: 12px; }
.premium-landing .module-grid-heading + .features-grid { margin-top: 28px; }

.premium-landing .feature-card[data-product] {
  color: #111713;
  border-color: rgba(99, 114, 94, .2);
  background: rgba(255,255,255,.82);
}

.premium-landing .feature-card[data-product]::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: inherit;
  background: #7657e8;
  opacity: .75;
}

.premium-landing .feature-card[data-product="api"]::after { background: #0b8178; }
.premium-landing .feature-card[data-product] p { color: #667169; }
.premium-landing .feature-card[data-product="file"] .feature-ico { color: #7657e8; border-color: rgba(118,87,232,.2); background: rgba(118,87,232,.08); }
.premium-landing .feature-card[data-product="api"] .feature-ico { color: #0b8178; border-color: rgba(11,129,120,.2); background: rgba(11,129,120,.08); }
.premium-landing .feature-card[data-product="file"] .feature-chip { color: #6547d5; border-color: rgba(118,87,232,.2); background: rgba(118,87,232,.08); }
.premium-landing .feature-card[data-product="api"] .feature-chip { color: #076b64; border-color: rgba(11,129,120,.2); background: rgba(11,129,120,.08); }

/* ───────────────────── Dashboard: two independent workspaces ───────────── */
body.premium-dashboard {
  --workspace-accent: #7657e8;
  --workspace-accent-rgb: 118, 87, 232;
  --workspace-soft: rgba(118,87,232,.09);
  --workspace-border: rgba(118,87,232,.23);
  --lime: #7657e8;
  --mint: #5b42c4;
  --teal: #0b8178;
  min-height: 100vh;
  color: #152033;
  background:
    radial-gradient(780px 520px at 88% -8%, rgba(var(--workspace-accent-rgb), .12), transparent 66%),
    linear-gradient(180deg, #f4f7fb 0%, #f7f9fc 100%) !important;
  transition: background .45s ease;
}

body.premium-dashboard[data-workspace="api"] {
  --workspace-accent: #0b8178;
  --workspace-accent-rgb: 11, 129, 120;
  --workspace-soft: rgba(11,129,120,.09);
  --workspace-border: rgba(11,129,120,.24);
  --lime: #0b8178;
  --mint: #087f75;
  --teal: #287fc5;
}

.premium-dashboard [hidden] { display: none !important; }

.premium-dashboard .bg-texture .grid {
  opacity: .52;
  background-image:
    linear-gradient(to right, rgba(var(--workspace-accent-rgb), .045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(var(--workspace-accent-rgb), .045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.premium-dashboard .sidebar {
  width: 304px;
  padding: 17px 14px 20px;
  gap: 4px;
  border-right: 1px solid rgba(255,255,255,.075);
  color: #e8eef5;
  background:
    radial-gradient(circle at 50% -8%, rgba(var(--workspace-accent-rgb), .18), transparent 280px),
    #0c1522;
  box-shadow: 18px 0 52px rgba(17, 28, 43, .1);
}

.premium-dashboard .brand { min-height: 56px; padding: 4px 9px 14px; }
.premium-dashboard .brand .mark { width: 42px; height: 42px; }
.premium-dashboard .brand .mark::before {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--workspace-accent) 68%, white), var(--workspace-accent)) 0 100% / 23% 47% no-repeat,
    linear-gradient(180deg, color-mix(in srgb, var(--workspace-accent) 68%, white), var(--workspace-accent)) 38% 100% / 23% 72% no-repeat,
    linear-gradient(180deg, color-mix(in srgb, var(--workspace-accent) 68%, white), var(--workspace-accent)) 76% 100% / 23% 100% no-repeat;
  filter: drop-shadow(0 7px 10px rgba(var(--workspace-accent-rgb), .28));
}

.premium-dashboard .brand .name {
  color: #f7f9fc;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -.025em;
}

.premium-dashboard .brand .name span { color: var(--workspace-accent); }
.premium-dashboard .brand .sub { margin-top: 5px; color: #738196; font-size: 9px; letter-spacing: .09em; }

.premium-dashboard .workspace-switcher {
  margin: 2px 0 8px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 17px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}

.premium-dashboard .workspace-switcher-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px 9px;
  color: #77859a;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.premium-dashboard .workspace-help {
  padding: 3px 6px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  color: #667489;
  font-size: 8px;
  letter-spacing: .04em;
}

.premium-dashboard .workspace-choice {
  display: grid;
  width: 100%;
  min-height: 58px;
  grid-template-columns: 35px minmax(0,1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 4px 0;
  padding: 8px 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #9aa8ba;
  background: transparent;
  font-family: var(--body);
  text-align: left;
  cursor: pointer;
  transition: color .22s, background .22s, border-color .22s, transform .22s;
}

.premium-dashboard .workspace-choice:hover {
  color: white;
  border-color: rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  transform: translateX(2px);
}

.premium-dashboard .workspace-choice.active {
  color: white;
  border-color: rgba(var(--workspace-accent-rgb), .42);
  background: linear-gradient(135deg, rgba(var(--workspace-accent-rgb), .2), rgba(var(--workspace-accent-rgb), .08));
  box-shadow: inset 3px 0 var(--workspace-accent), 0 10px 28px rgba(0,0,0,.1);
}

.premium-dashboard .workspace-choice-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #8391a5;
  background: rgba(255,255,255,.055);
}

.premium-dashboard .workspace-choice.active .workspace-choice-icon { color: var(--workspace-accent); background: rgba(var(--workspace-accent-rgb), .14); }
.premium-dashboard .workspace-choice-icon .icon { width: 17px; height: 17px; }
.premium-dashboard .workspace-choice-copy { min-width: 0; }
.premium-dashboard .workspace-choice-copy strong { display: block; overflow: hidden; font-size: 12px; font-weight: 700; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }
.premium-dashboard .workspace-choice-copy small { display: block; margin-top: 3px; overflow: hidden; color: #6d7a8d; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.premium-dashboard .workspace-choice-state {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 6px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 999px;
  color: #738095;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.premium-dashboard .workspace-choice.active .workspace-choice-state { color: color-mix(in srgb, var(--workspace-accent) 62%, white); border-color: rgba(var(--workspace-accent-rgb), .27); }
.premium-dashboard .workspace-choice-state i { width: 6px; height: 6px; border-radius: 50%; background: #25c4b4; box-shadow: 0 0 0 4px rgba(37,196,180,.1); animation: uxPulse 2.2s ease-in-out infinite; }

.premium-dashboard .workspace-nav-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 10px 6px;
  color: #7f8da0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.premium-dashboard .workspace-nav-meta small {
  display: grid;
  min-width: 24px;
  height: 20px;
  place-items: center;
  border-radius: 7px;
  color: var(--workspace-accent);
  background: rgba(var(--workspace-accent-rgb), .12);
  font-size: 9px;
}

.premium-dashboard .navgroup {
  padding: 16px 10px 5px;
  color: #6f7d90;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
}

.premium-dashboard .navitem,
.premium-dashboard .navcat-btn {
  min-height: 46px;
  margin: 2px 0;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #9aa8b9;
  font-family: var(--body);
  font-size: 12.5px;
  font-weight: 620;
  line-height: 1.25;
}

.premium-dashboard .navitem:hover,
.premium-dashboard .navcat-btn:hover {
  color: white;
  border-color: rgba(255,255,255,.075);
  background: rgba(255,255,255,.045);
  transform: translateX(2px);
}

.premium-dashboard .navitem.active {
  color: white;
  border-color: var(--workspace-accent);
  background: linear-gradient(135deg, var(--workspace-accent), color-mix(in srgb, var(--workspace-accent) 76%, #263d5a));
  box-shadow: 0 10px 26px rgba(var(--workspace-accent-rgb), .19);
}

.premium-dashboard .navcat-btn.active {
  color: white;
  border-color: rgba(var(--workspace-accent-rgb), .32);
  background: rgba(var(--workspace-accent-rgb), .12);
  box-shadow: inset 3px 0 var(--workspace-accent);
}

.premium-dashboard .navitem .ico,
.premium-dashboard .navcat-btn .ico {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  color: #8492a5;
  background: rgba(255,255,255,.045);
}

.premium-dashboard .navitem.active .ico { color: white; background: rgba(9,18,29,.16); }
.premium-dashboard .navcat-btn.active .ico { color: var(--workspace-accent); background: rgba(var(--workspace-accent-rgb), .13); }
.premium-dashboard .navcat-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.premium-dashboard .navcat-btn .chev { color: #5f6d81; }

.premium-dashboard .navcat-flyout { padding-left: 11px; }
.premium-dashboard .navcat-flyout-title { color: #657388; font-size: 8.5px; }
.premium-dashboard .navcat-flyout .navitem { min-height: 39px; color: #8897a9; font-size: 11.5px; }
.premium-dashboard .navcat-flyout .navitem.active { color: white; }
.premium-dashboard .navitem[data-section="rnp"] { border-color: rgba(var(--workspace-accent-rgb), .15) !important; background: rgba(var(--workspace-accent-rgb), .06) !important; }

.premium-dashboard .sidebar-foot {
  border-color: rgba(255,255,255,.075);
  color: #a9b4c2;
  background: rgba(255,255,255,.035);
}
.premium-dashboard .sidebar-foot p { color: #6f7d90; }
.premium-dashboard .tg-link { color: color-mix(in srgb, var(--workspace-accent) 62%, white); }

.premium-dashboard .main {
  padding: 22px clamp(20px, 2.7vw, 42px) 70px;
  color: #152033;
}

.premium-dashboard .workspace-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) 150px auto;
  gap: 26px;
  align-items: center;
  min-height: 124px;
  margin: 0 0 18px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid var(--workspace-border);
  border-radius: 20px;
  background:
    linear-gradient(110deg, rgba(var(--workspace-accent-rgb), .095), transparent 46%),
    rgba(255,255,255,.9);
  box-shadow: 0 18px 48px rgba(35, 49, 68, .075), inset 0 1px white;
}

.premium-dashboard .workspace-strip::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--workspace-accent);
}

.premium-dashboard .workspace-strip::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  right: 27%;
  top: -168px;
  border: 1px solid rgba(var(--workspace-accent-rgb), .14);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(var(--workspace-accent-rgb), .025), 0 0 0 58px rgba(var(--workspace-accent-rgb), .015);
  pointer-events: none;
}

.premium-dashboard .workspace-strip-identity {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.premium-dashboard .workspace-orbit {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 1px solid rgba(var(--workspace-accent-rgb), .25);
  border-radius: 50%;
  background: rgba(var(--workspace-accent-rgb), .07);
}

.premium-dashboard .workspace-orbit::before {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(var(--workspace-accent-rgb), .42);
  border-radius: 50%;
  animation: uxOrbit 12s linear infinite;
}

.premium-dashboard .workspace-orbit i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--workspace-accent);
  box-shadow: 0 0 0 7px rgba(var(--workspace-accent-rgb), .11), 0 0 22px rgba(var(--workspace-accent-rgb), .42);
}

.premium-dashboard .workspace-orbit b {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 5px;
  left: 50%;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--workspace-accent);
}

.premium-dashboard .workspace-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--workspace-accent);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.premium-dashboard .workspace-strip-identity strong {
  display: block;
  color: #111c2d;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 740;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.premium-dashboard .workspace-strip-identity p {
  max-width: 660px;
  margin: 7px 0 0;
  color: #697588;
  font-size: 11.5px;
  line-height: 1.5;
}

.premium-dashboard .workspace-mini-viz {
  position: relative;
  z-index: 1;
  display: flex;
  height: 64px;
  align-items: end;
  gap: 7px;
  padding: 7px 10px 6px;
  border-bottom: 1px solid rgba(var(--workspace-accent-rgb), .18);
}

.premium-dashboard .workspace-mini-viz span {
  width: 100%;
  height: var(--viz-height);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, var(--workspace-accent), rgba(var(--workspace-accent-rgb), .28));
  transform-origin: bottom;
  animation: uxVizGrow .75s cubic-bezier(.16,1,.3,1) both;
}

.premium-dashboard .workspace-mini-viz span:nth-child(2) { animation-delay: .06s; }
.premium-dashboard .workspace-mini-viz span:nth-child(3) { animation-delay: .12s; }
.premium-dashboard .workspace-mini-viz span:nth-child(4) { animation-delay: .18s; }
.premium-dashboard .workspace-mini-viz span:nth-child(5) { animation-delay: .24s; }

.premium-dashboard .workspace-strip-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
  justify-items: end;
}

.premium-dashboard .workspace-inline-switch {
  display: flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(91, 106, 126, .17);
  border-radius: 10px;
  background: #f1f4f8;
}

.premium-dashboard .workspace-inline-switch button {
  min-width: 54px;
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  color: #748095;
  background: transparent;
  font: 650 10px var(--body);
  cursor: pointer;
}

.premium-dashboard .workspace-inline-switch button.active {
  color: white;
  background: var(--workspace-accent);
  box-shadow: 0 5px 14px rgba(var(--workspace-accent-rgb), .18);
}

.premium-dashboard .workspace-primary-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid var(--workspace-accent);
  border-radius: 11px;
  color: white;
  background: var(--workspace-accent);
  box-shadow: 0 9px 22px rgba(var(--workspace-accent-rgb), .18);
  font: 680 11px var(--body);
  cursor: pointer;
  transition: transform .22s, box-shadow .22s;
}

.premium-dashboard .workspace-primary-action:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(var(--workspace-accent-rgb), .24); }
.premium-dashboard .workspace-primary-action .icon { width: 15px; height: 15px; }
.premium-dashboard .workspace-strip-enter { animation: uxWorkspaceEnter .55s cubic-bezier(.16,1,.3,1) both; }

/* Main analytical surface: neutral, spacious, and readable. */
.premium-dashboard .section.active { animation: uxSectionIn .42s cubic-bezier(.16,1,.3,1) both; }

.premium-dashboard .topbar,
.premium-dashboard .premium-section-hero {
  min-height: 132px;
  margin-bottom: 17px;
  padding: 42px 22px 18px;
  border: 1px solid rgba(86, 102, 124, .16);
  border-radius: 19px;
  background:
    linear-gradient(120deg, rgba(var(--workspace-accent-rgb), .065), transparent 45%),
    rgba(255,255,255,.91);
  box-shadow: 0 14px 38px rgba(35, 49, 68, .055), inset 0 1px white;
  backdrop-filter: blur(14px);
}

.premium-dashboard .premium-section-hero::before {
  background: linear-gradient(90deg, var(--workspace-accent), color-mix(in srgb, var(--workspace-accent) 42%, transparent));
}

.premium-dashboard .premium-section-hero::after {
  color: transparent;
  -webkit-text-stroke-color: rgba(var(--workspace-accent-rgb), .085);
  font-family: var(--body);
  font-size: 108px;
  font-weight: 780;
}

.premium-dashboard .topbar h1,
.premium-dashboard .premium-section-hero h1,
.premium-dashboard .premium-section-hero h2 {
  color: #101b2c;
  font-family: var(--body);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 740;
  line-height: 1.12;
  letter-spacing: -.045em;
}

.premium-dashboard .topbar .greet,
.premium-dashboard .premium-section-hero .section-sub,
.premium-dashboard .premium-section-hero .greet {
  max-width: 760px;
  margin-top: 7px;
  color: #697588;
  font-size: 12px;
  line-height: 1.55;
}

.premium-dashboard .premium-section-context {
  color: #6e7b8e;
  font-size: 9px;
  letter-spacing: .08em;
}

.premium-dashboard .premium-section-context .is-live { color: #627084; }
.premium-dashboard .premium-section-context .is-live i,
.premium-dashboard .lens-signal i,
.premium-dashboard .premium-chart-badge i { background: var(--workspace-accent); box-shadow: 0 0 0 5px rgba(var(--workspace-accent-rgb), .09); }

.premium-dashboard .period-switch { border-color: rgba(85,102,124,.17); background: #eef2f7; }
.premium-dashboard .period-switch button { min-height: 35px; color: #687589; font-size: 10.5px; }
.premium-dashboard .period-switch button.active { color: white; background: var(--workspace-accent); }

.premium-dashboard .card,
.premium-dashboard .hub-tile,
.premium-dashboard .rnp-card,
.premium-dashboard .premium-report-lens,
.premium-dashboard .premium-report-visual,
.premium-dashboard .ri-kpi,
.premium-dashboard .ri-action,
.premium-dashboard .ri-spark-wrap,
.premium-dashboard .ri-stage,
.premium-dashboard .calc-card {
  border-color: rgba(84, 100, 120, .15);
  color: #182335;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 34px rgba(35, 49, 68, .055), inset 0 1px white;
}

.premium-dashboard .card:hover,
.premium-dashboard .hub-tile:hover {
  border-color: rgba(var(--workspace-accent-rgb), .38) !important;
  box-shadow: 0 22px 54px rgba(35,49,68,.095), inset 0 1px white !important;
}

.premium-dashboard .card::after { background: radial-gradient(330px circle at var(--card-x,50%) var(--card-y,50%), rgba(var(--workspace-accent-rgb), .095), transparent 58%); }
.premium-dashboard .grid { gap: 14px; }
.premium-dashboard .card { border-radius: 18px; }
.premium-dashboard .eyebrow { color: #6c788a; font-size: 10px; font-weight: 720; letter-spacing: .08em; }
.premium-dashboard .big,
.premium-dashboard .kpi .v,
.premium-dashboard .rnp-card-val,
.premium-dashboard .ri-kpi > strong,
.premium-dashboard .ri-stage > strong,
.premium-dashboard .quality-gauge strong {
  color: #111c2d;
  font-family: var(--body) !important;
  font-weight: 740;
  letter-spacing: -.04em;
}

.premium-dashboard .kpi { min-height: 98px; border-color: rgba(84,100,120,.13); background: #f3f6fa; }
.premium-dashboard .kpi::before { background: linear-gradient(90deg, var(--workspace-accent), transparent); }
.premium-dashboard .kpi .l { color: #718095; font-size: 11px; }
.premium-dashboard .bar-fill { background-color: var(--workspace-accent); }
.premium-dashboard .bar-track,
.premium-dashboard .progress { background: #e7ecf2; }

.premium-dashboard .report-focus-bar {
  margin-bottom: 14px;
  border: 1px solid var(--workspace-border);
  border-radius: 13px;
  color: #3d4960;
  background: var(--workspace-soft);
}
.premium-dashboard .report-focus-bar button { color: var(--workspace-accent); }

.premium-dashboard .btn-primary,
.premium-dashboard .price-cta,
.premium-dashboard .lock-cta {
  color: white !important;
  background: var(--workspace-accent) !important;
  box-shadow: 0 9px 22px rgba(var(--workspace-accent-rgb), .16) !important;
}

.premium-dashboard .dropzone {
  border-color: rgba(var(--workspace-accent-rgb), .34);
  background: radial-gradient(circle at 50% 50%, rgba(var(--workspace-accent-rgb), .09), transparent 62%), rgba(255,255,255,.86);
}
.premium-dashboard .dropzone:hover,
.premium-dashboard .dropzone.drag { border-color: var(--workspace-accent); background: rgba(var(--workspace-accent-rgb), .08); }
.premium-dashboard .dropzone .ico { color: var(--workspace-accent); background: var(--workspace-soft); }
.premium-dashboard .dropzone h3 { color: #172235; font-family: var(--body); font-size: 19px; font-weight: 720; letter-spacing: -.03em; }

.premium-dashboard input,
.premium-dashboard select,
.premium-dashboard textarea { font-family: var(--body); }
.premium-dashboard input:focus,
.premium-dashboard select:focus,
.premium-dashboard textarea:focus { border-color: var(--workspace-accent); box-shadow: 0 0 0 3px rgba(var(--workspace-accent-rgb), .1); }

.premium-dashboard .hub-head .hub-ico { color: white; background: var(--workspace-accent); }
.premium-dashboard .hub-tile .ico { color: var(--workspace-accent); border-color: var(--workspace-border); background: var(--workspace-soft); }
.premium-dashboard .hub-tile h3 { color: #152033; font-family: var(--body); font-size: 17px; font-weight: 720; letter-spacing: -.03em; }
.premium-dashboard .hub-tile p { color: #6c788a; font-size: 12px; }
.premium-dashboard .hub-tile .tile-badge.live { color: var(--workspace-accent); background: var(--workspace-soft); }

/* Data visualizations: keep the density, raise legibility. */
.premium-dashboard .report-visual-head span,
.premium-dashboard .lens-kicker,
.premium-dashboard .ri-head > span,
.premium-dashboard .ri-action > span { color: var(--workspace-accent); font-size: 9px; }
.premium-dashboard .report-visual-head h3,
.premium-dashboard .lens-head h3,
.premium-dashboard .ri-action > strong { color: #152033; font-family: var(--body); font-weight: 720; letter-spacing: -.035em; }
.premium-dashboard .report-visual-head p,
.premium-dashboard .lens-head p,
.premium-dashboard .ri-action > p { color: #6e7b8e; font-size: 11px; }
.premium-dashboard .ri-kpi { min-height: 96px; padding: 15px; }
.premium-dashboard .ri-kpi::before { background: var(--workspace-accent); }
.premium-dashboard .ri-kpi > span { color: #687588; font-family: var(--body); font-size: 9px; letter-spacing: .06em; }
.premium-dashboard .ri-kpi > strong { margin-top: 10px; font-size: clamp(18px,1.7vw,24px); }
.premium-dashboard .ri-kpi > small { color: #768297; font-size: 9.5px; }
.premium-dashboard .ri-subhead span { color: #354157; font-size: 12px; }
.premium-dashboard .ri-subhead small { color: #748195; font-size: 8.5px; }
.premium-dashboard .ri-ranked .ri-rank-row,
.premium-dashboard .ri-priority-list article,
.premium-dashboard .ri-data-contract article { border-color: rgba(84,100,120,.13); background: #f8fafc; }
.premium-dashboard .ri-ranked .ri-rank-row > span { color: #556276; font-size: 10.5px; }
.premium-dashboard .ri-ranked .ri-rank-row > strong { color: #27344a; }
.premium-dashboard .ri-action { border-color: var(--workspace-border); background: linear-gradient(145deg, var(--workspace-soft), rgba(255,255,255,.92)); }
.premium-dashboard .ri-action > button { color: var(--workspace-accent); border-color: var(--workspace-border); background: var(--workspace-soft); }
.premium-dashboard .ri-action > button:hover { border-color: var(--workspace-accent); background: rgba(var(--workspace-accent-rgb), .15); }
.premium-dashboard .ri-gridline,
.premium-dashboard .lens-gridline { stroke: rgba(45,61,83,.11); }
.premium-dashboard .ri-point { fill: white; }
.premium-dashboard .ri-stage-link i { color: rgba(var(--workspace-accent-rgb), .35); }
.premium-dashboard .ri-composition > div,
.premium-dashboard .composition-track { background: #edf1f6; }
.premium-dashboard .premium-chart-badge { color: var(--workspace-accent); border-color: var(--workspace-border); background: rgba(255,255,255,.88); }

.premium-dashboard table { font-variant-numeric: tabular-nums; }
.premium-dashboard .card table thead th { color: #657287; background: #f2f5f9; font-size: 9.5px; letter-spacing: .06em; }
.premium-dashboard .card table tbody td { color: #303d52; border-color: rgba(75,91,113,.1); }
.premium-dashboard .card table tbody tr:hover { background: rgba(var(--workspace-accent-rgb), .055); }

@keyframes uxPulse {
  0%, 100% { opacity: .62; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes uxPathGrow { from { transform: scaleX(.08); opacity: .2; } to { transform: scaleX(1); opacity: 1; } }
@keyframes uxLineDraw { from { stroke-dashoffset: 720; } to { stroke-dashoffset: 0; } }
@keyframes uxOrbit { to { transform: rotate(360deg); } }
@keyframes uxVizGrow { from { transform: scaleY(.08); opacity: .2; } to { transform: scaleY(1); opacity: 1; } }
@keyframes uxWorkspaceEnter { from { opacity: .35; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
@keyframes uxSectionIn { from { opacity: .25; transform: translateY(11px); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  .premium-dashboard .workspace-strip { grid-template-columns: minmax(0,1fr) auto; }
  .premium-dashboard .workspace-mini-viz { display: none; }
}

@media (max-width: 980px) {
  .premium-landing .product-architecture { grid-template-columns: 1fr; }
  .premium-landing .product-separator { min-height: 62px; }
  .premium-landing .product-separator::before { top: 50%; right: 8%; bottom: auto; left: 8%; border-top: 1px dashed rgba(73,87,105,.22); border-left: 0; }
  .premium-landing .product-separator i { top: calc(50% - 4px); left: 8%; }
  .premium-landing .product-path { min-height: 0; }
}

@media (max-width: 900px) {
  .premium-dashboard .sidebar {
    width: min(328px, 88vw);
    color: #e8eef5;
    background: radial-gradient(circle at 50% -8%, rgba(var(--workspace-accent-rgb), .18), transparent 280px), #0c1522;
  }
  .premium-dashboard .main { padding: 14px 14px 54px; }
  .premium-dashboard .workspace-strip { margin-top: 10px; }
}

@media (max-width: 680px) {
  .premium-landing .hero h1 { font-size: clamp(48px, 14vw, 68px); line-height: .96; }
  .premium-landing .section-title { font-size: clamp(36px, 10vw, 54px); line-height: 1.04; }
  .premium-landing .product-architecture { margin-top: 44px; }
  .premium-landing .product-path { padding: 24px; border-radius: 22px; }
  .premium-landing .product-path h3 { margin-top: 32px; font-size: 31px; }
  .premium-landing .product-path-top { align-items: flex-start; }
  .premium-landing .product-path-badge { max-width: 170px; line-height: 1.25; text-align: right; }
  .premium-landing .module-grid-heading { display: block; margin-top: 60px; }
  .premium-landing .module-grid-heading small { display: block; margin-top: 7px; }

  .premium-dashboard .workspace-strip {
    display: block;
    min-height: 0;
    padding: 18px;
    border-radius: 17px;
  }
  .premium-dashboard .workspace-orbit { width: 46px; height: 46px; flex-basis: 46px; }
  .premium-dashboard .workspace-strip-identity p { font-size: 10.5px; }
  .premium-dashboard .workspace-strip-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
  .premium-dashboard .workspace-primary-action { min-height: 38px; padding-inline: 12px; }
  .premium-dashboard .topbar,
  .premium-dashboard .premium-section-hero { min-height: 118px; padding: 41px 16px 16px; border-radius: 16px; }
  .premium-dashboard .premium-section-hero::after { font-size: 76px; }
}

@media (max-width: 460px) {
  .premium-dashboard .workspace-strip-actions { align-items: stretch; flex-direction: column; }
  .premium-dashboard .workspace-inline-switch { width: 100%; }
  .premium-dashboard .workspace-inline-switch button { flex: 1; }
  .premium-dashboard .workspace-primary-action { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .premium-2026 *,
  .premium-2026 *::before,
  .premium-2026 *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
