.auth-overlay{z-index:1000;background:#28201a85;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.auth-dialog{background:#fff;border:1px solid #e8e8e8;border-radius:18px;outline:none;grid-template-columns:minmax(200px,.9fr) minmax(280px,1.25fr);width:min(760px,100%);max-height:min(92vh,640px);display:grid;position:relative;overflow:auto;box-shadow:0 28px 56px #1c171429}.auth-close{z-index:2;color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:12px;width:36px;height:36px;font-size:28px;line-height:1;position:absolute;top:10px;right:10px}.auth-close:hover{color:#1a1a1a;background:#f7f7f7}.auth-rail{background:linear-gradient(#fff1e8 0%,#fffdfa 55%,#fff 100%);border-right:1px solid #efeae4;justify-content:center;align-items:center;padding:28px 24px;display:flex;box-shadow:inset 4px 0 #f26b1d}.auth-main{padding:28px 32px 24px}.auth-title{color:#1a1a1a;letter-spacing:-.018em;margin:0 0 16px;padding-right:28px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700;line-height:32px}.auth-confirm-copy{color:#6b7280;margin:0 0 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:21px}.auth-error{color:#c43c33;background:#fde6e2;border:1px solid #c43c332e;border-radius:12px;margin-bottom:12px;padding:8px 12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:21px}.auth-form-grid{grid-template-columns:1fr;gap:12px;margin-bottom:4px;display:grid}.auth-field{gap:5px;display:grid}.auth-label{color:#1a1a1a;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;line-height:18px;display:block}.auth-input{box-sizing:border-box;color:#1a1a1a;background:#fff;border:1px solid #e8e8e8;border-radius:12px;outline:none;width:100%;padding:11px 14px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:22px}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{border-color:#f26b1d;box-shadow:0 0 0 3px #f26b1d38}.auth-input-wrap{position:relative}.auth-input-wrap .auth-input{padding-right:48px}.auth-eye{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-eye:hover,.auth-eye:focus-visible{color:#d95b12;background:#fff1e8;outline:none}.auth-eye svg{width:20px;height:20px;display:block}.auth-criteria{flex-wrap:wrap;gap:6px 10px;margin:2px 0 0;padding:0;list-style:none;display:flex}.auth-criteria li{color:#6b7280;align-items:center;gap:5px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;line-height:16px;display:inline-flex}.auth-criteria li[data-ok=true]{color:#1f8a55}.auth-criteria-mark{color:#0000;border:1px solid #cfcfcf;border-radius:999px;flex-shrink:0;place-items:center;width:14px;height:14px;font-size:9px;line-height:1;display:inline-grid}.auth-criteria li[data-ok=true] .auth-criteria-mark{color:#fff;background:#1f8a55;border-color:#1f8a55}.auth-submit{color:#fff;cursor:pointer;background:#f26b1d;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:2px;padding:12px 24px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;line-height:22px;display:inline-flex}.auth-submit:hover:not(:disabled){background:#d95b12}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-legal{color:#6b7280;text-align:left;margin:12px 0 0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;line-height:1.45}.auth-legal a{color:#d95b12;text-decoration:underline}.auth-toggle{color:#d95b12;text-align:left;cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:21px;text-decoration:underline;display:inline-block}@media (width<=700px){.auth-dialog{grid-template-columns:1fr;width:min(440px,100%);max-height:none}.auth-rail{border-bottom:1px solid #efeae4;border-right:none;padding:20px 20px 16px}.auth-main{padding:20px 20px 22px}}.landing{--landing-canvas:#fffdfa;--landing-surface:#fff;--landing-ink:#171512;--landing-body:#44403c;--landing-mute:#78716c;--landing-line:#e7e2dc;--landing-accent:#f26b1d;--landing-accent-active:#d95b12;--landing-dark:#17130f;--landing-ease:cubic-bezier(.16, 1, .3, 1);background:var(--landing-canvas);min-height:100dvh;color:var(--landing-ink);font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.landing-top{z-index:30;border-bottom:1px solid color-mix(in srgb, var(--landing-line) 72%, transparent);background:color-mix(in srgb, var(--landing-canvas) 91%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:12px clamp(24px,5vw,80px);display:flex;position:sticky;top:0}.landing-nav{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:clamp(12px,2vw,20px);display:flex}.landing-nav-link,.landing-footer-links a{text-decoration:none}.landing-nav-link{min-height:44px;color:var(--landing-ink);align-items:center;padding:8px 4px;font-size:14px;font-weight:500;display:inline-flex}.landing-nav-link:hover,.landing-nav-link:focus-visible{color:var(--landing-accent-active)}.landing-nav-link:focus-visible,.landing-footer-links a:focus-visible{outline:2px solid var(--landing-accent);outline-offset:4px;border-radius:4px}.landing-nav-cta,.landing-cta{background:var(--landing-accent);color:#fff;white-space:nowrap;transition:background-color .16s ease, color .16s ease, transform .16s var(--landing-ease);border-radius:10px;justify-content:center;align-items:center;font-weight:650;line-height:1;text-decoration:none;display:inline-flex}.landing-nav-cta{min-height:42px;padding:10px 18px;font-size:14px}.landing-cta{min-height:50px;padding:15px 30px;font-size:15px}.landing-nav-cta:hover,.landing-nav-cta:focus-visible,.landing-cta:hover,.landing-cta:focus-visible{background:var(--landing-accent-active);color:#fff}.landing-nav-cta:focus-visible,.landing-cta:focus-visible{outline:2px solid var(--landing-ink);outline-offset:3px}.landing-nav-cta:active,.landing-cta:active{transform:translateY(1px)}.landing-hero{isolation:isolate;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:max(720px,100dvh - 72px);padding:clamp(56px,7vw,88px) 0 38px;display:flex;position:relative;overflow:hidden}.landing-hero-art{z-index:-1;object-fit:cover;object-position:center bottom;transform-origin:bottom;width:100%;height:100%;position:absolute;inset:0}.landing-hero:after{content:"";z-index:0;background:linear-gradient(180deg, transparent, var(--landing-canvas));pointer-events:none;height:180px;position:absolute;bottom:0;left:0;right:0}.landing-hero-copy{z-index:1;flex-direction:column;align-items:center;gap:24px;width:min(1200px,100%);padding-inline:clamp(24px,5vw,80px);display:flex;position:relative}.landing-h1,.landing-h2,.landing-how-title,.landing-how-step-title{text-wrap:balance;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}.landing-h1{max-width:1200px;color:var(--landing-ink);letter-spacing:-.055em;font-size:clamp(3rem,5.6vw,5.25rem);font-weight:800;line-height:.98}.landing-lede,.landing-close-lede{text-wrap:balance;margin:0;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.6}.landing-lede{max-width:860px;color:var(--landing-body);font-size:clamp(1.1rem,2.1vw,1.45rem);font-weight:550;line-height:1.45}.landing-easily{color:var(--landing-accent-active);font-size:1.12em;font-style:italic;font-weight:700}.landing-discover{z-index:1;flex-direction:column;align-items:center;gap:20px;width:100%;margin-top:clamp(48px,6vw,72px);padding:0;display:flex;position:relative;overflow:hidden}.landing-discover-title{color:var(--landing-body);text-align:center;margin:0;padding:0 clamp(24px,5vw,80px);font-size:13px;font-weight:600;line-height:1.5}.landing-marquee{width:min(1120px,100%);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.landing-marquee-track{align-items:center;width:max-content;padding:6px 0;animation:120s linear infinite landing-marquee;display:flex}.landing-marquee-set{flex-shrink:0;align-items:center;gap:clamp(44px,5vw,72px);padding-right:clamp(44px,5vw,72px);display:flex}.landing-marquee-item{flex:0 0 132px;place-items:center;width:132px;height:56px;display:grid}.landing-marquee-item img{object-fit:contain;width:auto;max-width:124px;height:auto;max-height:44px;display:block}.landing-how{isolation:isolate;background:var(--landing-canvas);width:100%;color:var(--landing-ink);padding:clamp(104px,10vw,144px) clamp(24px,5vw,80px) clamp(124px,12vw,168px);position:relative;overflow:clip}.landing-how:before{content:"";z-index:-2;opacity:.14;pointer-events:none;background-image:url(/landing/hero-career-terrain.webp);background-position:50%;background-size:cover;position:absolute;inset:0}.landing-how:after{content:"";z-index:-1;background:linear-gradient(180deg, var(--landing-canvas) 0, #fffdfad6 12%, #fff8f2c7 76%, var(--landing-accent) 100%);pointer-events:none;position:absolute;inset:0}.landing-how-heading,.landing-how-list{z-index:1;position:relative}.landing-how-heading{text-align:center;flex-direction:column;align-items:center;max-width:760px;margin:0 auto clamp(40px,5vw,64px);display:flex}.landing-how-title{max-width:760px;color:var(--landing-ink);letter-spacing:-.05em;font-size:clamp(2.5rem,4.5vw,4rem);font-weight:700;line-height:1}.landing-how-lede{max-width:760px;color:var(--landing-ink);text-wrap:balance;margin:20px 0 0;font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:600;line-height:1.45}.landing-how-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,24px);width:min(1400px,100%);margin:0 auto;padding:0;list-style:none;display:grid}.landing-how-step{border:1px solid var(--landing-line);background:var(--landing-surface);min-height:330px;color:var(--landing-ink);transform-origin:bottom;border-radius:16px;flex-direction:column;padding:clamp(28px,3vw,40px);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 48px #422b1914}.landing-how-step:nth-child(2){background:#fff0e7;border-color:#f4d7c5}.landing-how-step:nth-child(3){border-color:var(--landing-accent);background:var(--landing-accent);color:#fff}.landing-how-copy{flex-direction:column;height:100%;display:flex}.landing-how-step-number{color:var(--landing-accent-active);letter-spacing:.14em;margin-bottom:18px;font-size:.75rem;font-weight:700;line-height:1}.landing-how-step:nth-child(3) .landing-how-step-number{color:#fff}.landing-how-step-title{color:inherit;letter-spacing:-.045em;font-size:clamp(1.75rem,2.4vw,2.5rem);font-weight:700;line-height:1}.landing-how-step-summary{max-width:20ch;color:inherit;margin:20px 0 0;font-size:clamp(1.08rem,1.4vw,1.25rem);font-weight:700;line-height:1.25}.landing-how-step-body{max-width:34ch;color:var(--landing-body);margin:auto 0 0;padding-top:24px;font-size:1rem;line-height:1.55}.landing-how-step:nth-child(3) .landing-how-step-body{color:#ffffffd1}.landing-how .landing-easily{color:var(--landing-accent-active)}.landing-close{isolation:isolate;background:var(--landing-accent);color:#fff;text-align:center;place-items:center;width:100%;min-height:min(680px,82dvh);padding:clamp(96px,14vw,176px) clamp(24px,7vw,104px);display:grid;position:relative;overflow:hidden}.landing-close:before{content:"";z-index:-2;opacity:.16;background-image:url(/landing/hero-career-terrain.webp);background-position:bottom;background-size:cover;position:absolute;inset:-6%}.landing-close:after{content:"";z-index:-1;background:linear-gradient(180deg, var(--landing-accent) 0, transparent 20%, transparent 70%, var(--landing-dark) 100%), radial-gradient(circle at 50% 45%, transparent 0, #6b280533 76%);position:absolute;inset:0}.landing-close-copy{flex-direction:column;align-items:center;gap:26px;max-width:980px;display:flex}.landing-h2{color:#fff;letter-spacing:-.06em;max-width:930px;font-size:clamp(3.25rem,7vw,7rem);font-weight:700;line-height:.9}.landing-close-lede{max-width:600px;color:var(--landing-dark)}.landing-close .landing-cta{color:var(--landing-ink);background:#fff}.landing-close .landing-cta:hover,.landing-close .landing-cta:focus-visible{background:var(--landing-dark);color:#fff}.landing-footer{background:var(--landing-dark);color:#a8a19a;justify-content:space-between;align-items:center;gap:24px;min-height:110px;padding:30px clamp(24px,5vw,80px);font-size:12px;display:flex}.landing-footer-links{align-items:center;gap:20px;display:flex}.landing-footer-links a{color:#fff;align-items:center;min-height:44px;display:inline-flex}.landing-footer-links a:hover,.landing-footer-links a:focus-visible{color:#ff9d62}@keyframes landing-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.landing-marquee{scrollbar-width:none;overflow-x:auto;-webkit-mask-image:none;mask-image:none}.landing-marquee-track{width:max-content;padding:6px 24px;animation:none}.landing-marquee-set{padding-right:0}.landing-marquee-set+.landing-marquee-set{display:none}}@media (width<=1100px){.landing-how-step{min-height:340px;padding:32px}}@media (width<=767px){.landing-top{min-height:68px;padding-inline:20px}.landing-nav{gap:10px}.landing-nav-link{font-size:13px}.landing-nav-cta{min-height:40px;padding-inline:14px}.landing-hero{min-height:max(700px,100dvh - 68px);padding:64px 0 38px}.landing-hero-copy{gap:22px;padding-inline:24px}.landing-h1{max-width:360px;font-size:clamp(2.4rem,11vw,3.15rem);line-height:.98}.landing-lede{max-width:34ch;font-size:1.08rem}.landing-discover{gap:18px;margin-top:44px;padding:0}.landing-marquee-track{animation-duration:90s}.landing-marquee-set{gap:40px;padding-right:40px}.landing-marquee-item{flex-basis:132px;width:132px;height:56px}.landing-marquee-item img{max-width:124px;max-height:44px}.landing-how{padding:104px 24px 136px}.landing-how-title{max-width:none;font-size:clamp(2.5rem,11vw,3.25rem)}.landing-how-list{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(286px,84vw);grid-auto-flow:column;gap:16px;overflow-x:auto}.landing-how-step{scroll-snap-align:start;min-height:330px;padding:28px 24px}.landing-how-step-title{font-size:clamp(1.8rem,8vw,2.25rem)}.landing-how-step-summary{margin-top:20px}.landing-close{min-height:620px;padding:104px 24px}.landing-h2{font-size:clamp(3rem,15vw,4.75rem)}.landing-footer{flex-direction:column;align-items:flex-start;gap:8px;padding-block:28px 36px}}@media (width<=380px){.landing-top{gap:8px;padding-inline:12px}.landing-nav{gap:6px}.landing-nav-link,.landing-nav-cta{font-size:12px}.landing-nav-cta{padding-inline:10px}.landing-hero{padding-inline:0}.landing-hero-copy,.landing-how{padding-inline:20px}}.legal{--legal-paper:#f7f4ee;--legal-ink:#1a1a1a;--legal-mute:#5c5c5c;min-height:100vh;color:var(--legal-ink);background:radial-gradient(900px 420px at 8% -8%,#f26b1d12,#0000 55%),linear-gradient(165deg,#f7f4ee 0%,#f3ebe0 50%,#efe6d8 100%);font-family:Inter,system-ui,sans-serif}.legal-top{border-bottom:1px solid #1a1a1a14;justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:12px clamp(24px,5vw,80px);display:flex}.legal-nav{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.legal-nav a{color:var(--legal-ink);font-size:14px;font-weight:500;text-decoration:none}.legal-nav a:hover,.legal-nav a:focus-visible{color:#d95b12;outline:none}.legal-nav-muted{color:var(--legal-mute)!important}.legal-main{width:min(760px,100%);margin:0 auto;padding:clamp(32px,6vw,56px) clamp(24px,5vw,40px) 64px}.legal-updated{color:var(--legal-mute);margin:0 0 8px;font-size:.85rem}.legal-h1{letter-spacing:-.02em;margin:0 0 16px;font-family:"Source Serif 4",Times New Roman,serif;font-size:clamp(1.85rem,3.5vw,2.4rem);font-weight:600;line-height:1.15}.legal-intro,.legal-p{color:var(--legal-mute);margin:0 0 14px;font-size:.98rem;line-height:1.65}.legal-intro{color:#3d3d3d;margin-bottom:28px}.legal-section{margin-bottom:28px}.legal-h2{letter-spacing:-.01em;color:var(--legal-ink);margin:0 0 10px;font-size:1.05rem;font-weight:650}.legal-ul{color:var(--legal-mute);margin:0 0 14px;padding-left:1.2rem;font-size:.98rem;line-height:1.6}.legal-ul li{margin-bottom:8px}.legal-footer{color:#8a8a8a;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:24px clamp(24px,5vw,80px) 48px;font-size:13px;display:flex}.legal-footer a{color:#8a8a8a;text-decoration:none}.legal-footer a:hover,.legal-footer a:focus-visible{color:#d95b12;outline:none}*{box-sizing:border-box;margin:0;padding:0}body{color:#0e0f0c;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}h1,h2,h3,h4,h5,h6{line-height:1.2}@keyframes routiqo-spin{to{transform:rotate(360deg)}}.routiqo-spin{flex-shrink:0;animation:.8s linear infinite routiqo-spin!important}@media (prefers-reduced-motion:reduce){.routiqo-spin{animation:.8s linear infinite routiqo-spin!important}}
