:root{--color-primary:#0369a1;--color-on-primary:#fff;--color-secondary:#0ea5e9;--color-on-secondary:#0f172a;--color-accent:#16a34a;--color-on-accent:#052e16;--color-background:#f0f9ff;--color-foreground:#0c4a6e;--color-card:#fff;--color-card-foreground:#0c4a6e;--color-muted:#e7eff5;--color-muted-foreground:#475569;--color-border:#bae6fd;--color-destructive:#dc2626;--color-on-destructive:#fff;--color-ring:#0369a1;--color-band-bg:#0c4a6e;--color-band-fg:#fff;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #00000026;--sans:"DM Sans", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Space Grotesk", system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.5 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--color-foreground);background:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--color-primary:#38bdf8;--color-on-primary:#05202e;--color-secondary:#0ea5e9;--color-on-secondary:#f0f9ff;--color-accent:#22c55e;--color-on-accent:#052e16;--color-background:#071b2c;--color-foreground:#e0f2fe;--color-card:#0c2b42;--color-card-foreground:#e0f2fe;--color-muted:#113349;--color-muted-foreground:#94a3b8;--color-border:#1e4258}}:root[data-theme=dark]{--color-primary:#38bdf8;--color-on-primary:#05202e;--color-secondary:#0ea5e9;--color-on-secondary:#f0f9ff;--color-accent:#22c55e;--color-on-accent:#052e16;--color-background:#071b2c;--color-foreground:#e0f2fe;--color-card:#0c2b42;--color-card-foreground:#e0f2fe;--color-muted:#113349;--color-muted-foreground:#94a3b8;--color-border:#1e4258}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--color-foreground);margin:0}p{margin:0}a{color:inherit}button{font-family:var(--sans)}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing{text-align:left;flex-direction:column;width:100%;min-height:100dvh;display:flex}.landing .btn{cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s,background-color .2s;display:inline-flex}.landing .btn-primary{background:var(--color-accent);color:var(--color-on-accent)}.landing .btn-primary:hover{opacity:.9;transform:translateY(-1px)}.landing-skip-link{top:-100%;left:var(--space-md);z-index:100;background:var(--color-card);color:var(--color-foreground);border:1px solid var(--color-border);border-radius:8px;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:top .2s;position:absolute}.landing-skip-link:focus-visible{top:var(--space-md)}.landing-header{z-index:10;background:var(--color-card);border-bottom:1px solid var(--color-border);position:sticky;top:0}.landing-header__inner{max-width:1400px;padding:var(--space-md) var(--space-lg);align-items:center;gap:var(--space-xl);margin:0 auto;display:flex}.landing-logo{color:var(--color-primary);font-size:1.25rem;font-weight:700}.landing-nav{gap:var(--space-lg);margin-right:auto;display:flex}.landing-nav a{color:var(--color-muted-foreground);font-weight:500;text-decoration:none;transition:color .2s}.landing-nav a:hover{color:var(--color-primary)}.landing-header__actions{align-items:center;gap:var(--space-sm);display:flex}.landing-header__login{min-height:44px;color:var(--color-muted-foreground);cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;font-size:.9rem;font-weight:500;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .2s,text-decoration-color .2s;display:inline-flex}.landing-header__login:hover{color:var(--color-primary);text-decoration-color:currentColor}.landing-theme-toggle{border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-muted-foreground);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:color .2s,background-color .2s;display:inline-flex}.landing-theme-toggle:hover{color:var(--color-primary);background:var(--color-muted)}.landing-theme-toggle svg{width:20px;height:20px}@media (width<=768px){.landing-nav{display:none}}.landing-hero{padding:var(--space-3xl) var(--space-lg);background:var(--color-background)}.landing-hero__inner{gap:var(--space-2xl);grid-template-columns:1.1fr .9fr;align-items:center;max-width:1400px;margin:0 auto;display:grid}.landing-hero__content{text-align:left}.landing-hero h1{margin-top:var(--space-sm);letter-spacing:-.02em;font-size:2.75rem;font-weight:700;line-height:1.15}.landing-hero__lead{margin-top:var(--space-lg);color:var(--color-muted-foreground);max-width:46ch;font-size:1.125rem;line-height:1.6}.landing-hero__actions{margin-top:var(--space-xl);gap:var(--space-md);flex-wrap:wrap;display:flex}@media (width<=1024px){.landing-hero__inner{grid-template-columns:1fr}.landing-hero__content{text-align:center}.landing-hero__lead{margin-inline:auto}.landing-hero__actions{justify-content:center}}@media (width<=768px){.landing-hero h1{font-size:2rem}}.landing-hero__visual{border:1px solid var(--color-border);background:var(--color-card);border-radius:16px;height:440px;position:relative;overflow:hidden}.landing-hero__marquee{height:100%;overflow:hidden}.landing-hero__marquee-track{padding:var(--space-lg);gap:var(--space-md);flex-direction:column;margin:0;list-style:none;animation:24s linear infinite landing-marquee-scroll;display:flex}.landing-hero__marquee:hover .landing-hero__marquee-track{animation-play-state:paused}@keyframes landing-marquee-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (prefers-reduced-motion:reduce){.landing-hero__marquee-track{animation:none}}.landing-hero__visual-fade{pointer-events:none;z-index:1;height:64px;position:absolute;left:0;right:0}.landing-hero__visual-fade--top{background:linear-gradient(to bottom, var(--color-card), transparent);top:0}.landing-hero__visual-fade--bottom{background:linear-gradient(to top, var(--color-card), transparent);bottom:0}.landing-job-card{padding:var(--space-md);background:var(--color-background);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;flex:none;gap:.25rem;display:flex}.landing-job-card strong{font-family:var(--heading);color:var(--color-foreground);font-size:.975rem}.landing-job-card__meta{color:var(--color-muted-foreground);font-size:.85rem}.landing-job-card__tag{text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary);background:color-mix(in srgb, var(--color-secondary) 15%, transparent);border-radius:999px;align-self:flex-start;padding:.15rem .5rem;font-size:.7rem;font-weight:700}@media (width<=1024px){.landing-hero__visual{height:320px}}.landing-problem{padding:var(--space-3xl) var(--space-lg);background:var(--color-card)}.landing-problem__grid{gap:var(--space-2xl);grid-template-columns:repeat(2,1fr);max-width:1400px;margin:0 auto;display:grid}.landing-problem__col h2{margin-top:var(--space-sm);font-size:1.5rem}.landing-problem__col p{margin-top:var(--space-md);color:var(--color-muted-foreground);line-height:1.6}.landing-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--color-secondary);font-size:.8rem;font-weight:700;display:inline-block}@media (width<=768px){.landing-problem__grid{grid-template-columns:1fr}}.landing-features{padding:var(--space-3xl) var(--space-lg);background:var(--color-background)}.landing-section-title{max-width:1400px;margin:0 auto var(--space-2xl);text-align:center;font-size:2rem}.landing-features__grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);max-width:1400px;margin:0 auto;display:grid}.landing-feature-card{background:var(--color-card);border:1px solid var(--color-border);padding:var(--space-lg);border-radius:12px}.landing-feature-card__icon{background:color-mix(in srgb, var(--color-primary) 12%, transparent);width:44px;height:44px;color:var(--color-primary);border-radius:10px;padding:10px}.landing-feature-card__icon svg{width:100%;height:100%}.landing-feature-card h3{margin-top:var(--space-md);font-size:1.05rem}.landing-feature-card p{margin-top:var(--space-sm);color:var(--color-muted-foreground);font-size:.925rem;line-height:1.55}@media (width<=1024px){.landing-features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.landing-features__grid{grid-template-columns:1fr}}.landing-steps{padding:var(--space-3xl) var(--space-lg);background:var(--color-card)}.landing-steps__list{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);max-width:1400px;margin:0 auto;padding:0;list-style:none;display:grid}.landing-steps__list li{gap:var(--space-sm);flex-direction:column;display:flex}.landing-steps__number{background:var(--color-primary);width:36px;height:36px;color:var(--color-on-primary);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.landing-steps__list h3{font-size:1.1rem}.landing-steps__list p{color:var(--color-muted-foreground);line-height:1.55}@media (width<=768px){.landing-steps__list{grid-template-columns:1fr}}.landing-cta{padding:var(--space-3xl) var(--space-lg);background:var(--color-band-bg);color:var(--color-band-fg);text-align:center}.landing-cta h2{color:var(--color-band-fg);font-size:2rem}.landing-cta p{margin-top:var(--space-sm);opacity:.9;max-width:560px;margin-inline:auto}.landing-cta .btn-primary{margin-top:var(--space-xl)}.landing-footer{padding:var(--space-lg);text-align:center;color:var(--color-muted-foreground);margin-top:auto;font-size:.875rem}
