:root{--mint: #60E8B6;--mint-glow: #4DE0AC;--orange: #F5A623;--orange-glow: #E89A1F;--purple: #60E8B6;--purple-glow: #4DE0AC;--dark: #0D1117;--dark-surface: #161B22;--dark-card: #1C2128;--text-primary: #F0F6FC;--text-secondary: #8B949E;--text-muted: #6E7681;--border-subtle: rgba(96, 232, 182, .06);--border-hover: rgba(96, 232, 182, .15);--serif: "Instrument Serif", Georgia, serif;--sans: "DM Sans", -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:var(--dark)}body{font-family:var(--sans);background:var(--dark);color:var(--text-primary);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit}body.light{--dark: #FFFFFF;--dark-surface: #F6F7F9;--dark-card: #F0F2F5;--text-primary: #1A1A2E;--text-secondary: #5A6270;--text-muted: #9CA3AF;--border-subtle: rgba(96, 232, 182, .15);--border-hover: rgba(96, 232, 182, .35)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes popIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--mint);margin-bottom:1.25rem}.section-headline{font-family:var(--serif);font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15;letter-spacing:-.02em;max-width:700px;margin-bottom:4rem}.legal-page{max-width:750px;margin:0 auto;padding:8rem 2rem 6rem}.legal-page h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem}.legal-updated{color:var(--text-muted);font-size:.875rem;margin-bottom:3rem}.legal-page h2{font-size:1.15rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem}.legal-page h3{font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.legal-page p{color:var(--text-secondary);font-size:.95rem;line-height:1.75;margin-bottom:1rem}.legal-page ul{color:var(--text-secondary);font-size:.95rem;line-height:1.75;margin-bottom:1rem;padding-left:1.5rem}.legal-page li{margin-bottom:.35rem}.legal-page a{color:var(--mint);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-page table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:.88rem}.legal-page th{text-align:left;padding:.75rem 1rem;background:var(--dark-card);color:var(--text-primary);font-weight:600;border:1px solid var(--border-subtle)}.legal-page td{padding:.75rem 1rem;color:var(--text-secondary);border:1px solid var(--border-subtle)}.lang-bar.svelte-1sjdbrl.svelte-1sjdbrl{background:var(--dark-surface);border-bottom:1px solid var(--border-subtle);padding:.4rem 2rem;display:flex;justify-content:flex-end;align-items:center;position:fixed;top:0;left:0;right:0;z-index:101}.lang-btn.svelte-1sjdbrl.svelte-1sjdbrl{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:.3rem .75rem;font-size:.75rem;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;gap:.4rem;font-family:var(--sans);position:relative}.lang-btn.svelte-1sjdbrl.svelte-1sjdbrl:hover{background:#ffffff1a}body.light .lang-btn.svelte-1sjdbrl.svelte-1sjdbrl{background:#0000000a;color:#5a6270}.lang-dropdown.svelte-1sjdbrl.svelte-1sjdbrl{display:none;position:absolute;top:100%;right:0;margin-top:4px;background:var(--dark-card);border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;min-width:160px;box-shadow:0 8px 30px #0000004d;z-index:200}.lang-dropdown.open.svelte-1sjdbrl.svelte-1sjdbrl{display:block}body.light .lang-dropdown.svelte-1sjdbrl.svelte-1sjdbrl{background:#fff;border-color:#0000001a}.lang-dropdown.svelte-1sjdbrl a.svelte-1sjdbrl{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.6rem 1rem;font-size:.8rem;color:var(--text-secondary);transition:background .15s;text-decoration:none}.lang-dropdown.svelte-1sjdbrl a.svelte-1sjdbrl:hover{background:#ffffff0d;color:var(--text-primary)}.lang-dropdown.svelte-1sjdbrl a.disabled.svelte-1sjdbrl{color:var(--text-muted);cursor:default}.lang-dropdown.svelte-1sjdbrl a.disabled.svelte-1sjdbrl:hover{background:transparent;color:var(--text-muted)}.lang-dropdown.svelte-1sjdbrl a .soon.svelte-1sjdbrl{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);opacity:.7}body.light .lang-dropdown.svelte-1sjdbrl a.svelte-1sjdbrl{color:#1a1a2e}body.light .lang-dropdown.svelte-1sjdbrl a.svelte-1sjdbrl:hover{background:#0000000a}.lang-dropdown.svelte-1sjdbrl a.active.svelte-1sjdbrl{color:var(--orange);font-weight:600}@media (max-width: 768px){.lang-bar.svelte-1sjdbrl.svelte-1sjdbrl{padding:.4rem 1rem}}nav.svelte-zxam5.svelte-zxam5{position:fixed;top:0;left:0;right:0;z-index:100;padding:.85rem 2rem;display:flex;justify-content:space-between;align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0d1117cc;border-bottom:1px solid var(--border-subtle)}nav.offset.svelte-zxam5.svelte-zxam5{top:30px}body.light nav.svelte-zxam5.svelte-zxam5{background:#ffffffd9}body.light nav.open.svelte-zxam5 .nav-links.svelte-zxam5{background:#f6f7f9}.nav-left.svelte-zxam5.svelte-zxam5{display:flex;align-items:center;gap:2.5rem}.logo-img.svelte-zxam5.svelte-zxam5{height:36px;width:auto;display:block}.nav-links.svelte-zxam5.svelte-zxam5{display:flex;gap:1.5rem;list-style:none}.nav-links.svelte-zxam5 a.svelte-zxam5{color:var(--text-secondary);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.nav-links.svelte-zxam5 a.svelte-zxam5:hover{color:var(--text-primary)}.nav-right.svelte-zxam5.svelte-zxam5{display:flex;align-items:center;gap:.5rem}.nav-cta.svelte-zxam5.svelte-zxam5{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;background:var(--orange);color:#0d1117;text-decoration:none;font-weight:600;font-size:.875rem;border-radius:100px;transition:all .3s ease}.nav-cta.svelte-zxam5.svelte-zxam5:hover{background:var(--orange-glow);transform:translateY(-1px);box-shadow:0 8px 30px #f5a62340}.nav-cta.svelte-zxam5 svg.svelte-zxam5{width:16px;height:16px}.nav-cta-icon.svelte-zxam5.svelte-zxam5{display:none}.nav-cta.with-icon.svelte-zxam5 .nav-cta-icon.svelte-zxam5{display:block}.nav-toggle.svelte-zxam5.svelte-zxam5{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem}.nav-toggle.svelte-zxam5 svg.svelte-zxam5{width:24px;height:24px}.theme-toggle.svelte-zxam5.svelte-zxam5{display:flex;align-items:center;gap:.4rem;cursor:pointer;margin-right:.75rem}.toggle-track.svelte-zxam5.svelte-zxam5{width:36px;height:20px;background:#60e8b626;border:1px solid rgba(96,232,182,.2);border-radius:10px;position:relative;transition:background .3s}.toggle-thumb.svelte-zxam5.svelte-zxam5{width:16px;height:16px;background:var(--mint);border-radius:50%;position:absolute;top:1px;left:1px;transition:transform .3s}body.light .toggle-thumb.svelte-zxam5.svelte-zxam5{transform:translate(16px)}.toggle-icon.svelte-zxam5.svelte-zxam5{font-size:14px;line-height:1}@media (max-width: 768px){nav.svelte-zxam5.svelte-zxam5{padding:.85rem 1.25rem}nav.offset.svelte-zxam5.svelte-zxam5{top:30px}.nav-links.svelte-zxam5.svelte-zxam5{display:none}.nav-toggle.svelte-zxam5.svelte-zxam5{display:block}nav.open.svelte-zxam5 .nav-links.svelte-zxam5{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--dark-surface);padding:1rem 1.5rem 1.5rem;border-bottom:1px solid var(--border-subtle);gap:.75rem}}@media (max-width: 480px){nav.svelte-zxam5.svelte-zxam5{padding:.75rem 1rem}.nav-cta.svelte-zxam5 span.svelte-zxam5{display:none}.nav-cta.svelte-zxam5.svelte-zxam5{padding:.6rem;border-radius:50%}.nav-cta.svelte-zxam5 svg.svelte-zxam5{width:20px;height:20px}.nav-cta-icon.svelte-zxam5.svelte-zxam5{display:block}.theme-toggle.svelte-zxam5.svelte-zxam5{margin-right:.25rem}.toggle-track.svelte-zxam5.svelte-zxam5{width:30px;height:18px}.toggle-thumb.svelte-zxam5.svelte-zxam5{width:14px;height:14px}.toggle-icon.svelte-zxam5.svelte-zxam5{font-size:12px}}footer.svelte-2rsgsn.svelte-2rsgsn{padding:3rem 2rem;border-top:1px solid var(--border-subtle);max-width:1100px;margin:0 auto}footer.minimal.svelte-2rsgsn.svelte-2rsgsn{width:100%}.footer-top.svelte-2rsgsn.svelte-2rsgsn{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.logo-img.svelte-2rsgsn.svelte-2rsgsn{height:36px;width:auto;display:block}.footer-col.svelte-2rsgsn h4.svelte-2rsgsn{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem}.footer-col.svelte-2rsgsn a.svelte-2rsgsn{display:block;color:var(--text-secondary);text-decoration:none;font-size:.875rem;padding:.25rem 0;transition:color .2s}.footer-col.svelte-2rsgsn a.svelte-2rsgsn:hover{color:var(--text-primary)}.footer-bottom.svelte-2rsgsn.svelte-2rsgsn{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}footer.minimal.svelte-2rsgsn .footer-bottom.svelte-2rsgsn{padding-top:0;border-top:none}.footer-copy.svelte-2rsgsn.svelte-2rsgsn{color:var(--text-muted);font-size:.8rem}.footer-social.svelte-2rsgsn a.svelte-2rsgsn,.footer-link.svelte-2rsgsn.svelte-2rsgsn{color:var(--text-muted);text-decoration:none;font-size:.8rem}.footer-social.svelte-2rsgsn a.svelte-2rsgsn:hover,.footer-link.svelte-2rsgsn.svelte-2rsgsn:hover{color:var(--orange)}@media (max-width: 768px){.footer-top.svelte-2rsgsn.svelte-2rsgsn{flex-direction:column;gap:2rem}.footer-bottom.svelte-2rsgsn.svelte-2rsgsn{flex-direction:column;gap:1rem;text-align:center}}.anim-wrap.svelte-1lqg06k{max-width:700px;margin:0 auto 4rem}.tc.svelte-1lqg06k{position:relative;width:100%;padding-top:75%;border-radius:24px;overflow:hidden;background:transparent}.tc.svelte-1lqg06k>*{position:absolute}.net-dot.svelte-1lqg06k{width:10px;height:10px;border-radius:50%;background:var(--orange);opacity:0;animation:svelte-1lqg06k-nda 12s ease infinite}.net-dot.r.svelte-1lqg06k{animation-delay:.3s}@keyframes svelte-1lqg06k-nda{0%,3%{opacity:0}8%,85%{opacity:.4}90%,to{opacity:0}}.ab1.svelte-1lqg06k,.ab2.svelte-1lqg06k{border-radius:40%;opacity:0;animation:svelte-1lqg06k-aba 12s ease infinite}.ab1.svelte-1lqg06k{top:10%;left:2%;width:22%;height:45%;background:#f5a6230a;transform:rotate(-15deg)}.ab2.svelte-1lqg06k{top:15%;right:5%;width:20%;height:40%;background:#60e8b608;transform:rotate(10deg)}@keyframes svelte-1lqg06k-aba{0%,5%{opacity:0}10%,85%{opacity:1}90%,to{opacity:0}}.anbadge.svelte-1lqg06k{top:5%;left:50%;transform:translate(-50%);padding:6px 18px;border-radius:20px;border:1.5px solid rgba(245,166,35,.25);background:#f5a6230f;font-size:clamp(8px,1.5vw,11px);font-weight:700;letter-spacing:.12em;color:var(--orange);opacity:0;animation:svelte-1lqg06k-anba 12s ease infinite}@keyframes svelte-1lqg06k-anba{0%,2%{opacity:0}6%,85%{opacity:1}90%,to{opacity:0}}.an-emp.svelte-1lqg06k{top:14%;left:8%;display:flex;align-items:center;gap:8px;opacity:0;animation:svelte-1lqg06k-anea 12s ease infinite}.an-emp-i.svelte-1lqg06k{width:clamp(32px,5vw,44px);height:clamp(32px,5vw,44px);border-radius:50%;background:var(--dark-card);display:flex;align-items:center;justify-content:center;font-size:clamp(14px,2.5vw,20px);border:2px solid var(--orange)}.an-emp-l.svelte-1lqg06k{padding:4px 12px;background:var(--dark-card);border:1px solid rgba(245,166,35,.15);border-radius:8px;font-size:clamp(9px,1.4vw,12px);font-weight:600;color:var(--text-primary)}@keyframes svelte-1lqg06k-anea{0%,1%{opacity:0;transform:translateY(8px)}5%,85%{opacity:1;transform:translateY(0)}90%,to{opacity:0}}.an-chat.svelte-1lqg06k{max-width:55%;padding:10px 14px;border-radius:14px;font-size:clamp(9px,1.3vw,12px);line-height:1.5}.an-chat.ec.svelte-1lqg06k{top:26%;left:6%;background:var(--dark-card);border:1px solid rgba(245,166,35,.1);color:var(--text-primary);opacity:0;animation:svelte-1lqg06k-anca 12s ease infinite}@keyframes svelte-1lqg06k-anca{0%,8%{opacity:0;transform:translateY(6px)}14%,30%{opacity:1;transform:translateY(0)}35%,to{opacity:0}}.an-role.svelte-1lqg06k{top:46%;left:22%;display:flex;flex-direction:column;align-items:center;gap:4px;opacity:0;animation:svelte-1lqg06k-anra 12s ease infinite}.an-role-i.svelte-1lqg06k{width:clamp(28px,4vw,36px);height:clamp(28px,4vw,36px);border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-size:clamp(12px,2vw,16px)}.an-role-l.svelte-1lqg06k{font-size:clamp(8px,1.3vw,11px);font-weight:600;color:var(--text-primary);white-space:nowrap}@keyframes svelte-1lqg06k-anra{0%,12%{opacity:0;transform:scale(.7)}18%,85%{opacity:1;transform:scale(1)}90%,to{opacity:0}}.an-svg.svelte-1lqg06k{top:0;left:0;width:100%;height:100%}.anl.svelte-1lqg06k{stroke:#f5a62326;stroke-width:.3;stroke-dasharray:120;stroke-dashoffset:120}.anl1.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 2.5s infinite}.anl2.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 2.7s infinite}.anl3.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 2.9s infinite}.anl4.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 3.1s infinite}.anl5.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 3.3s infinite}.anl6.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 3s infinite}.anl7.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 3.2s infinite}.anl8.svelte-1lqg06k{animation:svelte-1lqg06k-andl 12s ease 3.4s infinite}@keyframes svelte-1lqg06k-andl{0%{stroke-dashoffset:120}8%{stroke-dashoffset:0}70%{stroke-dashoffset:0;opacity:1}80%,to{opacity:0}}.aml.svelte-1lqg06k{stroke:var(--orange);stroke-width:.6;stroke-dasharray:120;stroke-dashoffset:120;opacity:0;animation:svelte-1lqg06k-anml 12s ease infinite}.aml2.svelte-1lqg06k{animation-delay:.3s}@keyframes svelte-1lqg06k-anml{0%,30%{stroke-dashoffset:120;opacity:0}35%{opacity:1}42%{stroke-dashoffset:0}70%{stroke-dashoffset:0;opacity:1}80%,to{opacity:0}}.an-match.svelte-1lqg06k{top:24%;left:30%;padding:6px 14px;border-radius:14px;background:var(--orange);color:#0d1117;font-size:clamp(9px,1.4vw,12px);font-weight:700;white-space:nowrap;opacity:0;animation:svelte-1lqg06k-anmp 12s ease infinite}@keyframes svelte-1lqg06k-anmp{0%,35%{opacity:0;transform:scale(.8)}40%,70%{opacity:1;transform:scale(1)}75%,to{opacity:0}}.an-mchat.svelte-1lqg06k{bottom:28%;right:8%;max-width:48%;padding:10px 14px;border-radius:14px;background:var(--orange);color:#0d1117;font-size:clamp(9px,1.3vw,12px);font-weight:500;line-height:1.5;opacity:0;animation:svelte-1lqg06k-anmc 12s ease infinite}@keyframes svelte-1lqg06k-anmc{0%,42%{opacity:0;transform:translateY(6px)}48%,58%{opacity:1;transform:translateY(0)}62%,to{opacity:0}}.an-reply.svelte-1lqg06k{top:32%;left:8%;max-width:45%;padding:10px 14px;border-radius:14px;background:var(--dark-card);border:1px solid rgba(245,166,35,.1);font-size:clamp(9px,1.3vw,12px);font-weight:500;color:var(--text-primary);line-height:1.5;opacity:0;animation:svelte-1lqg06k-anrp 12s ease infinite}@keyframes svelte-1lqg06k-anrp{0%,58%{opacity:0;transform:translateY(6px)}63%,72%{opacity:1;transform:translateY(0)}76%,to{opacity:0}}.an-intro.svelte-1lqg06k{top:42%;left:50%;transform:translate(-50%);padding:10px 24px;border-radius:20px;background:var(--orange);color:#0d1117;font-size:clamp(11px,1.8vw,15px);font-weight:700;white-space:nowrap;opacity:0;animation:svelte-1lqg06k-ania 12s ease infinite}@keyframes svelte-1lqg06k-ania{0%,65%{opacity:0;transform:translate(-50%) scale(.7)}70%{opacity:1;transform:translate(-50%) scale(1.08)}73%,82%{opacity:1;transform:translate(-50%) scale(1)}88%,to{opacity:0;transform:translate(-50%) scale(1)}}.ancf.svelte-1lqg06k{top:40%;left:48%;font-size:clamp(10px,1.8vw,16px);opacity:0;pointer-events:none}.ancf.c1.svelte-1lqg06k{animation:svelte-1lqg06k-acf1 12s ease infinite}.ancf.c2.svelte-1lqg06k{animation:svelte-1lqg06k-acf2 12s ease infinite}.ancf.c3.svelte-1lqg06k{animation:svelte-1lqg06k-acf3 12s ease infinite}.ancf.c4.svelte-1lqg06k{animation:svelte-1lqg06k-acf4 12s ease infinite}.ancf.c5.svelte-1lqg06k{animation:svelte-1lqg06k-acf5 12s ease infinite}@keyframes svelte-1lqg06k-acf1{0%,69%{opacity:0;transform:translate(0) rotate(0)}72%{opacity:1}82%{opacity:0;transform:translate(-50px,-60px) rotate(200deg)}to{opacity:0}}@keyframes svelte-1lqg06k-acf2{0%,70%{opacity:0;transform:translate(0) rotate(0)}73%{opacity:1}83%{opacity:0;transform:translate(40px,-70px) rotate(-180deg)}to{opacity:0}}@keyframes svelte-1lqg06k-acf3{0%,69.5%{opacity:0;transform:translate(0) rotate(0)}72.5%{opacity:1}82.5%{opacity:0;transform:translate(-60px,-40px) rotate(150deg)}to{opacity:0}}@keyframes svelte-1lqg06k-acf4{0%,70.5%{opacity:0;transform:translate(0) rotate(0)}73.5%{opacity:1}83.5%{opacity:0;transform:translate(55px,-50px) rotate(-220deg)}to{opacity:0}}@keyframes svelte-1lqg06k-acf5{0%,69.8%{opacity:0;transform:translate(0) rotate(0)}72.8%{opacity:1}82.8%{opacity:0;transform:translate(-30px,-75px) rotate(280deg)}to{opacity:0}}.an-minty.svelte-1lqg06k{bottom:8%;right:10%;display:flex;align-items:center;gap:8px;opacity:0;animation:svelte-1lqg06k-anma 12s ease infinite}.an-mt.svelte-1lqg06k{padding:4px 14px;background:var(--orange);border-radius:8px;font-size:clamp(9px,1.4vw,12px);font-weight:700;color:#0d1117}.an-mc.svelte-1lqg06k{width:clamp(36px,6vw,52px);height:clamp(36px,6vw,52px);border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:clamp(18px,3vw,28px);color:#0d1117}.an-mo.svelte-1lqg06k{width:10px;height:10px;border-radius:50%;background:var(--mint);position:absolute;bottom:2px;right:2px;border:2px solid var(--dark)}@keyframes svelte-1lqg06k-anma{0%,1%{opacity:0}4%,85%{opacity:1}90%,to{opacity:0}}@media (max-width: 768px){.tc.svelte-1lqg06k{padding-top:90%}}.hero.svelte-7efcqn.svelte-7efcqn{max-width:900px;margin:0 auto;padding:9rem 2rem 4rem;text-align:center}.hero-badge.svelte-7efcqn.svelte-7efcqn{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.25rem;background:#f5a62314;border:1px solid rgba(245,166,35,.2);border-radius:100px;margin-bottom:2rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;color:var(--orange)}.hero.svelte-7efcqn h1.svelte-7efcqn{font-family:var(--serif);font-size:clamp(2.5rem,5.5vw,3.8rem);line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.01em}.hero.svelte-7efcqn h1.svelte-7efcqn em{font-style:italic;color:var(--orange)}.hero-sub.svelte-7efcqn.svelte-7efcqn{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;max-width:600px;margin:0 auto 2rem}.hero-langs.svelte-7efcqn.svelte-7efcqn{color:var(--orange);font-size:.9rem;font-weight:600}.section-label.svelte-7efcqn.svelte-7efcqn{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--orange);margin-bottom:.75rem}.section-headline.svelte-7efcqn.svelte-7efcqn{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.15;margin-bottom:2.5rem;letter-spacing:-.01em}.section-headline.svelte-7efcqn em{font-style:italic;color:var(--orange)}.stats.svelte-7efcqn.svelte-7efcqn{max-width:1000px;margin:0 auto;padding:0 2rem 5rem}.stats-grid.svelte-7efcqn.svelte-7efcqn{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-card.svelte-7efcqn.svelte-7efcqn{background:var(--dark-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2.5rem 1.5rem;text-align:center}.stat-num.svelte-7efcqn.svelte-7efcqn{font-family:var(--serif);font-size:clamp(2.2rem,3.5vw,3rem);margin-bottom:.5rem}.stat-num.orange.svelte-7efcqn.svelte-7efcqn{color:var(--orange)}.stat-num.red.svelte-7efcqn.svelte-7efcqn{color:#e85d5d}.stat-num.purple.svelte-7efcqn.svelte-7efcqn{color:#b07fe0}.stat-label.svelte-7efcqn.svelte-7efcqn{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.stats-sources.svelte-7efcqn.svelte-7efcqn{color:var(--text-muted);font-size:.75rem;margin-top:1.25rem}.sectors.svelte-7efcqn.svelte-7efcqn{max-width:1000px;margin:0 auto;padding:0 2rem 5rem;text-align:center}.sectors-grid.svelte-7efcqn.svelte-7efcqn{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.sector-card.svelte-7efcqn.svelte-7efcqn{background:var(--dark-card);border:1px solid var(--border-subtle);border-radius:14px;padding:1.5rem 1rem;text-align:center}.sector-icon.svelte-7efcqn.svelte-7efcqn{width:48px;height:48px;border-radius:12px;background:#f5a6231a;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;color:var(--orange)}.sector-icon.svelte-7efcqn svg.svelte-7efcqn{width:22px;height:22px}.sector-title.svelte-7efcqn.svelte-7efcqn{font-weight:600;font-size:.9rem;margin-bottom:.25rem}.sector-sub.svelte-7efcqn.svelte-7efcqn{color:var(--text-muted);font-size:.8rem}.audiences.svelte-7efcqn.svelte-7efcqn{max-width:1000px;margin:0 auto;padding:0 2rem 5rem}.aud-grid.svelte-7efcqn.svelte-7efcqn{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.aud-card.svelte-7efcqn.svelte-7efcqn{background:var(--dark-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2.5rem 2rem}.aud-card.svelte-7efcqn h3.svelte-7efcqn{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem}.aud-icon.svelte-7efcqn.svelte-7efcqn{width:44px;height:44px;border-radius:10px;background:#f5a6231a;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--orange)}.aud-icon.svelte-7efcqn svg.svelte-7efcqn{width:22px;height:22px}.aud-card.svelte-7efcqn p.svelte-7efcqn{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.mid-cta.svelte-7efcqn.svelte-7efcqn{text-align:center;padding:0 2rem 4rem}.mid-cta.svelte-7efcqn p.svelte-7efcqn{color:var(--text-secondary);font-size:1rem;margin-bottom:1rem}.btn-mid.svelte-7efcqn.svelte-7efcqn{display:inline-flex;align-items:center;padding:.85rem 2rem;background:var(--orange);color:#0d1117;font-weight:600;font-size:.95rem;border-radius:100px;text-decoration:none;transition:all .3s}.btn-mid.svelte-7efcqn.svelte-7efcqn:hover{transform:translateY(-1px);box-shadow:0 8px 25px #f5a62340}.how.svelte-7efcqn.svelte-7efcqn{max-width:1000px;margin:0 auto;padding:0 2rem 5rem}.how-steps.svelte-7efcqn.svelte-7efcqn{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:.5rem}.how-step.svelte-7efcqn.svelte-7efcqn{text-align:center}.step-num.svelte-7efcqn.svelte-7efcqn{width:40px;height:40px;border-radius:50%;background:#f5a6231a;border:1.5px solid rgba(245,166,35,.3);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--orange);margin:0 auto 1rem}.how-step.svelte-7efcqn h4.svelte-7efcqn{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.how-step.svelte-7efcqn p.svelte-7efcqn{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.features.svelte-7efcqn.svelte-7efcqn{max-width:1000px;margin:0 auto;padding:0 2rem 5rem}.features-lead.svelte-7efcqn.svelte-7efcqn{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;max-width:600px;margin-top:-1.5rem;margin-bottom:2.5rem}.why-grid.svelte-7efcqn.svelte-7efcqn{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.why-card.svelte-7efcqn.svelte-7efcqn{background:var(--dark-card);border:1px solid var(--border-subtle);border-radius:16px;padding:2rem 1.25rem;text-align:center}.why-icon.svelte-7efcqn.svelte-7efcqn{width:48px;height:48px;border-radius:12px;background:#f5a6231a;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:var(--orange)}.why-icon.svelte-7efcqn svg.svelte-7efcqn{width:24px;height:24px}.why-card.svelte-7efcqn h4.svelte-7efcqn{font-size:.95rem;font-weight:700;margin-bottom:.5rem}.why-card.svelte-7efcqn p.svelte-7efcqn{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.faq.svelte-7efcqn.svelte-7efcqn{max-width:700px;margin:0 auto;padding:0 2rem 5rem}.faq-item.svelte-7efcqn.svelte-7efcqn{border-bottom:1px solid rgba(245,166,35,.1);padding:1.25rem 0;cursor:pointer}.faq-row.svelte-7efcqn.svelte-7efcqn{display:flex;justify-content:space-between;align-items:center}.faq-row.svelte-7efcqn h4.svelte-7efcqn{font-size:.95rem;font-weight:600}.faq-arrow.svelte-7efcqn.svelte-7efcqn{color:var(--orange);font-size:1.2rem;font-weight:700}.faq-a.svelte-7efcqn.svelte-7efcqn{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-top:.75rem}.early-access.svelte-7efcqn.svelte-7efcqn{max-width:700px;margin:0 auto;padding:1rem 2rem 5rem;text-align:center}.early-access.svelte-7efcqn h2.svelte-7efcqn{font-family:var(--serif);font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.75rem}.early-access.svelte-7efcqn h2.svelte-7efcqn em{font-style:italic;color:var(--orange)}.ea-sub.svelte-7efcqn.svelte-7efcqn{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin:0 auto 2rem;max-width:500px}.ea-form.svelte-7efcqn.svelte-7efcqn{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto}.ea-form.svelte-7efcqn input.svelte-7efcqn,.ea-form.svelte-7efcqn select.svelte-7efcqn{padding:.85rem 1.25rem;background:var(--dark-card);border:1px solid rgba(245,166,35,.2);border-radius:12px;color:var(--text-primary);font-family:var(--sans);font-size:.95rem;outline:none;transition:border .3s}.ea-form.svelte-7efcqn input.svelte-7efcqn:focus,.ea-form.svelte-7efcqn select.svelte-7efcqn:focus{border-color:#f5a62380}.ea-form.svelte-7efcqn input.svelte-7efcqn::placeholder{color:var(--text-muted)}.ea-form.svelte-7efcqn input.err.svelte-7efcqn{border-color:#e85d5d}.ea-form.svelte-7efcqn select.svelte-7efcqn{color:var(--text-secondary);-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.ea-submit.svelte-7efcqn.svelte-7efcqn{padding:.85rem 2rem;background:var(--orange);color:#0d1117;font-weight:700;font-size:.95rem;border:none;border-radius:12px;cursor:pointer;font-family:var(--sans);transition:all .3s;margin-top:.25rem}.ea-submit.svelte-7efcqn.svelte-7efcqn:hover{box-shadow:0 8px 25px #f5a62340;transform:translateY(-1px)}.ea-submit.svelte-7efcqn.svelte-7efcqn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ea-error.svelte-7efcqn.svelte-7efcqn{color:#ff6b6b;font-size:.85rem;margin-top:.75rem}.ea-note.svelte-7efcqn.svelte-7efcqn{color:var(--text-muted);font-size:.8rem;margin-top:.75rem;line-height:1.6}.ea-note.svelte-7efcqn a{color:var(--orange);text-decoration:underline}.bottom-cta.svelte-7efcqn.svelte-7efcqn{text-align:center;padding:3rem 2rem 5rem;max-width:600px;margin:0 auto}.bottom-sub.svelte-7efcqn.svelte-7efcqn{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin:0 auto 2rem;max-width:480px}.btn-bottom.svelte-7efcqn.svelte-7efcqn{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.2rem;background:var(--orange);color:#0d1117;font-weight:700;font-size:1rem;border-radius:100px;text-decoration:none;transition:all .3s}.btn-bottom.svelte-7efcqn.svelte-7efcqn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #f5a6234d}.btn-bottom.svelte-7efcqn svg.svelte-7efcqn{width:20px;height:20px}@media (max-width: 768px){.stats-grid.svelte-7efcqn.svelte-7efcqn,.aud-grid.svelte-7efcqn.svelte-7efcqn{grid-template-columns:1fr}.sectors-grid.svelte-7efcqn.svelte-7efcqn{grid-template-columns:repeat(2,1fr)}.how-steps.svelte-7efcqn.svelte-7efcqn{grid-template-columns:repeat(2,1fr);gap:2rem}.why-grid.svelte-7efcqn.svelte-7efcqn{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hero.svelte-7efcqn.svelte-7efcqn{padding:7rem 1.25rem 2.5rem}.how-steps.svelte-7efcqn.svelte-7efcqn,.why-grid.svelte-7efcqn.svelte-7efcqn{grid-template-columns:1fr}}.page-hero.svelte-onhxcy.svelte-onhxcy{max-width:800px;margin:0 auto;padding:7rem 2rem 3rem;text-align:center}.page-hero.svelte-onhxcy h1.svelte-onhxcy{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.2rem);line-height:1.1;margin-bottom:1rem}.page-hero.svelte-onhxcy h1.svelte-onhxcy em{font-style:italic;color:var(--orange)}.page-hero.svelte-onhxcy p.svelte-onhxcy{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;max-width:560px;margin:0 auto}.tracks.svelte-onhxcy.svelte-onhxcy{max-width:900px;margin:0 auto;padding:2rem 2rem 1rem;display:flex;gap:1rem;justify-content:center}.track-tab.svelte-onhxcy.svelte-onhxcy{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:100px;font-weight:600;font-size:.9rem;cursor:pointer;border:1.5px solid rgba(245,166,35,.2);background:transparent;color:var(--text-secondary);transition:all .3s;font-family:var(--sans)}.track-tab.svelte-onhxcy svg.svelte-onhxcy{width:18px;height:18px}.track-tab.active.svelte-onhxcy.svelte-onhxcy{background:var(--orange);color:#0d1117;border-color:var(--orange)}.track-tab.svelte-onhxcy.svelte-onhxcy:hover:not(.active){border-color:#f5a62366;color:var(--text-primary)}.track-content.svelte-onhxcy.svelte-onhxcy{max-width:700px;margin:0 auto;padding:2rem 2rem 4rem}.timeline.svelte-onhxcy.svelte-onhxcy{position:relative;padding-left:3rem}.timeline.svelte-onhxcy.svelte-onhxcy:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:#f5a62326}.step.svelte-onhxcy.svelte-onhxcy{position:relative;margin-bottom:3rem}.step.svelte-onhxcy.svelte-onhxcy:last-child{margin-bottom:0}.step-dot.svelte-onhxcy.svelte-onhxcy{position:absolute;left:-3rem;top:4px;width:32px;height:32px;border-radius:50%;background:#f5a6231a;border:2px solid var(--orange);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:var(--orange)}.step.svelte-onhxcy h3.svelte-onhxcy{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.step.svelte-onhxcy p.svelte-onhxcy{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.step-detail.svelte-onhxcy.svelte-onhxcy{margin-top:.75rem;padding:1rem 1.25rem;background:var(--dark-card);border:1px solid var(--border-subtle);border-radius:12px;font-size:.88rem;color:var(--text-muted);line-height:1.6}.bottom-cta.svelte-onhxcy.svelte-onhxcy{text-align:center;padding:2rem 2rem 5rem;max-width:600px;margin:0 auto}.bottom-cta.svelte-onhxcy h2.svelte-onhxcy{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:.75rem}.bottom-cta.svelte-onhxcy h2.svelte-onhxcy em{font-style:italic;color:var(--orange)}.bottom-cta.svelte-onhxcy p.svelte-onhxcy{color:var(--text-secondary);font-size:1rem;margin-bottom:1.5rem}.cta-btn.svelte-onhxcy.svelte-onhxcy{display:inline-flex;align-items:center;padding:.85rem 2rem;background:var(--orange);color:#0d1117;font-weight:600;font-size:.95rem;border-radius:100px;transition:all .3s;font-family:var(--sans);text-decoration:none}.cta-btn.svelte-onhxcy.svelte-onhxcy:hover{transform:translateY(-1px);box-shadow:0 8px 30px #f5a62340}@media (max-width: 768px){.tracks.svelte-onhxcy.svelte-onhxcy{flex-direction:column;align-items:center}}.contact-page.svelte-1kml5qo.svelte-1kml5qo{max-width:600px;margin:0 auto;padding:8rem 2rem 5rem}.contact-page.svelte-1kml5qo h1.svelte-1kml5qo{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.2rem);margin-bottom:.75rem}.subtitle.svelte-1kml5qo.svelte-1kml5qo{color:var(--text-secondary);font-size:1.05rem;line-height:1.6;margin-bottom:3rem}.subtitle.svelte-1kml5qo a{color:var(--orange);text-decoration:none;font-weight:600}.form-group.svelte-1kml5qo.svelte-1kml5qo{margin-bottom:1.5rem}.form-group.svelte-1kml5qo label.svelte-1kml5qo{display:block;font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.optional.svelte-1kml5qo.svelte-1kml5qo{color:var(--text-muted);font-weight:400;text-transform:none}.form-group.svelte-1kml5qo input.svelte-1kml5qo,.form-group.svelte-1kml5qo select.svelte-1kml5qo,.form-group.svelte-1kml5qo textarea.svelte-1kml5qo{width:100%;padding:.85rem 1rem;background:var(--dark-card);border:1px solid var(--border-subtle);border-radius:12px;color:var(--text-primary);font-family:var(--sans);font-size:.95rem;transition:border-color .2s;outline:none;-webkit-appearance:none}.form-group.svelte-1kml5qo input.svelte-1kml5qo:focus,.form-group.svelte-1kml5qo select.svelte-1kml5qo:focus,.form-group.svelte-1kml5qo textarea.svelte-1kml5qo:focus{border-color:var(--orange)}.form-group.svelte-1kml5qo input.svelte-1kml5qo::placeholder,.form-group.svelte-1kml5qo textarea.svelte-1kml5qo::placeholder{color:var(--text-muted)}.form-group.svelte-1kml5qo select.svelte-1kml5qo{cursor:pointer}.form-group.svelte-1kml5qo textarea.svelte-1kml5qo{min-height:140px;resize:vertical}.form-row.svelte-1kml5qo.svelte-1kml5qo{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn.svelte-1kml5qo.svelte-1kml5qo{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.2rem;background:var(--orange);color:#0d1117;border:none;font-family:var(--sans);font-weight:600;font-size:1rem;border-radius:100px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.submit-btn.svelte-1kml5qo.svelte-1kml5qo:hover{background:var(--orange-glow);transform:translateY(-2px);box-shadow:0 12px 40px #f5a6234d}.submit-btn.svelte-1kml5qo.svelte-1kml5qo:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.form-error.svelte-1kml5qo.svelte-1kml5qo{color:#f87171;font-size:.9rem;margin-bottom:1rem}@media (max-width: 768px){.form-row.svelte-1kml5qo.svelte-1kml5qo{grid-template-columns:1fr}}.success-page.svelte-s4xgjz.svelte-s4xgjz{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10rem 2rem 5rem;position:relative;min-height:60vh}.success-page.svelte-s4xgjz.svelte-s4xgjz:before{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(245,166,35,.06) 0%,transparent 70%);pointer-events:none}.success-page.svelte-s4xgjz h1.svelte-s4xgjz{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem;animation:fadeUp .6s ease .15s both}.success-page.svelte-s4xgjz h1.svelte-s4xgjz em{font-style:italic;color:var(--orange)}.msg.svelte-s4xgjz.svelte-s4xgjz{color:var(--text-secondary);font-size:1.05rem;line-height:1.6;max-width:440px;margin-bottom:.5rem;animation:fadeUp .6s ease .25s both}.timeline.svelte-s4xgjz.svelte-s4xgjz{color:var(--orange);font-size:.9rem;font-weight:600;margin-bottom:2.5rem;animation:fadeUp .6s ease .35s both}.success-links.svelte-s4xgjz.svelte-s4xgjz{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeUp .6s ease .45s both}.btn-secondary.svelte-s4xgjz.svelte-s4xgjz{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:transparent;color:var(--text-secondary);border:1px solid rgba(245,166,35,.15);font-family:var(--sans);font-weight:500;font-size:.95rem;border-radius:100px;cursor:pointer;transition:all .3s;text-decoration:none}.btn-secondary.svelte-s4xgjz.svelte-s4xgjz:hover{border-color:#f5a6234d;color:var(--text-primary)}.success-page.svelte-997cik.svelte-997cik{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10rem 2rem 5rem;position:relative;min-height:60vh}.success-page.svelte-997cik.svelte-997cik:before{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(245,166,35,.06) 0%,transparent 70%);pointer-events:none}.success-page.svelte-997cik h1.svelte-997cik{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem;animation:fadeUp .6s ease .15s both}.success-page.svelte-997cik h1.svelte-997cik em{font-style:italic;color:var(--orange)}.msg.svelte-997cik.svelte-997cik{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;max-width:480px;margin-bottom:.75rem;animation:fadeUp .6s ease .25s both}.note.svelte-997cik.svelte-997cik{color:var(--orange);font-size:.9rem;font-weight:600;margin-bottom:2.5rem;animation:fadeUp .6s ease .35s both}.success-links.svelte-997cik.svelte-997cik{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeUp .6s ease .45s both}.btn-primary.svelte-997cik.svelte-997cik{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--orange);color:#0d1117;font-family:var(--sans);font-weight:600;font-size:.95rem;border-radius:100px;transition:all .3s;text-decoration:none}.btn-primary.svelte-997cik.svelte-997cik:hover{transform:translateY(-1px);box-shadow:0 8px 30px #f5a62340}.careers-hero.svelte-ffud9.svelte-ffud9{max-width:800px;margin:0 auto;padding:9rem 2rem 3rem;text-align:center}.careers-hero.svelte-ffud9 h1.svelte-ffud9{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.25rem;line-height:1.1}.careers-hero.svelte-ffud9 h1.svelte-ffud9 em{font-style:italic;color:var(--orange)}.careers-hero.svelte-ffud9 p.svelte-ffud9{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;max-width:580px;margin:0 auto}.values-section.svelte-ffud9.svelte-ffud9{max-width:800px;margin:0 auto;padding:4rem 2rem 5rem}.values-label.svelte-ffud9.svelte-ffud9{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--orange);margin-bottom:1.25rem}.values-headline.svelte-ffud9.svelte-ffud9{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.2;margin-bottom:3rem;max-width:500px}.value-item.svelte-ffud9.svelte-ffud9{display:flex;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid var(--border-subtle)}.value-item.svelte-ffud9.svelte-ffud9:first-of-type{border-top:1px solid var(--border-subtle)}.value-emoji.svelte-ffud9.svelte-ffud9{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:#f5a6231a;display:flex;align-items:center;justify-content:center;margin-top:4px;color:var(--orange)}.value-emoji.svelte-ffud9 svg.svelte-ffud9{width:22px;height:22px}.value-content.svelte-ffud9 h3.svelte-ffud9{font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.value-content.svelte-ffud9 p.svelte-ffud9{color:var(--text-secondary);font-size:.92rem;line-height:1.6}.open-roles.svelte-ffud9.svelte-ffud9{max-width:800px;margin:0 auto;padding:2rem 2rem 5rem}.roles-card.svelte-ffud9.svelte-ffud9{background:var(--dark-card);border:1px solid var(--border-subtle);border-radius:20px;padding:3rem;text-align:center}.roles-card.svelte-ffud9 h2.svelte-ffud9{font-family:var(--serif);font-size:1.6rem;margin-bottom:.75rem}.roles-card.svelte-ffud9 h2.svelte-ffud9 em{font-style:italic;color:var(--orange)}.roles-card.svelte-ffud9 p.svelte-ffud9{color:var(--text-secondary);font-size:.95rem;line-height:1.7;max-width:480px;margin:0 auto 2rem}.hero-cta.svelte-ffud9.svelte-ffud9{display:inline-flex;align-items:center;gap:.65rem;padding:1rem 2.2rem;background:var(--orange);color:#0d1117;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:100px;transition:all .3s ease}.hero-cta.svelte-ffud9.svelte-ffud9:hover{transform:translateY(-2px);box-shadow:0 12px 40px #f5a6234d}.hero-cta.svelte-ffud9 svg.svelte-ffud9{width:20px;height:20px}@media (max-width: 768px){.value-item.svelte-ffud9.svelte-ffud9{gap:1rem}}@media (max-width: 480px){.careers-hero.svelte-ffud9.svelte-ffud9{padding:8rem 1.25rem 2.5rem}.values-section.svelte-ffud9.svelte-ffud9{padding:3rem 1.25rem 4rem}.open-roles.svelte-ffud9.svelte-ffud9{padding:2rem 1.25rem 4rem}.roles-card.svelte-ffud9.svelte-ffud9{padding:2rem 1.5rem}}.legal-page.svelte-ynln9w a{color:var(--orange)}.legal-page.svelte-ynln9w a:hover{text-decoration:underline}
