:root{--routex-yellow:#ffe17c;--routex-charcoal:#171e19;--routex-sage:#b7c6c2;--routex-white:#fff;--routex-black:#000;--routex-gray:#272727;--shadow-hard:4px 4px 0 0 #000;--shadow-hard-lg:8px 8px 0 0 #000;color:var(--routex-black);background:var(--routex-charcoal)}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{min-height:100vh;font-family:var(--font-body), sans-serif;background:var(--routex-charcoal);color:var(--routex-black);margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.site-shell{background:var(--routex-charcoal);min-height:100vh}.site-header{z-index:20;background:var(--routex-yellow);border-bottom:2px solid var(--routex-black);grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1rem 4rem;display:grid;position:sticky;top:0}.site-header__brand{align-items:center;gap:.75rem;display:flex}.site-header__mark{border:2px solid var(--routex-black);background:var(--routex-black);width:2.5rem;height:2.5rem;box-shadow:var(--shadow-hard);color:var(--routex-yellow);font-family:var(--font-heading), sans-serif;border-radius:.8rem;place-items:center;font-size:1rem;font-weight:700;display:inline-grid}.site-header__wordmark,.hero-title,.site-footer__eyebrow{font-family:var(--font-heading), sans-serif}.site-header__wordmark{font-size:1.35rem;font-weight:700}.site-header__nav{justify-content:center;gap:1.5rem;font-size:.95rem;font-weight:700;display:flex}.site-header__link,.site-header__login{transition:transform .2s}.site-header__link:hover,.site-header__login:hover{transform:translateY(-2px)}.site-header__actions{align-items:center;gap:1rem;display:flex}.site-header__login{font-weight:700}.push-button{border:2px solid var(--routex-black);min-height:3.5rem;box-shadow:var(--shadow-hard-lg);cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;padding:.95rem 1.5rem;font-weight:800;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s;display:inline-flex}.push-button:hover{box-shadow:var(--shadow-hard);transform:translate(4px,4px)}.push-button:disabled{cursor:wait;opacity:.8}.push-button--primary{background:var(--routex-black);color:var(--routex-white)}.push-button--secondary{background:var(--routex-white);color:var(--routex-black)}.landing-shell{padding:2rem 1.5rem 0}.hero-panel{background:var(--routex-yellow);border:2px solid var(--routex-black);width:min(100%,84rem);box-shadow:var(--shadow-hard-lg);border-radius:1.75rem 1.75rem 0 0;grid-template-columns:minmax(0,1.1fr) minmax(22rem,.9fr);align-items:center;gap:2.5rem;margin:0 auto;padding:4rem;display:grid}.story-section{border-inline:2px solid var(--routex-black);width:min(100%,84rem);margin:0 auto}.story-section--light{background:#f7f5ee}.story-section--yellow{background:var(--routex-yellow)}.story-section--dark{background:var(--routex-charcoal);color:var(--routex-white)}.story-section--sage{background:var(--routex-sage)}.story-section--playground{background:var(--routex-white)}.story-section--cta{background:var(--routex-yellow);border-bottom:2px solid var(--routex-black);margin-bottom:0}.hero-panel--dotted{background-color:var(--routex-yellow);background-image:radial-gradient(#0000001f 1px,#0000 1px);background-size:32px 32px}.hero-copy-block{gap:1.5rem;display:grid}.section-badge{width:fit-content;box-shadow:var(--shadow-hard);letter-spacing:.06em;text-transform:uppercase;background:#fff;border:2px solid #000;border-radius:999px;padding:.55rem 1rem;font-size:.8rem;font-weight:800}.hero-title{letter-spacing:-.08em;margin:0;font-size:clamp(3.25rem,8vw,6.25rem);line-height:.92}.hero-title__outline{color:#0000;-webkit-text-stroke:2px var(--routex-black);display:inline-block}.hero-copy{max-width:38rem;margin:0;font-size:1.1rem;line-height:1.6}.hero-actions,.hero-meta,.browser-mockup__chips,.browser-mockup__top-grid,.browser-mockup__traffic{display:flex}.hero-actions{flex-wrap:wrap;gap:1rem}.hero-meta{flex-wrap:wrap;gap:1rem;font-size:.92rem;font-weight:700}.hero-meta span{border:2px solid var(--routex-black);background:#ffffffbf;border-radius:999px;padding:.45rem .8rem}.browser-mockup{border:2px solid var(--routex-black);background:var(--routex-white);box-shadow:12px 12px 0 0 var(--routex-black);border-radius:1.35rem;overflow:hidden}.browser-mockup__bar{background:var(--routex-black);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.browser-mockup__traffic{gap:.45rem}.browser-mockup__dot{border-radius:999px;width:.8rem;height:.8rem}.browser-mockup__dot--red{background:#ff5f57}.browser-mockup__dot--yellow{background:#febc2e}.browser-mockup__dot--green{background:#28c840}.browser-mockup__search{background:#ffffff29;border-radius:999px;flex:1;max-width:16rem;height:1rem}.browser-mockup__body{gap:1rem;padding:1.5rem;display:grid}.browser-mockup__headline{gap:.25rem;display:grid}.browser-mockup__headline p,.metric-card span,.browser-mockup__event span{text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.85rem;font-weight:700}.browser-mockup__headline strong,.metric-card strong,.browser-mockup__event strong{font-family:var(--font-heading), sans-serif;font-size:1.4rem}.browser-mockup__top-grid{gap:1rem}.metric-card,.browser-mockup__event{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard);border-radius:1rem}.metric-card{flex:1;gap:.35rem;min-height:8.5rem;padding:1rem;display:grid}.metric-card small{font-size:.92rem}.metric-card--light{background:#f3f1ea}.metric-card--dark{background:var(--routex-charcoal);color:var(--routex-white)}.browser-mockup__chart-card{border:2px solid var(--routex-black);background:var(--routex-sage);box-shadow:var(--shadow-hard);border-radius:1rem;gap:1rem;padding:1rem;display:grid}.browser-mockup__chips{flex-wrap:wrap;gap:.6rem}.gateway-chip{border:2px solid var(--routex-black);background:var(--routex-white);border-radius:999px;padding:.45rem .75rem;font-size:.8rem;font-weight:800}.gateway-chip--active{background:var(--routex-yellow)}.gateway-chip--muted{background:#fff9}.browser-mockup__chart{border:2px solid var(--routex-black);background:#ffffffb8;border-radius:1rem;grid-template-columns:repeat(4,1fr);align-items:end;gap:.75rem;min-height:9rem;padding:1rem;display:grid}.browser-mockup__chart-bar{border:2px solid var(--routex-black);background:var(--routex-charcoal);border-radius:.75rem .75rem 0 0}.browser-mockup__chart-bar--1{height:55%}.browser-mockup__chart-bar--2{background:var(--routex-yellow);height:78%}.browser-mockup__chart-bar--3{height:42%}.browser-mockup__chart-bar--4{background:var(--routex-sage);height:86%}.browser-mockup__event{background:var(--routex-white);gap:.35rem;padding:1rem}.trust-marquee{border-inline:2px solid var(--routex-black);border-block:2px solid var(--routex-black);background:var(--routex-charcoal);width:min(100%,84rem);margin:0 auto;padding:1.6rem 0;overflow:hidden}.trust-marquee__track{gap:3rem;width:max-content;animation:24s linear infinite marquee;display:flex}.trust-marquee__item{color:#b7c6c2ad;font-family:var(--font-heading), sans-serif;letter-spacing:-.04em;font-size:clamp(1.25rem,3vw,2rem);font-weight:700}.section-heading,.final-cta{gap:1rem;padding:4rem;display:grid}.section-heading h2,.compare-card h3,.feature-card h3,.step-card h3,.persona-card h3,.proof-card h3,.final-cta h2{font-family:var(--font-heading), sans-serif;letter-spacing:-.06em;margin:0}.section-heading h2,.final-cta h2{font-size:clamp(2.5rem,6vw,4.75rem);line-height:.95}.section-heading p,.compare-card li,.feature-card p,.step-card p,.persona-card p,.proof-card p,.final-cta p{margin:0;line-height:1.6}.section-heading--centered{text-align:center;justify-items:center}.section-heading--split{grid-template-columns:1fr auto;align-items:end}.section-kicker,.proof-card__eyebrow{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:800}.inline-link{font-weight:800}.compare-grid,.feature-grid,.steps-grid,.persona-grid,.proof-grid{gap:1.5rem;padding:0 4rem 4rem;display:grid}.compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-card,.feature-card,.step-card,.persona-card,.proof-card{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard-lg)}.compare-card,.persona-card,.proof-card{padding:2rem}.compare-card{border-radius:2rem;min-height:23rem}.compare-card--problem{box-shadow:none;opacity:.75;background:#ffffffb8;border-style:dashed}.compare-card--solution{background:var(--routex-yellow)}.icon-list{gap:1rem;padding:0;list-style:none;display:grid}.icon-list li{align-items:center;gap:.9rem;display:flex}.icon-list__mark{border:2px solid var(--routex-black);border-radius:999px;place-items:center;width:1.6rem;height:1.6rem;font-size:.8rem;font-weight:900;display:inline-grid}.icon-list__mark--problem{background:#ffe4e1}.icon-list__mark--solution{background:var(--routex-charcoal);color:var(--routex-white)}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{background:var(--routex-white);border-radius:1.3rem;gap:1rem;padding:1.5rem;transition:transform .2s;display:grid}.feature-card:hover{transform:translate(-2px,-2px)}.feature-card__icon{border:2px solid var(--routex-black);background:var(--routex-sage);width:3rem;height:3rem;font-family:var(--font-heading), sans-serif;border-radius:.75rem;place-items:center;font-weight:800;display:inline-grid}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.step-card{box-shadow:var(--shadow-hard);background:#ffffff0f;border-radius:1.5rem;padding:2rem}.step-card__number{width:4rem;height:4rem;font-family:var(--font-heading), sans-serif;border:2px solid;border-radius:999px;place-items:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:800;display:inline-grid}.step-card__number--1{color:var(--routex-sage)}.step-card__number--2{color:var(--routex-yellow)}.step-card__number--3{color:var(--routex-white)}.persona-grid,.proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.persona-card{border-radius:1.5rem;gap:1rem;min-height:16rem;display:grid}.persona-card--sage{background:var(--routex-sage)}.persona-card--yellow{background:var(--routex-yellow)}.persona-card--dark{background:var(--routex-gray);color:var(--routex-white)}.persona-card__badge{border:2px solid var(--routex-black);width:fit-content;color:var(--routex-black);background:#ffffffe6;border-radius:999px;padding:.45rem .85rem;font-size:.8rem;font-weight:800}.proof-card{background:var(--routex-white);border-radius:1rem 2rem;gap:1rem;min-height:15rem;display:grid}.playground-shell,.docs-shell{padding:0 4rem 4rem}.playground-shell{gap:1.5rem;display:grid}.playground-tabs,.playground-actions,.docs-shell__meta{flex-wrap:wrap;gap:.75rem;display:flex}.playground-tab,.playground-send-button{border:2px solid var(--routex-black);background:var(--routex-white);box-shadow:var(--shadow-hard);cursor:pointer;font:inherit;border-radius:.8rem;font-weight:800}.playground-tab{padding:.8rem 1rem}.playground-tab--active{background:var(--routex-yellow)}.playground-grid,.docs-shell__grid{gap:1.5rem;display:grid}.playground-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.playground-panel,.docs-card{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard-lg);background:#f7f5ee;border-radius:1.5rem;gap:1rem;padding:1.5rem;display:grid}.playground-panel__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.playground-panel__eyebrow,.docs-card__eyebrow{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800}.playground-panel__header h3,.docs-shell__hero h1{font-family:var(--font-heading), sans-serif;letter-spacing:-.05em;margin:.25rem 0 0}.playground-panel__description,.docs-card__copy,.docs-endpoint p,.docs-shell__hero p{margin:0;line-height:1.6}.playground-status-chip{border:2px solid var(--routex-black);background:var(--routex-yellow);white-space:nowrap;border-radius:999px;padding:.45rem .8rem;font-size:.78rem;font-weight:800}.playground-status-chip--pending{background:var(--routex-sage)}.playground-textarea,.playground-response{border:2px solid var(--routex-black);background:var(--routex-charcoal);width:100%;min-height:21rem;color:var(--routex-white);border-radius:1rem;padding:1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.92rem;line-height:1.5}.playground-response{margin:0;overflow:auto}.playground-send-button{background:var(--routex-charcoal);color:var(--routex-white);padding:.9rem 1.4rem}.playground-error{color:#a31919;margin:0;font-weight:700}.playground-hint{color:#343430;margin:0;font-size:.92rem;font-weight:700;line-height:1.5}.docs-shell{gap:2rem;display:grid}.docs-shell__hero{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard-lg);background:#f7f5ee;border-radius:1.5rem;gap:1rem;margin:0 4rem;padding:2rem;display:grid}.docs-shell__hero h1{font-family:var(--font-heading), sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(2.75rem,6vw,4.75rem);line-height:.95}.docs-shell__meta code,.docs-endpoint__method{border:2px solid var(--routex-black);background:var(--routex-white);border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.4rem .75rem;font-weight:800;display:inline-flex}.docs-unavailable{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard);background:#fff6d8;border-radius:1rem;margin:0 4rem;padding:1.5rem}.docs-unavailable h2,.docs-group__header h2{font-family:var(--font-heading), sans-serif;letter-spacing:-.03em;margin:0}.docs-unavailable p{margin:.5rem 0 0}.docs-group{gap:1rem;padding:0 4rem;display:grid}.docs-group__header{gap:.4rem;display:grid}.docs-group__stack{gap:1.25rem;display:grid}.docs-endpoint-card{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard);background:#f7f5ee;border-radius:1.25rem;gap:1.25rem;padding:1.25rem;display:grid}.docs-endpoint-card__hero{gap:.8rem;display:grid}.docs-endpoint-card__hero p,.docs-endpoint-card__headline code{margin:0}.docs-endpoint-card__badges{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.docs-endpoint-card__headline h3{font-size:clamp(1.3rem,2vw,1.9rem);font-family:var(--font-heading), sans-serif;letter-spacing:-.03em;margin:.25rem 0}.docs-endpoint__auth{border:2px solid var(--routex-black);background:#d9e5e2;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.35rem .75rem;font-size:.83rem;font-weight:700;display:inline-flex}.docs-endpoint-card__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.docs-endpoint-card__stack{gap:1rem;display:grid}.docs-subsection{gap:.6rem;display:grid}.docs-subsection__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.docs-subsection__header h4{margin:0}.docs-subsection__header span{font-size:.82rem;font-weight:700}.docs-table-shell{gap:.35rem;display:grid}.docs-table{border:2px solid var(--routex-black);background:var(--routex-white);border-radius:.85rem;grid-template-columns:minmax(10rem,1fr) minmax(8rem,.8fr) minmax(5rem,.5fr) minmax(13rem,1.2fr) minmax(8rem,.8fr);gap:.75rem;padding:.65rem .75rem;display:grid}.docs-table span{overflow-wrap:anywhere;min-width:0}.docs-table--header{background:#d9e5e2;font-weight:800}.docs-table__field{font-weight:700}.docs-code-block{border:2px solid var(--routex-black);background:var(--routex-white);white-space:pre-wrap;word-break:break-word;border-radius:.85rem;margin:0;padding:.9rem;overflow:auto}.docs-response-grid{gap:.8rem;display:grid}.docs-response-card{border:2px solid var(--routex-black);background:var(--routex-white);border-radius:.85rem;gap:.5rem;padding:.8rem;display:grid}.docs-response-card__header{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.docs-response-card p{margin:0}.docs-card__list{gap:1rem;display:grid}.docs-endpoint{border:2px solid var(--routex-black);background:var(--routex-white);border-radius:1rem;grid-template-columns:auto 1fr;gap:1rem;padding:1rem;display:grid}.dashboard-shell{gap:2rem;padding:2rem 1.5rem 0;display:grid}.auth-shell{grid-template-columns:minmax(0,1.1fr) minmax(22rem,.9fr);gap:1.5rem;width:min(100%,84rem);margin:0 auto;padding:4rem 1.5rem;display:grid}.auth-shell__intro{border:2px solid var(--routex-black);background:var(--routex-yellow);box-shadow:var(--shadow-hard-lg);border-radius:1.75rem;gap:1rem;padding:2.5rem;display:grid}.auth-shell__intro h1{font-family:var(--font-heading), sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(2.75rem,6vw,4.75rem);line-height:.95}.auth-shell__copy{max-width:36rem;margin:0;font-size:1.05rem;line-height:1.65}.auth-shell__points{margin:0}.auth-shell__points li{align-items:flex-start}.auth-shell__form{align-content:start;display:grid}.auth-shell__card{background:#f7f5ee;gap:1rem;padding:1.75rem;display:grid}.auth-shell__card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.auth-shell__card-header h2{font-family:var(--font-heading), sans-serif;letter-spacing:-.05em;margin:0;font-size:clamp(1.8rem,4vw,2.6rem)}.auth-form{gap:1rem;display:grid}.auth-field{gap:.5rem;display:grid}.auth-form__message{margin:0;font-weight:700;line-height:1.5}.auth-form__message--error{color:#9d1d1d}.auth-form__message--success{color:#0b5c2e}.auth-form__switch{margin:0;line-height:1.5}.auth-shell__summary{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard);background:#fffc;border-radius:1rem;gap:.6rem;padding:1rem;display:grid}.auth-shell__summary-label{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800}.auth-shell__summary strong{font-family:var(--font-heading), sans-serif;font-size:1.15rem}.auth-shell__summary-copy{margin:0;line-height:1.6}.payment-status-shell{padding:2rem 1.5rem 4rem}.payment-status-panel{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:1.5rem;width:min(100%,84rem);margin:0 auto;display:grid}.payment-status-card,.payment-status-summary{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard-lg);border-radius:1.5rem;gap:1rem;padding:2rem;display:grid}.payment-status-card{background:var(--routex-white)}.payment-status-panel--success .payment-status-card{background:var(--routex-yellow)}.payment-status-panel--pending .payment-status-card{background:#f7f5ee}.payment-status-panel--failed .payment-status-card{background:#fff1e7}.payment-status-card h1{font-family:var(--font-heading), sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(2.5rem,5vw,4.25rem);line-height:.95}.payment-status-badge{border:2px solid var(--routex-black);text-transform:uppercase;letter-spacing:.08em;background:var(--routex-white);border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.45rem .85rem;font-size:.78rem;font-weight:800;display:inline-flex}.payment-status-badge--success{background:var(--routex-charcoal);color:var(--routex-white)}.payment-status-badge--pending{background:var(--routex-sage)}.payment-status-badge--failed{background:#ffd8c2}.payment-status-lead,.payment-status-detail,.payment-status-countdown{margin:0;line-height:1.6}.payment-status-lead{font-size:1.05rem}.payment-status-actions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.payment-status-summary{background:var(--routex-charcoal);color:var(--routex-white);align-content:start}.payment-status-summary__label{letter-spacing:.08em;text-transform:uppercase;color:var(--routex-sage);margin:0 0 .35rem;font-size:.8rem;font-weight:800}.payment-status-summary strong{font-family:var(--font-heading), sans-serif;word-break:break-word;font-size:1.15rem}.dashboard-hero,.dashboard-section,.dashboard-split{width:min(100%,84rem);margin:0 auto}.dashboard-hero{border:2px solid var(--routex-black);background:var(--routex-yellow);box-shadow:var(--shadow-hard-lg);border-radius:1.75rem;gap:2rem;padding:2.5rem;display:grid}.dashboard-hero__copy{gap:1rem;display:grid}.dashboard-hero__copy h1{font-family:var(--font-heading), sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(2.75rem,6vw,4.75rem);line-height:.95}.dashboard-hero__copy p:last-child,.dashboard-card__meta,.dashboard-feed__item p,.dashboard-score-row p,.dashboard-table span,.dashboard-table time,.dashboard-stat-card p{margin:0;line-height:1.5}.dashboard-hero__stats,.dashboard-card-grid,.dashboard-split{gap:1.5rem;display:grid}.dashboard-hero__actions,.dashboard-hero__refresh-meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.dashboard-hero__refresh-meta{justify-content:space-between}.dashboard-hero__refresh-meta p,.dashboard-refresh-feedback{margin:0;line-height:1.5}.dashboard-refresh-feedback{font-weight:700}.dashboard-hero__stats{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-stat-card,.dashboard-card,.dashboard-panel,.dashboard-table-shell{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard-lg)}.dashboard-stat-card{border-radius:1.25rem;gap:.5rem;padding:1.4rem;display:grid}.dashboard-stat-card strong{font-family:var(--font-heading), sans-serif;font-size:2rem}.dashboard-stat-card--yellow{background:var(--routex-yellow)}.dashboard-stat-card--sage{background:var(--routex-sage)}.dashboard-stat-card--dark{background:var(--routex-charcoal);color:var(--routex-white)}.dashboard-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-card,.dashboard-panel{background:#f7f5ee;border-radius:1.5rem;gap:1rem;padding:1.5rem;display:grid}.dashboard-control-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;padding:0 1.5rem 2rem;display:grid}.dashboard-control-card{border:2px solid var(--routex-black);background:var(--routex-white);box-shadow:var(--shadow-hard-lg);border-radius:1.5rem;gap:1rem;padding:1.5rem;display:grid}.dashboard-control-form,.dashboard-control-actions{gap:.75rem;display:grid}.dashboard-control-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-control-label{letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:800}.dashboard-control-input{border:2px solid var(--routex-black);width:100%;min-height:3.5rem;font:inherit;background:#f7f5ee;border-radius:.85rem;padding:.85rem 1rem;font-weight:700}.routing-rules-layout,.routing-rules-list,.routing-rules-form-grid,.routing-rule-pill-row,.routing-rule-actions{gap:1rem;display:grid}.routing-rules-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1.5rem;padding:0 1.5rem 2rem}.routing-rules-list{align-content:start}.routing-rules-form-card,.routing-rule-card{border:2px solid var(--routex-black);background:var(--routex-white);box-shadow:var(--shadow-hard-lg);border-radius:1.5rem}.routing-rules-form-card{align-content:start}.routing-rules-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.routing-rules-checkbox{align-items:center;gap:.75rem;font-weight:700;display:flex}.routing-rules-checkbox input{width:1rem;height:1rem}.routing-rule-card{gap:1rem;padding:1.5rem;display:grid}.routing-rule-pill-row{flex-wrap:wrap;display:flex}.routing-rule-pill{border:2px solid var(--routex-black);text-transform:uppercase;background:#f7f5ee;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.45rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.routing-rule-pill--accent{background:var(--routex-yellow)}.routing-rule-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:0;display:grid}.routing-rule-meta div{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard);background:#f7f5ee;border-radius:1rem;gap:.35rem;padding:1rem;display:grid}.routing-rule-meta dt{letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;font-weight:800}.routing-rule-meta dd{margin:0;font-weight:700;line-height:1.5}.routing-rule-actions{width:fit-content}.dashboard-control-feedback{min-height:1.5rem;margin:0;line-height:1.5}.dashboard-panel--dark{background:var(--routex-charcoal);color:var(--routex-white)}.dashboard-card__topline,.dashboard-panel__header,.dashboard-table,.dashboard-score-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-card__eyebrow,.dashboard-feed__eyebrow,.dashboard-panel__eyebrow{letter-spacing:.08em;text-transform:uppercase;margin:0 0 .25rem;font-size:.82rem;font-weight:800}.dashboard-card h3,.dashboard-panel h3{font-family:var(--font-heading), sans-serif;letter-spacing:-.05em;margin:0}.dashboard-status-pill,.dashboard-status-chip{border:2px solid var(--routex-black);text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:.45rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.dashboard-status-pill--closed,.dashboard-status-pill--highlight{background:var(--routex-yellow)}.dashboard-status-pill--degraded,.dashboard-status-pill--accent{background:var(--routex-sage)}.dashboard-status-pill--maintenance,.dashboard-status-pill--unknown{background:var(--routex-white)}.dashboard-status-chip--success{background:var(--routex-sage)}.dashboard-status-chip--reconciling,.dashboard-status-chip--pending{background:var(--routex-yellow)}.dashboard-status-chip--failed{background:#ffe4e1}.dashboard-stat-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;display:grid}.dashboard-stat-list div,.dashboard-card__meta,.dashboard-feed,.dashboard-score-list{display:grid}.dashboard-stat-list dt,.dashboard-card__meta span{text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:700}.dashboard-stat-list dd{font-family:var(--font-heading), sans-serif;margin:.35rem 0 0;font-size:1.25rem}.dashboard-card__meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.dashboard-card__meta span{border:2px solid var(--routex-black);background:var(--routex-white);text-align:center;border-radius:999px;padding:.5rem .75rem}.dashboard-table-shell{background:var(--routex-white);border-radius:1.5rem;overflow:hidden}.dashboard-table{border-bottom:2px solid var(--routex-black);background:var(--routex-white);grid-template-columns:1.2fr .8fr .9fr 1fr .8fr;gap:1rem;padding:1rem 1.5rem;display:grid}.dashboard-table--header{background:var(--routex-yellow);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:800}.dashboard-table:last-child{border-bottom:0}.dashboard-split{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:4rem}.dashboard-hero__actions--stretch{justify-content:space-between}.dashboard-select-field,.dashboard-mode-toggle,.dashboard-warning-stack,.dashboard-create-form,.dashboard-key-grid{gap:1rem;display:grid}.dashboard-app-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.dashboard-select-field{min-width:min(100%,20rem)}.dashboard-mode-toggle__buttons{flex-wrap:wrap;gap:.75rem;display:inline-flex}.dashboard-toggle-button,.dashboard-inline-button{border:2px solid var(--routex-black);background:var(--routex-white);width:fit-content;min-height:3rem;box-shadow:var(--shadow-hard);cursor:pointer;font:inherit;border-radius:.8rem;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex}.dashboard-toggle-button:hover,.dashboard-inline-button:hover{box-shadow:2px 2px 0 0 var(--routex-black);transform:translate(2px,2px)}.dashboard-toggle-button--active{background:var(--routex-black);color:var(--routex-white)}.dashboard-warning{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard);background:#ffffffdb;border-radius:1rem;margin:0;padding:.9rem 1rem;font-weight:700;line-height:1.5}.dashboard-create-form{background:#ffffffe6}.dashboard-key-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-key-card{border:2px solid var(--routex-black);background:var(--routex-white);box-shadow:var(--shadow-hard);border-radius:1rem;gap:.75rem;padding:1rem;display:grid}.dashboard-key-card strong{word-break:break-all;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.95rem;line-height:1.5}.dashboard-copy-feedback{margin:0;font-weight:700;line-height:1.5}.transaction-detail-shell{width:min(100%,84rem);margin:0 auto;padding:0 1.5rem 4rem}.transaction-detail-shell--error{padding-top:2rem}.transaction-detail-hero{border:2px solid var(--routex-black);background:var(--routex-yellow);box-shadow:var(--shadow-hard-lg);border-radius:1.75rem;gap:1rem;padding:2.5rem;display:grid}.transaction-detail-hero h1{font-family:var(--font-heading), sans-serif;letter-spacing:-.06em;margin:0;font-size:clamp(2.75rem,6vw,4.75rem);line-height:.95}.transaction-detail-badges,.transaction-detail-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.transaction-detail-pill,.transaction-detail-empty-pill{border:2px solid var(--routex-black);background:var(--routex-white);border-radius:999px;align-items:center;width:fit-content;padding:.5rem .9rem;font-size:.82rem;font-weight:800;display:inline-flex}.transaction-detail-meta{flex-wrap:wrap;gap:.75rem 1rem;font-size:.92rem;font-weight:700;display:flex}.transaction-detail-meta span{border:2px solid var(--routex-black);background:#ffffffc7;border-radius:999px;padding:.45rem .8rem}.transaction-detail-lead{max-width:52rem;margin:0;font-size:1.05rem;line-height:1.65}.transaction-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.transaction-detail-card{border:2px solid var(--routex-black);box-shadow:var(--shadow-hard-lg);background:#f7f5ee;border-radius:1.5rem;gap:1rem;padding:1.6rem;display:grid}.transaction-detail-card--wide{grid-column:1/-1}.transaction-detail-card h2{font-family:var(--font-heading), sans-serif;letter-spacing:-.05em;margin:0;font-size:clamp(1.6rem,3vw,2.4rem)}.transaction-detail-card__eyebrow{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800}.transaction-detail-stack,.transaction-detail-scores,.transaction-detail-timeline{gap:1rem;display:grid}.transaction-detail-copy{gap:.45rem;display:grid}.transaction-detail-copy span,.transaction-detail-dl dt,.transaction-detail-attempt__meta dt{letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;font-weight:800}.transaction-detail-copy strong,.transaction-detail-dl dd,.transaction-detail-attempt__meta dd{margin:0}.transaction-detail-dl{gap:.9rem;margin:0;display:grid}.transaction-detail-dl div,.transaction-detail-attempt,.transaction-detail-score{border:2px solid var(--routex-black);background:var(--routex-white);box-shadow:var(--shadow-hard);border-radius:1rem;padding:1rem}.transaction-detail-dl div{gap:.35rem;display:grid}.transaction-detail-score{gap:.5rem;display:grid}.transaction-detail-score__meta,.transaction-detail-attempt__topline{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.transaction-detail-score__track{border:2px solid var(--routex-black);background:#ffffff80;border-radius:999px;height:.95rem;overflow:hidden}.transaction-detail-score__fill{border-right:2px solid var(--routex-black);background:var(--routex-yellow);height:100%;display:block}.transaction-detail-attempt{gap:.85rem;display:grid}.transaction-detail-attempt__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:0;display:grid}.transaction-detail-attempt__meta div{gap:.35rem;display:grid}.dashboard-feed,.dashboard-score-list{gap:1rem}.dashboard-feed__item,.dashboard-score-row{border:2px solid var(--routex-black);background:#ffffff14;border-radius:1rem;padding:1rem}.dashboard-feed__item strong,.dashboard-score-row strong{font-family:var(--font-heading), sans-serif}.dashboard-feed__empty{border:2px dashed #fff9;border-radius:1rem;margin:0;padding:1rem}.dashboard-score-bar{align-items:center;gap:.5rem;min-width:10rem;display:grid}.dashboard-score-bar span{border:2px solid var(--routex-black);background:var(--routex-yellow);border-radius:999px;height:.8rem;display:block}.final-cta{text-align:center;justify-items:center}.site-footer{background:var(--routex-charcoal);color:var(--routex-white);padding:3rem 4rem 4rem}.site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem;width:min(100%,84rem);margin:0 auto;display:grid}.site-footer__grid>div{align-content:start;gap:.7rem;display:grid}.site-footer__eyebrow{color:var(--routex-yellow);letter-spacing:-.03em;margin:0 0 .25rem;font-size:1rem}.site-footer__copy{max-width:20rem;margin:0;line-height:1.6}@media (max-width:1100px){.site-header,.site-footer{padding-inline:1.5rem}.site-header{grid-template-columns:1fr;justify-items:start}.site-header__nav,.site-header__actions{flex-wrap:wrap;justify-content:flex-start}.hero-panel{grid-template-columns:1fr;padding:2.5rem 1.5rem}.section-heading,.final-cta,.compare-grid,.feature-grid,.steps-grid,.persona-grid,.proof-grid,.playground-shell,.docs-shell,.dashboard-shell{padding-inline:1.5rem}.compare-grid,.feature-grid,.steps-grid,.persona-grid,.proof-grid{grid-template-columns:1fr}.section-heading--split{grid-template-columns:1fr;gap:1.5rem}.site-footer__grid{grid-template-columns:repeat(2,1fr)}.playground-grid,.docs-shell__grid,.docs-endpoint-card__grid,.dashboard-card-grid,.dashboard-control-grid,.routing-rules-layout,.routing-rules-form-grid,.routing-rule-meta,.dashboard-split,.dashboard-hero__stats,.dashboard-key-grid,.payment-status-panel,.auth-shell,.transaction-detail-grid,.transaction-detail-attempt__meta{grid-template-columns:1fr}.dashboard-hero__actions,.dashboard-hero__refresh-meta{flex-direction:column;align-items:flex-start}.docs-shell__hero,.docs-group{padding-inline:1.5rem}.docs-unavailable{margin-inline:1.5rem}}@media (max-width:720px){.landing-shell{padding-inline:.75rem}.site-header__nav{gap:.85rem;font-size:.85rem}.hero-title{font-size:clamp(2.75rem,16vw,4.5rem)}.dashboard-table,.dashboard-control-actions{grid-template-columns:1fr}.trust-marquee__track{gap:1.5rem}.site-footer__grid{grid-template-columns:1fr}.transaction-detail-hero{padding:1.75rem 1.25rem}.transaction-detail-shell,.auth-shell{padding-inline:.75rem}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
