/* Generated by evaluation/build-marketing-css.cjs from assets/styles.css. */
:root{
  --bg: #fffaf5;
  --bg-soft: #f6f7ff;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-dark: #0f1224;
  --line: rgba(78, 64, 136, 0.12);
  --text: #1f1830;
  --muted: #6f678a;
  --primary: #5b4dff;
  --primary-strong: #4534f0;
  --accent: #ff8b4d;
  --success: #3cbf7f;
  --warning: #f4b534;
  --shadow-xl: 0 28px 80px rgba(57, 33, 122, 0.14);
  --shadow-lg: 0 18px 44px rgba(57, 33, 122, 0.1);
  --shadow-md: 0 10px 24px rgba(57, 33, 122, 0.08);
  --radius-xxl: 32px;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 12px;
  --font-body: "Trebuchet MS", "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
}
*,*::before,*::after{
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 143, 92, 0.2), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(91, 77, 255, 0.16), transparent 30%),
    radial-gradient(circle at 52% 100%, rgba(68, 191, 138, 0.1), transparent 28%),
    linear-gradient(180deg, #fffaf5 0%, #f7f8ff 44%, #fffdf9 100%);
  min-height: 100vh;
}
img{
  max-width: 100%;
  display: block;
}
[hidden]{
  display: none !important;
}
a{
  color: inherit;
  text-decoration: none;
}
button,select,input{
  font: inherit;
}
button{
  cursor: pointer;
  border: 0;
  background: none;
}
button:disabled{
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}
code{
  font-family: "Cascadia Code", "Consolas", monospace;
  background: rgba(91, 77, 255, 0.08);
  color: var(--primary-strong);
  border-radius: 8px;
  padding: 0.15rem 0.4rem;
}
@keyframes float-in{
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.home-workbench{
  --mk-ink: #0e1027;
  --mk-muted: #566082;
  --mk-line: #e4e7f6;
  --mk-primary: #6239f6;
  --mk-primary-dark: #4a23df;
  --mk-soft: #f7f8ff;
  background:
    radial-gradient(circle at 14% 18%, rgba(88, 71, 255, 0.08), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(255, 154, 90, 0.09), transparent 28%),
    linear-gradient(180deg, #fbfcff 0%, #f7f8ff 52%, #fff 100%);
  color: var(--mk-ink);
  font-family: var(--font-body);
}
@keyframes home-spin{
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinOrb{
  to {
    transform: rotate(360deg);
  }
}
@keyframes shimmer{
  to {
    background-position: 180px 0, 0 0;
  }
}
@keyframes resultsRise{
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes exportDockRise{
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.seo-pipeline{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.seo-pipeline-step{
  position: relative;
  min-height: 148px;
  padding: 22px 20px;
  border: 1px solid rgba(91, 77, 255, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 12%, rgba(91, 77, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.9);
}
.seo-pipeline-step:not(:last-child)::after{
  content: "→";
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 2;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 77, 255, 0.2);
  border-radius: 999px;
  color: var(--primary);
  background: #fff;
  font-weight: 900;
  transform: translateY(-50%);
}
.seo-pipeline-step > span{
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #8a65ff);
  font-weight: 900;
}
.seo-pipeline-step strong,.seo-pipeline-step small{
  display: block;
}
.seo-pipeline-step strong{
  color: #18152d;
  font-size: 1.02rem;
}
.seo-pipeline-step small{
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.seo-demo-frame{
  overflow: hidden;
  border: 1px solid rgba(91, 77, 255, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(49, 42, 105, 0.1);
}
.seo-demo-frame img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.seo-mode-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.seo-mode-card{
  overflow: hidden;
  border: 1px solid rgba(91, 77, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
}
.seo-mode-preview{
  height: 176px;
  display: grid;
  place-items: center;
  padding: 22px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #eef0f7 25%, transparent 25%),
    linear-gradient(-45deg, #eef0f7 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eef0f7 75%),
    linear-gradient(-45deg, transparent 75%, #eef0f7 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}
.seo-mode-preview img{
  width: 128px;
  height: 128px;
  object-fit: contain;
}
.seo-mode-card.is-original .seo-mode-preview img{
  width: 86px;
  height: 86px;
  image-rendering: pixelated;
  transform: scale(1.48);
}
.seo-mode-card.is-standard .seo-mode-preview img{
  filter: saturate(0.98);
}
.seo-mode-card.is-vector .seo-mode-preview img,.seo-mode-card.is-svg .seo-mode-preview img{
  filter: drop-shadow(0 12px 18px rgba(30, 29, 55, 0.12));
}
.seo-mode-copy{
  padding: 18px;
}
.seo-mode-copy span{
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: #5239dd;
  background: #f0edff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.seo-mode-copy h3{
  margin: 12px 0 7px;
  color: #171329;
  font-size: 1.08rem;
}
.seo-mode-copy p{
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.seo-signal-flow{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  margin-top: 22px;
}
.seo-signal-node{
  min-height: 170px;
  display: grid;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(91, 77, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}
.seo-signal-node strong{
  color: #1a1631;
  font-size: 1.08rem;
}
.seo-signal-node span{
  margin-top: 9px;
  color: var(--muted);
  line-height: 1.55;
}
.seo-signal-arrow{
  display: grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.7rem;
  font-weight: 900;
}
.seo-choice-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.seo-choice-card{
  padding: 24px;
  border: 1px solid rgba(91, 77, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}
.seo-choice-card > span{
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: #151229;
  font-size: 0.75rem;
  font-weight: 900;
}
.seo-choice-card h3{
  margin: 16px 0 8px;
}
.seo-choice-card p,.seo-choice-card li{
  color: var(--muted);
  line-height: 1.6;
}
.seo-choice-card ul{
  margin: 14px 0 0;
  padding-left: 18px;
}
.seo-inline-note{
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--primary);
  border-radius: 0 16px 16px 0;
  color: #4a4264;
  background: rgba(91, 77, 255, 0.07);
  line-height: 1.65;
}
.scale-preview{
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(91, 77, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 14%, rgba(91, 77, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #fff, #f7f8ff);
  box-shadow: 0 22px 58px rgba(49, 42, 105, 0.1);
}
.scale-preview-stage{
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}
.scale-preview-item{
  display: grid;
  justify-items: center;
  gap: 6px;
}
.scale-preview-artboard{
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(95, 104, 157, 0.2);
  border-radius: 16px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #eef0f7 25%, transparent 25%),
    linear-gradient(-45deg, #eef0f7 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eef0f7 75%),
    linear-gradient(-45deg, transparent 75%, #eef0f7 75%);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
  box-shadow: 0 12px 26px rgba(43, 39, 82, 0.1);
}
.scale-preview-artboard img{
  display: block;
  width: 82%;
  height: 82%;
  object-fit: contain;
}
.scale-preview-item.is-1x .scale-preview-artboard{
  width: 56px;
  height: 56px;
  border-radius: 10px;
}
.scale-preview-item.is-2x .scale-preview-artboard{
  width: 112px;
  height: 112px;
  border-radius: 14px;
}
.scale-preview-item.is-3x .scale-preview-artboard{
  width: 168px;
  height: 168px;
}
.scale-preview-item strong{
  margin-top: 6px;
  color: #4f32dc;
  font-size: 1rem;
}
.scale-preview-item span{
  color: var(--muted);
  font-size: 0.78rem;
  white-space: nowrap;
}
.scale-preview figcaption{
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 900px){.seo-pipeline,.seo-mode-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.seo-pipeline-step:not(:last-child)::after{
    display: none;
  }
.seo-signal-flow{
    grid-template-columns: minmax(0, 1fr);
  }
.seo-signal-arrow{
    min-height: 32px;
    transform: rotate(90deg);
  }
}
@media (max-width: 620px){.seo-pipeline,.seo-mode-grid,.seo-choice-grid{
    grid-template-columns: minmax(0, 1fr);
  }
.scale-preview{
    padding: 20px 12px;
  }
.scale-preview-stage{
    min-height: 205px;
    gap: 10px;
  }
.scale-preview-item.is-1x .scale-preview-artboard{
    width: 44px;
    height: 44px;
  }
.scale-preview-item.is-2x .scale-preview-artboard{
    width: 88px;
    height: 88px;
  }
.scale-preview-item.is-3x .scale-preview-artboard{
    width: 132px;
    height: 132px;
  }
}
.marketing-shell{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.marketing-nav{
  height: 78px;
  padding: 0 48px;
  border: 0;
  border-bottom: 1px solid var(--mk-line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 40;
}
.marketing-brand,.marketing-menu,.marketing-actions{
  display: flex;
  align-items: center;
}
.marketing-brand{
  gap: 12px;
  font-size: 2.05rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}
.marketing-brand-avatar{
  width: 60px;
  height: 50px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.marketing-brand-avatar img{
  width: 58px;
  height: 46px;
  object-fit: contain;
}
.marketing-menu{
  gap: 58px;
  font-size: 1.05rem;
  font-weight: 850;
}
.marketing-menu a{
  position: relative;
  padding: 0;
  color: var(--mk-ink);
  transition: color 0.18s ease;
}
.marketing-menu a.is-active{
  color: var(--mk-primary);
}
.marketing-menu a:hover{
  color: var(--mk-primary);
}
.marketing-menu a.is-active::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 5px 14px rgba(91, 61, 245, 0.22);
  transform: translateX(-50%);
}
.marketing-actions{
  justify-content: flex-end;
  gap: 16px;
}
.marketing-login,.marketing-start{
  min-width: 104px;
  height: 50px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
}
.marketing-login{
  background: #fff;
  border: 1px solid var(--mk-line);
}
.marketing-start{
  color: #fff;
  background: linear-gradient(135deg, #6740ff, #5027e8);
  box-shadow: 0 14px 30px rgba(80, 39, 232, 0.24);
}
.marketing-footer{
  min-height: 64px;
  border-top: 1px solid var(--mk-line);
  color: #687191;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 0.9rem;
}
.marketing-footer a{
  color: inherit;
}
.seo-main,.legal-main{
  width: min(100% - 64px, 1180px);
  margin: 0 auto;
}
.seo-hero h1,.seo-panel h2,.legal-article h1,.legal-article h2{
  margin: 0;
  color: var(--mk-ink);
}
.seo-hero p,.seo-panel p,.seo-panel li,.legal-article p,.legal-article li{
  color: var(--mk-muted);
  line-height: 1.72;
}
.seo-link-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.seo-link-grid a{
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(91, 77, 255, 0.18);
  border-radius: 10px;
  background: #fff;
  color: var(--mk-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
}
.seo-main{
  flex: 1;
  padding: 46px 0 42px;
}
.seo-hero{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 46px;
  align-items: center;
  margin-bottom: 34px;
}
.seo-kicker{
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--mk-primary);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}
.seo-hero h1{
  max-width: 820px;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.seo-hero p{
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 1.08rem;
}
.seo-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.seo-button{
  min-height: 52px;
  padding: 0 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.seo-button.primary{
  color: #fff;
  background: linear-gradient(135deg, #6740ff, #5027e8);
  box-shadow: 0 14px 30px rgba(80, 39, 232, 0.22);
}
.seo-button.secondary{
  color: var(--mk-primary);
  background: #fff;
  border: 1px solid rgba(91, 77, 255, 0.32);
}
.seo-visual{
  aspect-ratio: 4 / 3;
  max-height: 420px;
  padding: 18px;
  border: 1px solid var(--mk-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 55px rgba(49, 42, 105, 0.1);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.seo-visual img{
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(44vh, 420px);
  object-fit: contain;
  border-radius: 12px;
}
.seo-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0;
}
.seo-panel{
  padding: 26px;
  border: 1px solid var(--mk-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 36px rgba(49, 42, 105, 0.07);
}
.seo-panel h2{
  font-size: 1.32rem;
}
.seo-panel ul,.legal-article ul{
  margin: 14px 0 0;
  padding-left: 20px;
}
.seo-process{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.seo-step{
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(91, 77, 255, 0.14);
}
.seo-step strong{
  color: var(--mk-ink);
}
.seo-step span{
  display: block;
  margin-top: 8px;
  color: var(--mk-muted);
  line-height: 1.55;
}
.home-proof-section{
  margin: 30px auto 0;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(93, 99, 145, 0.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 8%, rgba(98, 57, 246, 0.1), transparent 32%),
    radial-gradient(circle at 92% 88%, rgba(73, 166, 255, 0.11), transparent 34%),
    linear-gradient(180deg, #fff, #f8f9ff);
  box-shadow: 0 24px 70px rgba(49, 42, 105, 0.1);
}
.home-section-heading{
  max-width: 850px;
}
.home-section-heading h2{
  margin: 0;
  color: var(--mk-ink);
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.home-section-heading p{
  margin: 12px 0 0;
  color: var(--mk-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}
.home-proof-flow{
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) 92px minmax(420px, 1.28fr);
  gap: 26px;
  align-items: center;
  margin-top: 30px;
}
.home-proof-source,.home-proof-results{
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(95, 104, 157, 0.17);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(49, 42, 105, 0.08);
}
.home-proof-results{
  width: min(100%, 540px);
  justify-self: start;
  padding: 14px;
  border-radius: 18px;
}
.home-proof-source figcaption,.home-proof-results figcaption{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}
.home-proof-source figcaption strong,.home-proof-results figcaption strong{
  color: var(--mk-ink);
  font-size: 0.92rem;
}
.home-proof-source figcaption span,.home-proof-results figcaption span{
  color: var(--mk-muted);
  font-size: 0.78rem;
}
.home-proof-source > img{
  display: block;
  width: 100%;
  max-height: 420px;
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
}
.home-proof-arrow{
  color: #5d38f5;
  display: grid;
  justify-items: center;
  text-align: center;
}
.home-proof-arrow strong{
  font-size: 2.1rem;
  line-height: 1;
}
.home-proof-arrow span{
  margin-top: 4px;
  color: var(--mk-muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}
.home-proof-arrow b{
  margin-top: 8px;
  font-size: 2rem;
}
.home-proof-icon-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.home-proof-icon-grid img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid rgba(95, 104, 157, 0.13);
  border-radius: 12px;
  object-fit: contain;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #eef0f8 25%, transparent 25%),
    linear-gradient(-45deg, #eef0f8 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eef0f8 75%),
    linear-gradient(-45deg, transparent 75%, #eef0f8 75%);
  background-position: 0 0, 0 7px, 7px -7px, -7px 0;
  background-size: 14px 14px;
}
.vector-showcase{
  margin: 30px auto 0;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(93, 99, 145, 0.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 7% 18%, rgba(255, 182, 77, 0.11), transparent 31%),
    radial-gradient(circle at 92% 78%, rgba(93, 56, 245, 0.11), transparent 34%),
    linear-gradient(180deg, #fff, #f7f8ff);
  box-shadow: 0 24px 70px rgba(49, 42, 105, 0.1);
}
.vector-showcase-header{
  max-width: 860px;
}
.vector-showcase-header h2{
  margin: 0;
  color: var(--mk-ink);
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.vector-showcase-header p{
  margin: 12px 0 0;
  color: var(--mk-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}
.vector-compare{
  --compare-position: 50%;
  margin-top: 26px;
}
.vector-compare-stage{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8.2;
  min-height: 360px;
  border: 1px solid rgba(95, 104, 157, 0.2);
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, #eef0f7 25%, transparent 25%),
    linear-gradient(-45deg, #eef0f7 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eef0f7 75%),
    linear-gradient(-45deg, transparent 75%, #eef0f7 75%);
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
  box-shadow: 0 22px 58px rgba(49, 42, 105, 0.12);
}
.vector-compare-layer{
  position: absolute;
  inset: clamp(44px, 5vw, 72px) clamp(52px, 7vw, 112px);
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  padding: 0;
}
.vector-compare-layer img{
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 32px rgba(22, 25, 50, 0.1));
}
.vector-compare-raster{
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}
.vector-compare-raster img{
  image-rendering: pixelated;
}
.vector-compare-label{
  position: absolute;
  top: 18px;
  z-index: 5;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(22, 28, 54, 0.1);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #27304e;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 9px 24px rgba(31, 36, 70, 0.1);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.045em;
}
.vector-compare-label.raster{
  left: 18px;
}
.vector-compare-label.vector{
  right: 18px;
}
.vector-compare-divider{
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  z-index: 6;
  width: 2px;
  background: rgba(50, 40, 83, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.58);
  transform: translateX(-50%);
  pointer-events: none;
}
.vector-compare-divider::after{
  content: "\2194";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(91, 77, 255, 0.24);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #5b3df5;
  background: #fff;
  box-shadow: 0 15px 34px rgba(45, 34, 105, 0.22);
  font-size: 1.1rem;
  font-weight: 950;
  transform: translate(-50%, -50%);
}
.vector-compare-range{
  position: absolute;
  inset: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.vector-compare-controls{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}
.vector-example-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vector-example{
  min-height: 64px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(95, 104, 157, 0.18);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3d4664;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}
.vector-example img{
  width: 46px;
  height: 46px;
  padding: 4px;
  border-radius: 9px;
  object-fit: contain;
  background:
    linear-gradient(45deg, #eef0f7 25%, transparent 25%) 0 0 / 12px 12px,
    linear-gradient(-45deg, #eef0f7 25%, #fff 25%) 0 6px / 12px 12px;
}
.vector-example:hover,.vector-example.is-active{
  border-color: rgba(91, 61, 245, 0.48);
  color: #4f32dc;
  background: #fff;
  box-shadow: 0 12px 28px rgba(69, 52, 164, 0.11);
}
.vector-showcase-note{
  max-width: 380px;
  margin: 0;
  color: var(--mk-muted);
  text-align: right;
  font-size: 0.86rem;
  line-height: 1.55;
}
.home-comparison-table-wrap{
  min-width: 0;
  max-width: 100%;
  margin-top: 20px;
  border: 1px solid rgba(95, 104, 157, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  overflow-x: auto;
}
.home-comparison-table{
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}
.home-comparison-table th,.home-comparison-table td{
  padding: 16px 18px;
  border-bottom: 1px solid rgba(95, 104, 157, 0.12);
  color: #56607e;
}
.home-comparison-table thead th{
  color: var(--mk-ink);
  background: rgba(93, 56, 245, 0.055);
  font-size: 0.86rem;
  font-weight: 950;
}
.home-comparison-table tbody th{
  width: 38%;
  color: #303852;
  font-size: 0.92rem;
}
.home-comparison-table .is-yes{
  color: #258c50;
  font-weight: 950;
}
.home-comparison-table tr:last-child th,.home-comparison-table tr:last-child td{
  border-bottom: 0;
}
body.seo-workbench{
  background:
    linear-gradient(180deg, #fbfcff 0%, #f7f8ff 48%, #ffffff 100%),
    linear-gradient(135deg, rgba(98, 57, 246, 0.05), rgba(255, 185, 91, 0.05));
}
.seo-workbench .seo-main{
  width: min(1260px, calc(100% - 42px));
  padding: 36px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
.seo-workbench .seo-hero{
  margin: 0;
  padding: 42px;
  border: 1px solid rgba(93, 99, 145, 0.15);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 255, 0.96)),
    linear-gradient(135deg, rgba(98, 57, 246, 0.06), rgba(92, 168, 255, 0.04) 48%, rgba(255, 185, 91, 0.07));
  box-shadow: 0 26px 76px rgba(49, 42, 105, 0.12);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 42px;
  position: relative;
  overflow: hidden;
}
.seo-workbench .seo-hero > div{
  align-self: center;
  position: relative;
  z-index: 1;
}
.seo-workbench .seo-kicker{
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 1px solid rgba(98, 57, 246, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  align-items: center;
  color: var(--mk-primary);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
}
.seo-workbench .seo-hero h1{
  max-width: 760px;
  font-size: 3.25rem;
  line-height: 1.08;
  letter-spacing: 0;
}
.seo-workbench .seo-hero p{
  max-width: 690px;
  margin-top: 18px;
  font-size: 1.05rem;
  line-height: 1.75;
}
.seo-workbench .seo-actions{
  margin-top: 30px;
  gap: 12px;
}
.seo-workbench .seo-button{
  min-height: 50px;
  border-radius: 12px;
}
.seo-workbench .seo-visual{
  align-self: stretch;
  min-height: 330px;
  max-height: 430px;
  padding: 16px;
  border-color: rgba(93, 99, 145, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 250, 255, 0.88)),
    linear-gradient(45deg, rgba(98, 57, 246, 0.06) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(-45deg, rgba(98, 57, 246, 0.06) 25%, transparent 25%) 0 0 / 22px 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 46px rgba(49, 42, 105, 0.1);
}
.seo-workbench .seo-visual img{
  border-radius: 14px;
  object-fit: contain;
}
.seo-workbench .seo-visual .home-proof-icon-grid{
  width: 100%;
  margin: 0;
}
.seo-workbench .seo-grid{
  margin: 0;
  gap: 18px;
}
.seo-workbench .seo-grid .seo-panel,.seo-workbench .seo-main > .seo-panel{
  border-color: rgba(93, 99, 145, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(49, 42, 105, 0.08);
}
.seo-workbench .seo-grid .seo-panel{
  min-height: 178px;
  padding: 26px 26px 24px;
}
.seo-workbench .seo-grid .seo-panel::before{
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--mk-primary);
}
.seo-workbench .seo-grid .seo-panel:nth-child(2)::before{
  background: #2388ff;
}
.seo-workbench .seo-grid .seo-panel:nth-child(3)::before{
  background: #f0a42f;
}
.seo-workbench .seo-panel h2{
  font-size: 1.28rem;
  line-height: 1.22;
  letter-spacing: 0;
}
.seo-workbench .seo-panel p{
  margin: 12px 0 0;
  line-height: 1.72;
}
.seo-workbench .seo-main > .seo-panel{
  padding: 30px;
}
.seo-workbench .seo-main > .seo-panel > h2{
  font-size: 1.55rem;
}
.seo-workbench .seo-process{
  counter-reset: seo-page-step;
  gap: 14px;
}
.seo-workbench .seo-step{
  min-height: 128px;
  padding: 18px;
  border-color: rgba(93, 99, 145, 0.14);
  border-radius: 16px;
  background: rgba(248, 250, 255, 0.86);
  counter-increment: seo-page-step;
}
.seo-workbench .seo-step::before{
  content: counter(seo-page-step, decimal-leading-zero);
  display: inline-flex;
  width: 34px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #5d38f5, #4a88ff);
  font-size: 0.76rem;
  font-weight: 950;
}
.seo-workbench .seo-step strong{
  display: block;
}
.seo-workbench .seo-main > .seo-panel .seo-link-grid{
  margin-top: 18px;
}
.seo-workbench .seo-main > .seo-panel .seo-link-grid a{
  justify-content: flex-start;
  min-height: 50px;
  padding: 0 42px 0 16px;
  border-radius: 12px;
  background: rgba(248, 250, 255, 0.72);
  position: relative;
}
.seo-workbench .seo-main > .seo-panel .seo-link-grid a::after{
  content: "\2192";
  position: absolute;
  right: 16px;
  color: #7d86a7;
}
.legal-main{
  flex: 1;
  padding: 44px 0;
}
.legal-article{
  padding: 34px;
  border: 1px solid var(--mk-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(49, 42, 105, 0.08);
}
.legal-article h1{
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
}
.legal-article h2{
  margin-top: 28px;
  font-size: 1.25rem;
}
.seo-visual picture{
  display: block;
}
.seo-visual picture{
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px){.marketing-nav{
    height: auto;
    padding: 16px 24px;
    grid-template-columns: 1fr;
  }
.marketing-brand,.marketing-menu,.marketing-actions{
    justify-content: center;
  }
.seo-hero{
    grid-template-columns: 1fr;
  }
.seo-workbench .seo-hero{
    grid-template-columns: 1fr;
    padding: 34px;
  }
.seo-workbench .seo-visual{
    min-height: 270px;
  }
.seo-grid,.seo-process{
    grid-template-columns: 1fr;
  }
.seo-workbench .seo-process{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px){.seo-main,.legal-main{
    width: min(100% - 24px, 100%);
  }
.seo-workbench .seo-main{
    width: min(100% - 24px, 100%);
    padding: 22px 0 30px;
    gap: 18px;
  }
.marketing-brand{
    font-size: 1.65rem;
  }
.marketing-menu{
    gap: 18px;
    flex-wrap: wrap;
  }
.marketing-actions{
    width: 100%;
  }
.marketing-login,.marketing-start{
    min-width: 0;
    flex: 1;
  }
.seo-panel,.legal-article{
    padding: 22px;
  }
.seo-link-grid{
    grid-template-columns: 1fr;
  }
.seo-workbench .seo-hero{
    padding: 24px;
    border-radius: 22px;
    gap: 22px;
  }
.seo-workbench .seo-hero h1{
    font-size: 2.05rem;
  }
.seo-workbench .seo-actions{
    display: grid;
  }
.seo-workbench .seo-visual{
    min-height: 220px;
    max-height: 280px;
    padding: 10px;
  }
.seo-workbench .seo-grid,.seo-workbench .seo-process{
    grid-template-columns: 1fr;
  }
.seo-workbench .seo-grid .seo-panel,.seo-workbench .seo-main > .seo-panel{
    min-height: 0;
    padding: 22px;
  }
.seo-hero{
    gap: 24px;
  }
.seo-actions{
    display: grid;
  }
.marketing-footer{
    flex-wrap: wrap;
    gap: 14px 22px;
    padding: 18px;
    text-align: center;
  }
}
@media (max-width: 980px){.home-proof-flow{
    grid-template-columns: minmax(180px, 0.72fr) 64px minmax(330px, 1.28fr);
    gap: 16px;
  }
.home-proof-icon-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 720px){.home-proof-section{
    margin-top: 18px;
    padding: 22px 16px 24px;
    border-radius: 20px;
  }
.home-proof-flow{
    grid-template-columns: 1fr;
  }
.home-proof-source > img{
    max-height: 380px;
  }
.home-proof-arrow{
    grid-template-columns: auto auto auto;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
.home-proof-arrow strong{
    font-size: 1.35rem;
  }
.home-proof-arrow span,.home-proof-arrow b{
    margin: 0;
  }
.home-proof-arrow b{
    transform: rotate(90deg);
  }
.home-proof-icon-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.vector-showcase{
    margin-top: 18px;
    padding: 22px 16px 24px;
    border-radius: 20px;
  }
.vector-compare-stage{
    min-height: 330px;
    aspect-ratio: 4 / 5;
  }
.vector-compare-layer{
    inset: 58px 20px 30px;
    padding: 0;
  }
.vector-compare-label{
    top: 12px;
    font-size: 0.69rem;
  }
.vector-compare-label.raster{
    left: 12px;
  }
.vector-compare-label.vector{
    right: 12px;
  }
.vector-compare-controls{
    align-items: stretch;
    flex-direction: column;
  }
.vector-example-list{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
.vector-example{
    min-width: 0;
    padding-right: 8px;
    justify-content: center;
  }
.vector-example span{
    display: none;
  }
.vector-showcase-note{
    max-width: none;
    text-align: left;
  }
}
.seo-breadcrumb{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #6f7391;
  font-size: 0.9rem;
  font-weight: 700;
}
.seo-breadcrumb a{
  color: #4f35e8;
  text-decoration: none;
}
.guide-index{
  display: grid;
  gap: 28px;
}
.guide-index-hero{
  margin-bottom: 4px;
}
.guide-group{
  padding: 30px;
  border: 1px solid #e4e5f2;
  background: #fff;
  box-shadow: 0 18px 50px rgba(31, 35, 73, 0.07);
}
.guide-group > header{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}
.guide-group > header > span{
  color: #5a3df4;
  font-weight: 900;
}
.guide-group h2,.guide-group p{
  margin: 0;
}
.guide-group h2{
  color: #11152c;
  font-size: 1.45rem;
}
.guide-group header p{
  margin-top: 6px;
  color: #666b87;
}
.guide-card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.guide-card{
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 20px;
  border: 1px solid #e4e5f2;
  color: #151833;
  text-decoration: none;
  background: #fafaff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.guide-card:hover{
  transform: translateY(-2px);
  border-color: rgba(90, 61, 244, 0.4);
  box-shadow: 0 14px 28px rgba(44, 39, 104, 0.09);
}
.guide-card strong{
  font-size: 1rem;
}
.guide-card span{
  color: #686d89;
  line-height: 1.55;
}
.benchmark-fixtures{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.benchmark-fixtures .seo-panel{
  min-width: 0;
}
.benchmark-fixtures img{
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e4e5f2;
  object-fit: contain;
  background: #f7f8fc;
}
.benchmark-fixtures h2{
  margin-top: 0;
}
.shell-account-panel{
  position: absolute;
  z-index: 1200;
  min-width: 250px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #e1e3ef;
  background: #fff;
  box-shadow: 0 18px 50px rgba(25, 28, 58, 0.16);
}
.shell-account-panel[hidden]{
  display: none;
}
.shell-account-panel strong,.shell-account-panel span,.shell-account-panel small{
  overflow-wrap: anywhere;
}
.shell-account-panel span,.shell-account-panel small{
  color: #6b708c;
}
.shell-account-panel a,.shell-account-panel button{
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border: 1px solid #dddff0;
  color: #3f2acb;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  background: #fafaff;
  cursor: pointer;
}
@media (max-width: 720px){.guide-card-grid{
    grid-template-columns: 1fr;
  }
.benchmark-fixtures{
    grid-template-columns: 1fr;
  }
.guide-group{
    padding: 22px;
  }
}
body.home-workbench{
  font-family: var(--font-body);
}
.home-workbench .marketing-nav{
  height: 78px;
  padding: 0 48px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.home-workbench .marketing-brand{
  gap: 12px;
  color: var(--mk-ink);
  font-size: 2.05rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}
.home-workbench .marketing-brand-avatar{
  width: 60px;
  height: 50px;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.home-workbench .marketing-brand-avatar img{
  width: 58px;
  height: 46px;
  object-fit: contain;
}
.home-workbench .marketing-menu{
  gap: 58px;
  font-size: 1.05rem;
  font-weight: 850;
}
.home-workbench .marketing-login,.home-workbench .marketing-start{
  min-width: 104px;
  height: 50px;
  border-radius: 13px;
  font-size: 1rem;
  font-weight: 900;
}
.marketing-login{
  max-width: min(260px, 32vw);
  padding-inline: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.auth-modal{
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 24px;
}
.auth-modal[hidden]{
  display: none;
}
.auth-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 31, 0.34);
  backdrop-filter: blur(8px);
}
.auth-modal-panel{
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(91, 77, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 34px 90px rgba(35, 31, 82, 0.24);
}
.auth-modal-panel h2{
  margin: 0 0 10px;
  color: var(--mk-ink, #0b1028);
  font-size: 1.45rem;
}
.auth-modal-panel p{
  margin: 0 0 20px;
  color: #5b6485;
  line-height: 1.6;
  font-weight: 500;
}
.auth-modal-close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--mk-line, #dfe4f5);
  border-radius: 999px;
  color: #28304f;
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.auth-provider-list{
  display: grid;
  gap: 12px;
}
.auth-provider{
  height: 50px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 850;
}
.auth-provider.google{
  background: #1f2937;
}
@media (max-width: 1180px){.home-workbench .marketing-nav{
    height: auto;
    padding: 16px 24px;
    grid-template-columns: 1fr;
  }
}
