:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
a:hover { color: var(--blue-text); }
.vs-site { min-height: 100vh; overflow: hidden; }
.vs-static-intro { max-width: 820px; margin: 40px auto; padding: 28px; color: var(--ink-soft); background: var(--card); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-soft); }.vs-static-intro h1 { margin: 0 0 14px; color: var(--ink); font-family: var(--font-display); font-size: clamp(28px, 5vw, 46px); letter-spacing: -.045em; line-height: 1.05; }.vs-static-intro p { margin: 12px 0 0; font-size: 16px; line-height: 1.65; }.vs-static-intro p + p { padding-top: 16px; border-top: 1px solid var(--line); }
.vs-header { position: sticky; top: 0; z-index: 30; padding: 14px clamp(14px, 4vw, 32px); background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(14px); }
.vs-nav { max-width: 1312px; min-height: 56px; margin: auto; display: flex; align-items: center; gap: 14px; }
.vs-brand { min-height: 56px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); text-decoration: none; flex: none; }
.vs-brand svg { flex: none; }
.vs-brand span { display: flex; align-items: baseline; color: var(--ink); font-family: var(--font-display); font-size: 20px; letter-spacing: -.04em; }
.vs-brand b { font-weight: 600; }.vs-brand strong { font-weight: 800; }.vs-brand em { margin-left: 7px; padding-left: 7px; border-left: 1px solid var(--line); color: var(--blue-text); font-family: var(--font-body); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vs-nav-links { display: flex; align-items: center; gap: 3px; min-height: 56px; padding: 0 8px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); }
.vs-nav-links a, .vs-nav-actions > .ws-nav-login { padding: 9px 13px; color: var(--ink-soft); font-size: 14px; font-weight: 750; text-decoration: none; }
.vs-nav-links a[aria-current] { color: var(--ink); background: var(--ink-tint); border-radius: 10px; }
.vs-nav-actions { display: flex; align-items: center; gap: 6px; margin-left: auto; padding: 8px 8px 8px 13px; min-height: 56px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); }
.vs-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 18px; border: 0; border-radius: 12px; background: var(--ink); color: #fff !important; font-size: 14px; font-weight: 800; text-decoration: none; }
.vs-button:hover { color: #fff !important; background: #19145c; }
.vs-button-amber { background: var(--amber); color: var(--ink) !important; }.vs-button-amber:hover { background: #ffd480; color: var(--ink) !important; }
.vs-hero { padding: clamp(68px, 9vw, 126px) max(18px, calc((100vw - 1116px) / 2)) clamp(66px, 8vw, 108px); background-color: var(--paper); background-image: radial-gradient(rgba(8,4,54,.13) 1.35px, transparent 1.35px); background-size: 26px 26px; }
.vs-hero-inner { max-width: 890px; margin: auto; text-align: center; }
.vs-kicker { margin: 0 0 17px; color: var(--muted-warm); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.vs-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(40px, 6vw, 72px); font-weight: 800; letter-spacing: -.05em; line-height: 1.02; }
.vs-hero h1 .u-blue { text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 3px; text-underline-offset: 10px; }.vs-hero h1 .u-amber { text-decoration: underline; text-decoration-color: var(--amber); text-decoration-thickness: 3px; text-underline-offset: 10px; }
.vs-hero-lede { max-width: 740px; margin: 25px auto 0; color: var(--ink-soft); font-size: clamp(16px, 2vw, 19px); font-weight: 500; line-height: 1.6; }
.vs-hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.vs-updated { margin: 23px 0 0; color: var(--muted); font-size: 12px; }
.vs-main { max-width: 1116px; margin: auto; padding: 0 18px 96px; }
.vs-section { padding: clamp(56px, 7vw, 92px) 0 0; }
.vs-section h2 { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(29px, 4vw, 46px); font-weight: 800; letter-spacing: -.045em; line-height: 1.06; }
.vs-section h3 { margin: 0 0 9px; color: var(--ink); font-family: var(--font-display); font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.vs-section > p, .vs-copy p { max-width: 72ch; color: var(--ink-soft); font-size: 16px; line-height: 1.68; }
.vs-answer { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; margin-top: 30px; }
.vs-card { padding: 26px; background: var(--card); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-soft); }
.vs-card-blue { background: var(--blue-soft); border-color: var(--blue-border); }.vs-card-amber { background: var(--amber-soft); border-color: var(--amber-border); }.vs-card-slate { color: #fff; background: var(--slate); border-color: rgba(255,255,255,.12); }
.vs-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.62; }.vs-card-slate p { color: rgba(255,255,255,.76); }
.vs-card-label { margin: 0 0 10px; color: var(--blue-text); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.vs-card-amber .vs-card-label { color: var(--amber-text); }.vs-card-slate .vs-card-label { color: var(--amber); }
.vs-table-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); box-shadow: var(--shadow-soft); }
.vs-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 14px; }
.vs-table th, .vs-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.45; }.vs-table tr:last-child th, .vs-table tr:last-child td { border-bottom: 0; }
.vs-table thead th { color: var(--ink); background: var(--ink-tint); font-size: 12px; font-weight: 850; letter-spacing: .02em; }.vs-table thead th:first-child { width: 25%; }.vs-table tbody th.vs-feature-name { color: var(--ink); background: transparent; font-size: 14px; font-weight: 800; }.vs-table .vs-wireslate-col { background: var(--blue-soft); }.vs-table thead .vs-wireslate-col { color: var(--blue-text); background: var(--blue-border); }
.vs-status-cell { display: flex; align-items: center; gap: 8px; color: var(--ink); }.vs-status-cell strong { font-size: 13px; font-weight: 850; }.vs-status { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex: none; border-radius: 50%; font-size: 15px; font-weight: 950; line-height: 1; }.vs-status-yes { color: #0d6a39; background: #d9f2df; border: 1px solid #bcebd8; }.vs-status-no { color: #9b2333; background: #fde2e6; border: 1px solid #ffd3dd; }.vs-status-almost { color: #80621a; background: #fff0c7; border: 1px solid #f4d98c; }.vs-table td small { display: block; max-width: 29ch; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.48; }
.vs-mark { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; margin-right: 7px; border-radius: 50%; font-size: 12px; font-weight: 900; vertical-align: -2px; }.vs-yes { color: #0d6a39; background: #d9f2df; }.vs-no { color: #9b2333; background: #fde2e6; }.vs-note { color: #80621a; background: #fff0c7; }
.vs-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 25px; }
.vs-list { margin: 0; padding: 0; list-style: none; }.vs-list li { position: relative; margin: 12px 0; padding-left: 28px; color: var(--ink-soft); font-size: 15px; line-height: 1.55; }.vs-list li::before { content: '↗'; position: absolute; left: 0; top: 0; color: var(--blue-text); font-weight: 900; }
.vs-workflow-card { margin-top: 18px; }
.vs-import-card { margin: 0; background: var(--paper-deep); border-color: var(--blue-border); }.vs-import-card p { max-width: 75ch; }.vs-choice-list { margin-top: 14px; }.vs-choice-list li { margin: 10px 0; font-size: 14px; }.vs-choice-list li::before { content: '→'; }
.vs-quote { margin-top: 25px; padding: 22px 25px; border-left: 4px solid var(--amber); border-radius: 0 14px 14px 0; background: var(--amber-soft); color: var(--ink); font-family: var(--font-display); font-size: 22px; font-weight: 750; letter-spacing: -.025em; line-height: 1.25; }
.vs-faq { margin-top: 22px; border-top: 1px solid var(--line); }.vs-faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }.vs-faq summary { cursor: pointer; color: var(--ink); font-family: var(--font-display); font-size: 18px; font-weight: 800; letter-spacing: -.02em; }.vs-faq p { max-width: 70ch; margin: 12px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.vs-sources { margin-top: 20px; padding: 22px 24px; background: var(--paper-deep); border: 1px solid var(--line); border-radius: 15px; }.vs-sources h3 { font-size: 17px; }.vs-sources ul { margin: 10px 0 0; padding-left: 19px; }.vs-sources li { margin: 7px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }.vs-sources a { color: var(--blue-text); font-weight: 700; }
.vs-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 62px; padding: clamp(29px, 5vw, 50px); color: #fff; background: var(--slate); background-image: radial-gradient(rgba(255,255,255,.12) 1.2px, transparent 1.2px); background-size: 21px 21px; border-radius: 20px; }.vs-cta h2 { margin: 0; color: #fff; font-size: clamp(28px, 4vw, 43px); }.vs-cta p { max-width: 560px; margin: 12px 0 0; color: rgba(255,255,255,.74); line-height: 1.55; }
.vs-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 29px max(18px, calc((100vw - 1212px) / 2)); background: var(--paper); border-top: 1px solid var(--line); }.vs-footer p { margin: 0; color: var(--muted); font-size: 13px; }.vs-footer nav { display: flex; flex-wrap: wrap; gap: 6px; }.vs-footer nav a { padding: 6px 8px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.vs-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }.vs-hub-card { display: flex; flex-direction: column; min-height: 225px; padding: 25px; background: var(--card); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-soft); text-decoration: none; }.vs-hub-card:nth-child(3n+2) { background: var(--blue-soft); border-color: var(--blue-border); }.vs-hub-card:nth-child(3n) { background: var(--amber-soft); border-color: var(--amber-border); }.vs-hub-card small { color: var(--muted-warm); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }.vs-hub-card h3 { margin-top: 12px; }.vs-hub-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }.vs-hub-card span { margin-top: auto; padding-top: 20px; color: var(--blue-text); font-size: 13px; font-weight: 850; }
.vs-byline { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 19px; color: var(--muted); font-size: 12px; }.vs-byline strong { color: var(--ink-soft); }
@media (max-width: 850px) { .vs-nav-links { display: none; }.vs-answer, .vs-columns { grid-template-columns: 1fr; }.vs-cta { align-items: flex-start; flex-direction: column; }.vs-hub-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .vs-header { padding: 10px 12px; }.vs-nav { gap: 8px; }.vs-brand { min-height: 48px; padding: 0 11px; border-radius: 13px; }.vs-brand span { font-size: 18px; }.vs-brand em { display: none; }.vs-nav-actions { min-height: 48px; padding: 4px; border-radius: 13px; }.vs-nav-actions > .ws-nav-login { display: none; }.vs-button { min-height: 40px; padding: 0 13px; border-radius: 10px; font-size: 12px; }.vs-hero { padding-top: 67px; }.vs-hero h1 { font-size: 41px; }.vs-hero-lede { font-size: 15px; }.vs-main { padding-bottom: 62px; }.vs-section { padding-top: 58px; }.vs-section > p, .vs-copy p { font-size: 15px; }.vs-card { padding: 21px; }.vs-table { min-width: 660px; font-size: 13px; }.vs-quote { font-size: 19px; }.vs-footer { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
