:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0b1326;color:#dae2fd}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;min-width:320px;background:#0b1326;color:#dae2fd}button{font:inherit}a{color:inherit;text-decoration:none}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.landing-stitch{--stitch-surface: #0b1326;--stitch-surface-low: #131b2e;--stitch-surface-card: #171f33;--stitch-surface-high: #222a3d;--stitch-surface-top: #2d3449;--stitch-text: #dae2fd;--stitch-muted: #c1c6d7;--stitch-outline: #414755;--stitch-primary: #adc6ff;--stitch-primary-strong: #4b8eff;--stitch-secondary: #44e2cd;--stitch-secondary-strong: #03c6b2;--stitch-tertiary: #ffb95f;--stitch-tertiary-strong: #ca8100;--stitch-shadow: 0 48px 48px rgba(0, 68, 147, .06);min-height:100vh;position:relative;overflow:hidden}html[data-theme=light] .landing-stitch{--stitch-surface: #f5efe5;--stitch-surface-low: #ebe2d4;--stitch-surface-card: #fffdfa;--stitch-surface-high: #f6efe4;--stitch-surface-top: #fffaf3;--stitch-text: #1f1a15;--stitch-muted: #6c6459;--stitch-outline: rgba(83, 66, 43, .14);--stitch-primary: #adc6ff;--stitch-primary-strong: #3478ff;--stitch-secondary: #44e2cd;--stitch-secondary-strong: #03c6b2;--stitch-tertiary: #ffb95f;--stitch-tertiary-strong: #ca8100;--stitch-shadow: 0 28px 60px rgba(33, 27, 20, .08)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-height:44px;padding:0;border-radius:12px;border:1px solid rgba(65,71,85,.3);background:#171f3399;color:var(--stitch-text);cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.theme-toggle:hover{transform:translateY(-1px);background:#2d3449bf;border-color:#adc6ff3d}.theme-toggle .material-symbols-outlined{font-size:20px}.pwa-prompt{position:fixed;left:24px;right:24px;bottom:24px;z-index:90;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 20px;border-radius:18px;background:linear-gradient(#141d31f5,#141d31f5) padding-box,linear-gradient(135deg,#3478ffb8,#44e2cd7a) border-box;border:1px solid transparent;box-shadow:0 24px 60px #04091357}.pwa-prompt__copy{display:grid;gap:6px}.pwa-prompt__copy strong{font-family:Manrope,sans-serif;font-size:1.08rem}.pwa-prompt__copy p,.pwa-prompt__hint{margin:0;color:var(--stitch-muted);line-height:1.5}.pwa-prompt__eyebrow{color:#44e2cd;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pwa-prompt__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pwa-prompt__dismiss{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid rgba(161,182,223,.2);background:#394563b8;color:#f2f6ff;cursor:pointer}.pwa-prompt__hint{grid-column:1 / -1;padding-top:4px}html[data-theme=light] .theme-toggle{background:#ffffffdb;border-color:#715f4624;color:var(--stitch-text);box-shadow:0 10px 22px #2b20100d}html[data-theme=light] .theme-toggle:hover{background:#fffffffa;border-color:#3478ff3d}html[data-theme=light] .pwa-prompt{background:linear-gradient(#fffdfaf7,#fffdfaf7) padding-box,linear-gradient(135deg,#3478ff61,#03c6b242) border-box;box-shadow:0 20px 50px #2b201024}html[data-theme=light] .pwa-prompt__dismiss{background:#ffffffd6;border-color:#78644924;color:var(--stitch-text)}.landing-stitch__topbar{position:sticky;top:0;z-index:50;background:#0b1326cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--stitch-shadow)}html[data-theme=light] .landing-stitch__topbar{background:linear-gradient(180deg,#ffffffeb,#faf5ede0);border-bottom:1px solid rgba(125,104,77,.12);box-shadow:0 10px 24px #41301a0f}.landing-stitch__topbar-inner,.landing-stitch__container{width:min(1152px,calc(100% - 44px));margin:0 auto}.landing-stitch__topbar-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.landing-stitch__brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--stitch-text);font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.03em;font-size:29px}.landing-stitch__brand-icon{color:#007aff}.landing-stitch__nav{display:flex;align-items:center;gap:28px}.landing-stitch__nav a,.landing-stitch__footer-links a{text-decoration:none;color:var(--stitch-muted);transition:color .2s ease}.landing-stitch__nav a.router-link-active,.landing-stitch__nav a:first-child{color:#007aff;font-weight:700}.landing-stitch__nav a:hover,.landing-stitch__footer-links a:hover{color:#007aff}.landing-stitch__actions{display:flex;align-items:center;gap:14px}.landing-stitch__login-link{text-decoration:none;color:var(--stitch-text);font-weight:600}.landing-stitch__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 22px;border-radius:11px;text-decoration:none;font-weight:700;border:0;cursor:pointer}.landing-stitch__button--primary{background:linear-gradient(135deg,var(--stitch-primary) 0%,var(--stitch-primary-strong) 100%);color:#f3f7ff;box-shadow:0 0 20px #adc6ff38}.landing-stitch__button--ghost{background:#171f3399;color:var(--stitch-primary);border:1px solid rgba(65,71,85,.35);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.landing-stitch__button--large{min-height:54px;padding-inline:28px;font-size:16px}.landing-stitch__hero{position:relative;min-height:716px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:72px}.landing-stitch__grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(#414755 .5px,transparent .5px);background-size:24px 24px;opacity:.1}.landing-stitch__hero-map{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-size:cover;background-position:center;opacity:.4}.landing-stitch__hero-inner{max-width:50rem;padding-inline:22px;text-align:center}.landing-stitch__hero h1{margin:0 0 28px;font-family:Manrope,sans-serif;font-size:clamp(43px,6.3vw,83px);font-weight:800;line-height:1.05;letter-spacing:-.04em}.auth-board{min-height:100vh;display:grid;grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr);gap:24px;padding:28px;background:radial-gradient(circle at 12% 14%,rgba(68,226,205,.12),transparent 0 20%),radial-gradient(circle at 88% 8%,rgba(75,142,255,.16),transparent 0 22%),linear-gradient(180deg,#0d1427,#151d32)}.auth-board--single{grid-template-columns:minmax(320px,1040px);justify-content:center;align-content:start;padding:14px 12px 24px}.auth-board__intro,.auth-board__panel{min-width:0}.auth-board__intro{display:grid;align-content:start;gap:24px;padding:18px 10px}.auth-board__back{display:inline-flex;align-items:center;gap:8px;color:var(--stitch-muted);font-weight:700}.auth-board__back:hover{color:var(--stitch-text)}.auth-board__hero{display:grid;gap:14px}.auth-board__eyebrow{color:#8ff0df;font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.auth-board__hero h1{margin:0;font-family:Manrope,sans-serif;font-size:clamp(2.6rem,4vw,4.5rem);line-height:1;letter-spacing:-.05em}.auth-board__hero p,.auth-board__summary p,.upload-card small{margin:0;color:var(--stitch-muted);line-height:1.65}.auth-board__highlights{display:grid;gap:14px}.auth-board__panel{display:grid;align-content:start;gap:18px}.auth-board__panel--single{min-height:calc(100vh - 40px)}.auth-board__panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.auth-board__panel-tools{display:flex;align-items:center;gap:12px}.auth-board__back-link{text-decoration:none;white-space:nowrap}.auth-board__back-link .material-symbols-outlined{font-size:18px}.auth-board__form{margin-top:4px}.auth-board__summary{margin-top:2px}.auth-board__cta{color:#f3f7ff;font-weight:800;text-decoration:none}.auth-board__cta:hover{color:#fff}.auth-board__notes{display:grid;gap:10px;margin-top:2px}.auth-board__note{display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:start;padding:14px 0;border-top:1px solid rgba(111,146,214,.16)}.auth-board__note:first-child{padding-top:2px;border-top:0}.auth-board__note .material-symbols-outlined{font-size:18px;color:#8fb3ff;margin-top:2px}.auth-board__note strong{display:block;margin-bottom:4px;color:var(--stitch-text);font-size:.94rem}.auth-board__note p{margin:0;color:var(--stitch-muted);line-height:1.55}.customer-dashboard__message-link{color:#f3f7ff}.customer-dashboard__message-link:hover{color:#fff}.pill-switch{display:flex;gap:10px;flex-wrap:wrap}.pill-switch__item,.choice-card,.chip-toggle__item{font:inherit}.pill-switch__item{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(111,146,214,.18);background:#10182a8f;color:var(--stitch-muted);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.pill-switch__item:hover,.choice-card:hover,.chip-toggle__item:hover{transform:translateY(-1px)}.pill-switch__item.is-active,.choice-card.is-active,.chip-toggle__item.is-active{border-color:#6fd6ff6b;background:#355182c7;color:var(--stitch-text);box-shadow:0 0 0 1px #6fd6ff1f}.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.choice-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;min-height:56px;padding:0 14px;border-radius:14px;border:1px solid rgba(111,146,214,.18);background:#10182a94;color:var(--stitch-muted);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.choice-card strong{color:var(--stitch-text)}.choice-card span{text-align:left}.checkout-panel{display:grid;gap:20px}.checkout-panel--sticky{align-content:start}.checkout-hero{display:flex;justify-content:space-between;gap:18px;align-items:start}.checkout-hero__eyebrow{display:inline-flex;margin-bottom:10px;color:#8fc9ff;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.checkout-summary{min-width:220px;padding:18px 20px;border-radius:18px;background:linear-gradient(#1f2945eb,#1f2945eb) padding-box,linear-gradient(135deg,#599bff9e,#4edea347 55%,#ffb95f52) border-box;border:1px solid transparent;box-shadow:inset 0 1px #ffffff0f,0 14px 26px #070a122e}.checkout-summary strong{display:block;color:var(--stitch-text);font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:800}.checkout-summary span{display:block;margin-top:6px;color:var(--stitch-muted)}.checkout-stat-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checkout-stat-card{display:grid;gap:8px}.checkout-stat-card span{color:var(--stitch-muted);font-size:.85rem}.checkout-section{display:grid;gap:18px}.checkout-section__head{display:flex;justify-content:space-between;gap:14px;align-items:start}.checkout-section__badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#58688d47;color:var(--stitch-text);font-size:.8rem;font-weight:800;white-space:nowrap}.checkout-section__badge--accent{background:#3b82f62e;color:#9fd4ff}.checkout-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-choice-card{min-height:92px;justify-content:flex-start}.checkout-choice-card strong{font-size:1rem}.checkout-mock-card{padding:18px;border-radius:16px;background:#141c2eb8;border:1px solid rgba(108,163,255,.16)}.checkout-mock-card__head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px}.checkout-mock-card__head strong{color:var(--stitch-text)}.checkout-mock-card__head span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fbbf2424;color:#f7c85c;font-size:.78rem;font-weight:800}.checkout-total{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:18px 0 0}.checkout-total span{color:var(--stitch-muted);font-size:.92rem}.checkout-total strong{color:var(--stitch-text);font-family:Manrope,sans-serif;font-size:1.8rem;font-weight:800}.checkout-actions{align-items:stretch}.checkout-actions__submit{min-width:220px}.checkout-disclaimer{margin:0;color:var(--stitch-muted);font-size:.82rem;line-height:1.55}.chip-toggle{display:flex;gap:10px;flex-wrap:wrap}.chip-toggle__item{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(111,146,214,.18);background:#10182a8f;color:var(--stitch-muted);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.upload-card{display:flex;align-items:center;gap:14px;min-height:96px;padding:16px;border-radius:14px;border:1px dashed rgba(111,214,255,.4);background:#10182a75}.upload-card strong{display:block;margin-bottom:4px}.command-shell{--green: #22c55e;min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:radial-gradient(circle at 16% 14%,rgba(93,159,255,.12),transparent 0 20%),radial-gradient(circle at 85% 10%,rgba(165,95,255,.08),transparent 0 16%),linear-gradient(180deg,#131a2c,#182137)}.command-shell__sidebar{position:sticky;top:0;height:100vh;padding:30px 0;background:linear-gradient(180deg,#ffffff0b,#fff0 24%),linear-gradient(180deg,#232b43,#1b2337);box-shadow:22px 0 40px #070a1247;z-index:10;border-right:1px solid rgba(138,160,214,.16)}html[data-theme=light] .command-shell__sidebar{background:linear-gradient(180deg,#fffcf6f2,#f5ecdefa);border-right:1px solid rgba(120,100,73,.12);box-shadow:18px 0 34px #2b20100a}.command-shell__brand{padding:0 28px;margin-bottom:44px}.command-shell__brand h1{margin:0;font-family:Manrope,sans-serif;font-size:1.65rem;font-weight:900;letter-spacing:-.03em}.command-shell__nav{display:grid;gap:10px}.command-shell__nav-link{display:flex;align-items:center;gap:13px;padding:14px 28px;color:var(--stitch-muted);text-decoration:none;transition:background .2s ease,color .2s ease;margin-right:10px;border-radius:0 14px 14px 0;border-left:4px solid transparent}.command-shell__nav-link:hover{background:linear-gradient(180deg,#ffffff08,#fff0),#313c5cbf}.command-shell__nav-link.is-active{background:linear-gradient(90deg,#4b8eff38,#4b8eff05 30%),#313c5ceb;box-shadow:inset 0 1px #ffffff0a,0 0 0 1px #6197f71f;border-image:linear-gradient(180deg,#5d9fffe6,#815cff80,#44e2cdcc) 1;color:var(--stitch-text)}.command-shell__nav-link strong{display:block;margin-bottom:2px;font-size:.95rem}.command-shell__nav-link .material-symbols-outlined{color:#8aa2d9;opacity:.96;transition:color .2s ease,text-shadow .2s ease,transform .2s ease}.command-shell__nav-link:hover .material-symbols-outlined,.command-shell__nav-link.is-active .material-symbols-outlined{transform:translateY(-1px)}.command-shell__nav-link:nth-child(5n+1) .material-symbols-outlined{color:#8fb3ff;text-shadow:0 0 10px rgba(143,179,255,.18)}.command-shell__nav-link:nth-child(5n+2) .material-symbols-outlined{color:#8ff0df;text-shadow:0 0 10px rgba(143,240,223,.16)}.command-shell__nav-link:nth-child(5n+3) .material-symbols-outlined{color:#ffb973;text-shadow:0 0 10px rgba(255,185,115,.14)}.command-shell__nav-link:nth-child(5n+4) .material-symbols-outlined{color:#c4a3ff;text-shadow:0 0 10px rgba(196,163,255,.16)}.command-shell__nav-link:nth-child(5n+5) .material-symbols-outlined{color:#7fd8ff;text-shadow:0 0 10px rgba(127,216,255,.16)}.command-shell__nav-link span:last-child{color:var(--stitch-muted);font-size:.67rem}.command-shell__main{min-width:0;background:radial-gradient(circle at 18% 0%,rgba(75,142,255,.08),transparent 0 24%),radial-gradient(circle at 88% 8%,rgba(68,226,205,.04),transparent 0 16%),linear-gradient(180deg,#1b243a,#171f34)}.command-shell__topbar{position:sticky;top:0;z-index:15;min-height:64px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 28px;background:linear-gradient(180deg,#ffffff0f,#fff0),#323a56eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(145,166,219,.18);box-shadow:0 10px 24px #0a0d1629}.command-shell__topbar-copy,.command-shell__topbar-actions{display:flex;align-items:center;gap:16px}.command-shell__menu-toggle,.command-shell__sidebar-backdrop{display:none}.command-shell__menu-toggle{align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:12px;border:1px solid rgba(145,166,219,.18);background:#1f2945c7;color:var(--stitch-text);cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.command-shell__menu-toggle:hover{transform:translateY(-1px);background:#32446ae6;border-color:#6fd6ff57}.command-shell__menu-toggle .material-symbols-outlined{font-size:24px}.command-shell__topbar-center{display:flex;align-items:center;justify-content:center;flex:1}.command-shell__topbar-center--balance{gap:10px;flex-wrap:wrap}.command-shell__topbar-actions{margin-left:auto;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;align-self:flex-start}.command-shell__eyebrow,.command-shell__meta{color:var(--stitch-muted);font-size:.71rem}.command-shell__topbar h2{margin:0;font-size:clamp(29px,4.1vw,45px);font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.04em}.command-shell__topbar-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;border:1px solid rgba(111,214,255,.34);background:linear-gradient(180deg,#ffffff0f,#ffffff03),#1f2945c7;box-shadow:inset 0 1px #ffffff14,0 0 0 1px #6fd6ff0d;color:var(--stitch-text);font-size:.88rem;font-weight:700}.command-shell__topbar-pill.is-active{border-color:#6fd6ff94;background:linear-gradient(180deg,#ffffff1f,#ffffff08),#32446aeb}.command-shell__content{padding:32px 28px 40px}.panel{border-radius:18px;padding:20px;background:linear-gradient(#202944f7,#202944f7) padding-box,linear-gradient(135deg,#6da4ffa3,#c267ff3d 50%,#4ae9d375) border-box,linear-gradient(180deg,#ffffff0d,#fff0 20%);border:1px solid transparent;box-shadow:inset 0 1px #ffffff0d,0 18px 40px #090c1629,0 0 0 1px #6799f314}.panel h2{font-size:1.18rem;margin:0 0 18px}.panel-intro{display:grid;gap:4px;margin:0;color:var(--stitch-muted);font-size:.96rem;line-height:1.6}.stat{border-radius:14px;background:linear-gradient(#26314efa,#26314efa) padding-box,linear-gradient(135deg,#6aa3ffb8,#c367ff47 44%,#4ae9d385) border-box,linear-gradient(180deg,#fff1,#fff0);border:1px solid transparent;padding:22px;min-height:128px;box-shadow:inset 0 1px #ffffff0f,0 14px 26px #080b1424,0 0 0 1px #6c9cf01f}.stat--link{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.stat--link:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff14,0 18px 30px #080b142e,0 0 0 1px #6fd6ff2e}.stat-value{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:var(--stitch-text)}.stat-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.stat-row .stat-label{margin:0}.stat-row .stat-value{flex:0 0 auto;text-align:right}.stat-link{display:inline-flex;align-items:center;margin-top:14px;color:#f3f7ff;font-weight:700;text-decoration:underline}.detail-card,.offer-card{background:linear-gradient(#232d48eb,#232d48eb) padding-box,linear-gradient(135deg,#6ca3ff94,#c467ff33 48%,#49e8d26b) border-box,linear-gradient(180deg,#ffffff0b,#fff0);border:1px solid transparent;border-radius:16px;padding:18px;box-shadow:inset 0 1px #ffffff0a,0 0 0 1px #5f8fe417}.detail-card strong{color:var(--stitch-text)}.subtle-link,.cta-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:8px;border:0;cursor:pointer;transition:transform .2s ease,opacity .2s ease,border-color .2s ease,background .2s ease}.subtle-link:hover,.cta-link:hover{transform:translateY(-1px)}.cta-link{background:linear-gradient(135deg,var(--stitch-primary) 0%,var(--stitch-primary-strong) 100%);color:#f3f7ff;font-weight:800}.cta-link.customer-dashboard__message-link{color:#f3f7ff}.cta-link.customer-dashboard__message-link:hover{color:#fff}.cta-link.auth-board__cta{color:#f3f7ff}.cta-link.auth-board__cta:hover{color:#fff}.subtle-link{background:#394563b8;color:#f2f6ff;border:1px solid rgba(161,182,223,.2)}.offer-card-list{display:grid}.offer-card{width:100%;min-height:138px;display:flex;flex-direction:column;justify-content:space-between}.offer-card-header{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,auto) auto;gap:22px;align-items:center}.offer-card-route strong{font-size:1.08rem;line-height:1.2}.offer-card-market-price__price{color:var(--stitch-text);font-size:1rem;font-weight:700;white-space:nowrap}.offer-card-market-price--placeholder .offer-card-market-price__price{color:var(--stitch-muted)}.offer-card-actions{display:flex;justify-content:flex-end}.carrier-bid-card{min-height:0;gap:10px;padding:16px 18px}.carrier-bid-card--clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.carrier-bid-card--clickable:hover,.carrier-bid-card--clickable:focus-visible{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff0f,0 14px 24px #080b1424,0 0 0 1px #6fd6ff29}.carrier-bid-card__header{grid-template-columns:minmax(0,1fr) minmax(220px,auto);align-items:start}.carrier-bid-card__summary{display:grid;gap:8px;justify-items:end;min-width:0}.carrier-bid-card__summary .offer-card-market-price{min-width:0;text-align:right}.carrier-bid-card__summary .offer-card-market-price__price{white-space:normal;line-height:1.25}.carrier-bid-card__meta{display:grid;gap:10px;margin-top:0}.carrier-bid-card__info-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.carrier-bid-card__customer-name{font-size:.98rem}.carrier-bid-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:12px}.carrier-bid-card__actions .subtle-link,.carrier-bid-card__actions .cta-link{min-height:40px;padding-inline:12px;width:100%;justify-content:center;white-space:nowrap;font-size:.95rem}.carrier-bid-card__actions .cta-link{background:#394563b8;color:#f2f6ff;border:1px solid rgba(161,182,223,.2)}.carrier-bid-card .offer-card-actions{justify-content:flex-end;flex-wrap:wrap}.offer-toolbar{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:16px;margin:20px 0 24px}.offer-toolbar__select{min-width:220px;gap:8px}.offer-toolbar__chips{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(145,166,219,.18);background:#1f2945b8;color:var(--stitch-text);font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.filter-chip:hover{transform:translateY(-1px);border-color:#6fd6ff4d}.filter-chip.is-active{border-color:#3b82f694;background:#3b82f62e}.field-shell select{width:100%;min-height:44px;padding:0 14px;border-radius:12px;border:1px solid rgba(145,166,219,.18);background:#171f33e0;color:var(--stitch-text)}.empty-state{min-height:280px;display:grid;place-items:center;text-align:center;gap:10px;color:var(--stitch-muted)}.empty-state__icon{font-size:34px;color:#adc6ffc2}.bid-offer-card{padding:22px 24px}.bid-offer-card--disabled{opacity:.7}.bid-offer-card__grid{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(220px,.9fr) minmax(220px,.9fr);gap:22px;align-items:center}.bid-offer-card__column{display:grid;gap:12px}.bid-offer-card__column--actions{justify-items:end}.bid-offer-card__eyebrow{color:var(--stitch-muted);font-size:.78rem}.bid-offer-card__identity{font-size:1.14rem}.badge-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;width:fit-content;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:800}.badge-chip--warning{background:#f59e0b29;color:#f59e0b}.rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.rating-row--large{gap:6px}.rating-star{font-size:16px;color:#fbbf24}.rating-star--large{font-size:24px}.rating-row__value{margin-left:6px;font-weight:800}.rating-row__count{color:var(--stitch-muted)}.bid-offer-card__info{width:fit-content}.bid-offer-card__info .material-symbols-outlined{font-size:18px}.bid-offer-card__price{font-size:clamp(26px,3vw,34px);line-height:1}.bid-offer-card__delta{color:var(--stitch-muted)}.bid-offer-card__delta strong{margin-left:8px}.bid-offer-card__delta.is-better strong{color:#10b981}.bid-offer-card__delta.is-worse strong{color:#ef4444}.bid-offer-card__action{width:100%;justify-content:center}.bid-offer-card__action:disabled,.subtle-link:disabled,.cta-link:disabled{opacity:.55;cursor:not-allowed;transform:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#060a12b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:70}.modal-card{width:min(720px,100%);padding:24px;border-radius:24px;background:linear-gradient(#1a2332fa,#1a2332fa) padding-box,linear-gradient(135deg,#6ca3ff80,#c467ff2e 48%,#49e8d257) border-box;border:1px solid transparent;box-shadow:0 30px 80px #0000004d}.modal-card--confirm{width:min(520px,100%)}.modal-card__header,.info-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-card__copy{margin:18px 0 0;color:var(--stitch-muted)}.info-panel__title{display:block;font-size:1.36rem;margin-bottom:10px}.icon-close-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(145,166,219,.18);background:#1f2945c7;color:var(--stitch-text);cursor:pointer}.info-panel__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.info-panel__column{display:grid;gap:12px}.info-panel__metric,.info-panel__score{min-height:72px;padding:16px;border-radius:16px;background:#2d344980;border:1px solid rgba(145,166,219,.14);display:grid;gap:8px}.modal-footer{margin-top:22px;display:flex;justify-content:flex-end;gap:12px}.modal-footer__button{min-width:120px}.carrier-offer-modal__copy{margin-top:8px}.carrier-shipment-panel{width:min(860px,100%)}.carrier-shipment-panel__copy{margin-top:8px}.carrier-shipment-panel__sheet{margin-top:20px;display:grid;gap:18px;padding:22px}.carrier-shipment-panel__section{display:grid;gap:12px}.carrier-shipment-panel__section+.carrier-shipment-panel__section{padding-top:18px;border-top:1px solid rgba(111,146,214,.14)}.carrier-shipment-panel__section-title{font-size:1rem;color:var(--stitch-text)}.carrier-shipment-panel__rows{display:grid;gap:12px}.carrier-shipment-panel__row{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;align-items:start}.carrier-shipment-panel__label{color:var(--stitch-muted);font-size:.9rem;font-weight:700}.carrier-shipment-panel__value{display:grid;gap:6px}.carrier-shipment-panel__value strong,.carrier-shipment-panel__value span{margin:0}.carrier-shipment-panel__value span{color:var(--stitch-muted)}.carrier-offer-modal__grid{margin-top:20px}.text-danger{color:#ef4444}.text-muted{color:var(--stitch-muted)}.app-toast{position:fixed;right:24px;bottom:24px;min-width:240px;padding:14px 18px;border-radius:14px;background:#10b9812e;border:1px solid rgba(16,185,129,.34);color:#d7fff2;font-weight:700;z-index:80;box-shadow:0 18px 40px #00000038}.pill-row{margin-top:14px}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 14px;border-radius:999px;border:1px solid transparent;font-size:.86rem;font-weight:700;white-space:nowrap}.status-badge--subtle.status-badge--neutral{background:#8b90a01f;color:#dae2fd;border-color:#8b90a02e}.status-badge--subtle.status-badge--info{background:#adc6ff1f;color:var(--stitch-primary);border-color:#adc6ff33}.status-badge--subtle.status-badge--warning{background:#ffb95f1f;color:var(--stitch-tertiary);border-color:#ffb95f33}.status-badge--subtle.status-badge--success{background:#44e2cd1f;color:var(--stitch-secondary);border-color:#44e2cd33}.status-badge--subtle.status-badge--danger{background:#ffb4ab1f;color:#ffb4ab;border-color:#ffb4ab33}.dashboard-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.dashboard-hub-card{min-height:152px;display:flex;flex-direction:column;justify-content:center}.dashboard-hub-card--active{border-color:#6fd6ff9e;box-shadow:0 0 0 1px #6fd6ff29,inset 0 1px #ffffff14}.dashboard-hub-card__metric-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.dashboard-hub-card__metric-row .stat-value{flex:1 1 auto}.dashboard-hub-card__metric-value{flex:0 0 auto;font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;line-height:1;color:var(--stitch-text)}.dashboard-display-panel{margin-top:22px;min-height:0}.dashboard-display-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.dashboard-display-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-display-card{min-height:88px;display:grid;align-content:center;gap:8px}.dashboard-display-card strong{line-height:1.65}.dashboard-quick-link{color:var(--stitch-text);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-quick-link:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff0d,0 14px 24px #080b1424,0 0 0 1px #6fd6ff29}.dashboard-quick-link__action{color:var(--stitch-brand);font-weight:700}.dashboard-offer-card-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-offer-card{text-decoration:none;color:var(--stitch-text);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-offer-card:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff0d,0 14px 24px #080b1424,0 0 0 1px #6fd6ff29}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.notice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.notice-card{background:linear-gradient(#232d48eb,#232d48eb) padding-box,linear-gradient(135deg,#6ca3ff94,#c467ff33 48%,#49e8d26b) border-box,linear-gradient(180deg,#ffffff0b,#fff0);border:1px solid transparent;border-radius:16px;padding:18px}.page-grid{display:grid;gap:16px}.page-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.page-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.list{display:grid;gap:14px}.list-item{display:grid;gap:8px;background:linear-gradient(#232d48eb,#232d48eb) padding-box,linear-gradient(135deg,#6ca3ff94,#c467ff33 48%,#49e8d26b) border-box,linear-gradient(180deg,#ffffff0b,#fff0);border:1px solid transparent;border-radius:16px;padding:18px}.list-item-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.notifications-panel__actions,.notifications-item__meta,.notifications-item__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.notifications-item{gap:14px}.notifications-item--unread{box-shadow:0 0 0 1px #6fd6ff2e}.notifications-item__copy{display:grid;gap:8px}.notifications-item__actions{justify-content:space-between}.timeline-list{display:grid;gap:14px;margin-top:18px}.timeline-item{padding:18px;border-radius:14px;background:#3945636b;border:1px solid rgba(111,146,214,.16);display:grid;gap:6px}.timeline-item--active{border-color:#6fd6ff6b;box-shadow:0 0 0 1px #6fd6ff1f}.process-status{display:grid;gap:14px;margin-top:18px}.process-status__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px;border-radius:16px;background:#39456357;border:1px solid rgba(111,146,214,.18)}.process-status__header>div{display:grid;gap:6px}.process-status__header span{color:var(--stitch-muted)}.process-status__list{display:grid;gap:12px}.process-status__item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;padding:16px 18px;border-radius:16px;border:1px solid rgba(111,146,214,.16);background:#29334e6b}.process-status__item--done{border-color:#49e8d23d;background:#1944473d}.process-status__item--current{border-color:#6fd6ff61;box-shadow:0 0 0 1px #6fd6ff1f;background:#223d625c}.process-status__index{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:#6f92d629;color:#e8edff;font-weight:800}.process-status__item--done .process-status__index{background:#49e8d233;color:#8ff4df}.process-status__item--current .process-status__index{background:#6fd6ff38;color:#a8e7ff}.process-status__body{display:grid;gap:6px}.process-status__body span,.process-status__body small{color:var(--stitch-muted)}.carrier-milestone-action{display:grid;gap:14px;padding:18px;border-radius:18px;background:linear-gradient(#1e2b48f5,#1e2b48f5) padding-box,linear-gradient(135deg,#6fd6ff8a,#49e8d247) border-box;border:1px solid transparent}.carrier-milestone-action__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;border:0;cursor:pointer;font:inherit;font-weight:800;color:#f3f7ff;background:linear-gradient(135deg,#5ea8ff,#2c7fff);box-shadow:0 12px 28px #2c7fff42;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.carrier-milestone-action__button:hover{transform:translateY(-1px);box-shadow:0 16px 32px #2c7fff52}.carrier-milestone-action__button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.review-card-list{display:grid;gap:18px;margin-top:18px}.review-card{display:grid;gap:18px;padding:20px;border-radius:18px;background:linear-gradient(#232d48f5,#232d48f5) padding-box,linear-gradient(135deg,#6ca3ff94,#c467ff33 48%,#49e8d26b) border-box;border:1px solid transparent}.review-card__head,.review-card__partner{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.review-card__head>div,.review-card__partner{display:grid;gap:6px}.review-card__head>div{min-width:0}.review-card__head span,.review-card__partner span{color:var(--stitch-muted)}.review-card__form{display:grid;gap:14px}.review-stars-field{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:14px;background:#121a2c6b;border:1px solid rgba(111,146,214,.12)}.review-stars-field__controls{display:flex;align-items:center;gap:6px}.review-stars-field__star{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:0;background:transparent;color:#dae2fd80;cursor:pointer;transition:transform .2s ease,color .2s ease,background .2s ease}.review-stars-field__star:hover,.review-stars-field__star.is-active{color:#ffca67;background:#ffca6714;transform:translateY(-1px)}.info-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:8px}.field span{color:var(--stitch-muted);font-size:.9rem;font-weight:600}.field input,.field textarea,.field select{width:100%;min-height:44px;padding:12px 14px;border-radius:8px;border:1px solid rgba(111,146,214,.18);background:#10182aa6;color:var(--stitch-text)}.field--full{grid-column:1 / -1}.table-list{display:grid;gap:10px}.table-list__row{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:14px;align-items:center;padding:16px 18px;border-radius:14px;background:#39456361;border:1px solid rgba(111,146,214,.12)}.table-list__row--head{background:transparent;border:0;color:var(--stitch-muted);font-size:.82rem;font-weight:700;padding-top:0;padding-bottom:0}.table-list__row--link{transition:transform .2s ease,border-color .2s ease,background .2s ease}.compact-shipment-list{display:grid;gap:14px}.compact-shipment-card{display:grid;gap:10px;padding:18px 20px;border-radius:16px;text-decoration:none;color:var(--stitch-text);background:linear-gradient(#2e3958fa,#2e3958fa) padding-box,linear-gradient(135deg,#6ca3ff94,#c467ff33 48%,#49e8d26b) border-box;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}.compact-shipment-card:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff0d,0 14px 24px #080b1424,0 0 0 1px #6fd6ff29}.compact-shipment-card strong{font-size:1.05rem}.carrier-selection-card{gap:8px}.carrier-selection-card__actions{margin-top:8px;display:flex;justify-content:flex-start}.page-back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:0;border:0;background:transparent;color:#f3f7ff;font-weight:700;text-decoration:none;cursor:pointer}.page-back-link:hover{color:#fff}.table-list__row--link:hover{transform:translateY(-1px);border-color:#6fd6ff47}.offer-meta{margin-top:18px}.offer-meta-item{background:#2d344959;border:1px solid rgba(65,71,85,.18);border-radius:12px;padding:14px;display:grid;gap:8px}.offer-viewer-panel{margin-top:18px}.dashboard-decision-list{display:grid;gap:16px}.dashboard-decision-card{width:100%;min-height:132px;padding:22px 24px}.dashboard-decision-card__layout{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(520px,1.5fr) auto;align-items:center;gap:20px;width:100%}.dashboard-decision-card__primary{display:grid;gap:8px;min-width:0}.dashboard-decision-card__route{margin:0;font-size:2rem;font-weight:800;line-height:1.08;color:#f6f9ff}.dashboard-decision-card__summary{margin:0;color:#22c55e;font-size:1.08rem;font-weight:600;line-height:1.5}.dashboard-decision-card__meta{display:flex;align-items:center;gap:14px;flex-wrap:nowrap;min-width:0}.dashboard-decision-card__actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;justify-self:end}.dashboard-decision-card__actions .subtle-link,.dashboard-decision-card__actions .cta-link{min-height:46px;padding:0 20px;border-radius:8px;font-size:1rem}html[data-theme=light] .command-shell__main{background:radial-gradient(circle at 18% 0%,rgba(67,129,255,.08),transparent 0 22%),radial-gradient(circle at 88% 8%,rgba(68,226,205,.05),transparent 0 14%),linear-gradient(180deg,#fbf6ee,#f1e8dc)}html[data-theme=light] .command-shell__topbar{background:linear-gradient(180deg,#fffffff0,#f5efe6e6);border-bottom:1px solid rgba(125,104,77,.12)}html[data-theme=light] .command-shell__topbar-pill{border-color:#2f7bff3d;background:linear-gradient(180deg,#fffffff5,#f5efe6e0);box-shadow:inset 0 1px #ffffffd9,0 8px 22px #856b4714;color:#21314f}html[data-theme=light] .command-shell__topbar-pill.is-active{border-color:#2f7bff6b;background:linear-gradient(180deg,#fffffffa,#e8f0fff2)}html[data-theme=light] .command-shell__menu-toggle{background:#ffffffe6;border-color:#78644924;color:#21314f}html[data-theme=light] .command-shell__nav-link{color:#5d5448}html[data-theme=light] .command-shell__nav-link span:last-child{color:#877b6b}html[data-theme=light] .command-shell__nav-link:hover{background:linear-gradient(180deg,#ffffffbf,#ffffff73),#f4ece0e0}html[data-theme=light] .command-shell__nav-link.is-active{background:linear-gradient(90deg,#4381ff1f,#4381ff08 32%),#ece5d9f5;box-shadow:inset 0 1px #ffffffbf,0 0 0 1px #4381ff14}html[data-theme=light] .page-back-link{color:#21314f}html[data-theme=light] .filter-chip{background:#ffffffe6;border-color:#78644924;color:#21314f}html[data-theme=light] .filter-chip.is-active{background:#3b82f61f}html[data-theme=light] .field-shell select,html[data-theme=light] .modal-card,html[data-theme=light] .info-panel__metric,html[data-theme=light] .info-panel__score{color:#21314f}html[data-theme=light] .field-shell select{background:#fffffff0;border-color:#78644929}html[data-theme=light] .modal-card{background:linear-gradient(#fffffffa,#f7f4eefa) padding-box,linear-gradient(135deg,#6ca3ff7a,#c467ff1f 48%,#49e8d252) border-box}html[data-theme=light] .info-panel__metric,html[data-theme=light] .info-panel__score{background:#eff4fdc7;border-color:#7864491a}html[data-theme=light] .icon-close-button{background:#ffffffeb;border-color:#78644924;color:#21314f}html[data-theme=light] .app-toast{background:#10b9811f;color:#0b513c}html[data-theme=light] .panel,html[data-theme=light] .stat,html[data-theme=light] .detail-card,html[data-theme=light] .offer-card{color:#1f1a15}html[data-theme=light] .auth-board{background:radial-gradient(circle at 10% 16%,rgba(3,198,178,.12),transparent 0 20%),radial-gradient(circle at 90% 10%,rgba(52,120,255,.14),transparent 0 20%),linear-gradient(180deg,#f3ebdf,#efe6d8)}html[data-theme=light] .pill-switch__item,html[data-theme=light] .choice-card,html[data-theme=light] .chip-toggle__item,html[data-theme=light] .field input,html[data-theme=light] .field textarea,html[data-theme=light] .field select,html[data-theme=light] .upload-card{background:#ffffffd6;border-color:#78644924;color:var(--stitch-text)}html[data-theme=light] .pill-switch__item.is-active,html[data-theme=light] .choice-card.is-active,html[data-theme=light] .chip-toggle__item.is-active{background:#e2eefff5;border-color:#3478ff47}html[data-theme=light] .auth-board__eyebrow{color:#0b8f82}html[data-theme=light] .auth-board__note{border-top-color:#78644924}html[data-theme=light] .auth-board__note .material-symbols-outlined{color:#3478ff}@media(max-width:1380px){.dashboard-decision-card__layout{grid-template-columns:1fr;align-items:start}.dashboard-decision-card__meta,.dashboard-decision-card__actions{flex-wrap:wrap;justify-self:start}}@media(max-width:1180px){.command-shell{grid-template-columns:1fr}.command-shell__sidebar{position:fixed;top:0;left:0;width:min(320px,calc(100vw - 32px));height:100vh;padding-bottom:20px;transform:translate(-105%);transition:transform .24s ease;z-index:40}.command-shell__sidebar.is-open{transform:translate(0)}.command-shell__sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#050a1475;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:35;cursor:pointer}.command-shell__menu-toggle{display:inline-flex;flex:0 0 auto}.dashboard-offer-card-list,.dashboard-hub-grid,.dashboard-display-grid,.auth-board{grid-template-columns:1fr}.auth-board--single{padding-inline:10px}.stats,.notice-grid,.page-grid--two,.page-grid--three,.info-grid,.form-grid,.form-grid--wide{grid-template-columns:1fr}}@media(max-width:720px){.pwa-prompt{left:14px;right:14px;bottom:14px;grid-template-columns:1fr}.pwa-prompt__actions{justify-content:flex-start}.command-shell__topbar{position:relative;flex-wrap:wrap;align-items:flex-start;min-height:88px;padding-top:14px;padding-bottom:14px;padding-inline:18px;padding-right:74px}.command-shell__topbar-center{order:3;width:100%;justify-content:flex-start;flex:0 0 100%}.command-shell__topbar-center--balance{gap:8px}.command-shell__topbar-copy{width:100%;align-items:flex-start}.command-shell__topbar-copy>div:last-child{min-width:0}.command-shell__topbar-actions{position:absolute;top:12px;right:18px;justify-content:flex-end;flex-wrap:nowrap}.command-shell__topbar-actions .theme-toggle{width:40px;height:40px;min-height:40px}.command-shell__meta{display:none}.command-shell__content{padding-inline:18px}.dashboard-display-panel__head{flex-direction:column}.offer-card-header{grid-template-columns:1fr;gap:12px}.carrier-bid-card__header{grid-template-columns:1fr}.offer-card-route strong{font-size:clamp(.98rem,4.4vw,1.08rem)}.offer-card-market-price__price{font-size:clamp(.9rem,4vw,1rem);white-space:normal;line-height:1.25}.carrier-bid-card{padding:14px 16px}.carrier-bid-card__summary{justify-items:start}.carrier-bid-card__summary .offer-card-market-price{text-align:left}.carrier-bid-card .offer-card-actions .status-badge{min-height:34px;padding:6px 12px;font-size:.78rem;line-height:1.15;text-align:center;white-space:normal}.carrier-bid-card__meta{gap:8px}.carrier-bid-card__info-row{align-items:flex-start}.carrier-bid-card__customer-name,.carrier-bid-card__info-row .text-muted,.rating-row__value{font-size:clamp(.88rem,3.7vw,.98rem)}.bid-offer-card__grid,.info-panel__body{grid-template-columns:1fr}.bid-offer-card__column--actions{justify-items:stretch}.carrier-bid-card__availability .status-badge{width:100%;justify-content:center;font-size:.84rem;white-space:normal;text-align:center}.carrier-bid-card__actions{gap:10px}.carrier-bid-card__actions .subtle-link,.carrier-bid-card__actions .cta-link{min-height:38px;padding-inline:10px;font-size:clamp(.82rem,3.5vw,.92rem)}.modal-backdrop{padding:16px}.carrier-shipment-panel{width:100%}.carrier-shipment-panel__sheet{padding:18px;gap:16px}.carrier-shipment-panel__section+.carrier-shipment-panel__section{padding-top:16px}.carrier-shipment-panel__row{grid-template-columns:1fr;gap:6px}.carrier-shipment-panel__label{font-size:.84rem}.carrier-shipment-panel__value{gap:4px}.carrier-shipment-panel__value strong,.carrier-shipment-panel__value span{overflow-wrap:anywhere}.review-card{padding:16px}.review-card__head,.review-card__partner,.review-stars-field{flex-direction:column;align-items:stretch}.review-card__head strong,.review-card__partner strong,.review-card__head span,.review-card__partner span{overflow-wrap:anywhere}.review-card__head .subtle-link{width:100%}.review-stars-field{gap:12px}.review-stars-field__controls{flex-wrap:wrap;justify-content:flex-start}.table-list__row,.choice-grid{grid-template-columns:1fr}}@media(max-width:420px){.modal-backdrop{padding:10px;align-items:start;overflow-y:auto}.modal-card{padding:18px;border-radius:20px;max-height:calc(100vh - 20px);overflow-y:auto}.modal-card__header{gap:12px}.info-panel__title{font-size:1.18rem;line-height:1.2}.carrier-shipment-panel__sheet{margin-top:16px;padding:16px}.carrier-shipment-panel__section-title{font-size:.95rem}.carrier-shipment-panel__value strong{font-size:.98rem;line-height:1.3}.review-card{padding:14px;border-radius:16px}.review-stars-field{padding:12px 14px}.review-stars-field__controls{gap:4px}.review-stars-field__star{width:34px;height:34px}}.landing-stitch__hero h1 span{background:linear-gradient(90deg,var(--stitch-primary),var(--stitch-secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.landing-stitch__hero p{max-width:38rem;margin:0 auto 42px;color:var(--stitch-muted);font-size:1.125rem;line-height:1.7}.landing-stitch__hero-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.landing-stitch__stats-wrap{width:100%;max-width:1152px;margin-top:86px;padding-inline:22px}.landing-stitch__stats-bar,.landing-stitch__cta{background:#171f3399;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(65,71,85,.15)}.landing-stitch__stats-bar{border-radius:22px;padding:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.landing-stitch__stats-item{text-align:center}.landing-stitch__stats-item strong{display:block;margin-bottom:7px;color:var(--stitch-primary);font-family:Manrope,sans-serif;font-size:43px;font-weight:800}.landing-stitch__stats-item:nth-child(1) strong{color:var(--stitch-secondary)}.landing-stitch__stats-item:nth-child(3) strong{color:var(--stitch-tertiary)}.landing-stitch__stats-item span{color:var(--stitch-muted);font-weight:500}.landing-stitch__section{padding:86px 0}.landing-stitch__section--low{background:#060e2080}.landing-stitch__cards,.landing-stitch__testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.landing-stitch__feature-card,.landing-stitch__testimonial{position:relative;overflow:hidden;padding:28px;border-radius:22px;background:#131b2e;border:1px solid rgba(65,71,85,.15);transition:background .2s ease}html[data-theme=light] .landing-stitch__feature-card,html[data-theme=light] .landing-stitch__testimonial,html[data-theme=light] .landing-stitch__tracking-card,html[data-theme=light] .landing-stitch__tracking-line{background:linear-gradient(#fffffffa,#fcf8f1f7) padding-box,linear-gradient(135deg,#5892ff38,#ffffffeb 38%,#5cdfcd29) border-box;border:1px solid transparent;box-shadow:0 18px 34px #2b20100d,0 0 0 1px #715f4614}.landing-stitch__feature-card:hover{background:#171f33}.landing-stitch__feature-bg{position:absolute;top:16px;right:16px;font-size:8rem;opacity:.1}.landing-stitch__feature-icon{width:44px;height:44px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px}.landing-stitch__feature-icon--primary{background:#4b8eff;color:#00285c}.landing-stitch__feature-icon--secondary{background:#03c6b2;color:#004d44}.landing-stitch__feature-icon--tertiary{background:#ca8100;color:#3e2400}.landing-stitch__feature-card h3,.landing-stitch__testimonials-head h2,.landing-stitch__how h2,.landing-stitch__cta h2{margin:0 0 14px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.03em;color:var(--stitch-text)}.landing-stitch__feature-card ul{margin:0;padding:0;list-style:none;display:grid;gap:14px}.landing-stitch__feature-card li{display:flex;align-items:flex-start;gap:12px;color:var(--stitch-muted);line-height:1.65}.landing-stitch__feature-card li .material-symbols-outlined{color:var(--stitch-secondary)}.landing-stitch__how{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.landing-stitch__steps{display:grid;gap:42px}.landing-stitch__step{display:flex;gap:22px}.landing-stitch__step-index{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--stitch-primary);color:#002e69;font-weight:700;flex:0 0 36px}.landing-stitch__step h4{margin:0 0 7px;font-size:1.125rem}.landing-stitch__step p,.landing-stitch__testimonials-head p,.landing-stitch__cta p{margin:0;color:var(--stitch-muted);line-height:1.75}.landing-stitch__tracking-card{padding:24px;border-radius:24px;transform:rotate(2deg);box-shadow:0 0 20px #007aff40;background:#171f3399;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(65,71,85,.15)}.landing-stitch__tracking-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.landing-stitch__traffic{display:flex;gap:12px}.landing-stitch__traffic span{width:12px;height:12px;border-radius:999px}.landing-stitch__traffic span:nth-child(1){background:#ffb4ab}.landing-stitch__traffic span:nth-child(2){background:var(--stitch-tertiary)}.landing-stitch__traffic span:nth-child(3){background:var(--stitch-secondary)}.landing-stitch__tracking-head small{color:#8b90a0;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.landing-stitch__tracking-lines{display:grid;gap:16px}.landing-stitch__tracking-line{border-radius:14px;padding:16px 18px;background:#171f33}.landing-stitch__tracking-line--active{box-shadow:0 0 15px #44e2cd33}.landing-stitch__tracking-line strong{display:block;margin-bottom:4px}.landing-stitch__tracking-line span{color:var(--stitch-muted)}.landing-stitch__testimonials-head{margin-bottom:36px}.landing-stitch__stars{color:var(--stitch-tertiary);letter-spacing:.2em;margin-bottom:18px}.landing-stitch__testimonial p{color:var(--stitch-text);line-height:1.8;min-height:100px}.landing-stitch__testimonial strong{display:block}.landing-stitch__testimonial span{color:var(--stitch-muted)}.landing-stitch__cta{border-radius:22px;padding:36px;display:flex;justify-content:space-between;align-items:center;gap:22px}.landing-stitch__footer{padding:22px 0 28px;color:#c1c6d780;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.landing-stitch__footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing-stitch__footer-links{display:flex;gap:20px}.page{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:48px 0 72px}.hero{padding:64px 0 40px}.hero h1{margin:0 0 16px;font-size:clamp(3rem,8vw,5.5rem);line-height:.95}.hero p{max-width:700px;font-size:1.2rem;line-height:1.6;color:#cbd5e1}.cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:40px}.card{padding:24px;border-radius:8px;border:1px solid rgba(96,165,250,.35);background:#1e293bd1}.card h2,.card h3{margin-top:0}.metrics{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:32px}.metric{padding:20px 22px;border-radius:8px;background:#334155d6;border:1px solid rgba(148,163,184,.18)}.metric strong{display:block;font-size:2rem;margin-bottom:10px}@media(max-width:1180px){.landing-stitch__cards,.landing-stitch__testimonials,.landing-stitch__how{grid-template-columns:1fr}}@media(max-width:860px){.landing-stitch__topbar-inner,.landing-stitch__container{width:min(100% - 32px,100%)}.landing-stitch__nav{display:none}.landing-stitch__stats-bar,.landing-stitch__cards,.landing-stitch__testimonials{grid-template-columns:1fr}.landing-stitch__cta,.landing-stitch__footer-row{flex-direction:column;align-items:flex-start}}.landing-clean[data-v-5140c2eb]{--bg: #0f131d;--bg-elevated: #171b26;--bg-soft: #1c212d;--bg-border: rgba(255, 255, 255, .08);--text: #dfe2f1;--muted: #aab1c5;--primary: #7ea8ff;--primary-strong: #4d8eff;--secondary: #59e5ad;--amber: #ffc56f;min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(77,142,255,.14),transparent 0 28%),radial-gradient(circle at left center,rgba(89,229,173,.08),transparent 0 24%),linear-gradient(180deg,#0d1220,#0f131d);color:var(--text)}html[data-theme=light] .landing-clean[data-v-5140c2eb]{--bg: #f6f8fc;--bg-elevated: rgba(255, 255, 255, .92);--bg-soft: #edf2fb;--bg-border: rgba(32, 54, 94, .1);--text: #142033;--muted: #5d6880;--primary: #4d8eff;--primary-strong: #296fe6;--secondary: #1fae72;--amber: #cd8618;background:radial-gradient(circle at top right,rgba(77,142,255,.13),transparent 0 28%),radial-gradient(circle at left center,rgba(31,174,114,.08),transparent 0 24%),linear-gradient(180deg,#f6f8fc,#eef3fb)}.landing-clean__backdrop[data-v-5140c2eb]{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.08) .8px,transparent .8px);background-size:24px 24px;opacity:.18;pointer-events:none}html[data-theme=light] .landing-clean__backdrop[data-v-5140c2eb]{background-image:radial-gradient(rgba(20,32,51,.08) .8px,transparent .8px);opacity:.3}.landing-clean__shell[data-v-5140c2eb]{width:min(1180px,calc(100% - 40px));margin:0 auto;position:relative;z-index:1}.landing-clean__topbar[data-v-5140c2eb]{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f131dc2;border-bottom:1px solid rgba(255,255,255,.05)}html[data-theme=light] .landing-clean__topbar[data-v-5140c2eb]{background:#f6f8fcd6;border-bottom-color:#20365e14}.landing-clean__topbar-inner[data-v-5140c2eb]{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.landing-clean__brand[data-v-5140c2eb]{display:inline-flex;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.04em}.landing-clean__brand-icon[data-v-5140c2eb]{color:var(--primary-strong)}.landing-clean__nav[data-v-5140c2eb],.landing-clean__actions[data-v-5140c2eb],.landing-clean__hero-actions[data-v-5140c2eb],.landing-clean__footer-links[data-v-5140c2eb],.landing-clean__monitor-top[data-v-5140c2eb],.landing-clean__traffic[data-v-5140c2eb],.landing-clean__footer-inner[data-v-5140c2eb]{display:flex;align-items:center}.landing-clean__nav[data-v-5140c2eb]{gap:28px}.landing-clean__nav a[data-v-5140c2eb]{color:var(--muted);font-weight:600;transition:color .2s ease}.landing-clean__nav a.router-link-active[data-v-5140c2eb],.landing-clean__nav a[data-v-5140c2eb]:hover{color:var(--primary)}.landing-clean__actions[data-v-5140c2eb]{gap:14px}.landing-clean__login-link[data-v-5140c2eb]{color:var(--text);font-weight:700}.landing-clean__primary-button[data-v-5140c2eb],.landing-clean__ghost-button[data-v-5140c2eb]{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 28px;border-radius:14px;font-weight:800;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.landing-clean__primary-button[data-v-5140c2eb]:hover,.landing-clean__ghost-button[data-v-5140c2eb]:hover{transform:translateY(-1px)}.landing-clean__primary-button[data-v-5140c2eb]{color:#f5f8ff;background:linear-gradient(135deg,#9dbdff 0%,var(--primary-strong) 100%);box-shadow:0 16px 34px #3473eb3d}.landing-clean__primary-button--compact[data-v-5140c2eb]{min-height:46px;padding-inline:22px}.landing-clean__ghost-button[data-v-5140c2eb]{color:var(--text);background:#ffffff05;border:1px solid rgba(255,255,255,.1)}html[data-theme=light] .landing-clean__ghost-button[data-v-5140c2eb]{background:#ffffff85;border-color:#20365e1a}.landing-clean__hero[data-v-5140c2eb]{padding:88px 0 64px}.landing-clean__hero-inner[data-v-5140c2eb]{display:grid;justify-items:center;text-align:center}.landing-clean__eyebrow[data-v-5140c2eb],.landing-clean__section-head span[data-v-5140c2eb],.landing-clean__cta span[data-v-5140c2eb],.landing-clean__monitor-top small[data-v-5140c2eb],.landing-clean__monitor-card small[data-v-5140c2eb],.landing-clean__stat span[data-v-5140c2eb]{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:700}.landing-clean__hero h1[data-v-5140c2eb]{max-width:14ch;margin:16px 0 20px;font-family:Manrope,sans-serif;font-size:clamp(3.35rem,9vw,6rem);line-height:.96;letter-spacing:-.06em}.landing-clean__hero h1 span[data-v-5140c2eb]{display:block;color:var(--primary)}.landing-clean__hero p[data-v-5140c2eb]{max-width:760px;margin:0;color:var(--muted);font-size:1.18rem;line-height:1.7}.landing-clean__hero-actions[data-v-5140c2eb]{gap:16px;flex-wrap:wrap;justify-content:center;margin-top:40px}.landing-clean__stats[data-v-5140c2eb]{width:min(100%,1110px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:78px;padding:26px 28px;border-radius:26px;border:1px solid var(--bg-border);background:#171b26b8;box-shadow:0 26px 60px #0000002e}html[data-theme=light] .landing-clean__stats[data-v-5140c2eb]{background:#ffffffe0;box-shadow:0 22px 50px #17274514}.landing-clean__stat[data-v-5140c2eb]{display:grid;gap:8px;justify-items:center;text-align:center}.landing-clean__stat strong[data-v-5140c2eb]{font-size:clamp(2.5rem,5vw,4rem);line-height:1;letter-spacing:-.05em}.landing-clean__stat strong.is-mint[data-v-5140c2eb]{color:var(--secondary)}.landing-clean__stat strong.is-amber[data-v-5140c2eb]{color:var(--amber)}.landing-clean__section[data-v-5140c2eb]{padding:84px 0}.landing-clean__section--alt[data-v-5140c2eb]{background:#0a0e188f}html[data-theme=light] .landing-clean__section--alt[data-v-5140c2eb]{background:#e9eff9b3}.landing-clean__section-head[data-v-5140c2eb]{display:grid;gap:10px;justify-items:center;text-align:center;margin-bottom:36px}.landing-clean__section-head--left[data-v-5140c2eb]{justify-items:start;text-align:left}.landing-clean__section-head h2[data-v-5140c2eb],.landing-clean__cta h2[data-v-5140c2eb]{margin:0;font-family:Manrope,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.04em}.landing-clean__card-grid[data-v-5140c2eb],.landing-clean__testimonial-grid[data-v-5140c2eb]{display:grid;gap:24px}.landing-clean__card-grid[data-v-5140c2eb]{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-clean__card[data-v-5140c2eb],.landing-clean__testimonial[data-v-5140c2eb],.landing-clean__monitor[data-v-5140c2eb],.landing-clean__cta[data-v-5140c2eb]{border:1px solid var(--bg-border);background:#171b26d1;border-radius:24px;box-shadow:0 20px 44px #0000002e}html[data-theme=light] .landing-clean__card[data-v-5140c2eb],html[data-theme=light] .landing-clean__testimonial[data-v-5140c2eb],html[data-theme=light] .landing-clean__monitor[data-v-5140c2eb],html[data-theme=light] .landing-clean__cta[data-v-5140c2eb]{background:#ffffffe6;box-shadow:0 18px 42px #17274514}.landing-clean__card[data-v-5140c2eb]{padding:32px;position:relative;overflow:hidden}.landing-clean__card[data-v-5140c2eb]:after{content:"";position:absolute;inset:auto -44px -44px auto;width:160px;height:160px;border-radius:50%;background:var(--card-accent);filter:blur(10px)}.landing-clean__card-icon[data-v-5140c2eb]{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;margin-bottom:22px;background:var(--card-accent);color:var(--card-icon)}.landing-clean__card h3[data-v-5140c2eb],.landing-clean__step h3[data-v-5140c2eb],.landing-clean__monitor-card strong[data-v-5140c2eb]{margin:0;font-size:1.3rem}.landing-clean__card ul[data-v-5140c2eb],.landing-clean__steps[data-v-5140c2eb]{margin:0;padding:0}.landing-clean__card ul[data-v-5140c2eb]{list-style:none;display:grid;gap:16px;margin-top:20px}.landing-clean__card li[data-v-5140c2eb]{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:start;color:var(--muted);line-height:1.6}.landing-clean__card li .material-symbols-outlined[data-v-5140c2eb]{font-size:18px;margin-top:3px;color:var(--card-icon)}.landing-clean__how[data-v-5140c2eb]{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:32px;align-items:start}.landing-clean__steps[data-v-5140c2eb]{display:grid;gap:18px}.landing-clean__step[data-v-5140c2eb]{display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;padding:22px 0;border-top:1px solid rgba(255,255,255,.06)}html[data-theme=light] .landing-clean__step[data-v-5140c2eb]{border-top-color:#20365e14}.landing-clean__step[data-v-5140c2eb]:first-child{border-top:0;padding-top:0}.landing-clean__step-index[data-v-5140c2eb]{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#9dbdff 0%,var(--primary-strong) 100%);color:#f5f8ff;font-weight:800}.landing-clean__step p[data-v-5140c2eb],.landing-clean__testimonial p[data-v-5140c2eb],.landing-clean__cta p[data-v-5140c2eb]{margin:10px 0 0;color:var(--muted);line-height:1.7}.landing-clean__monitor[data-v-5140c2eb]{padding:24px}.landing-clean__monitor-top[data-v-5140c2eb]{justify-content:space-between;gap:18px;margin-bottom:20px}.landing-clean__traffic[data-v-5140c2eb]{gap:7px}.landing-clean__traffic span[data-v-5140c2eb]{width:10px;height:10px;border-radius:50%;background:#ff7d73}.landing-clean__traffic span[data-v-5140c2eb]:nth-child(2){background:#ffc56f}.landing-clean__traffic span[data-v-5140c2eb]:nth-child(3){background:#59e5ad}.landing-clean__monitor-stack[data-v-5140c2eb]{display:grid;gap:14px}.landing-clean__monitor-card[data-v-5140c2eb]{padding:18px;border-radius:18px;background:#ffffff05;border:1px solid rgba(255,255,255,.05)}html[data-theme=light] .landing-clean__monitor-card[data-v-5140c2eb]{background:#edf2fbbd;border-color:#20365e14}.landing-clean__monitor-card--active[data-v-5140c2eb]{background:#4d8eff24;border-color:#4d8eff33}.landing-clean__route-map[data-v-5140c2eb]{position:relative;height:180px;margin-top:20px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 20% 30%,rgba(89,229,173,.16),transparent 0 16%),radial-gradient(circle at 76% 60%,rgba(77,142,255,.18),transparent 0 18%),linear-gradient(135deg,#ffffff0a,#ffffff03)}.landing-clean__route-map[data-v-5140c2eb]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:30px 30px;opacity:.18}html[data-theme=light] .landing-clean__route-map[data-v-5140c2eb]:before{background-image:linear-gradient(rgba(20,32,51,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(20,32,51,.05) 1px,transparent 1px)}.landing-clean__route-map[data-v-5140c2eb]:after{content:"";position:absolute;top:34px;left:54px;right:54px;bottom:36px;border-radius:999px;border:2px dashed rgba(126,168,255,.44);transform:rotate(-7deg)}.landing-clean__route-dot[data-v-5140c2eb]{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--secondary);box-shadow:0 0 0 8px #59e5ad24}.landing-clean__route-dot--a[data-v-5140c2eb]{top:42px;left:64px}.landing-clean__route-dot--b[data-v-5140c2eb]{top:78px;right:86px;background:var(--primary);box-shadow:0 0 0 8px #7ea8ff24}.landing-clean__route-dot--c[data-v-5140c2eb]{bottom:42px;left:45%;background:var(--amber);box-shadow:0 0 0 8px #ffc56f24}.landing-clean__testimonial-grid[data-v-5140c2eb]{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-clean__testimonial[data-v-5140c2eb]{padding:28px}.landing-clean__stars[data-v-5140c2eb]{margin-bottom:14px;color:var(--amber);letter-spacing:.12em}.landing-clean__testimonial strong[data-v-5140c2eb]{display:block;margin-top:18px}.landing-clean__testimonial span[data-v-5140c2eb]{display:block;margin-top:6px;color:var(--muted);text-transform:capitalize}.landing-clean__cta[data-v-5140c2eb]{margin-top:28px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.landing-clean__footer[data-v-5140c2eb]{padding:0 0 42px}.landing-clean__footer-inner[data-v-5140c2eb]{justify-content:space-between;gap:18px;color:var(--muted);font-size:.95rem}.landing-clean__footer-links[data-v-5140c2eb]{gap:22px}.landing-clean__footer-links a[data-v-5140c2eb]{color:inherit}@media(max-width:1024px){.landing-clean__topbar-inner[data-v-5140c2eb],.landing-clean__how[data-v-5140c2eb],.landing-clean__cta[data-v-5140c2eb]{grid-template-columns:1fr}.landing-clean__topbar-inner[data-v-5140c2eb]{display:grid;justify-items:center;padding:18px 0}.landing-clean__nav[data-v-5140c2eb]{order:3;flex-wrap:wrap;justify-content:center}.landing-clean__actions[data-v-5140c2eb]{flex-wrap:wrap;justify-content:center}.landing-clean__card-grid[data-v-5140c2eb],.landing-clean__testimonial-grid[data-v-5140c2eb]{grid-template-columns:1fr}.landing-clean__cta[data-v-5140c2eb]{align-items:flex-start}}@media(max-width:720px){.landing-clean__shell[data-v-5140c2eb]{width:min(100% - 24px,1180px)}.landing-clean__hero[data-v-5140c2eb]{padding-top:52px}.landing-clean__hero h1[data-v-5140c2eb]{max-width:10ch}.landing-clean__stats[data-v-5140c2eb]{grid-template-columns:1fr;padding:22px;margin-top:52px}.landing-clean__step[data-v-5140c2eb]{grid-template-columns:48px minmax(0,1fr)}.landing-clean__primary-button[data-v-5140c2eb],.landing-clean__ghost-button[data-v-5140c2eb],.landing-clean__hero-actions[data-v-5140c2eb]{width:100%}.landing-clean__footer-inner[data-v-5140c2eb]{flex-direction:column;align-items:flex-start}}
