:root{--bg-primary: #0f0f11;--bg-surface: #1a1a1f;--bg-elevated: #242429;--border: rgba(255,255,255,.08);--border-strong: rgba(255,255,255,.15);--text-primary: #f7f8f8;--text-secondary: #8a8f98;--text-muted: #585c63;--accent: #5e6ad2;--accent-hover: #6e7de2;--accent-glow: rgba(94, 106, 210, .25);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 32px;--space-xl: 64px;--space-2xl: 128px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px}:root{--section-padding-mobile: 48px 20px;--section-padding-tablet: 72px 32px;--section-padding-desktop: 96px 40px;--gap-mobile: 12px;--gap-tablet: 16px;--gap-desktop: 20px}.responsive-container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}@media(min-width:768px){.responsive-container{padding:0 32px}}@media(min-width:1024px){.responsive-container{padding:0 40px}}@media(max-width:767px){.hide-mobile{display:none}}.show-mobile{display:none}@media(max-width:767px){.show-mobile{display:block}}@media(min-width:1024px){.hide-desktop{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #131315;--bg-primary: #131315;--bg-lowest: #0e0e10;--bg-surface: #1c1b1d;--bg-card: #1c1b1d;--bg-container: #201f21;--bg-elevated: #2a2a2c;--bg-highest: #353437;--border: rgba(255,255,255,.07);--border-md: rgba(255,255,255,.12);--border-strong: rgba(255,255,255,.18);--text-1: #e5e1e4;--text-2: #a9a8ad;--text-3: #77767b;--accent: #4772FA;--accent-hover: #3a62e0;--accent-text: #7f9bff;--on-accent: #ffffff;--accent-dim: rgba(255,255,255,.06);--accent-glow: rgba(255,255,255,.1);--accent-light: #a9a8ad;--green: #4772FA;--radius-sm: 4px;--radius: 6px;--radius-lg: 8px;--font-head: "Inter", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace}html{scroll-behavior:smooth}html,body{width:100%;max-width:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text-1);font-family:var(--font-body);font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}.material-symbols-outlined{font-size:20px;line-height:1;-webkit-user-select:none;user-select:none;flex-shrink:0}code{font-family:var(--font-mono)}.btn{font-family:var(--font-body);font-size:14px;font-weight:500;height:36px;padding:0 18px;border-radius:var(--radius-sm);border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background .15s,color .15s}.btn .material-symbols-outlined{font-size:16px}.btn-ghost{background:var(--bg-container);color:var(--text-1)}.btn-ghost:hover{background:var(--bg-elevated)}.btn-accent{background:var(--accent);color:var(--on-accent)}.btn-accent:hover{background:var(--accent-hover)}.btn-lg{height:40px;padding:0 24px}section{padding:96px 40px}@media(max-width:767px){section{padding:48px 20px}}@media(min-width:768px)and (max-width:1023px){section{padding:72px 32px}}.container{max-width:1200px;margin:0 auto}.section-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:6px}.section-title{font-family:var(--font-head);font-size:clamp(24px,3vw,30px);font-weight:600;letter-spacing:-.025em;color:var(--text-1);line-height:1.2}.section-sub{font-size:13px;color:var(--text-2);max-width:440px;line-height:1.6}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px}@media(max-width:767px){.section-head{flex-direction:column;align-items:flex-start}}.section-head.center{flex-direction:column;align-items:center;text-align:center}.section-head.center .section-sub{max-width:640px;margin-top:8px}.cmd-chip{display:inline-flex;align-items:center;gap:8px;background:var(--bg-lowest);border-radius:var(--radius-sm);padding:0 12px;height:36px;font-family:var(--font-mono);font-size:11px;color:var(--text-2)}.cmd-chip .prompt{color:var(--text-3)}.cmd-chip button{display:inline-flex;background:none;border:none;cursor:pointer;color:var(--text-3)}.cmd-chip button:hover{color:var(--text-1)}.cmd-chip button .material-symbols-outlined{font-size:14px}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-text);animation:live-pulse 2s ease infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.35}}.splash{position:relative;overflow:hidden}.splash img{opacity:0;transition:opacity .4s ease}.splash img.loaded{opacity:1}.splash:after{content:"FastJobs";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;letter-spacing:-.01em;color:var(--text-3);background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%) 0 0/200% 100%,var(--bg-container);animation:splash-shimmer 1.4s linear infinite;transition:opacity .4s ease;pointer-events:none}.splash:has(img.loaded):after{opacity:0;animation:none}@keyframes splash-shimmer{0%{background-position:200% 0,0 0}to{background-position:-200% 0,0 0}}
