/* Accessibility and responsive navigation layer for SeenRelay's revamp pages. */
.rv-skip{position:fixed;left:16px;top:10px;z-index:1000;padding:10px 14px;border:1px solid #536171;border-radius:10px;background:#f1f5f8;color:#07090c;font-size:13px;font-weight:800;transform:translateY(-160%);transition:transform .12s ease}.rv-skip:focus{transform:translateY(0)}
.rv-mobile-nav{display:none;position:relative;margin-left:auto}.rv-mobile-nav summary{list-style:none;display:flex;align-items:center;justify-content:center;min-width:68px;min-height:44px;padding:0 12px;border:1px solid #34404c;border-radius:11px;background:#0d1218;color:#dce3ea;cursor:pointer;font-size:13px;font-weight:800}.rv-mobile-nav summary::-webkit-details-marker{display:none}.rv-mobile-nav[open] summary{border-color:#536171;background:#111821}.rv-mobile-nav nav{position:absolute;right:0;top:calc(100% + 10px);width:min(82vw,320px);padding:8px;border:1px solid #34404c;border-radius:14px;background:#0b1016;box-shadow:0 22px 60px rgba(0,0,0,.55)}.rv-mobile-nav nav a{display:flex;align-items:center;min-height:44px;padding:0 12px;border-radius:9px;color:#c5ced8;font-size:14px}.rv-mobile-nav nav a:hover,.rv-mobile-nav nav a:focus-visible{background:#151d26;color:#fff}.rv-mobile-nav summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.rv-button{min-height:44px}.rv-footer,.rv-evidence-card footer,.rv-path-card .rv-number{color:#9aa6b4}.rv-step h3{margin:1px 0 7px;font-size:14px;line-height:1.45;color:#e5ebf1}

/* Practical readability floor. WCAG does not prescribe one minimum font size, so the site uses a product-level floor instead: explanatory copy >=13px, technical metadata >=12px, primary body copy >=16px. */
.rv-nav-links{font-size:13px}.rv-chip{font-size:12px}.rv-button{font-size:13px}.rv-kicker,.rv-eyebrow{font-size:12px;line-height:1.35}.rv-proofline span{font-size:12px;line-height:1.35}.rv-demo-head{font-size:12px;line-height:1.4}.rv-lane>header{font-size:12px}.rv-lane>header b{font-size:13px}.rv-call{font-size:13px}.rv-call i{font-size:12px;line-height:1.3}.rv-band span{font-size:12px;line-height:1.45}.rv-segment button{font-size:13px}.rv-mode-copy p{font-size:14px;line-height:1.65}.rv-mode-note{font-size:13px;line-height:1.6}.rv-console-top{font-size:12px}.rv-step>span{font-size:12px}.rv-step h4{font-size:14px;line-height:1.45}.rv-code pre{font-size:13px;line-height:1.7}.rv-copy{font-size:12px;line-height:1.3}.rv-card .rv-number{font-size:12px;line-height:1.4}.rv-card p{font-size:14px;line-height:1.65}.rv-card a{font-size:13px}.rv-usecase p{font-size:13px;line-height:1.6}.rv-contract-list b{font-size:14px}.rv-contract-list span{font-size:13px;line-height:1.6}.rv-footer{font-size:12px;line-height:1.55}body.revamp>footer{font-size:12px;line-height:1.55}.rv-flow-list>div>span{font-size:12px}.rv-flow-list b{font-size:14px}.rv-flow-list small{font-size:13px;line-height:1.6}.rv-evidence-card header b{font-size:14px}.rv-evidence-metrics span{font-size:12px;line-height:1.5}.rv-evidence-card footer{font-size:12px}.rv-result,.rv-fit{font-size:12px;line-height:1.3}.rv-evidence-interpretation b{font-size:14px}.rv-evidence-interpretation p{font-size:13px;line-height:1.65}.rv-evidence-interpretation a{font-size:13px}
/* These selectors intentionally outrank page-specific stylesheets loaded after sota.css. */
body.revamp .rv-path-card .rv-number{font-size:12px;line-height:1.4}body.revamp .rv-evidence-card header small{font-size:13px;line-height:1.4}body.revamp .rv-evidence-card footer span{font-size:12px;line-height:1.4}body.revamp .rv-choice header span{font-size:12px;line-height:1.4}body.revamp .rv-choice p,body.revamp .rv-stack p,body.revamp .rv-note,body.revamp .rv-path-bridge,body.revamp .readiness-small{font-size:13px;line-height:1.6}body.revamp .rv-choice>a,body.revamp .rv-stack a{font-size:13px}body.revamp .rv-choice small,body.revamp .rv-stack small{font-size:13px;line-height:1.5}body.revamp>footer span,body.revamp>footer a{font-size:12px;line-height:1.55}

@media(max-width:1020px){.rv-mobile-nav{display:block}.rv-nav{gap:12px}.rv-nav-actions{flex:0 0 auto}}
@media(max-width:680px){.rv-nav-actions{display:none}.rv-mobile-nav{margin-left:auto}.rv-brand{flex:0 1 auto}.rv-kicker,.rv-eyebrow,.rv-proofline span,.rv-demo-head,.rv-console-top,.rv-card .rv-number,.rv-evidence-card footer{font-size:12px}.rv-flow-list small,.rv-usecase p,.rv-contract-list span,.rv-mode-note{font-size:13px}.rv-card p,.rv-mode-copy p{font-size:14px}.rv-code pre{font-size:13px}body.revamp .rv-path-card .rv-number{font-size:12px}body.revamp .rv-choice p,body.revamp .rv-stack p,body.revamp .rv-note,body.revamp .rv-path-bridge,body.revamp .readiness-small{font-size:13px}}
@media(prefers-reduced-motion:reduce){.rv-skip{transition:none}}
