@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";.ys-lang-switcher{font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;display:inline-block;position:relative}.ys-lang-switcher .ys-lang-btn{border:1px solid var(--border-strong);height:38px;color:var(--headings);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:500;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.ys-lang-switcher .ys-lang-btn:hover{background:#c4a96214;border-color:#c4a96266}.ys-lang-switcher .ys-lang-btn.is-active{background:#c4a9621f;border-color:#c4a962;box-shadow:0 0 12px #c4a96226}.ys-lang-switcher .ys-lang-btn .ys-lang-flag{font-size:14px;line-height:1}.ys-lang-switcher .ys-lang-btn .ys-lang-label{letter-spacing:.05em;font-weight:600}.ys-lang-switcher .ys-lang-btn .ys-lang-arrow{opacity:.6;font-size:10px;transition:transform .3s}.ys-lang-switcher .ys-lang-btn.is-active .ys-lang-arrow{transform:rotate(180deg)}.ys-lang-switcher .ys-lang-dropdown{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-strong);z-index:10;border-radius:10px;min-width:140px;margin:0;padding:6px;list-style:none;animation:.25s cubic-bezier(.16,1,.3,1) ys-dropdown-in;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 20px 50px -10px #0a0f1c1f,0 4px 12px #0a0f1c0d}.ys-lang-switcher .ys-lang-dropdown li{margin:0;padding:0}.ys-lang-switcher .ys-lang-dropdown li:not(:last-child){margin-bottom:2px}.ys-lang-switcher .ys-lang-dropdown .ys-lang-option{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.ys-lang-switcher .ys-lang-dropdown .ys-lang-option:hover{color:var(--headings);background:#c4a96214}.ys-lang-switcher .ys-lang-dropdown .ys-lang-option.is-selected{color:#e0c277;background:#c4a9621f;font-weight:600}.ys-lang-switcher .ys-lang-dropdown .ys-lang-option .ys-lang-flag{font-size:14px}.ys-lang-switcher .ys-lang-dropdown .ys-lang-option .ys-lang-label-full{flex-grow:1}.ys-lang-switcher .ys-lang-dropdown .ys-lang-option .ys-lang-check{color:#c4a962;font-size:11px;font-weight:700}:root:not(.dark-theme) .ys-lang-switcher .ys-lang-dropdown{border-color:var(--border-strong);background:#ffffffd9}:root:not(.dark-theme) .ys-lang-switcher .ys-lang-dropdown .ys-lang-option.is-selected{color:#9b844a}@keyframes ys-dropdown-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ys-header{z-index:1000;width:calc(100% - 2rem);max-width:1180px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:fixed;top:1rem;left:50%;transform:translate(-50%)}.ys-header .ys-header-shell{background:var(--glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border);border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;height:64px;padding:0 .75rem 0 1.25rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 14px #0a0f1c0f,0 2px 4px #0a0f1c0a}.ys-header.is-scrolled .ys-header-shell{border-color:var(--border-strong);box-shadow:0 20px 50px -10px #0a0f1c1f,0 4px 12px #0a0f1c0d}.ys-header .ys-logo{color:var(--headings);letter-spacing:-.04em;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:0 .25rem;font-size:1.125rem;font-weight:800;display:flex}.ys-header .ys-logo .ys-logo-mark{filter:drop-shadow(0 0 6px #c4a96259)}.ys-header .ys-logo .ys-logo-dot{color:#c4a962;margin-left:-2px;font-size:1.5rem;line-height:0}.ys-header .ys-nav{align-items:center;gap:.25rem;display:flex}@media (max-width:960px){.ys-header .ys-nav{display:none}}.ys-header .ys-nav .ys-nav-link{cursor:pointer;color:var(--text);letter-spacing:-.01em;background:0 0;border:none;border-radius:999px;padding:.5rem .875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1)}.ys-header .ys-nav .ys-nav-link:hover{color:var(--headings);background:#7f7f7f14}.ys-header .ys-operations{align-items:center;gap:.5rem;display:flex}.ys-header .ys-operations .ys-cta-btn{letter-spacing:-.01em;height:40px;border-radius:999px!important;padding:0 1.125rem!important;font-size:.8125rem!important;font-weight:600!important}@media (max-width:540px){.ys-header .ys-operations .ys-cta-btn{display:none}}.ys-header .ys-burger{border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:none;position:relative}.ys-header .ys-burger span{background:var(--headings);border-radius:2px;width:16px;height:1.5px;transition:all .15s cubic-bezier(.4,0,.2,1);position:absolute}.ys-header .ys-burger span:first-child{transform:translateY(-5px)}.ys-header .ys-burger span:nth-child(2){transform:translateY(0)}.ys-header .ys-burger span:nth-child(3){transform:translateY(5px)}.ys-header .ys-burger.is-open span:first-child{transform:rotate(45deg)}.ys-header .ys-burger.is-open span:nth-child(2){opacity:0}.ys-header .ys-burger.is-open span:nth-child(3){transform:rotate(-45deg)}@media (max-width:960px){.ys-header .ys-burger{display:inline-flex}}.ys-header .ys-mobile-panel{background:var(--glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border);opacity:0;border-radius:16px;max-height:0;margin-top:.5rem;transition:max-height .3s,opacity .2s;overflow:hidden}.ys-header .ys-mobile-panel.is-open{opacity:1;max-height:400px;padding:.5rem}.ys-header .ys-mobile-panel .ys-mobile-link{text-align:left;cursor:pointer;width:100%;color:var(--headings);background:0 0;border:none;border-radius:6px;padding:.875rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.95rem;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);display:block}.ys-header .ys-mobile-panel .ys-mobile-link:hover{background:#7f7f7f14}.ys-hero{background-color:var(--bg);isolation:isolate;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;padding-top:160px;padding-bottom:0;display:flex;position:relative;overflow:hidden}.ys-hero .ys-orb--gold{background:radial-gradient(circle,#c4a96252 0%,#0000 70%);width:520px;height:520px;top:-120px;left:50%;transform:translate(-50%)}.ys-hero .ys-orb--violet{background:radial-gradient(circle,#8b5cf62e 0%,#0000 70%);width:380px;height:380px;animation-delay:-6s;bottom:120px;right:-120px}.ys-hero .ys-hero-content{z-index:1;text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;max-width:920px;padding-bottom:4rem;display:flex;position:relative}.ys-hero .ys-hero-status{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-strong);border-radius:999px;align-items:center;gap:.625rem;margin-bottom:2rem;padding:.375rem .5rem .375rem .75rem;display:inline-flex;box-shadow:0 1px 2px #0a0f1c0a}.ys-hero .ys-hero-status .ys-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;position:relative;box-shadow:0 0 0 2px #10b98133}.ys-hero .ys-hero-status .ys-status-dot .ys-status-dot-pulse{background:#10b98166;border-radius:50%;animation:2s ease-in-out infinite ys-pulse-glow;position:absolute;inset:-4px}.ys-hero .ys-hero-status .ys-status-text{color:var(--headings);letter-spacing:.02em;align-items:center;gap:.375rem;padding-right:.5rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:500;display:inline-flex}.ys-hero .ys-hero-status .ys-status-text svg{color:#c4a962}.ys-hero .ys-hero-title{letter-spacing:-.045em;color:var(--headings);margin-bottom:1.5rem;font-size:clamp(2.75rem,6.5vw,5.25rem);font-weight:800;line-height:1.02}.ys-hero .ys-hero-title .gradient-text-gold{display:inline-block;position:relative}.ys-hero .ys-hero-subtitle{color:var(--text);max-width:680px;margin-bottom:2.5rem;font-size:clamp(1.0625rem,1.6vw,1.25rem);font-weight:400;line-height:1.6}.ys-hero .ys-hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.ys-hero .ys-hero-actions .p-button{letter-spacing:-.01em;align-items:center;gap:.5rem;height:52px;border-radius:999px!important;padding:.875rem 1.75rem!important;font-size:.9375rem!important;font-weight:600!important;display:inline-flex!important}.ys-hero .ys-hero-actions .p-button .p-button-label{font-weight:600}.ys-hero .ys-hero-actions .ys-btn-primary span:not(.p-button-icon){align-items:center;gap:.5rem;display:inline-flex}.ys-hero .ys-hero-trustline{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.ys-hero .ys-hero-trustline .ys-trustline-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);border:1px dashed var(--border-strong);border-radius:6px;padding:.25rem .5rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.6875rem}.ys-hero .ys-hero-trustline .ys-trustline-items{color:var(--text);flex-wrap:wrap;align-items:center;gap:.5rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;display:inline-flex}.ys-hero .ys-hero-trustline .ys-trustline-items span{letter-spacing:.01em}.ys-hero .ys-hero-trustline .ys-trustline-items span+span{color:var(--text-muted)}.ys-hero .ys-hero-metrics{z-index:1;background:var(--glass);-webkit-backdrop-filter:blur(16px)saturate(180%);border-top:1px solid var(--border);justify-content:center;align-items:center;width:100%;padding:1.75rem 2rem;display:flex;position:relative}.ys-hero .ys-hero-metrics .ys-metric{flex-direction:column;align-items:center;padding:0 3rem;display:flex}.ys-hero .ys-hero-metrics .ys-metric .ys-metric-val{color:var(--headings);letter-spacing:-.02em;margin-bottom:.25rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:1.375rem;font-weight:600}.ys-hero .ys-hero-metrics .ys-metric .ys-metric-val small{color:var(--text-muted);margin-left:2px;font-size:.75rem;font-weight:500}.ys-hero .ys-hero-metrics .ys-metric .ys-metric-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.6875rem;font-weight:600}.ys-hero .ys-hero-metrics .ys-metric-divider{background:var(--border-strong);width:1px;height:32px}@media (max-width:768px){.ys-hero{padding-top:130px}.ys-hero .ys-hero-metrics{flex-direction:column;gap:1.25rem;padding:1.5rem 1rem}.ys-hero .ys-hero-metrics .ys-metric-divider{display:none}.ys-hero .ys-hero-metrics .ys-metric{padding:0}}.ys-social-proof{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:radial-gradient(ellipse at center, #c4a96208, transparent 60%), var(--bg);padding:3.5rem 0 2.5rem}.ys-social-proof .ys-social-proof-label{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin:0 0 2rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem}@media (max-width:600px){.ys-social-proof .ys-social-proof-label{font-size:.6875rem}}.ys-social-proof .ys-social-proof-strip{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem 2.5rem;display:flex}@media (max-width:768px){.ys-social-proof .ys-social-proof-strip{justify-content:center;gap:1.25rem 2rem}}.ys-social-proof .ys-social-proof-logo{letter-spacing:-.03em;color:var(--text-muted);opacity:.55;-webkit-user-select:none;user-select:none;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1)}.ys-social-proof .ys-social-proof-logo:hover{opacity:1;color:var(--headings)}.ys-pillars{isolation:isolate;position:relative;overflow:hidden}.ys-pillars .ys-grid-bg{opacity:.6}.ys-pillars .ys-pillars-head{text-align:center;z-index:1;max-width:760px;margin:0 auto 3.5rem;position:relative}.ys-pillars .ys-pillars-head .ys-section-subtitle{margin:0 auto}.ys-pillars .ys-pillars-grid{z-index:1;grid-template-columns:repeat(6,1fr);gap:1rem;display:grid;position:relative}@media (max-width:960px){.ys-pillars .ys-pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.ys-pillars .ys-pillars-grid{grid-template-columns:1fr}}.ys-pillars .ys-pillar{background:var(--cards);border:1px solid var(--border-strong);cursor:default;isolation:isolate;border-radius:16px;flex-direction:column;min-height:220px;padding:1.75rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.ys-pillars .ys-pillar--lg{grid-column:span 3;min-height:280px}.ys-pillars .ys-pillar--md{grid-column:span 2}.ys-pillars .ys-pillar--sm{grid-column:span 3}@media (max-width:960px){.ys-pillars .ys-pillar{min-height:200px;grid-column:span 1!important}}.ys-pillars .ys-pillar .ys-pillar-icon{background:var(--bg-elev);border:1px solid var(--border-strong);width:44px;height:44px;color:var(--headings);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex}.ys-pillars .ys-pillar .ys-pillar-tag{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);border:1px solid var(--border-strong);background:var(--bg-elev);border-radius:6px;padding:.25rem .5rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.625rem;position:absolute;top:1.25rem;right:1.25rem}.ys-pillars .ys-pillar .ys-pillar-title{color:var(--headings);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.ys-pillars .ys-pillar--lg .ys-pillar-title{font-size:1.4rem}.ys-pillars .ys-pillar .ys-pillar-desc{color:var(--text);max-width:42ch;margin:0;font-size:.9375rem;line-height:1.55}.ys-pillars .ys-pillar .ys-pillar-glow{opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(circle,#c4a9622e 0%,#0000 70%);width:280px;height:280px;transition:opacity .4s;position:absolute;top:-100px;right:-100px}.ys-pillars .ys-pillar:after{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#0000 60%,#0000);border-radius:16px;padding:1px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ys-pillars .ys-pillar:hover{border-color:#c4a96266;transform:translateY(-4px);box-shadow:0 20px 50px -10px #0a0f1c1f,0 4px 12px #0a0f1c0d,0 0 0 1px #c4a96226}.ys-pillars .ys-pillar:hover .ys-pillar-icon{color:#0a0f1c;background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);border-color:#0000}.ys-pillars .ys-pillar:hover .ys-pillar-glow{opacity:1}.ys-pillars .ys-pillar:hover:after{background:linear-gradient(135deg,#c4a96280,#0000 50%,#c4a96233)}.ys-cases{isolation:isolate;background:0 0;position:relative}.ys-cases .ys-cases-head{text-align:center;max-width:760px;margin:0 auto 3.5rem}.ys-cases .ys-cases-head .ys-section-subtitle{margin:0 auto}.ys-cases .ys-cases-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:960px){.ys-cases .ys-cases-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.ys-cases .ys-cases-grid{grid-template-columns:1fr}}.ys-cases .ys-case{background:var(--cards);border:1px solid var(--border-strong);isolation:isolate;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.75rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.ys-cases .ys-case:after{content:"";opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(circle,#c4a9621f,#0000 70%);width:300px;height:300px;transition:opacity .4s;position:absolute;top:-120px;right:-120px}.ys-cases .ys-case:hover{border-color:#c4a96266;transform:translateY(-4px);box-shadow:0 20px 50px -10px #0a0f1c1f,0 4px 12px #0a0f1c0d,0 0 0 1px #c4a9621f}.ys-cases .ys-case:hover:after{opacity:1}.ys-cases .ys-case-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ys-cases .ys-case-industry{text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.6875rem}.ys-cases .ys-case-badge{color:#c4a962;letter-spacing:.04em;background:#c4a9620f;border:1px solid #c4a9624d;border-radius:6px;padding:.25rem .5rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.6875rem}.ys-cases .ys-case-title{color:var(--headings);letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:700;line-height:1.35}.ys-cases .ys-case-kpi{background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:10px;align-items:center;gap:.875rem;padding:1rem 1.125rem;display:flex}.ys-cases .ys-case-kpi .ys-case-kpi-icon{color:#0a0f1c;background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.ys-cases .ys-case-kpi .ys-case-kpi-value{color:var(--headings);letter-spacing:-.02em;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:1.5rem;font-weight:700;line-height:1}.ys-cases .ys-case-kpi .ys-case-kpi-label{color:var(--text);margin-top:.25rem;font-size:.75rem}.ys-cases .ys-case-delta{flex-direction:column;gap:.5rem;margin:0;display:flex}.ys-cases .ys-case-delta-row{grid-template-columns:64px 1fr;align-items:baseline;gap:.75rem;display:grid}.ys-cases .ys-case-delta-row dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.14em;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.6875rem}.ys-cases .ys-case-delta-row dd{color:var(--text);margin:0;font-size:.8125rem;line-height:1.4}.ys-cases .ys-case-delta-row--after dd{color:var(--headings);font-weight:500}.ys-approach{background:radial-gradient(at top,#c4a9620d 0%,#0000 50%),0 0;position:relative}.ys-approach .ys-approach-grid{grid-template-columns:1.4fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:960px){.ys-approach .ys-approach-grid{grid-template-columns:1fr;gap:3rem}}.ys-approach .ys-approach-content .ys-section-title{margin-bottom:1.5rem}.ys-approach .ys-approach-content .ys-approach-text{color:var(--text);margin:0 0 1rem;font-size:1.0625rem;line-height:1.7}.ys-approach .ys-approach-content .ys-approach-text--muted{color:var(--text-muted)}.ys-approach .ys-approach-content .ys-approach-quote{background:var(--cards);border:1px solid var(--border-strong);border-radius:16px;gap:1.25rem;margin-top:2.5rem;padding:1.5rem 1.75rem;display:flex;position:relative;box-shadow:0 4px 14px #0a0f1c0f,0 2px 4px #0a0f1c0a}.ys-approach .ys-approach-content .ys-approach-quote .ys-approach-quote-bar{background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);border-radius:2px;flex-shrink:0;width:3px}.ys-approach .ys-approach-content .ys-approach-quote .ys-approach-quote-body .ys-approach-quote-tag{color:#c4a962;letter-spacing:.04em;margin-bottom:.5rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem;display:block}.ys-approach .ys-approach-content .ys-approach-quote .ys-approach-quote-body p{color:var(--headings);letter-spacing:-.01em;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;font-weight:500;line-height:1.55}.ys-approach .ys-approach-stats{flex-direction:column;gap:.75rem;display:flex}.ys-approach .ys-approach-stat{background:var(--cards);border:1px solid var(--border-strong);border-radius:16px;gap:1rem;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.ys-approach .ys-approach-stat:before{content:"";background:var(--border-strong);width:3px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:absolute;top:0;bottom:0;left:0}.ys-approach .ys-approach-stat .ys-approach-stat-icon{background:var(--bg-elev);border:1px solid var(--border-strong);width:40px;height:40px;color:var(--headings);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex}.ys-approach .ys-approach-stat .ys-approach-stat-body .ys-approach-stat-value{color:var(--headings);letter-spacing:-.02em;margin-bottom:.25rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:1.5rem;font-weight:700;line-height:1}.ys-approach .ys-approach-stat .ys-approach-stat-body .ys-approach-stat-label{color:var(--headings);margin-bottom:.125rem;font-size:.875rem;font-weight:600}.ys-approach .ys-approach-stat .ys-approach-stat-body .ys-approach-stat-desc{color:var(--text-muted);font-size:.8125rem}.ys-approach .ys-approach-stat:hover{border-color:#c4a96259;transform:translate(4px)}.ys-approach .ys-approach-stat:hover:before{background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%)}.ys-approach .ys-approach-stat:hover .ys-approach-stat-icon{color:#0a0f1c;background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);border-color:#0000}.ys-approach .ys-approach-stat:hover .ys-approach-stat-value{color:#c4a962}.ys-process{background:radial-gradient(at top,#c4a9620a,#0000 50%),0 0;position:relative}.ys-process .ys-process-head{text-align:center;max-width:760px;margin:0 auto 3.5rem}.ys-process .ys-process-head .ys-section-subtitle{margin:0 auto}.ys-process .ys-process-track{flex-direction:column;gap:0;display:flex}.ys-process .ys-process-step{grid-template-columns:56px 1fr;align-items:stretch;gap:1.5rem;min-height:140px;display:grid}@media (max-width:560px){.ys-process .ys-process-step{grid-template-columns:40px 1fr;gap:1rem}}.ys-process .ys-process-step-rail{flex-direction:column;align-items:center;padding-top:4px;display:flex;position:relative}.ys-process .ys-process-step-dot{color:#0a0f1c;width:40px;height:40px;box-shadow:0 0 0 4px var(--bg), 0 0 0 5px #c4a96233, 0 8px 20px -4px #c4a96259;z-index:1;background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}@media (max-width:560px){.ys-process .ys-process-step-dot{width:32px;height:32px}}.ys-process .ys-process-step-line{background:linear-gradient(to bottom, #c4a96266, var(--border-strong));flex:1;width:2px;margin-top:4px;margin-bottom:-4px}.ys-process .ys-process-step-card{background:var(--cards);border:1px solid var(--border-strong);border-radius:16px;margin-bottom:1.25rem;padding:1.5rem 1.75rem;transition:all .3s cubic-bezier(.25,.8,.25,1)}.ys-process .ys-process-step-card:hover{border-color:#c4a96259;transform:translate(4px)}@media (max-width:560px){.ys-process .ys-process-step-card{padding:1.25rem}}.ys-process .ys-process-step-head{flex-wrap:wrap;align-items:baseline;gap:.875rem;margin-bottom:.625rem;display:flex}.ys-process .ys-process-step-head .ys-process-step-phase{color:#c4a962;letter-spacing:.12em;font-size:.75rem}.ys-process .ys-process-step-head .ys-process-step-title{color:var(--headings);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.ys-process .ys-process-step-head .ys-process-step-duration{color:var(--text-muted);border:1px dashed var(--border-strong);letter-spacing:.04em;border-radius:6px;margin-left:auto;padding:.25rem .625rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.6875rem}.ys-process .ys-process-step-desc{color:var(--text);margin:0 0 1rem;font-size:.9375rem;line-height:1.55}.ys-process .ys-process-step-deliverables{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ys-process .ys-process-step-deliverables li{color:var(--headings);background:var(--bg-elev);border:1px solid var(--border);letter-spacing:.02em;border-radius:6px;padding:.3125rem .625rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.ys-process .ys-process-step-deliverables li:before{content:"✓";color:#c4a962;margin-right:.375rem;font-weight:700}.ys-proof{isolation:isolate;background-color:#0000;position:relative}.ys-proof .ys-proof-head{text-align:center;max-width:760px;margin:0 auto 3.5rem}.ys-proof .ys-proof-head .ys-section-subtitle{margin:0 auto}.ys-proof .ys-arch-window{background:var(--cards);border:1px solid var(--border-strong);border-radius:16px;max-width:820px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 50px -10px #0a0f1c1f,0 4px 12px #0a0f1c0d,0 0 0 1px #c4a9622e,0 12px 28px -6px #c4a9621f}.ys-proof .ys-arch-window:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#c4a96266,#0000 40% 60%,#c4a96233);border-radius:16px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ys-proof .ys-arch-window .ys-arch-titlebar{background:var(--bg-elev);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.ys-proof .ys-arch-window .ys-arch-titlebar .ys-dot{border-radius:50%;width:11px;height:11px}.ys-proof .ys-arch-window .ys-arch-titlebar .ys-dot--red{background-color:#ff5f56}.ys-proof .ys-arch-window .ys-arch-titlebar .ys-dot--yellow{background-color:#ffbd2e}.ys-proof .ys-arch-window .ys-arch-titlebar .ys-dot--green{background-color:#27c93f}.ys-proof .ys-arch-window .ys-arch-titlebar .ys-arch-tab{background:var(--cards);border:1px solid var(--border-strong);color:var(--headings);border-radius:6px;align-items:center;gap:.5rem;margin-left:1rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.ys-proof .ys-arch-window .ys-arch-titlebar .ys-arch-tab svg{color:#c4a962}.ys-proof .ys-arch-window .ys-arch-titlebar .ys-arch-meta{color:var(--text-muted);letter-spacing:.04em;margin-left:auto;font-size:.6875rem}.ys-proof .ys-arch-window .ys-arch-body{background:radial-gradient(circle at top, #c4a9620a, transparent 60%), var(--cards);padding:2.5rem 2rem}@media (max-width:600px){.ys-proof .ys-arch-window .ys-arch-body{padding:1.5rem 1rem}}.ys-proof .ys-arch-window .ys-arch-grid{flex-direction:column;align-items:stretch;gap:0;display:flex}.ys-proof .ys-arch-window .ys-arch-node{border:1px solid var(--border-strong);background:var(--bg);border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:1.125rem 1.5rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:grid;position:relative;overflow:hidden}.ys-proof .ys-arch-window .ys-arch-node:before{content:"";background:var(--border-strong);width:3px;position:absolute;top:0;bottom:0;left:0}.ys-proof .ys-arch-window .ys-arch-node .ys-arch-node-icon{background:var(--bg-elev);border:1px solid var(--border-strong);width:40px;height:40px;color:var(--headings);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ys-proof .ys-arch-window .ys-arch-node .ys-arch-node-body{min-width:0}.ys-proof .ys-arch-window .ys-arch-node .ys-arch-node-body .ys-arch-node-tag{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:.25rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.65rem}.ys-proof .ys-arch-window .ys-arch-node .ys-arch-node-body .ys-arch-node-label{color:var(--headings);letter-spacing:-.01em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700}.ys-proof .ys-arch-window .ys-arch-node .ys-arch-node-body .ys-arch-node-desc{color:var(--text);margin-top:.125rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.ys-proof .ys-arch-window .ys-arch-node .ys-arch-node-index{color:var(--text-muted);opacity:.7;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.ys-proof .ys-arch-window .ys-arch-node.is-highlight{background:linear-gradient(135deg,#c4a96214,#c4a96205);border-color:#c4a96266;box-shadow:0 0 0 1px #c4a96226,0 12px 24px -8px #c4a9622e}.ys-proof .ys-arch-window .ys-arch-node.is-highlight:before{background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%)}.ys-proof .ys-arch-window .ys-arch-node.is-highlight .ys-arch-node-icon{color:#0a0f1c;background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);border-color:#0000}.ys-proof .ys-arch-window .ys-arch-node.is-highlight .ys-arch-node-tag{color:#c4a962}.ys-proof .ys-arch-window .ys-arch-node.is-highlight .ys-arch-node-index{color:#c4a962;opacity:1}.ys-proof .ys-arch-window .ys-arch-connector{flex-direction:column;align-items:center;height:36px;display:flex;position:relative}.ys-proof .ys-arch-window .ys-arch-connector .ys-arch-connector-line{background:linear-gradient(to bottom, var(--border-strong), #c4a96266);flex:1;width:1px}.ys-proof .ys-arch-window .ys-arch-connector .ys-arch-connector-arrow{color:#c4a962;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.875rem;line-height:1;position:absolute;bottom:2px}.ys-proof .ys-arch-window .ys-arch-footer{background:var(--bg-elev);border-top:1px solid var(--border);color:var(--text-muted);letter-spacing:.04em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.6875rem;display:flex}.ys-proof .ys-arch-window .ys-arch-footer .ys-arch-status{color:var(--text);align-items:center;gap:.5rem;font-weight:500;display:inline-flex}.ys-proof .ys-arch-window .ys-arch-footer .ys-arch-status .ys-arch-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #10b98180}.ys-faq{position:relative}.ys-faq .ys-faq-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}@media (max-width:960px){.ys-faq .ys-faq-grid{grid-template-columns:1fr;gap:2.5rem}}.ys-faq .ys-faq-head{position:sticky;top:100px}@media (max-width:960px){.ys-faq .ys-faq-head{position:static}}.ys-faq .ys-faq-head .ys-section-title{margin-bottom:1rem}.ys-faq .ys-faq-list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.ys-faq .ys-faq-item{border:1px solid var(--border-strong);background:var(--cards);border-radius:16px;transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden}.ys-faq .ys-faq-item.is-open{border-color:#c4a96266;box-shadow:0 0 0 1px #c4a9621f,0 4px 14px #0a0f1c0f,0 2px 4px #0a0f1c0a}.ys-faq .ys-faq-trigger{cursor:pointer;text-align:left;width:100%;color:var(--headings);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.ys-faq .ys-faq-trigger:hover{background:#7f7f7f0a}.ys-faq .ys-faq-trigger:focus-visible{outline-offset:-2px;outline:2px solid #c4a962}.ys-faq .ys-faq-trigger .ys-faq-q{letter-spacing:-.01em;font-size:1rem;font-weight:600;line-height:1.4}.ys-faq .ys-faq-trigger .ys-faq-icon{background:var(--bg-elev);border:1px solid var(--border-strong);width:32px;height:32px;color:var(--headings);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex}.ys-faq .is-open .ys-faq-trigger .ys-faq-icon{color:#0a0f1c;background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);border-color:#0000}.ys-faq .ys-faq-panel{opacity:0;max-height:0;padding:0 1.5rem;transition:max-height .3s,opacity .2s,padding .2s;overflow:hidden}.ys-faq .ys-faq-panel p{color:var(--text);margin:0;padding-bottom:1.25rem;font-size:.9375rem;line-height:1.65}.ys-faq .is-open .ys-faq-panel{opacity:1;max-height:500px}.ys-capture{isolation:isolate;background:radial-gradient(at 100% 100%,#c4a9620f 0%,#0000 50%),0 0;position:relative;overflow:hidden}.ys-capture .ys-orb--gold-soft{background:radial-gradient(circle,#c4a9622e 0%,#0000 70%);width:480px;height:480px;top:20%;left:-150px}.ys-capture .ys-capture-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}@media (max-width:960px){.ys-capture .ys-capture-grid{grid-template-columns:1fr;gap:2.5rem}}.ys-capture .ys-capture-context .ys-capture-headline{letter-spacing:-.03em;color:var(--headings);margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.1}.ys-capture .ys-capture-context .ys-capture-pitch{color:var(--text);max-width:460px;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}.ys-capture .ys-capture-context .ys-capture-perks{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.ys-capture .ys-capture-context .ys-capture-perks li{color:var(--text);align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.ys-capture .ys-capture-context .ys-capture-perks li strong{color:var(--headings);font-weight:600}.ys-capture .ys-capture-context .ys-capture-perks .ys-capture-perk-icon{color:#c4a962;background:#c4a9621f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ys-capture .ys-capture-box{background:var(--cards);border:1px solid var(--border-strong);-webkit-backdrop-filter:blur(10px);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 20px 50px -10px #0a0f1c1f,0 4px 12px #0a0f1c0d,0 0 0 1px #c4a9622e,0 12px 28px -6px #c4a9621f}.ys-capture .ys-capture-box:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#c4a96266,#0000 40% 60%,#c4a96240);border-radius:16px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ys-capture .ys-capture-box .ys-capture-box-head{background:var(--bg-elev);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.ys-capture .ys-capture-box .ys-capture-box-head .ys-capture-dots{gap:.375rem;display:inline-flex}.ys-capture .ys-capture-box .ys-capture-box-head .ys-capture-dots .ys-dot{border-radius:50%;width:10px;height:10px}.ys-capture .ys-capture-box .ys-capture-box-head .ys-capture-dots .ys-dot--red{background:#ff5f56}.ys-capture .ys-capture-box .ys-capture-box-head .ys-capture-dots .ys-dot--yellow{background:#ffbd2e}.ys-capture .ys-capture-box .ys-capture-box-head .ys-capture-dots .ys-dot--green{background:#27c93f}.ys-capture .ys-capture-box .ys-capture-box-head .ys-capture-box-title{color:var(--text-muted);margin-left:auto;margin-right:auto;font-size:.75rem}.ys-capture .ys-capture-box .ys-capture-form{flex-direction:column;gap:1.25rem;padding:2rem;display:flex}@media (max-width:480px){.ys-capture .ys-capture-box .ys-capture-form{padding:1.5rem}}.ys-capture .ys-capture-box .ys-field{flex-direction:column;gap:.5rem;display:flex}.ys-capture .ys-capture-box .ys-field .ys-field-label{color:var(--headings);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:inline-flex}.ys-capture .ys-capture-box .ys-field .ys-field-label svg{color:#c4a962}.ys-capture .ys-capture-box .ys-field .p-inputtext{width:100%}.ys-capture .ys-capture-box .ys-field .ys-field-error{color:#ef4444;margin-top:-.125rem;font-size:.75rem;line-height:1.3}.ys-capture .ys-capture-box .ys-field.has-error .p-inputtext{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}.ys-capture .ys-capture-box .ys-capture-submit{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;border-radius:999px!important;padding:1rem 1.5rem!important;font-size:.9375rem!important;font-weight:600!important;display:inline-flex!important}.ys-capture .ys-capture-box .ys-capture-disclaimer{text-align:center;color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.5}.ys-toast-premium .p-toast-message{background:var(--cards);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border-strong);color:var(--text);border-radius:10px;box-shadow:0 20px 50px -10px #0a0f1c1f,0 4px 12px #0a0f1c0d}.ys-toast-premium .p-toast-message .p-toast-message-content{align-items:center}.ys-toast-premium .p-toast-message .p-toast-summary{color:var(--headings)}.ys-toast-premium .p-toast-message .p-toast-detail{color:var(--text)}.ys-toast-premium .p-toast-message .p-toast-icon-close{color:var(--text-muted)}.ys-toast-premium .p-toast-message .p-toast-icon-close:hover{background:#7f7f7f14}.ys-toast-premium .p-toast-message-success{border-left:4px solid #10b981}.ys-toast-premium .p-toast-message-success .p-toast-message-icon{color:#10b981}.ys-toast-premium .p-toast-message-error{border-left:4px solid #ff5f56}.ys-toast-premium .p-toast-message-error .p-toast-message-icon{color:#ff5f56}.ys-toast-premium .p-toast-message-info{border-left:4px solid #c4a962}.ys-toast-premium .p-toast-message-info .p-toast-message-icon{color:#c4a962}.ys-footer{background:radial-gradient(ellipse at top, #c4a9620a 0%, transparent 50%), var(--bg-elev);border-top:1px solid var(--border);padding:5rem 0 2rem;position:relative}.ys-footer:before{content:"";background:linear-gradient(90deg,#0000,#c4a96280,#0000);height:1px;position:absolute;top:0;left:0;right:0}.ys-footer .ys-footer-top{border-bottom:1px solid var(--border);grid-template-columns:1.6fr repeat(3,1fr);gap:3rem;padding-bottom:3rem;display:grid}@media (max-width:960px){.ys-footer .ys-footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:560px){.ys-footer .ys-footer-top{grid-template-columns:1fr;gap:2rem}}.ys-footer .ys-footer-brand-col{max-width:320px}.ys-footer .ys-footer-brand-col .ys-footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ys-footer .ys-footer-brand-col .ys-footer-logo svg{filter:drop-shadow(0 0 6px #c4a96259)}.ys-footer .ys-footer-brand-col .ys-footer-logo .ys-footer-name{color:var(--headings);letter-spacing:-.04em;font-size:1.25rem;font-weight:800}.ys-footer .ys-footer-brand-col .ys-footer-logo .ys-footer-dot{color:#c4a962;margin-left:-2px;font-size:1.75rem;line-height:0}.ys-footer .ys-footer-brand-col .ys-footer-tagline{color:var(--text);margin:0 0 1.5rem;font-size:.9375rem;line-height:1.55}.ys-footer .ys-footer-brand-col .ys-footer-social{gap:.5rem;display:flex}.ys-footer .ys-footer-brand-col .ys-footer-social a{background:var(--cards);border:1px solid var(--border-strong);width:36px;height:36px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex}.ys-footer .ys-footer-brand-col .ys-footer-social a:hover{color:#c4a962;border-color:#c4a96266;transform:translateY(-2px)}.ys-footer .ys-footer-col .ys-footer-col-title{text-transform:uppercase;letter-spacing:.12em;color:var(--headings);margin:0 0 1.25rem;font-size:.75rem;font-weight:600}.ys-footer .ys-footer-col ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ys-footer .ys-footer-col ul a{color:var(--text);align-items:center;gap:.25rem;font-size:.875rem;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-flex}.ys-footer .ys-footer-col ul a:hover{color:#c4a962}.ys-footer .ys-footer-col ul a svg{opacity:.6}.ys-footer .ys-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}.ys-footer .ys-footer-bottom .ys-footer-copyright{color:var(--text-muted);font-size:.8125rem}.ys-footer .ys-footer-bottom .ys-footer-status{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;display:inline-flex}.ys-footer .ys-footer-bottom .ys-footer-status .ys-footer-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2.5s ease-in-out infinite ys-pulse-glow;box-shadow:0 0 8px #10b98180}.ys-legal-page{background-color:var(--bg);min-height:100vh;padding-top:160px;padding-bottom:120px;position:relative;overflow:hidden}.ys-legal-page .ys-legal-container{z-index:1;max-width:800px;margin:0 auto;position:relative}.ys-legal-page .ys-legal-header{text-align:left;margin-bottom:3.5rem}.ys-legal-page .ys-legal-header .ys-eyebrow{margin-bottom:.75rem}.ys-legal-page .ys-legal-header .ys-legal-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.1}.ys-legal-page .ys-legal-header .ys-legal-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1.5rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem;display:flex}.ys-legal-page .ys-legal-header .ys-legal-meta span{align-items:center;gap:.375rem;display:inline-flex}.ys-legal-page .ys-legal-content{background:var(--glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:16px;padding:2.5rem;box-shadow:0 4px 14px #0a0f1c0f,0 2px 4px #0a0f1c0a}.ys-legal-page .ys-legal-content h2{color:var(--headings);letter-spacing:-.015em;align-items:center;gap:.625rem;margin-top:2.5rem;margin-bottom:1rem;font-size:1.375rem;font-weight:700;display:flex}.ys-legal-page .ys-legal-content h2:before{content:"//";color:#c4a962;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:1.125rem;font-weight:600}.ys-legal-page .ys-legal-content h2:first-of-type{margin-top:0}.ys-legal-page .ys-legal-content h3{color:var(--headings);margin-top:1.75rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.ys-legal-page .ys-legal-content p{color:var(--text);margin-bottom:1.25rem;font-size:.9625rem;line-height:1.65}.ys-legal-page .ys-legal-content p strong{color:var(--headings)}.ys-legal-page .ys-legal-content ul,.ys-legal-page .ys-legal-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.ys-legal-page .ys-legal-content ul li,.ys-legal-page .ys-legal-content ol li{color:var(--text);margin-bottom:.625rem;font-size:.9625rem;line-height:1.6}.ys-legal-page .ys-legal-content ul li::marker{color:#c4a962}.ys-legal-page .ys-legal-content ol li::marker{color:#c4a962}.ys-legal-page .ys-legal-content ul li strong,.ys-legal-page .ys-legal-content ol li strong{color:var(--headings)}.ys-legal-page .ys-legal-content .ys-legal-highlight-box{background:#c4a9620a;border-left:3px solid #c4a962;border-radius:0 6px 6px 0;margin:2rem 0;padding:1.5rem}.ys-legal-page .ys-legal-content .ys-legal-highlight-box p{color:var(--headings);margin-bottom:0;font-size:.9375rem;font-weight:500}.ys-legal-page .ys-legal-content .ys-legal-contact-card{background:var(--bg-elev);border:1px solid var(--border-strong);text-align:center;border-radius:10px;margin-top:3rem;padding:2rem}.ys-legal-page .ys-legal-content .ys-legal-contact-card h3{color:var(--headings);margin-top:0}.ys-legal-page .ys-legal-content .ys-legal-contact-card p{max-width:480px;margin:0 auto 1.5rem;font-size:.9rem}.ys-legal-page .ys-legal-content .ys-legal-contact-card .ys-contact-email{color:#c4a962;background:#c4a96214;border:1px solid #c4a96233;border-radius:6px;padding:.5rem 1.25rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:1rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-block}.ys-legal-page .ys-legal-content .ys-legal-contact-card .ys-contact-email:hover{color:#e0c277;background:#c4a96224;border-color:#c4a96266}.ys-legal-page .ys-orb--legal{background:radial-gradient(circle,#4ac4d814 0%,#0000 70%);width:600px;height:600px;top:-200px;left:-200px}.ys-legal-page .ys-orb--legal-2{background:radial-gradient(circle,#c4a9620f 0%,#0000 70%);width:500px;height:500px;bottom:-100px;right:-100px}@media (max-width:768px){.ys-legal-page{padding-top:120px;padding-bottom:80px}.ys-legal-page .ys-legal-content{padding:1.5rem}}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix)format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2)format("woff2"),url(/assets/primeicons-WjwUDZjB.woff)format("woff"),url(/assets/primeicons-MpK4pl85.ttf)format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons)format("svg");font-weight:400;font-style:normal}.pi{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:primeicons;font-style:normal;font-weight:400;line-height:1;display:inline-block}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{text-align:center;width:1.28571em}.pi-spin{animation:2s linear infinite fa-spin}@media (prefers-reduced-motion:reduce){.pi-spin{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#fcfcfd;--bg-elev:#f5f5f7;--headings:#0a0f1c;--text:#4b5563;--text-muted:#6b7280;--cards:#fff;--border:#0a0f1c14;--border-strong:#0a0f1c1f;--glass:#ffffffa6;--gradient-headline:linear-gradient(180deg, #0a0f1c 0%, #2a3142 100%)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html.dark-theme{--bg:#08090c;--bg-elev:#12141a;--headings:#fff;--text:#9ca3af;--text-muted:#6b7280;--cards:#14171f;--border:#ffffff14;--border-strong:#ffffff24;--glass:#14171f8c;--gradient-headline:linear-gradient(180deg, #fff 0%, #b3baca 100%)}*{box-sizing:border-box}html,body{scroll-behavior:smooth;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01", "cv11";font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--headings);letter-spacing:-.02em;margin:0;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1)}::selection{color:var(--headings);background:#c4a96240}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7f7f7f40 padding-box content-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#7f7f7f66 padding-box content-box}.p-button{letter-spacing:-.01em;cursor:pointer;border:1px solid var(--border-strong)!important;color:var(--headings)!important;background-color:#0000!important;border-radius:6px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-weight:600!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.p-button:hover{background-color:#c4a96214!important;border-color:#c4a96266!important}.p-button.p-button-primary{box-shadow:0 8px 24px -8px #c4a96280,inset 0 1px #ffffff40;color:#0a0f1c!important;background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%)!important;border-color:#0000!important}.p-button.p-button-primary:hover{transform:translateY(-1px);box-shadow:0 12px 32px -8px #c4a962b3,inset 0 1px #ffffff4d;background:linear-gradient(135deg,#e0c277 0%,#c4a962 100%)!important}.p-button.p-button-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.p-button.p-button-outlined{border:1px solid var(--border-strong)!important;color:var(--headings)!important;background:0 0!important}.p-button.p-button-outlined:hover{border-color:var(--headings)!important;background-color:#7f7f7f14!important}.p-inputtext{border:1px solid var(--border-strong)!important;color:var(--headings)!important;background-color:#0000!important;border-radius:6px!important;padding:.875rem 1rem!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:.95rem!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.p-inputtext::placeholder{color:var(--text-muted)}.p-inputtext:focus{border-color:#c4a962!important;outline:none!important;box-shadow:0 0 0 3px #c4a96226!important}.p-inputgroup-addon{border:1px solid var(--border-strong)!important;color:var(--text-muted)!important;background:0 0!important;border-right:none!important}.container{max-width:1240px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2rem}}.text-primary{color:#c4a962}.font-code{font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace}.gradient-text{background:var(--gradient-headline);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-gold{background:linear-gradient(135deg,#c4a962 0%,#e0c277 100%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ys-section{padding:6rem 0;position:relative}@media (max-width:768px){.ys-section{padding:4rem 0}}.ys-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#c4a962;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:500;display:inline-flex}.ys-eyebrow:before{content:"";background:currentColor;width:24px;height:1px;display:inline-block}.ys-section-title{letter-spacing:-.03em;color:var(--headings);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.ys-section-subtitle{color:var(--text);max-width:640px;font-size:1.0625rem;line-height:1.6}.ys-grid-bg{background-size:48px 48px;background-image:linear-gradient(to right, var(--border) 1px, transparent 1px), linear-gradient(to bottom, var(--border) 1px, transparent 1px);pointer-events:none;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}@keyframes ys-float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes ys-pulse-glow{0%,to{opacity:.4}50%{opacity:.7}}@keyframes ys-blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes ys-shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.ys-orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;animation:18s ease-in-out infinite ys-float,8s ease-in-out infinite ys-pulse-glow;position:absolute}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
