:root {
  color-scheme: light;
  --ink: #172642;
  --muted: #65738a;
  --blue: #2875f5;
  --blue-hover: #155ee0;
  --blue-soft: #edf4ff;
  --surface: #f6f8fc;
  --white: #fff;
  --line: #e5eaf3;
  --blue-line: #d4e3ff;
  --radius: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 650; line-height: 1.2; text-wrap: balance; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
section[id], article[id] { scroll-margin-top: 30px; }
.container { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 12px 20px; background: white; }

.site-header { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 3px 14px #344d8008; }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 650; white-space: nowrap; }
.brand-icon { width: 35px; height: 35px; flex-shrink: 0; display: grid; place-items: center; overflow: hidden; border-radius: 10px; }
.brand-icon img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; grid-area: 1 / 1; }
.site-nav { display: flex; gap: 30px; margin-left: auto; font-size: 14px; color: #5c6980; }
.site-nav a, .footer-links a { display: inline-flex; align-items: center; min-height: 40px; }
.site-nav a:hover, .footer-links a:hover { color: var(--blue); }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 20px; padding: 12px 21px; border: 1px solid var(--blue); border-radius: 11px; background: var(--blue); color: white; font-size: 14px; font-weight: 600; line-height: 1.4; box-shadow: 0 5px 12px #2875f51a; }
.button:hover { background: var(--blue-hover); border-color: var(--blue-hover); box-shadow: 0 6px 18px #2875f52b; }
.button-small { min-height: 39px; padding: 9px 17px; font-size: 13px; }
.header-cta { background: var(--blue-soft); border-color: transparent; color: var(--blue); box-shadow: none; }
.header-cta:hover { color: white; }
.button-secondary { background: white; border-color: #dce4f0; color: var(--ink); box-shadow: none; }
.button-secondary:hover { background: var(--blue-soft); color: var(--blue); border-color: var(--blue-line); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--blue); font-size: 14px; font-weight: 600; }
.text-link:hover { color: var(--blue-hover); }
.eyebrow { display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 600; margin-bottom: 15px; letter-spacing: .3px; }

/* Blend the supplied artwork into one shared hero surface. */
.hero { padding-top: 10px; }
.hero-layout { position: relative; isolation: isolate; overflow: hidden; min-height: 602px; border: 1px solid #e2eafa; border-radius: 28px; background: #f4f8ff; box-shadow: 0 12px 36px #344d8010; }
.hero-layout::before { content: ""; position: absolute; z-index: -1; width: 790px; height: 790px; right: -180px; top: -320px; border-radius: 50%; background: #e8f0ff; }
.hero-layout::after { content: ""; position: absolute; z-index: -1; width: 720px; height: 720px; left: -300px; bottom: -475px; border: 1px solid #e1eafb; border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; width: 45%; max-width: 540px; padding: 43px 0 39px 44px; }
.hero-copy .eyebrow { width: fit-content; padding: 6px 11px; border: 1px solid #dce7fb; border-radius: 7px; background: #ffffffb8; color: #526889; margin-bottom: 21px; font-size: 11px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.hero h1 { font-size: clamp(44px, 4.25vw, 58px); line-height: 1.04; letter-spacing: -2.2px; font-weight: 700; }
.hero-promise { margin-top: 9px; font-size: 30px; color: var(--blue); font-weight: 600; letter-spacing: -.8px; }
.hero-lead { margin-top: 16px; max-width: 405px; color: #5b6d89; font-size: 15px; line-height: 1.65; }
.hero-capabilities { display: flex; gap: 10px; margin-top: 24px; max-width: 456px; }
.capability { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 14px 12px; background: #fff; border: 1px solid #e8eef9; border-radius: 13px; box-shadow: 0 4px 9px #31558c07; }
.capability svg { color: var(--blue); width: 23px; height: 23px; }
.capability:nth-child(2) svg { color: #6480d4; }
.capability:nth-child(3) svg { color: #4b91b5; }
.capability strong { display: block; font-size: 11.5px; font-weight: 600; line-height: 1.4; }
.capability span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; margin-top: 28px; }
.hero-art { position: absolute; z-index: 1; width: 64%; right: -1%; top: 68px; }
.hero-art img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: contain; mix-blend-mode: multiply; mask-image: linear-gradient(to right, transparent, black 15%, black 96%, transparent), linear-gradient(to bottom, transparent, black 12%, black 87%, transparent); mask-composite: intersect; }

/* Soft marketing cards surround compact product previews. */
.section { padding-block: 94px; }
#features { padding-top: 68px; }
.section-heading { margin-bottom: 36px; }
.section-heading .eyebrow { margin-bottom: 12px; }
h2 { font-size: 34px; letter-spacing: -1px; }
.section-heading > p:last-child { margin-top: 14px; color: var(--muted); font-size: 15px; }
#features > .section-heading { text-align: center; margin-bottom: 43px; }
#features > .section-heading .eyebrow { justify-content: center; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.feature-card { min-width: 0; padding: 34px; border: 1px solid #e7edf6; border-radius: var(--radius); background: #f6f8fc; display: flex; flex-direction: column; overflow: hidden; }
.table-card { background: #f0f5fe; }
.matrix-card { background: #f4f6fd; }
.card-copy { margin-bottom: 28px; }
.feature-label { font-size: 11px; font-weight: 600; color: var(--blue); margin-bottom: 11px; }
.feature-card h3 { font-size: 24px; letter-spacing: -.55px; }
.card-copy > p:last-child { max-width: 460px; font-size: 14px; line-height: 1.6; color: var(--muted); margin-top: 12px; }
.preview-shell { background: white; border: 1px solid #e0e8f5; border-radius: 13px; overflow: hidden; margin-top: auto; box-shadow: 0 10px 24px #344f7d09; }
/* Match the previews by distributing space within their existing content. */
.table-surface, .matrix-preview { height: 360px; display: grid; }
.table-surface { grid-template-rows: auto auto minmax(0, 1fr) auto; }
.table-surface .priority-preview { height: 100%; }
.matrix-preview { grid-template-rows: auto minmax(0, 1fr) auto; }
.matrix-preview .matrix-chart { height: auto; min-height: 0; }
.preview-heading { min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 18px; border-bottom: 1px solid #edf1f7; font-size: 12px; }
.preview-heading strong { font-weight: 600; }
.model-tag { display: inline-flex; align-items: center; border-radius: 6px; padding: 4px 8px; background: var(--blue-soft); color: var(--blue); font-size: 10px; line-height: 1.5; font-weight: 600; white-space: nowrap; }
.neutral-tag { color: var(--muted); background: var(--surface); }
.preview-tabs { display: flex; align-items: center; gap: 20px; padding: 0 18px; border-bottom: 1px solid #edf1f7; font-size: 11px; color: var(--muted); }
.preview-tabs > span { padding-block: 10px; }
.preview-tabs .selected { color: var(--blue); border-bottom: 2px solid var(--blue); font-weight: 600; }
.preview-tabs .preview-meta { margin-left: auto; font-size: 10px; }
.priority-preview { width: 100%; border-collapse: collapse; text-align: left; font-size: 12px; }
.priority-preview th, .priority-preview td { padding: 13px 18px; border-bottom: 1px solid #edf1f7; }
.priority-preview thead th { padding-block: 10px; color: #8894a8; font-size: 10px; font-weight: 500; }
.priority-preview thead th:first-child { width: 74px; }
.priority-preview tbody th { font-weight: 500; }
.priority-preview tr:last-child > * { border-bottom: 0; }
.priority-first { background: #f3f7ff; }
.rank { display: grid; place-items: center; width: 25px; height: 25px; color: #8492a8; }
.priority-first .rank { border-radius: 8px; color: white; background: #4d8bf3; font-weight: 600; }
.issue-id { display: block; font-size: 9px; color: #8b99ae; margin-bottom: 3px; }
.priority-preview td:last-child { min-width: 68px; font-variant-numeric: tabular-nums; color: #4478c9; }
.score-bar { display: block; height: 3px; margin-top: 6px; border-radius: 2px; background: #7da7e9; }
.score-high { width: 36px; }
.score-mid { width: 27px; }
.score-low { width: 18px; }
.preview-footnote { border-top: 1px solid #edf1f7; padding: 9px 18px; color: #8d9aaf; font-size: 10px; }
.matrix-chart { position: relative; height: 285px; padding: 23px 24px 36px 43px; }
.matrix-plot { position: relative; width: 100%; height: 100%; border: 1px solid #dce4f0; border-radius: 7px; background: linear-gradient(#edf4ff, #edf4ff) left top / 50% 50% no-repeat; }
.matrix-plot::before, .matrix-plot::after { content: ""; position: absolute; }
.matrix-plot::before { height: 100%; top: 0; left: 50%; border-left: 1px dashed #c6d1e1; }
.matrix-plot::after { width: 100%; left: 0; top: 50%; border-top: 1px dashed #c6d1e1; }
.matrix-axis { position: absolute; color: #8897ae; font-size: 10px; }
.axis-y { top: 50%; left: 13px; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); }
.axis-x { bottom: 10px; right: 25px; }
.quadrant-label { position: absolute; top: 11px; left: 13px; font-size: 10px; font-weight: 500; color: #6d8dbd; }
.matrix-point, .matrix-dot { position: absolute; z-index: 1; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #f0f5ff; border: 1px solid #a3bef0; font-size: 11px; color: #6c90c9; }
.point-a { top: 29%; left: 24%; background: var(--blue); border-color: var(--blue); color: white; box-shadow: 0 0 0 7px #2875f510; }
.point-b { top: 25%; left: 73%; }
.point-c { top: 69%; left: 60%; }
.matrix-dot { width: 12px; height: 12px; background: #dae7fc; border: none; }
.dot-one { top: 73%; left: 21%; }
.dot-two { top: 56%; left: 85%; }
.models-card, .views-card { padding-bottom: 28px; background: #fafbfd; }
.model-stack { padding: 5px 18px; }
.model-row { display: grid; grid-template-columns: 115px 1fr 16px; align-items: center; gap: 8px; min-height: 43px; border-bottom: 1px solid #edf1f7; font-size: 12px; }
.model-row strong { font-weight: 600; }
.model-row > span { color: var(--muted); }
.model-row .model-check { color: var(--blue); font-size: 16px; }
.model-row:last-child { border: 0; }
.custom-model strong { color: var(--blue); }
.bookmark-icon { width: 17px; height: 17px; color: #8da7cd; }
.views-preview { min-height: 183px; }
.saved-view { margin: 18px; display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid #e4ecfb; border-radius: 9px; background: #f7faff; }
.view-symbol { color: #5989d7; display: grid; place-items: center; flex-shrink: 0; }
.saved-view strong { display: block; font-size: 12px; font-weight: 600; }
.saved-view div > span { display: block; margin-top: 3px; font-size: 10px; color: var(--muted); }
.saved-view > .model-tag { margin-left: auto; }
.view-detail { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px; margin: 0 18px 15px; font-size: 10px; color: #8997ab; }
.view-detail strong { font-weight: 500; }
.trust-strip { display: flex; align-items: center; gap: 18px; margin-top: 27px; padding: 25px 30px; border: 1px solid #e7edf5; border-radius: 16px; background: white; }
.trust-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; flex-shrink: 0; color: #588b9b; background: #eff7f8; }
.trust-strip h3 { font-size: 14px; line-height: 1.45; }
.trust-strip p { color: var(--muted); font-size: 12px; margin-top: 4px; }
.trust-strip .text-link { margin-left: auto; flex-shrink: 0; font-size: 12px; }

/* A soft pricing band and a short horizontal onboarding flow. */
.pricing-section { background: #f5f8fd; padding-block: 74px; border-block: 1px solid #ecf0f7; }
.pricing-section .section-heading { text-align: center; margin-bottom: 37px; }
.pricing-section .eyebrow { justify-content: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.price-card { padding: 30px; background: white; border: 1px solid #e3eaf5; border-radius: 19px; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 0 7px 20px #334c7c04; }
.trial-card { border-color: #bfd5fa; box-shadow: 0 7px 24px #2875f50a; }
.price-label { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 12px; min-height: 27px; margin-bottom: 24px; font-size: 14px; font-weight: 600; }
.trial-card .price-label { color: var(--blue); }
.price-card h3 { font-size: 41px; line-height: 1.15; letter-spacing: -1.5px; font-variant-numeric: tabular-nums; }
.price-card h3 span { font-weight: 400; font-size: 32px; }
.price-subtitle { color: #8995a9; font-size: 12px; margin-top: 8px; }
.price-description { color: var(--muted); font-size: 13px; line-height: 1.65; margin-block: 26px; }
.price-card .button { margin-top: auto; width: 100%; font-size: 13px; }
.saving-tag { color: #537ec0; background: #edf4ff; font-size: 10px; line-height: 1.5; padding: 5px 8px; border-radius: 6px; font-weight: 500; }
.payment-note { font-size: 11px; color: #8190a7; margin-top: 23px; text-align: center; }
.access-flow { display: grid; grid-template-columns: 1fr; gap: 36px; }
.access-intro { display: grid; grid-template-columns: 1fr auto; align-items: center; }
.access-intro .eyebrow { grid-column: 1 / -1; }
.access-intro .text-link { font-size: 12px; }
.access-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; list-style: none; padding: 0; margin: 0; }
.access-steps li { position: relative; padding: 0 14px 0 0; }
.access-steps li:not(:last-child)::before { content: ""; position: absolute; top: 20px; left: 62px; right: 0; border-top: 1px dashed #dce5f4; }
.step-number { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 13px; background: #eef4fe; color: #5b89d4; font-size: 13px; font-weight: 600; margin-bottom: 21px; }
.access-steps h3 { font-size: 16px; line-height: 1.4; }
.access-steps p { margin-top: 9px; font-size: 13px; color: var(--muted); max-width: 330px; line-height: 1.65; }
.support-section { padding-bottom: 57px; }
.support-panel { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 34px 38px; border: 1px solid #e4ebf6; border-radius: 20px; background: #f4f7fd; }
.support-panel h2 { font-size: 23px; letter-spacing: -.55px; }
.support-panel p { margin-top: 9px; color: var(--muted); font-size: 13px; }
.support-email { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; min-width: 0; max-width: 100%; color: var(--blue); font-size: 15px; font-weight: 500; overflow-wrap: anywhere; }
.support-email:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-footer { border-top: 1px solid #edf0f6; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 26px; font-size: 11px; }
.footer-brand { font-weight: 600; }
.footer-brand span { display: block; color: #8d99ac; font-weight: 400; margin-top: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 24px; color: #7d899d; }

/* Adapt the accepted composition without changing the large desktop layout. */
@media (max-width: 1100px) {
  .container { width: calc(100% - 48px); }
  .header-inner { gap: 24px; }
  .site-nav { gap: 20px; }
  .hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; min-height: 0; }
  .hero-copy { width: auto; max-width: none; padding: 36px 0 36px 30px; }
  .hero h1 { font-size: 48px; }
  .hero-promise { font-size: 27px; }
  .hero-lead { font-size: 14px; }
  .hero-capabilities { gap: 8px; }
  .capability { padding: 12px 9px; }
  .hero-art { position: relative; width: 112%; right: auto; top: auto; margin-left: -5%; }
  .feature-card, .price-card { padding: 26px; }
  .feature-card h3 { font-size: 22px; }
  h2 { font-size: 30px; }
  .preview-heading { flex-wrap: wrap; padding-inline: 14px; }
  .priority-preview th, .priority-preview td { padding-inline: 12px; }
  .model-row { grid-template-columns: 96px minmax(0, 1fr) 16px; }
  .saved-view { margin: 14px; padding: 11px; gap: 8px; }
  .price-label { min-height: 54px; align-content: flex-start; margin-bottom: 14px; }
  .price-card .button { padding-inline: 12px; gap: 10px; }
  .support-panel { gap: 24px; padding: 30px; }
}
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; gap: 8px 20px; padding-block: 16px; }
  .brand { margin-right: auto; }
  .site-nav { order: 3; width: 100%; margin-left: 0; justify-content: center; flex-wrap: wrap; gap: 4px 28px; }
  .hero-layout { display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { padding: 36px 36px 0; }
  .hero h1 { font-size: 52px; }
  .hero-lead { max-width: 480px; font-size: 15px; }
  .hero-capabilities { max-width: 480px; }
  .capability { padding: 14px 12px; }
  .capability strong { font-size: 12px; }
  .capability span { font-size: 11px; }
  .hero-art { width: 100%; max-width: 760px; margin: 18px auto 8px; }
  .feature-grid, .pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .feature-card { padding: 30px; }
  .price-card { padding: 30px; }
  .price-label { min-height: 27px; }
  .price-description { max-width: 480px; margin-block: 20px; }
  .access-intro { grid-template-columns: 1fr; }
  .access-intro .text-link { justify-self: start; margin-top: 12px; }
  .access-steps { grid-template-columns: minmax(0, 1fr); gap: 27px; }
  .access-steps li { display: flex; gap: 17px; padding: 0; }
  .access-steps li:not(:last-child)::before { display: none; }
  .access-steps p { max-width: 520px; }
  .step-number { flex-shrink: 0; margin: 0; }
  .trust-strip { display: grid; grid-template-columns: 43px minmax(0, 1fr); gap: 12px 18px; }
  .trust-strip .text-link { grid-column: 2; justify-self: start; margin-left: 0; }
  .support-panel { flex-direction: column; align-items: flex-start; gap: 19px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .header-inner { min-height: 76px; gap: 8px 12px; padding-block: 12px; }
  .brand { font-size: 13px; gap: 7px; }
  .brand-icon { width: 32px; height: 32px; }
  .header-cta { min-height: 40px; padding: 9px 11px; font-size: 12px; }
  .site-nav { justify-content: space-between; font-size: 12px; gap: 4px 16px; }
  .hero-layout { border-radius: 22px; }
  .hero-copy { padding: 28px 22px 0; }
  .hero-copy .eyebrow { font-size: 10px; padding-inline: 8px; }
  .hero h1 { font-size: clamp(36px, 11.5vw, 48px); letter-spacing: -1.6px; }
  .hero-promise { font-size: 26px; }
  .hero-lead { font-size: 14px; }
  .hero-capabilities { flex-direction: column; gap: 8px; margin-top: 22px; }
  .capability { flex-direction: row; align-items: center; gap: 12px; padding: 12px 14px; }
  .capability svg { flex-shrink: 0; }
  .capability strong { font-size: 12px; }
  .capability span { margin-top: 3px; font-size: 11px; }
  .hero-actions { margin-top: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-art { margin-block: 16px 12px; }
  .section { padding-block: 56px; }
  #features { padding-top: 48px; }
  h2 { font-size: 28px; }
  .section-heading { margin-bottom: 28px; }
  #features > .section-heading { margin-bottom: 30px; }
  .feature-card { padding: 24px 16px; }
  .card-copy { margin-bottom: 22px; }
  .feature-card h3 { font-size: 22px; }
  .preview-heading { gap: 6px; padding: 10px; font-size: 11px; }
  .model-tag { padding: 4px 6px; font-size: 9px; }
  .table-surface, .matrix-preview { height: 340px; flex-shrink: 0; }
  .priority-preview { table-layout: fixed; font-size: 11px; }
  .priority-preview th, .priority-preview td { padding: 10px 8px; overflow-wrap: anywhere; }
  .priority-preview thead th { font-size: 9px; }
  .priority-preview thead th:first-child { width: 60px; }
  .priority-preview thead th:last-child { width: 54px; }
  .priority-preview td:last-child { min-width: 0; }
  .preview-tabs { padding-inline: 10px; gap: 16px; }
  .preview-footnote { padding-inline: 10px; }
  .matrix-chart { padding: 20px 15px 34px 33px; }
  .axis-y { left: 9px; }
  .quadrant-label { left: 8px; font-size: 9px; }
  .model-stack { padding-inline: 12px; }
  .model-row { grid-template-columns: 92px minmax(0, 1fr) 14px; min-height: 48px; font-size: 11px; }
  .saved-view { margin: 12px; padding: 10px; gap: 8px; flex-wrap: wrap; }
  .saved-view > div { min-width: 0; flex: 1; }
  .saved-view strong { font-size: 11px; }
  .saved-view div > span { font-size: 9px; }
  .trust-strip { padding: 20px 16px; }
  .pricing-section { padding-block: 50px; }
  .price-card { padding: 26px; }
  .support-panel { padding: 25px 22px; }
  .support-panel h2 { font-size: 22px; }
  .support-email { font-size: 14px; gap: 10px; }
  .footer-links { gap: 0 17px; }
}
@media (max-width: 359px) {
  .header-cta { margin-left: auto; }
  .brand { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { a { transition: none; } }
@media (forced-colors: active) {
  .button, .rank, .matrix-point { border: 1px solid ButtonText; }
  .matrix-plot { border: 1px solid CanvasText; }
}
