/* Directional refresh: Monday-like clarity, Trussaro substance. */
:root {
  --frame: 1280px;
  --violet: #6c63ff;
  --soft-violet: #cbc8ff;
}

html {
  scroll-padding-top: 96px;
}

.brand-plain {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: -.7px;
}

body {
  padding-top: 86px;
  background:
    radial-gradient(circle at 18% 6%, rgba(108, 99, 255, .055), transparent 25rem),
    var(--bg);
}

.site-header,
.hero,
.products,
.workflows,
footer {
  width: min(92vw, var(--frame));
  max-width: var(--frame);
}

.site-header {
  height: 86px;
  padding-inline: 6px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 44px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  background: rgba(16, 18, 23, .9);
  box-shadow: 0 0 0 100vmax rgba(16, 18, 23, .9);
  clip-path: inset(0 -100vmax);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.site-header .primary-nav {
  gap: 42px;
  font-size: 15px;
  justify-self: center;
}

.site-header .header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 26px;
  color: #c4c8d0;
  font-size: 15px;
}

.site-header nav a {
  padding: 11px 2px;
}

.site-header nav .button-small {
  padding: 11px 20px;
}

.button {
  color: #fff;
  background: var(--violet);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 14px 24px;
  box-shadow: 0 12px 32px rgba(108,99,255,.2);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #7b73ff;
  box-shadow: 0 16px 40px rgba(108,99,255,.3);
}

.button-small {
  padding: 11px 20px;
}

.hero {
  min-height: min(800px, calc(100vh - 86px));
  padding: clamp(54px, 6vw, 92px) 6px 72px;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(52px, 6vw, 112px);
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  color: #c7cbd4;
  font-size: 10px;
  letter-spacing: 2.5px;
  margin-bottom: 24px;
}

h1 {
  max-width: 620px;
  font-size: clamp(50px, 3.35vw, 68px);
  line-height: 1.06;
  letter-spacing: -.055em;
  padding-bottom: .12em;
  margin-bottom: 30px;
}

h1 em {
  display: inline-block;
  padding: 0 10px 10px 0;
  margin: 0;
}

.lede {
  max-width: 580px;
  font-size: clamp(16px, .9vw, 18px);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 38px;
}

.text-link {
  padding: 12px 2px;
}

.hero-art {
  height: clamp(500px, 46vw, 620px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 48%, rgba(100,111,210,.18), transparent 29%),
    linear-gradient(145deg, #181b23, #111319 70%);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 32px 90px rgba(0,0,0,.24);
}

.core {
  width: 164px;
  height: 164px;
}

.hero-card {
  padding: 19px 20px;
  border-radius: 17px;
}

.hero-card small {
  font-size: 10px;
}

.hero-card strong {
  font-size: 28px;
}

.card-project { left: 6%; top: 10%; width: 180px; }
.card-cash { right: 5%; top: 31%; width: 190px; }
.card-ai { left: 8%; bottom: 8%; width: 245px; }
.card-ai strong {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -.2px;
  margin-top: 6px;
}

.product-switcher {
  width: min(92vw, 1060px);
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(24,27,34,.92);
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 2;
}

.product-switcher span,
.product-switcher a {
  padding: 11px 19px;
  border-radius: 999px;
  color: #aeb4c0;
  font-size: 14px;
  white-space: nowrap;
}

.product-switcher span {
  color: #717887;
}

.product-switcher a:hover {
  color: #fff;
  background: rgba(255,255,255,.055);
}

.product-switcher .active {
  color: #f8f8f5;
  background: rgba(108,99,255,.28);
  box-shadow: inset 0 0 0 1px rgba(165,158,255,.24);
}

.intro {
  max-width: 1180px;
  padding: 24px 28px 44px;
}

.trussaro-one-lockup {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}

.trussaro-one-lockup img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.trussaro-one-lockup span {
  color: #f5f5f2;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.8px;
}

.trussaro-one-lockup strong {
  margin-left: 0;
  padding: 0;
  align-self: center;
  background: linear-gradient(100deg, #635bff 0%, #a766ff 27%, #eb6ab8 57%, #ff9d68 78%, #ffd15c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Arial Narrow", "Aptos Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 21px;
  font-stretch: condensed;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.5px;
  transform: translateY(4px) scaleX(.88);
  transform-origin: left center;
}

.intro h2,
.section-head h2,
.workflows h2,
.cta h2 {
  letter-spacing: -.052em;
}

.intro h2 {
  font-size: clamp(38px, 3.1vw, 56px);
  margin-bottom: 0;
}

.intro > p:last-child {
  max-width: 790px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-inline: auto;
  font-size: 17px;
  line-height: 1.65;
}

.products {
  padding: 70px 6px 118px;
}

.section-head {
  grid-template-columns: .85fr 1.2fr .85fr;
  margin-bottom: 54px;
}

.section-head h2 {
  font-size: clamp(48px, 4vw, 74px);
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product {
  min-height: 390px;
  padding: clamp(28px, 3vw, 46px);
  border-radius: 24px;
  background: linear-gradient(145deg, #191c23, #15171c);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  scroll-margin-top: 110px;
}

.product:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.22);
  background: linear-gradient(145deg, #1e212a, #17191f);
}

.product-featured {
  background:
    radial-gradient(circle at 90% 0, rgba(108,99,255,.24), transparent 18rem),
    linear-gradient(145deg, #20243b, #17191f 64%);
}

.product-index {
  font-size: 10px;
  letter-spacing: 1.8px;
}

.product-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.product h3 {
  margin-top: 68px;
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -.045em;
}

.product p {
  max-width: 560px;
  font-size: 17px;
}

.product a {
  font-size: 14px;
}

.statement {
  max-width: 1340px;
  padding-bottom: 112px;
}

.workflows {
  padding: 100px 6px 112px;
}

.cta {
  width: min(94vw, 2040px);
  max-width: none;
  margin-bottom: 28px;
  border-radius: 32px;
}

footer {
  padding-inline: 6px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }
  .site-header .primary-nav { display: none; }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 68px;
  }
  .hero-copy { width: 100%; }
  .hero-art { width: 100%; }
  .product-switcher {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .product-switcher span { display: none; }
  .section-head { display: block; }
  .section-head > p:last-child { max-width: 520px; }
}

@media (max-width: 700px) {
  .site-header,
  .hero,
  .products,
  .workflows,
  footer { width: 100%; }
  .site-header { padding-inline: 18px; }
  .site-header .header-actions { display: none; }
  .hero { padding: 58px 18px 52px; gap: 40px; }
  h1 { font-size: clamp(42px, 11.5vw, 50px); line-height: 1.06; }
  .hero-art { height: 410px; border-radius: 22px; }
  .product-switcher { width: calc(100% - 24px); margin-top: 0; }
  .intro { padding: 20px 20px 32px; text-align: left; }
  .trussaro-one-lockup { justify-content: flex-start; }
  .intro > p:last-child { margin-inline: 0; }
  .products { padding: 58px 18px 82px; }
  .product-grid { grid-template-columns: 1fr; }
  .product { min-height: 320px; }
  .product h3 { margin-top: 48px; }
  .workflows { padding-inline: 18px; }
  .cta { width: 100%; border-radius: 0; }
  footer { padding-inline: 18px; }
}

@media (max-width: 800px) {
  body { padding-top: 66px; }
}

/* Trussaro One interactive suite */
.product-switcher button {
  appearance: none;
  border: 0;
  padding: 11px 19px;
  border-radius: 999px;
  color: #aeb4c0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.product-switcher button:hover {
  color: #fff;
  background: rgba(255,255,255,.055);
}

.product-switcher button:focus-visible {
  outline: 2px solid #aaa4ff;
  outline-offset: 3px;
}

.product-switcher button[aria-selected="true"] {
  color: #f8f8f5;
  background: rgba(108,99,255,.28);
  box-shadow: inset 0 0 0 1px rgba(165,158,255,.24);
}

.suite-products {
  display: grid;
  padding: 52px 6px 118px;
  overflow: clip;
}

#why {
  scroll-margin-top: 92px;
}

.suite-panel {
  --suite-accent: #7b73ff;
  --suite-accent-soft: rgba(123,115,255,.18);
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(46px, 6vw, 92px);
  grid-area: 1 / 1;
  min-height: 610px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.suite-panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.suite-panel[data-app="analyticscore"] {
  --suite-accent: #ed78ba;
  --suite-accent-soft: rgba(237,120,186,.16);
}

.suite-panel[data-app="formcore"] {
  --suite-accent: #58d9b3;
  --suite-accent-soft: rgba(88,217,179,.14);
}

.suite-panel[data-app="ledgercore"] {
  --suite-accent: #f5c85c;
  --suite-accent-soft: rgba(245,200,92,.15);
}

.suite-copy {
  padding: 38px 0;
}

.suite-copy .eyebrow {
  color: #adb5c3;
  margin-bottom: 19px;
}

.suite-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 19px;
}

.suite-kicker .eyebrow {
  margin: 0;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--suite-accent) 42%, transparent);
  border-radius: 999px;
  color: var(--suite-accent);
  background: var(--suite-accent-soft);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.suite-copy h2 {
  max-width: 520px;
  margin: 0 0 24px;
  font-size: clamp(42px, 3.4vw, 60px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.suite-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.suite-checks {
  display: grid;
  gap: 13px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
  color: #e6e8ed;
  font-size: 14px;
}

.suite-checks li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.suite-checks li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border-radius: 50%;
  color: #11151a;
  background: var(--suite-accent);
  font-size: 12px;
  font-weight: 900;
}

.suite-cta {
  padding-inline: 23px;
}

.suite-preview {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 550px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.suite-preview::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1%;
  bottom: -8%;
  width: min(440px, 58%);
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(119, 91, 255, .16) 0%, rgba(111, 82, 238, .08) 42%, rgba(92, 68, 190, 0) 72%);
  filter: blur(10px);
  pointer-events: none;
}

.suite-preview em {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: inherit;
}

.preview-window {
  width: 100%;
  max-width: 780px;
  min-height: 460px;
  overflow: hidden;
  border: 2px solid #555b66;
  border-radius: 18px;
  background: #11141a;
  box-shadow: none;
  transform: perspective(3400px) rotateY(-20deg) rotateX(8deg) skewX(1.5deg) scale(.95);
  transform-origin: center;
  will-change: transform;
}

.suite-app-shell {
  max-width: 820px;
  height: 470px;
  min-height: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
}

.suite-app-surface {
  min-width: 0;
  overflow: hidden;
}

.preview-body.suite-preview-body {
  grid-template-columns: minmax(0, 1fr);
  min-height: 412px;
}

.preview-bar {
  min-height: 58px;
  padding: 0 19px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: #9098a6;
  font-size: 11px;
}

.preview-bar > i {
  justify-self: end;
  color: #737b89;
  font-style: normal;
  letter-spacing: 3px;
}

.preview-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #f3f4f1;
  font-size: 13px;
}

.preview-brand img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product-app-mark {
  position: relative;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: block;
}

.product-app-mark i {
  position: absolute;
  display: block;
  font-style: normal;
}

.analyticscore-mark i {
  bottom: 4px;
  width: 4px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(to top, #7b73ff, #ed78ba);
}

.analyticscore-mark i:nth-child(1) { left: 3px; height: 8px; }
.analyticscore-mark i:nth-child(2) { left: 9px; height: 14px; }
.analyticscore-mark i:nth-child(3) { left: 15px; height: 18px; }

.formcore-mark i {
  inset: 2px 4px 2px 3px;
  border: 2px solid #58d9b3;
  border-radius: 3px;
  background: rgba(88,217,179,.09);
}

.formcore-mark i::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 7px;
  height: 2px;
  border-radius: 3px;
  background: #58d9b3;
  box-shadow: 0 4px 0 rgba(88,217,179,.72), 0 8px 0 rgba(88,217,179,.45);
}

.formcore-mark i::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border: 2px solid #151923;
  border-radius: 50%;
  background: #58d9b3;
}

.ledgercore-mark i {
  left: 3px;
  width: 17px;
  height: 4px;
  border: 1px solid #f5c85c;
  border-radius: 5px;
  background: rgba(245,200,92,.13);
}

.ledgercore-mark i:nth-child(1) { top: 3px; }
.ledgercore-mark i:nth-child(2) { top: 9px; left: 5px; width: 15px; }
.ledgercore-mark i:nth-child(3) { top: 15px; left: 7px; width: 13px; }

.preview-body {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  min-height: 402px;
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-top: 25px;
  border-right: 1px solid rgba(255,255,255,.08);
  color: #6f7888;
}

.preview-sidebar b:first-child,
.preview-sidebar b:nth-child(2) {
  color: var(--suite-accent);
}

.preview-main {
  min-width: 0;
  padding: 28px;
}

.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

.preview-heading small {
  color: #747e8e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.preview-heading h3 {
  margin: 5px 0 0;
  color: #f5f5f2;
  font-size: 22px;
  letter-spacing: -.035em;
}

.status-good,
.status-warm {
  padding: 7px 10px;
  border-radius: 999px;
  color: #6be3bd;
  background: rgba(88,217,179,.1);
  font-size: 9px;
  white-space: nowrap;
}

.status-warm {
  color: #f3c66b;
  background: rgba(245,200,92,.1);
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

.preview-metrics > div,
.preview-card,
.pipeline-column,
.signal-alert {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.preview-metrics > div {
  min-width: 0;
  padding: 14px;
}

.preview-metrics small,
.preview-metrics em {
  display: block;
  color: #7d8695;
  font-size: 9px;
  font-style: normal;
}

.preview-metrics strong {
  display: block;
  margin: 6px 0 3px;
  color: #f5f5f1;
  font-size: 20px;
}

.mini-bar {
  display: block;
  height: 3px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,255,255,.08);
}

.mini-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--suite-accent);
}

.preview-card {
  padding: 16px;
}

.preview-card-title,
.preview-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
}

.preview-card-title {
  padding-bottom: 13px;
  color: #e8e9e5;
  font-size: 11px;
}

.preview-card-title span {
  color: #727b8a;
  font-size: 9px;
}

.preview-row {
  grid-template-columns: 8px 1fr auto auto;
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.065);
  color: #d7dae0;
  font-size: 10px;
}

.preview-row small {
  color: #828b99;
}

.preview-row em {
  min-width: 58px;
  padding: 4px 7px;
  border-radius: 6px;
  color: #aab2bf;
  background: rgba(255,255,255,.045);
  font-size: 8px;
  font-style: normal;
  text-align: center;
}

.row-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.row-dot.violet { background: #8077ff; }
.row-dot.pink { background: #ed78ba; }
.row-dot.yellow { background: #f5c85c; }

.pipeline-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(135px, 1fr));
  gap: 10px;
}

.pipeline-column {
  min-height: 275px;
  padding: 12px;
}

.pipeline-column > small {
  color: #77808f;
  font-size: 8px;
  letter-spacing: 1px;
}

.pipeline-column article {
  margin-top: 10px;
  padding: 12px;
  border-left: 2px solid var(--suite-accent);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.pipeline-column article b,
.pipeline-column article span,
.pipeline-column article em {
  display: block;
}

.pipeline-column article b {
  color: #e6e8ec;
  font-size: 10px;
}

.pipeline-column article span {
  margin: 6px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
}

.pipeline-column article em {
  color: #7f8998;
  font-size: 8px;
  font-style: normal;
}

.ledger-card .preview-row {
  grid-template-columns: 1fr auto auto;
}

.preview-row em.positive { color: #66dcb8; }
.preview-row em.negative { color: #ef8c9e; }

.cash-graph {
  height: 72px;
  margin-top: 14px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 8px 6px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.cash-graph i {
  flex: 1;
  height: 35%;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(to top, rgba(245,200,92,.28), #f5c85c);
}

.cash-graph i:nth-child(2) { height: 52%; }
.cash-graph i:nth-child(3) { height: 44%; }
.cash-graph i:nth-child(4) { height: 68%; }
.cash-graph i:nth-child(5) { height: 61%; }
.cash-graph i:nth-child(6) { height: 79%; }
.cash-graph i:nth-child(7) { height: 91%; }

.lead-graph i {
  background: linear-gradient(to top, rgba(237,120,186,.24), #ed78ba);
}

.document-progress {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  color: #7f8998;
  font-size: 8px;
}

.document-progress::before {
  content: "";
  height: 5px;
  grid-column: 1;
  grid-row: 1;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
}

.document-progress i {
  width: 84%;
  height: 5px;
  grid-column: 1;
  grid-row: 1;
  border-radius: 10px;
  background: #58d9b3;
}

/* AnalyticsCore: conversion funnel and source attribution */
.analytics-funnel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 13px;
}

.analytics-funnel > div {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 13px 12px 17px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 11px;
  background: rgba(255,255,255,.025);
}

.analytics-funnel span,
.analytics-funnel strong {
  position: relative;
  z-index: 1;
  display: block;
}

.analytics-funnel span {
  color: #7d8695;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .8px;
}

.analytics-funnel strong {
  margin-top: 7px;
  color: #f4f4f1;
  font-size: 19px;
}

.analytics-funnel > div > i {
  position: absolute;
  inset: auto 0 0;
  width: var(--funnel);
  height: 4px;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(90deg, #7b73ff, #ed78ba);
}

.analytics-sources {
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.022);
}

.analytics-sources-head,
.analytics-source-row {
  display: grid;
  align-items: center;
}

.analytics-sources-head {
  grid-template-columns: 1fr auto;
  padding-bottom: 11px;
  color: #e7e8e5;
  font-size: 11px;
}

.analytics-sources-head span {
  color: #737c8b;
  font-size: 8px;
}

.analytics-source-row {
  grid-template-columns: minmax(105px,1fr) 48px minmax(70px,.8fr) 28px;
  gap: 9px;
  min-height: 46px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: #cfd3da;
  font-size: 9px;
}

.analytics-source-row > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.analytics-source-row > span i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
}

.source-purple { background: #8077ff; }
.source-pink { background: #ed78ba; }
.source-orange { background: #f0a366; }

.analytics-source-row > b {
  color: #f1f2ef;
  font-size: 9px;
}

.analytics-source-row > em {
  height: 5px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.analytics-source-row > em i {
  display: block;
  width: var(--share);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7b73ff, #ed78ba);
}

.analytics-source-row > small {
  color: #858e9c;
  font-size: 8px;
  text-align: right;
}

/* LedgerCore: cash position, margin gauge, and job-cost controls */
.ledger-overview {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 10px;
  margin-bottom: 12px;
}

.ledger-cash,
.ledger-margin,
.ledger-jobs {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}

.ledger-cash {
  min-width: 0;
  padding: 15px 16px 12px;
}

.ledger-cash small,
.ledger-margin small {
  color: #7c8594;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .9px;
}

.ledger-cash > strong {
  display: inline-block;
  margin: 6px 10px 0 0;
  color: #f5f5f1;
  font-size: 25px;
}

.ledger-cash > span {
  color: #68d9b7;
  font-size: 8px;
}

.ledger-bars {
  height: 42px;
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.ledger-bars i {
  flex: 1;
  height: 28%;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(to top, rgba(245,200,92,.22), #f5c85c);
}

.ledger-bars i:nth-child(2) { height: 38%; }
.ledger-bars i:nth-child(3) { height: 31%; }
.ledger-bars i:nth-child(4) { height: 56%; }
.ledger-bars i:nth-child(5) { height: 49%; }
.ledger-bars i:nth-child(6) { height: 69%; }
.ledger-bars i:nth-child(7) { height: 77%; }
.ledger-bars i:nth-child(8) { height: 92%; }

.ledger-margin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
}

.margin-ring {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#f5c85c 0 67%, rgba(255,255,255,.08) 67% 100%);
}

.margin-ring::before {
  content: "";
  width: 48px;
  height: 48px;
  grid-area: 1 / 1;
  border-radius: 50%;
  background: #171a20;
}

.margin-ring span {
  z-index: 1;
  grid-area: 1 / 1;
  color: #f5f5f1;
  font-size: 12px;
  font-weight: 800;
}

.ledger-margin > div:last-child strong,
.ledger-margin > div:last-child span {
  display: block;
}

.ledger-margin > div:last-child strong {
  margin-top: 5px;
  color: #f5c85c;
  font-size: 11px;
}

.ledger-margin > div:last-child span {
  color: #7d8695;
  font-size: 8px;
}

.ledger-jobs {
  padding: 14px 16px;
}

.ledger-jobs-head,
.ledger-job {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(80px,.85fr) 32px 52px;
  align-items: center;
  gap: 10px;
}

.ledger-jobs-head {
  padding-bottom: 10px;
  color: #777f8e;
  font-size: 8px;
}

.ledger-jobs-head strong {
  color: #e7e8e5;
  font-size: 11px;
}

.ledger-jobs-head b {
  font-weight: 500;
  text-align: right;
}

.ledger-job {
  min-height: 45px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: #d5d8de;
  font-size: 9px;
}

.ledger-job > em {
  height: 5px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.ledger-job > em i {
  display: block;
  width: var(--used);
  height: 100%;
  border-radius: inherit;
  background: #f5c85c;
}

.ledger-job > small {
  color: #8b94a2;
  font-size: 8px;
}

.ledger-job > b {
  font-size: 8px;
  text-align: right;
}

.ledger-job > b.positive { color: #66dcb8; }
.ledger-job > b.negative { color: #ef8c9e; }

.signal-stack {
  display: grid;
  gap: 11px;
}

.signal-alert {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
}

.signal-alert > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #14171c;
  background: var(--suite-accent);
  font-weight: 900;
}

.signal-alert small,
.signal-alert b,
.signal-alert p {
  display: block;
}

.signal-alert small {
  color: #748091;
  font-size: 8px;
  letter-spacing: 1px;
}

.signal-alert b {
  margin: 3px 0;
  color: #ebede9;
  font-size: 11px;
}

.signal-alert p {
  margin: 0;
  color: #858e9d;
  font-size: 9px;
}

.signal-alert > em {
  color: var(--suite-accent);
  font-size: 9px;
  font-style: normal;
}

.signal-alert.high > span { background: #ef8c9e; }
.signal-alert.medium > span { background: #f5c85c; }

/* BuildCore — faithful, responsive recreation of the live Projects screen */
[data-app="buildcore"] .suite-preview {
  padding: 0;
  background: transparent;
}

.buildcore-dashboard {
  width: 100%;
  max-width: 820px;
  height: 470px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  overflow: hidden;
  border: 2px solid #555b66;
  border-radius: 15px;
  background: #1c202a;
  box-shadow: none;
  color: #f7f8fb;
  transform: perspective(3400px) rotateY(-20deg) rotateX(8deg) skewX(1.5deg) scale(.95);
  transform-origin: center;
  will-change: transform;
}

.bc-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 13px 5px 8px;
  border-right: 1px solid rgba(157,175,203,.2);
  background: #151923;
}

.bc-app-mark {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
  display: grid;
  place-items: center;
  background: transparent;
}

.bc-app-mark img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.bc-rail > span {
  margin-top: 3px;
  color: #89a9d1;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .7px;
}

.bc-rail > b {
  width: 26px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #8292a8;
  font-size: 12px;
  font-weight: 500;
}

.bc-rail > b.active {
  color: #48a0ff;
  background: #2a3a50;
}

.bc-rail-bottom {
  margin-top: auto;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #8292a8;
  font-size: 11px;
}

.bc-rail-bottom i,
.bc-assignee,
.bc-thumb {
  font-style: normal;
}

.bc-rail-bottom .avatar,
.bc-assignee {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.bc-rail-bottom .avatar {
  width: 24px;
  height: 24px;
  background: #c64b39;
  font-size: 8px;
}

.bc-app {
  min-width: 0;
  overflow: hidden;
}

.bc-toolbar {
  min-height: 57px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(157,175,203,.16);
}

.bc-toolbar > div:first-child strong,
.bc-toolbar > div:first-child small {
  display: block;
}

.bc-toolbar > div:first-child strong {
  font-size: 13px;
  letter-spacing: -.03em;
}

.bc-toolbar > div:first-child small {
  margin-top: 2px;
  color: #8eb4e7;
  font-size: 7px;
}

.bc-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.bc-search {
  width: 155px;
  padding: 7px 9px;
  border: 1px solid rgba(157,175,203,.2);
  border-radius: 6px;
  color: #8893a3;
  background: #141821;
  font-size: 7px;
}

.bc-actions button {
  min-width: 88px;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #235c99;
  font: inherit;
  font-size: 7px;
  font-weight: 800;
}

.bc-actions i {
  color: #8ea1bb;
  font-size: 12px;
  font-style: normal;
}

.bc-stats {
  min-height: 67px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr .62fr;
  border-bottom: 1px solid rgba(157,175,203,.16);
}

.bc-stats article {
  min-width: 0;
  padding: 11px 13px 8px;
  border-right: 1px solid rgba(157,175,203,.16);
}

.bc-stats article:last-child {
  border-right: 0;
}

.bc-stats small,
.bc-stats strong,
.bc-stats span {
  display: block;
  white-space: nowrap;
}

.bc-stats small {
  color: #8ea0b8;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .45px;
}

.bc-stats .bc-metric-label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bc-metric-label > i {
  font-style: normal;
  line-height: 1;
}

.bc-metric-label > i.blue { color: #78abef; }
.bc-metric-label > i.orange { color: #f39a37; }
.bc-metric-label > i.yellow { color: #f6c848; }

.bc-collected-label i {
  position: relative;
  width: 7px;
  height: 2px;
  flex: 0 0 7px;
  border: 1px solid #309a70;
  border-radius: 2px;
  transform: skewY(-18deg);
}

.bc-collected-label i::before,
.bc-collected-label i::after {
  content: "";
  position: absolute;
  left: -1px;
  width: 7px;
  height: 2px;
  border: 1px solid rgba(48,154,112,.72);
  border-radius: 2px;
}

.bc-collected-label i::before { top: 1px; }
.bc-collected-label i::after { top: 2px; opacity: .6; }

.bc-stats strong {
  margin: 3px 0 1px;
  font-size: 13px;
  letter-spacing: -.02em;
}

.bc-stats span {
  color: #8eb4e7;
  font-size: 6px;
}

.bc-table-head,
.bc-project-row {
  display: grid;
  grid-template-columns: minmax(160px,1.55fr) minmax(120px,1fr) 88px minmax(90px,.8fr) 65px 83px 45px;
  align-items: center;
  column-gap: 9px;
}

.bc-table-head {
  min-height: 29px;
  padding: 0 12px;
  color: #8eb4e7;
  background: #151923;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .45px;
}

.bc-project-list {
  overflow: hidden;
}

.bc-project-row {
  min-height: 79px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(157,175,203,.16);
  opacity: 0;
  transform: translateY(-14px);
}

.suite-panel.animate-in .bc-project-row {
  animation: bc-row-in .55s both cubic-bezier(.22,.75,.25,1);
}

.suite-panel.animate-in .bc-project-row:nth-child(2) { animation-delay: .12s; }
.suite-panel.animate-in .bc-project-row:nth-child(3) { animation-delay: .24s; }
.suite-panel.animate-in .bc-project-row:nth-child(4) { animation-delay: .36s; }

.bc-project,
.bc-client,
.bc-balance {
  min-width: 0;
}

.bc-project {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  align-items: center;
  gap: 8px;
}

.bc-thumb {
  width: 36px;
  height: 36px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.bc-project strong,
.bc-project span,
.bc-client strong,
.bc-client span,
.bc-balance strong,
.bc-balance span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-project strong,
.bc-client strong {
  color: #f5f7fa;
  font-size: 7px;
}

.bc-project span,
.bc-client span,
.bc-balance span {
  margin-top: 3px;
  color: #8eb4e7;
  font-size: 6px;
}

.bc-client strong {
  width: fit-content;
  max-width: 100%;
  padding: 5px 7px;
  border-radius: 5px;
  color: #fff;
  background: #176d6b;
}

.bc-stage {
  width: fit-content;
  padding: 5px 7px;
  border-radius: 999px;
  color: #75b9ff;
  background: #214878;
  font-size: 6px;
  font-weight: 750;
  white-space: nowrap;
}

.bc-progress {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) 21px;
  align-items: center;
  gap: 6px;
  color: #8eb4e7;
  font-size: 6px;
}

.bc-progress::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  height: 5px;
  border-radius: 10px;
  background: #39404f;
}

.bc-progress i {
  width: var(--progress);
  height: 5px;
  grid-column: 1;
  grid-row: 1;
  border-radius: 10px;
  background: #3e8df7;
  transform-origin: left;
  transform: scaleX(0);
}

.suite-panel.animate-in .bc-progress i {
  animation: bc-progress-in 1.25s .35s both cubic-bezier(.2,.8,.2,1);
}

.bc-progress span {
  grid-column: 2;
  grid-row: 1;
}

.bc-value,
.bc-balance strong {
  font-size: 7px;
}

.bc-assignee {
  width: 23px;
  height: 23px;
  justify-self: center;
  background: #b96a2d;
  font-size: 7px;
}

.bc-assignee.gold { background: #b47b2f; }
.bc-assignee.teal { background: #2b9e8f; }
.bc-assignee.coral { background: #bc493b; }

@keyframes bc-row-in {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bc-progress-in {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@property --margin-fill {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 67%;
}

.suite-panel.animate-in[data-app="analyticscore"] .analytics-funnel > div,
.suite-panel.animate-in[data-app="analyticscore"] .analytics-source-row,
.suite-panel.animate-in[data-app="formcore"] .preview-metrics > div,
.suite-panel.animate-in[data-app="formcore"] .preview-row {
  animation: suite-container-in .52s both cubic-bezier(.22,.75,.25,1);
}

.suite-panel.animate-in[data-app="analyticscore"] .analytics-funnel > div:nth-child(1),
.suite-panel.animate-in[data-app="formcore"] .preview-metrics > div:nth-child(1) { animation-delay: .04s; }
.suite-panel.animate-in[data-app="analyticscore"] .analytics-funnel > div:nth-child(2),
.suite-panel.animate-in[data-app="formcore"] .preview-metrics > div:nth-child(2) { animation-delay: .12s; }
.suite-panel.animate-in[data-app="analyticscore"] .analytics-funnel > div:nth-child(3),
.suite-panel.animate-in[data-app="formcore"] .preview-metrics > div:nth-child(3) { animation-delay: .20s; }
.suite-panel.animate-in[data-app="analyticscore"] .analytics-funnel > div:nth-child(4) { animation-delay: .28s; }
.suite-panel.animate-in[data-app="analyticscore"] .analytics-source-row:nth-child(2),
.suite-panel.animate-in[data-app="formcore"] .preview-row:nth-child(2) { animation-delay: .34s; }
.suite-panel.animate-in[data-app="analyticscore"] .analytics-source-row:nth-child(3),
.suite-panel.animate-in[data-app="formcore"] .preview-row:nth-child(3) { animation-delay: .42s; }
.suite-panel.animate-in[data-app="analyticscore"] .analytics-source-row:nth-child(4),
.suite-panel.animate-in[data-app="formcore"] .preview-row:nth-child(4) { animation-delay: .50s; }

.margin-ring {
  --margin-fill: 67%;
  background: conic-gradient(#f5c85c 0 var(--margin-fill), rgba(255,255,255,.08) var(--margin-fill) 100%);
}

.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i {
  transform-origin: bottom;
  animation: ledger-bar-rise .62s both cubic-bezier(.2,.78,.25,1);
}

.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(1) { animation-delay: .06s; }
.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(2) { animation-delay: .12s; }
.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(3) { animation-delay: .18s; }
.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(4) { animation-delay: .24s; }
.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(5) { animation-delay: .30s; }
.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(6) { animation-delay: .36s; }
.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(7) { animation-delay: .42s; }
.suite-panel.animate-in[data-app="ledgercore"] .ledger-bars i:nth-child(8) { animation-delay: .48s; }

.suite-panel.animate-in[data-app="ledgercore"] .margin-ring {
  animation: ledger-ring-fill 1.1s .16s both ease-out;
}

@keyframes suite-container-in {
  from { opacity: 0; transform: translateY(13px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ledger-bar-rise {
  from { opacity: .2; transform: scaleY(0); }
  to { opacity: 1; transform: scaleY(1); }
}

@keyframes ledger-ring-fill {
  from { --margin-fill: 0%; }
  to { --margin-fill: 67%; }
}

@media (max-width: 980px) {
  .suite-products { padding-top: 40px; }
  .suite-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .suite-copy {
    max-width: 640px;
    padding-bottom: 10px;
  }
  .suite-preview { min-height: 510px; }
}

@media (max-width: 700px) {
  .suite-products { padding: 34px 18px 82px; }
  .suite-copy { padding-top: 18px; }
  .suite-copy h2 { font-size: clamp(40px, 12vw, 52px); }
  .suite-preview {
    min-height: 430px;
    padding: 0;
    border-radius: 0;
  }
  .suite-preview::before {
    right: -2%;
    bottom: -4%;
    width: 64%;
    height: 190px;
    opacity: .72;
  }
  .preview-window {
    min-height: 395px;
    border-radius: 14px;
  }
  .suite-app-shell {
    height: 400px;
    min-height: 0;
    grid-template-columns: 32px minmax(0, 1fr);
  }
  .preview-window,
  .buildcore-dashboard {
    transform: none;
  }
  .preview-bar {
    grid-template-columns: 1fr auto;
    padding-inline: 13px;
  }
  .preview-bar > span { display: none; }
  .preview-body { grid-template-columns: 1fr; min-height: 337px; }
  .preview-sidebar { display: none; }
  .preview-main { padding: 18px 14px; }
  .preview-heading h3 { font-size: 18px; }
  .preview-metrics { grid-template-columns: 1fr 1fr; }
  .preview-metrics > div:last-child { display: none; }
  .analytics-funnel { gap: 5px; }
  .analytics-funnel > div { padding: 10px 7px 14px; }
  .analytics-funnel span { font-size: 6px; letter-spacing: .35px; }
  .analytics-funnel strong { font-size: 15px; }
  .analytics-sources { padding: 12px; }
  .analytics-source-row {
    grid-template-columns: minmax(80px,1fr) 40px minmax(40px,.6fr) 24px;
    gap: 6px;
  }
  .ledger-overview { grid-template-columns: 1fr; }
  .ledger-margin { display: none; }
  .ledger-jobs { padding: 12px; }
  .ledger-jobs-head,
  .ledger-job {
    grid-template-columns: minmax(88px,1fr) minmax(54px,.7fr) 27px 40px;
    gap: 6px;
  }
  .pipeline-board { grid-template-columns: repeat(3, 150px); overflow-x: auto; padding-bottom: 5px; }
  .pipeline-column { min-height: 245px; }
  .signal-alert { grid-template-columns: 30px 1fr; }
  .signal-alert > em { display: none; }
  .signal-alert > span { width: 30px; height: 30px; }

  .buildcore-dashboard {
    height: 400px;
    grid-template-columns: 32px minmax(0, 1fr);
    border-radius: 11px;
  }
  .bc-rail { padding-inline: 3px; }
  .bc-app-mark { width: 23px; height: 23px; }
  .bc-rail > span { display: none; }
  .bc-rail > b { width: 23px; height: 24px; }
  .bc-rail-bottom i:not(.avatar) { display: none; }
  .bc-toolbar { min-height: 48px; padding: 8px 9px; }
  .bc-toolbar > div:first-child strong { font-size: 11px; }
  .bc-search,
  .bc-actions i { display: none; }
  .bc-actions button { min-width: 76px; padding: 7px 8px; }
  .bc-stats {
    min-height: 82px;
    grid-template-columns: 1fr 1fr;
  }
  .bc-stats article { padding: 7px 9px; }
  .bc-stats article:nth-child(2) { border-right: 0; }
  .bc-stats article:nth-child(-n+2) { border-bottom: 1px solid rgba(157,175,203,.16); }
  .bc-stats small { font-size: 5px; }
  .bc-stats strong { font-size: 10px; }
  .bc-table-head,
  .bc-project-row {
    grid-template-columns: minmax(112px,1.25fr) minmax(86px,1fr) 78px;
    column-gap: 7px;
    padding-inline: 8px;
  }
  .bc-table-head span:nth-child(n+4),
  .bc-project-row > :nth-child(n+4) { display: none; }
  .bc-project-row { min-height: 76px; }
  .bc-project-row:nth-child(4) { display: none; }
  .bc-project { grid-template-columns: 29px minmax(0,1fr); gap: 6px; }
  .bc-thumb { width: 29px; height: 29px; font-size: 13px; }
  .bc-project strong,
  .bc-client strong { font-size: 6px; }
  .bc-project span,
  .bc-client span { font-size: 5px; }
  .bc-client strong { padding: 4px 5px; }
  .bc-stage { padding: 4px 5px; font-size: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .bc-project-row,
  .bc-progress i,
  .analytics-funnel > div,
  .analytics-source-row,
  [data-app="formcore"] .preview-metrics > div,
  [data-app="formcore"] .preview-row,
  .ledger-bars i,
  .margin-ring {
    animation: none !important;
  }
  .bc-project-row {
    opacity: 1;
    transform: none;
  }
  .bc-progress i,
  .ledger-bars i {
    transform: none;
  }
  .margin-ring {
    --margin-fill: 67%;
  }
}
