:root{--font-heading: "Poppins", ui-sans-serif, system-ui, sans-serif;--font-sans: "Poppins", ui-sans-serif, system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--background: oklch(.982 .004 264.11);--foreground: oklch(.155 .03 264.11);--card: oklch(1 0 0);--card-foreground: oklch(.155 .03 264.11);--primary: oklch(.53 .16 313.1);--primary-foreground: oklch(.99 0 0);--secondary: oklch(.952 .007 264.11);--muted: oklch(.952 .007 264.11);--muted-foreground: oklch(.495 .027 264.11);--accent: oklch(.94 .008 264.11);--border: oklch(.91 .01 264.11);--destructive: oklch(.599 .211 3.15);--ring: oklch(.53 .16 313.1);--radius: .375rem;--gain: #10b981;--loss: #f43f5e;--warning: #f59e0b;--bg-dark: oklch(.143 .037 264.11);--bg-dark-card: oklch(.221 .033 264.11);--text-on-dark: oklch(.98 .005 264.11);--text-on-dark-muted: oklch(.75 .015 264.11);--container-max: 1200px;--container-narrow: 800px;--section-py: 5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);line-height:1.6;font-size:14px;position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:linear-gradient(to right,currentColor 1px,transparent 1px),linear-gradient(to bottom,currentColor 1px,transparent 1px);background-size:80px 50px;z-index:-1}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.t-display{font-size:28px;font-weight:600;letter-spacing:-.02em;line-height:1.2;font-family:var(--font-heading)}.t-h1{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.3;font-family:var(--font-heading)}.t-h2{font-size:16px;font-weight:600;line-height:1.35;font-family:var(--font-heading)}.t-eyebrow{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.t-num-lg{font-size:32px;font-weight:600;letter-spacing:-.025em;line-height:1;font-variant-numeric:tabular-nums}.t-num{font-size:14px;font-weight:500;font-variant-numeric:tabular-nums}.t-mono{font-family:var(--font-mono);font-size:13px;font-weight:500}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.15;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(2rem,4vw,3rem);font-weight:800}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.125rem,2vw,1.5rem)}p{max-width:65ch}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:var(--radius);font-family:var(--font-sans);font-size:13px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn--primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn--primary:hover{filter:brightness(.9);box-shadow:0 1px 3px #00000014}.btn--ghost{background:transparent;color:var(--foreground);border-color:var(--border)}.btn--ghost:hover{background:var(--accent)}.btn--secondary{background:var(--secondary);color:var(--secondary-foreground);border-color:var(--border)}.btn--secondary:hover{filter:brightness(.95)}.btn--large{padding:.625rem 1.5rem;font-size:14px}.btn--full{width:100%}.header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--card) 85%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header__nav{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem;height:56px;display:flex;align-items:center;justify-content:space-between}.header__brand{display:flex;align-items:center;gap:.5rem}.header__brand-name{font-family:var(--font-heading);font-weight:300;font-size:16px;color:var(--primary);letter-spacing:-.01em}.header__links{display:none;align-items:center;gap:1.75rem}.header__link{font-size:13px;font-weight:500;color:var(--muted-foreground);transition:color .15s}.header__link:hover,.header__link--active{color:var(--primary)}.header__actions{display:none;align-items:center;gap:.5rem}.header__mobile-toggle{display:flex;background:none;border:none;cursor:pointer;color:var(--foreground);padding:.25rem}.header__mobile-menu{display:none;flex-direction:column;padding:.75rem 1.5rem 1.25rem;border-top:1px solid var(--border)}.header__mobile-menu--open{display:flex}.header__mobile-link{padding:.625rem 0;font-size:14px;font-weight:500;color:var(--muted-foreground);border-bottom:1px solid var(--border)}.header__mobile-actions{margin-top:.75rem}@media(min-width:768px){.header__links,.header__actions{display:flex}.header__mobile-toggle{display:none}.header__mobile-menu{display:none!important}}.footer{background:var(--bg-dark);color:var(--text-on-dark);padding:3rem 1.5rem 1.5rem}.footer__grid{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem}.footer__brand{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer__brand img{filter:brightness(1.5)}.footer__brand span{font-family:var(--font-heading);font-weight:300;font-size:16px;color:var(--primary)}.footer__tagline{font-size:13px;color:var(--text-on-dark-muted);line-height:1.6}.footer__link-col{display:flex;flex-direction:column;gap:.5rem}.footer__link-col h4{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-on-dark);margin-bottom:.25rem}.footer__link-col a{font-size:13px;color:var(--text-on-dark-muted);transition:color .15s}.footer__link-col a:hover{color:var(--primary)}.footer__bottom{max-width:var(--container-max);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid oklch(1 0 0 / .06);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}.footer__bottom p{font-size:12px;color:var(--text-on-dark-muted)}.footer__disclaimer{max-width:500px;opacity:.7}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand-col{grid-column:1 / -1}.footer__bottom{flex-direction:column}}.section{padding:var(--section-py) 1.5rem}.section--alt{background:var(--secondary)}.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}.section__header{text-align:center;max-width:600px;margin:0 auto 3rem}.section__eyebrow{display:inline-block;margin-bottom:.75rem}.section__title{margin-bottom:.75rem}.section__subtitle{font-size:14px;color:var(--muted-foreground);line-height:1.6}.home-section{border-top:1px solid var(--border)}.home-section .section__top{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.25rem}.home-section .section__header{text-align:left;margin:0}.home-section .section__eyebrow{margin-bottom:.55rem;color:var(--primary);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-section .section__title{margin-bottom:.45rem}.section__link{flex-shrink:0;color:var(--primary);font-size:13px;font-weight:600;padding-bottom:.15rem;border-bottom:1px solid color-mix(in srgb,var(--primary) 24%,transparent)}@media(max-width:700px){.home-section .section__top{display:grid;gap:.8rem}.section__link{justify-self:start}}.hero{padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,color-mix(in srgb,var(--primary) 6%,transparent) 0%,transparent 70%);pointer-events:none}.hero__content{position:relative;max-width:700px;margin:0 auto}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:transparent;border:1px solid color-mix(in srgb,var(--primary) 15%,transparent);border-radius:999px;font-size:12px;font-weight:500;color:var(--primary);margin-bottom:1.5rem}.hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--gain);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{margin-bottom:1.25rem}.hero h1 .accent{color:var(--primary)}.hero__subtitle{font-size:15px;color:var(--muted-foreground);max-width:520px;margin:0 auto 2rem;line-height:1.7}.hero__actions{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.hero__stats{display:flex;justify-content:center;gap:2.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.hero__stat{text-align:center}.hero__stat-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.hero__stat-label{font-size:12px;color:var(--muted-foreground);margin-top:.125rem}.features-grid{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.6);padding:1.5rem;transition:all .15s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.feature-card:hover{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 0 16px -4px color-mix(in srgb,var(--primary) 20%,transparent)}.feature-card__icon{width:40px;height:40px;border-radius:calc(var(--radius) * 1.4);background:transparent;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary)}.feature-card__emoji{font-size:1.25rem;line-height:1}.feature-card__title{font-size:15px;font-weight:600;margin-bottom:.375rem;font-family:var(--font-heading)}.feature-card__desc{font-size:13px;color:var(--muted-foreground);line-height:1.6;flex:1}.feature-card__cta{display:inline-block;margin-top:1rem;color:var(--primary);font-size:13px;font-weight:500}.home-section .features-grid{gap:.85rem}.home-section .feature-card{position:relative;background:color-mix(in srgb,var(--card) 94%,transparent);border-radius:8px;padding:1.1rem;min-height:180px}.home-section .feature-card:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));box-shadow:0 12px 28px -24px color-mix(in srgb,var(--primary) 80%,transparent);transform:translateY(-1px)}.feature-card__index{color:var(--primary);font-size:11px;font-weight:600;margin-bottom:1rem}.home-section .feature-card__cta{font-size:12px;font-weight:600}.home-section .feature-card__cta:after{content:" →"}.steps{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;counter-reset:step}.step{position:relative;padding:1.5rem;counter-increment:step}.step:before{content:counter(step);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--primary);color:var(--primary-foreground);font-family:var(--font-heading);font-weight:700;font-size:14px;margin-bottom:1rem}.step__title{font-size:15px;font-weight:600;margin-bottom:.375rem;font-family:var(--font-heading)}.step__desc{font-size:13px;color:var(--muted-foreground);line-height:1.6}.cta{text-align:center;padding:4rem 1.5rem;background:var(--bg-dark);color:var(--text-on-dark)}.cta h2{margin-bottom:.75rem;color:var(--text-on-dark)}.cta p{color:var(--text-on-dark-muted);font-size:14px;max-width:460px;margin:0 auto 1.5rem}.cta .btn--primary{background:var(--primary-foreground);color:var(--primary);border-color:var(--primary-foreground)}.cta .btn--primary:hover{background:var(--secondary)}.pricing-grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.pricing-card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.6);padding:2rem 1.5rem;text-align:center;position:relative;transition:all .15s ease}.pricing-card--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 0 16px -4px color-mix(in srgb,var(--primary) 20%,transparent)}.pricing-card--featured:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.125rem .75rem;background:var(--primary);color:var(--primary-foreground);font-size:11px;font-weight:600;border-radius:999px}.pricing-card__name{font-size:16px;font-weight:600;margin-bottom:.375rem;font-family:var(--font-heading)}.pricing-card__price{font-family:var(--font-heading);font-size:2rem;font-weight:800;margin-bottom:.125rem}.pricing-card__period{font-size:13px;color:var(--muted-foreground);margin-bottom:1.5rem}.pricing-card__features{list-style:none;text-align:left;margin-bottom:1.5rem}.pricing-card__features li{padding:.375rem 0;font-size:13px;color:var(--muted-foreground);display:flex;align-items:center;gap:.5rem}.pricing-card__features li:before{content:"✓";color:var(--gain);font-weight:700;flex-shrink:0}.feature-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.feature-section__grid--reverse .feature-section__text{order:2}.feature-section__grid--reverse .feature-section__visual{order:1}.feature-section__text .feature-card__icon{margin-bottom:1.25rem}.feature-section__text h2{margin-bottom:.75rem}.feature-section__text p{color:var(--muted-foreground);font-size:14px;line-height:1.7;margin-bottom:1.25rem}.feature-section__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.feature-section__list li{display:flex;align-items:flex-start;gap:.5rem;color:var(--muted-foreground);font-size:13px}.feature-section__list li:before{content:"✓";color:var(--gain);font-weight:700;flex-shrink:0}.feature-section__visual{border-radius:calc(var(--radius) * 1.6);padding:1.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:13 / 10}.feature-section__visual img{max-width:100%;max-height:100%;object-fit:contain;display:block;border-radius:calc(var(--radius) * .8);box-shadow:0 4px 12px -4px #0000001a}@media(max-width:768px){.feature-section__grid{grid-template-columns:1fr}.feature-section__grid--reverse .feature-section__text,.feature-section__grid--reverse .feature-section__visual{order:unset}}.feature-heading{display:flex;align-items:center;gap:.75rem}.anchor-link{color:var(--primary);opacity:0;font-size:.8em;font-weight:400;transition:opacity .2s,transform .2s;text-decoration:none}.feature-heading:hover .anchor-link{opacity:.6}.anchor-link:hover{opacity:1!important;transform:scale(1.1)}.page-hero{padding:1.5rem;text-align:center;background:transparent}.page-hero h1{margin-bottom:.75rem}.page-hero p{font-size:14px;color:var(--muted-foreground);max-width:520px;margin:0 auto}.about-body{max-width:var(--container-narrow);margin:0 auto}.about-body h2{margin-bottom:1.25rem}.about-body p{font-size:14px;color:var(--muted-foreground);line-height:1.8;margin-bottom:1.25rem}.belief-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.belief-list li{display:flex;gap:.75rem;align-items:flex-start;font-size:14px}.belief-list li strong{color:var(--foreground)}.belief-list li span{color:var(--muted-foreground)}.belief-arrow{color:var(--primary);font-size:1rem;flex-shrink:0;margin-top:2px}.faq-section{max-width:600px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item summary{font-weight:600;font-size:14px;cursor:pointer}.faq-item p{margin-top:.5rem;color:var(--muted-foreground);font-size:13px}.blog-grid{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.blog-card{border:1px solid var(--border);border-radius:calc(var(--radius) * 1.6);overflow:hidden;transition:all .15s ease}.blog-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000f}.blog-card__body{padding:1.25rem}.blog-card__tag{display:inline-block;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.5rem}.blog-card__title{font-size:15px;font-weight:600;margin-bottom:.375rem;line-height:1.3;font-family:var(--font-heading)}.blog-card__excerpt{font-size:13px;color:var(--muted-foreground);line-height:1.6;margin-bottom:.75rem}.blog-card__meta{font-size:12px;color:var(--muted-foreground)}.home-section .blog-grid{gap:.85rem}.home-section .blog-card{border-radius:8px;background:color-mix(in srgb,var(--card) 94%,transparent)}.home-section .blog-card:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));box-shadow:0 12px 28px -24px color-mix(in srgb,var(--primary) 80%,transparent);transform:translateY(-1px)}.home-section .blog-card__body{padding:1.1rem;min-height:210px;display:flex;flex-direction:column}.home-section .blog-card__tag{align-self:flex-start;font-weight:600;margin-bottom:.75rem}.home-section .blog-card__excerpt{flex:1}.home-section .blog-card__meta{padding-top:.75rem;border-top:1px solid var(--border)}.blog-card__cta{display:inline-block;color:var(--primary);font-size:12px;font-weight:600;margin-top:.75rem}.blog-card__cta:after{content:" →"}.article{max-width:var(--container-narrow);margin:0 auto;padding:2.5rem 1.5rem 4rem}.article__header{margin-bottom:2.5rem}.article__tag{display:inline-block;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.75rem}.article h1{font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:.75rem}.article__meta{font-size:13px;color:var(--muted-foreground);display:flex;gap:.75rem}.article__content{font-size:15px;line-height:1.8}.article__content h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem}.article__content h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.125rem}.article__content p{margin-bottom:1rem;max-width:none}.article__content ul,.article__content ol{margin-bottom:1rem;padding-left:1.25rem}.article__content li{margin-bottom:.375rem}.article__content code{font-family:var(--font-mono);font-size:.9em;background:var(--secondary);padding:.1em .35em;border-radius:3px}.article__content pre{background:var(--bg-dark);color:var(--text-on-dark);padding:1.25rem;border-radius:var(--radius);overflow-x:auto;margin-bottom:1.25rem}.article__content pre code{background:none;padding:0}.article__content blockquote{border-left:3px solid var(--primary);padding:.75rem 1rem;margin:1.25rem 0;background:color-mix(in srgb,var(--primary) 6%,transparent);border-radius:0 var(--radius) var(--radius) 0}.article__content table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:13px}.article__content th,.article__content td{padding:.5rem .75rem;border:1px solid var(--border);text-align:left}.article__content th{background:var(--secondary);font-weight:600}.article__footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.article__related{margin-bottom:2rem}.article__related h3{font-size:16px;font-weight:600;margin-bottom:.75rem;font-family:var(--font-heading)}.article__related p{font-size:14px;color:var(--muted-foreground);margin-bottom:.75rem}.article__related-tags{display:flex;flex-wrap:wrap;gap:.5rem}.article__related-links{display:flex;gap:.5rem;flex-wrap:wrap}.glossary-related-blog{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.glossary-related-blog h3{font-size:16px;font-weight:600;margin-bottom:.75rem;font-family:var(--font-heading)}.glossary-related{margin-top:1.5rem}.glossary-related h3{font-size:16px;font-weight:600;margin-bottom:.75rem;font-family:var(--font-heading)}.glossary-related-tags{display:flex;flex-wrap:wrap;gap:.5rem}.placeholder-content{text-align:center;padding:3rem 0}.placeholder-content p{font-size:14px;color:var(--muted-foreground);margin-bottom:1.5rem}.strategy-category-title{margin-bottom:1.5rem}.strategy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.strategy-card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.6);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:all .15s ease}.strategy-card:hover{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 0 16px -4px color-mix(in srgb,var(--primary) 20%,transparent)}.strategy-card__category{margin-bottom:.25rem}.strategy-card__title{font-size:15px;font-weight:600;font-family:var(--font-heading)}.strategy-card__desc{font-size:13px;color:var(--muted-foreground);line-height:1.6;flex:1}.strategy-card__tags{display:flex;flex-wrap:wrap;gap:.375rem}.strategy-card__tag{font-size:11px;font-weight:500;font-family:var(--font-mono);padding:.125rem .5rem;border-radius:3px;background:transparent;border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);color:var(--primary)}.strategy-card__cta{font-size:13px;font-weight:600;color:var(--primary);margin-top:.5rem}.home-section .strategy-grid{gap:.85rem}.home-section .strategy-card{background:color-mix(in srgb,var(--card) 94%,transparent);border-radius:8px;padding:1.1rem;gap:.75rem;min-height:220px}.home-section .strategy-card:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));box-shadow:0 12px 28px -24px color-mix(in srgb,var(--primary) 80%,transparent);transform:translateY(-1px)}.strategy-card__top{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.strategy-card__status{color:var(--muted-foreground);border:1px solid var(--border);border-radius:999px;padding:.12rem .45rem;font-size:10px;line-height:1.4}.home-section .strategy-card__tag{font-family:var(--font-sans);border-radius:999px;border-color:var(--border);color:var(--muted-foreground)}.home-section .strategy-card__cta{font-size:12px}.home-section .strategy-card__cta:after{content:" →"}.strategy-detail{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}.strategy-detail__main h2{margin-bottom:.75rem;margin-top:2rem}.strategy-detail__main h2:first-child{margin-top:0}.strategy-detail__main p{font-size:14px;color:var(--muted-foreground);line-height:1.8;margin-bottom:1rem}.strategy-detail__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1.5rem}.strategy-detail__cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.strategy-detail__main .faq-section{max-width:none}.strategy-profile{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem}.profile-card{background:var(--secondary);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.2);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.375rem}.profile-card__label{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em}.profile-card__value{display:flex;flex-direction:column}.profile-card__value strong{font-size:15px;color:var(--foreground)}.profile-card__sub{font-size:12px;color:var(--muted-foreground)}.strategy-rules{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.rule-card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.2);padding:1rem 1.25rem}.rule-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.rule-card__header h3{font-size:14px;font-weight:600;margin:0;color:var(--foreground)}.rule-type-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .375rem;border-radius:4px;background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary)}.rule-card__body{font-size:13px;color:var(--muted-foreground)}.rule-card__body p{margin-bottom:.5rem;line-height:1.5}.rule-card__body code{font-family:var(--font-mono);font-size:12px;background:var(--secondary);padding:.25rem .5rem;border-radius:4px;color:var(--foreground);display:inline-block}.strategy-sidebar-card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.6);padding:1.5rem;position:sticky;top:80px}.strategy-sidebar-card h3{font-size:15px;font-weight:600;margin-bottom:1rem;font-family:var(--font-heading)}.strategy-sidebar-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.strategy-sidebar-label{font-size:13px;color:var(--muted-foreground)}.strategy-sidebar-value{font-size:13px;font-weight:500}.strategy-sidebar-card .btn{margin-top:1rem}@media(max-width:768px){.strategy-detail{grid-template-columns:1fr}.strategy-sidebar-card{position:static}}.glossary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:var(--container-max);margin:0 auto}.glossary-card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.6);padding:1.25rem;transition:all .15s ease}.glossary-card:hover{border-color:var(--primary)}.glossary-card__title{font-size:15px;font-weight:600;font-family:var(--font-heading);margin-bottom:.375rem}.glossary-card__excerpt{font-size:13px;color:var(--muted-foreground);line-height:1.6}.glossary-article{max-width:var(--container-narrow);margin:0 auto}.glossary-article h2{margin-bottom:.75rem}.glossary-article p{font-size:14px;color:var(--muted-foreground);line-height:1.8;margin-bottom:1rem}@media(prefers-reduced-motion:no-preference){@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeUp .35s ease forwards;opacity:0}.animate-in:nth-child(2){animation-delay:.05s}.animate-in:nth-child(3){animation-delay:.1s}.animate-in:nth-child(4){animation-delay:.15s}}.split-hero{padding:1rem 0 4rem;position:relative}.split-hero:before{content:"";position:absolute;top:-220px;left:50%;transform:translate(-50%);width:760px;height:760px;background:radial-gradient(circle,color-mix(in srgb,var(--primary) 8%,transparent) 0%,transparent 70%);pointer-events:none}.split-hero .container{position:relative;z-index:1}.split-hero__topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0 2.5rem}.split-hero__wordmark{display:flex;align-items:center;gap:.5rem}.split-hero__wordmark span{font-family:var(--font-heading);font-weight:300;font-size:16px;color:var(--primary);letter-spacing:-.01em}.split-hero__links{display:flex;align-items:center;gap:1.5rem}.split-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.split-hero__eyebrow{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:1rem}.split-hero__content h1{margin-bottom:1rem;max-width:16ch}.split-hero__title-line{display:block}.split-hero__persona{color:var(--primary);display:inline-block;border-right:3px solid var(--primary);padding-right:4px;animation:persona-cursor .75s step-end infinite}@keyframes persona-cursor{0%,to{border-color:transparent}50%{border-color:var(--primary)}}.split-hero__accent{color:var(--primary)}.split-hero__subtitle{font-size:15px;color:var(--muted-foreground);line-height:1.7;margin-bottom:1.75rem}.split-hero__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.split-hero__actions .btn{min-height:44px;padding-inline:1.35rem;border-radius:8px;font-weight:600;letter-spacing:.01em;box-shadow:inset 0 1px color-mix(in srgb,white 18%,transparent)}.split-hero__actions .btn--primary{background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 94%,white),var(--primary));border-color:color-mix(in srgb,var(--primary) 76%,black);box-shadow:inset 0 1px color-mix(in srgb,white 22%,transparent),0 12px 26px -22px color-mix(in srgb,var(--primary) 90%,transparent)}.split-hero__actions .btn--secondary{background:color-mix(in srgb,var(--card) 94%,transparent);border-color:color-mix(in srgb,var(--primary) 18%,var(--border));color:var(--foreground)}.split-hero__actions .btn:hover{transform:translateY(-1px)}.split-hero__trust{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.split-hero__trust span{font-size:12px;color:var(--muted-foreground);border:1px solid var(--border);border-radius:999px;padding:.2rem .6rem}.split-hero__visual{display:flex;justify-content:flex-end}.split-hero__stack{width:100%;max-width:500px;display:grid;gap:.7rem;font-family:var(--font-sans)}.split-hero__panel{width:100%;background:color-mix(in srgb,var(--card) 90%,transparent);border:1px solid var(--border);border-radius:14px;padding:.8rem;box-shadow:0 10px 30px -22px #02081773}.split-hero__panel--primary{position:relative;overflow:hidden}.split-hero__panel--primary:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 35%,color-mix(in srgb,var(--primary) 25%,transparent) 50%,transparent 65%);transform:translate(-100%);animation:splitSweep 2.5s ease-in-out infinite;pointer-events:none}.split-hero__panel-head{display:flex;align-items:center;gap:.5rem;font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);font-weight:600;margin-bottom:.65rem}.split-hero__status-dot{width:8px;height:8px;border-radius:50%;background:var(--gain)}.split-flow{display:grid;gap:.16rem;max-width:340px;margin:0 auto}.split-flow__node{min-width:0;border:1px solid var(--border);border-left:3px solid var(--primary);border-radius:8px;background:color-mix(in srgb,var(--card) 96%,transparent);padding:.3rem .48rem}.split-flow__node-head{display:flex;align-items:center;gap:.4rem;margin-bottom:.12rem}.split-flow__dot{width:7px;height:7px;border-radius:999px;background:var(--primary);flex-shrink:0}.split-flow__title{font-size:10px;font-weight:600;color:var(--foreground);letter-spacing:-.01em}.split-flow__chip{margin-left:auto;font-size:8px;line-height:1;padding:.15rem .35rem;border-radius:999px;border:1px solid var(--border);color:var(--muted-foreground);background:var(--accent)}.split-flow__kv{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem;font-size:9px}.split-flow__kv span{color:var(--muted-foreground);flex-shrink:0}.split-flow__kv strong{color:var(--foreground);font-weight:500;text-align:right;font-size:9px}.split-flow__connector{justify-self:center;font-size:9px;color:color-mix(in srgb,var(--primary) 70%,var(--muted-foreground));line-height:.8}.split-flow__connector--center{margin:-.02rem 0}@media(max-width:900px){.split-flow{max-width:none}}.split-hero__rows{display:grid;gap:.625rem}.split-hero__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:12px}.split-hero__row span{color:var(--muted-foreground)}.split-hero__row strong{font-weight:500;color:var(--foreground)}.split-hero__gain{color:var(--gain)!important}.split-hero__loss{color:var(--loss)!important}.split-hero__primary{color:var(--primary)!important}.split-hero__warning{color:var(--warning)!important}.split-hero__mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.split-hero__mini-card{border:1px solid var(--border);border-radius:12px;padding:.8rem;background:color-mix(in srgb,var(--card) 92%,transparent)}.split-hero__mini-card--backtest,.split-hero__mini-card--deploy,.split-hero__mini-card--analyze{grid-column:1 / -1}.split-hero__mini-title{font-size:11px;color:var(--primary);font-weight:600;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.split-hero__mini-value{font-size:14px;font-weight:600;margin-bottom:.15rem}.split-hero__mini-sub{font-size:12px;color:var(--muted-foreground)}.split-hero__backtest-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.split-hero__metric{display:grid;gap:.08rem;min-width:0}.split-hero__metric span{color:var(--muted-foreground);font-size:9px;line-height:1}.split-hero__metric strong{font-size:11px;font-weight:600;line-height:1.1;white-space:nowrap}.split-hero__detail-list,.split-hero__deploy-grid{display:grid;gap:.2rem}.split-hero__deploy-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.65rem}.split-hero__detail-list .split-hero__mini-sub,.split-hero__deploy-grid .split-hero__mini-sub{font-size:11px;line-height:1.35}.split-hero__detail-list span,.split-hero__deploy-grid span{color:var(--foreground);font-weight:500}.split-hero__deploy-grid span{display:block;margin-bottom:.05rem}.split-hero__mini-pill{margin-top:.55rem;display:inline-flex;align-items:center;font-size:11px;font-weight:500;color:var(--primary);border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);border-radius:999px;padding:.15rem .5rem}@keyframes splitSweep{0%{transform:translate(-100%)}60%,to{transform:translate(100%)}}@media(max-width:900px){.split-hero{padding-bottom:3rem}.split-hero__links{display:none}.split-hero__grid{grid-template-columns:1fr;gap:2rem}.split-hero__stack,.split-hero__content h1{max-width:none}}@media(max-width:560px){.split-hero__topbar{flex-wrap:wrap}.split-hero__topbar .btn{width:100%}}.lp-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;background:transparent;overflow:hidden}.lp-topbar{display:none;align-items:center;justify-content:center;padding:1.5rem 3rem;position:relative;z-index:10}@media(min-width:1024px){.lp-topbar{display:flex}}.lp-wordmark{position:absolute;left:3rem;display:flex;align-items:center;gap:.5rem}.lp-wordmark span{font-family:var(--font-heading);font-weight:300;font-size:16px;color:var(--primary);letter-spacing:-.01em}.lp-topbar-right{position:absolute;right:3rem}.lp-headline{font-size:1.5rem;font-weight:700;letter-spacing:-.025em;text-align:center;color:var(--foreground);line-height:1.2;font-size:1.5rem!important}.lp-persona{display:inline-block;color:var(--primary);transition:opacity .3s ease,transform .3s ease}.lp-persona--out{opacity:0;transform:translateY(4px)}.lp-body{display:flex;flex:1;position:relative;z-index:10}.lp-left{display:none;width:65%;position:relative;overflow:hidden}@media(min-width:1024px){.lp-left{display:flex}}.lp-stepper{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:3rem 0 3rem 2rem}.lp-stepper-btn{display:flex;flex-direction:column;align-items:center;background:none;border:none;cursor:pointer;padding:0}.lp-stepper-btn:hover .lp-stepper-dot:not(.lp-stepper-dot--active){background:var(--muted-foreground);opacity:.4}.lp-stepper-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:all .5s ease}.lp-stepper-dot--active{background:var(--primary);transform:scale(1.3)}.lp-stepper-line{width:1px;height:24px;background:var(--border);transition:all .5s ease}.lp-stepper-line--past{background:color-mix(in srgb,var(--primary) 40%,transparent)}.lp-content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;padding:2rem}@media(min-width:1280px){.lp-content{padding:2.5rem}}.lp-section-content{display:flex;flex-direction:column;justify-content:center;flex:1;max-width:800px;transition:opacity .3s ease,transform .3s ease}.lp-content--in{opacity:1;transform:translateY(0)}.lp-content--out{opacity:0;transform:translateY(8px)}.lp-section-label{display:flex;align-items:center;gap:.625rem;margin-bottom:2rem}.lp-icon-wrap{width:40px;height:40px;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--primary)}.lp-section-tag{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}.lp-section-title{font-size:clamp(2.5rem,4vw,3.5rem)!important;font-weight:800!important;letter-spacing:-.03em!important;line-height:1.05!important;margin-bottom:1.25rem;color:var(--foreground)}.lp-section-sub{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2.5rem;line-height:1.5;max-width:none}.lp-visual-wrap{height:96px;display:flex;align-items:flex-start}@media(min-width:1024px){.lp-divider{display:flex}}.lp-divider-line{width:1px;height:32px;background:var(--border)}.lp-divider-line--fade-in{background:linear-gradient(to bottom,transparent,var(--border))}.lp-divider-line--fade-out{background:linear-gradient(to top,transparent,var(--border))}.lp-divider svg{margin:6px 0}.lp-divider-diamond--accent{color:color-mix(in srgb,var(--primary) 30%,transparent)}.lp-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.lp-keywords{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2.5rem;padding:0rem 2rem 1.5rem}.lp-kw{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--muted-foreground) 35%,transparent);transition:color .3s ease}.lp-kw--active{color:var(--primary)}.lp-cta-box{width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.lp-cta-box .btn{width:100%}.lp-cta-box .btn--primary{margin-bottom:0}.lp-trust{display:flex;flex-direction:column;gap:.75rem;width:100%}.lp-trust-row{display:flex;align-items:center;gap:.625rem;font-size:12px;color:color-mix(in srgb,var(--muted-foreground) 50%,transparent)}.lp-trust-row svg{flex-shrink:0}.lp-stats{display:flex;justify-content:center;gap:2.5rem;padding:1.5rem;position:relative;z-index:10}.lp-stat{text-align:center}.lp-stat-value{font-family:var(--font-heading);font-size:1.375rem;font-weight:700;letter-spacing:-.02em}.lp-stat-label{font-size:11px;color:var(--muted-foreground);margin-top:.125rem}.lp-visual-card{border-radius:var(--radius);border:1px solid var(--border);background:color-mix(in srgb,var(--card) 50%,transparent);padding:.875rem 1rem;width:100%;max-width:420px;backdrop-filter:blur(8px)}.lp-mono{font-family:var(--font-mono)}.lp-visual-row{display:flex;align-items:baseline;gap:.5rem;font-size:11px;margin-bottom:.5rem}.lp-visual-row:last-child{margin-bottom:0}.lp-bold{font-weight:700}.lp-gain{color:var(--gain)}.lp-loss{color:var(--loss)}.lp-muted{color:color-mix(in srgb,var(--foreground) 60%,transparent)}.lp-primary{color:var(--primary)}.lp-visual-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.lp-pulse-dot{width:6px;height:6px;border-radius:50%;background:var(--gain);animation:pulse 2s ease-in-out infinite}.lp-eyebrow-sm{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground)}.lp-visual-kv{display:flex;justify-content:space-between;font-size:11px;margin-bottom:.25rem}.lp-visual-kv:last-child{margin-bottom:0}.lp-visual-metrics{display:flex;align-items:center;gap:1.25rem}.lp-metric-val{font-size:1rem;font-weight:700;font-family:var(--font-heading);letter-spacing:-.02em}.lp-metric-label{font-size:10px;color:var(--muted-foreground);margin-top:2px}.lp-visual-steps{display:flex;align-items:center;gap:.75rem}.lp-deploy-step{display:flex;align-items:center;gap:.5rem;font-size:11px;font-weight:500;color:var(--muted-foreground)}.lp-deploy-active span{color:var(--primary)}.lp-deploy-dot{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.lp-deploy-dot--done{background:color-mix(in srgb,var(--gain) 15%,transparent);color:var(--gain);border:1px solid color-mix(in srgb,var(--gain) 20%,transparent)}.lp-deploy-dot--active{background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent)}.lp-deploy-connector{width:24px;height:1px;background:var(--border)}.lp-mobile-nav{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--card) 85%,transparent);backdrop-filter:blur(12px);position:relative;z-index:20}@media(min-width:1024px){.lp-mobile-nav{display:none}}.lp-mobile-nav-links{display:flex;align-items:center;gap:1rem}@media(max-width:1023px){.lp-hero{min-height:auto;padding-bottom:2rem}.lp-body{flex-direction:column}.lp-right{padding:2.5rem 1.5rem}.lp-cta-box{max-width:100%}.lp-stats{gap:1.5rem}.lp-hero:after{content:"";display:block;text-align:center;padding:2rem 1.5rem 0}}
