*{margin:0;padding:0;box-sizing:border-box}:root{--neon-green: #D0FD32;--dark-bg: #0D0D0D;--dark-card: #1A1A1A;--dark-card-lighter: #242424;--text-primary: #FFFFFF;--text-secondary: #A0A0A0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--dark-bg);color:var(--text-primary);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background-color:#0d0d0df2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid #2A2A2A;box-shadow:0 2px 10px #0000004d}nav{padding:1.25rem 0}nav .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700}.logo a{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo-text{color:var(--text-primary);line-height:1;display:flex;align-items:center;gap:.2rem}.logo-blitz{color:var(--neon-green)}.logo-rugby{color:var(--text-primary)}.logo img{width:40px;height:40px}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:#e0e0e0;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s;position:relative;padding:.5rem 0}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--neon-green);transition:width .3s ease}.nav-links a:hover{color:var(--neon-green)}.nav-links a:hover:after{width:100%}.open-page{padding:5rem 0;min-height:calc(100vh - 12rem);display:flex;align-items:center;text-align:center}.open-page .container{max-width:560px}.open-page h1{font-size:2rem;line-height:1.2;margin-bottom:1rem;font-weight:800;letter-spacing:-.02em}.open-page p{color:var(--text-secondary);margin-bottom:2rem}.open-page .store-badges{justify-content:center}.hero{padding:5rem 0;background:linear-gradient(180deg,var(--dark-bg) 0%,#1A1A1A 100%)}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-size:3.5rem;line-height:1.15;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--text-primary)}.cta-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.store-badges{display:flex;gap:.75rem;align-items:center}.store-badges a{display:block;line-height:0;transition:opacity .3s}.store-badges a:hover,.store-badges a:focus-visible{opacity:.85}.store-badges img{height:48px;width:auto;display:block}.btn{padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;display:inline-block}.btn-secondary{background-color:transparent;color:var(--text-primary);border:2px solid var(--neon-green);transition:background-color .3s,color .3s}.btn-secondary:hover{background-color:var(--neon-green);color:var(--dark-bg)}.screenshot-carousel{max-width:350px;margin:0 0 0 auto;position:relative}.screenshot-container{position:relative;width:100%;aspect-ratio:9 / 19.5;overflow:hidden;border-radius:30px;box-shadow:0 20px 60px #00000080;border:4px solid #2A2A2A}.screenshot{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}.screenshot.active{opacity:1}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.dot{width:10px;height:10px;border-radius:50%;background:var(--dark-card-lighter);cursor:pointer;transition:background .3s,transform .3s}.dot.active{background:var(--neon-green);transform:scale(1.2)}.dot:hover{background:var(--neon-green);opacity:.7}.section-head{text-align:center;margin-bottom:3.5rem}.section-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--neon-green);margin-bottom:.75rem}.section-head h2{margin:0;font-size:2.75rem;font-weight:700;line-height:1.15;letter-spacing:-.015em;color:var(--text-primary)}.features{padding:5rem 0;background-color:var(--dark-bg)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:var(--dark-card);padding:2rem;border-radius:16px;border:1px solid #2A2A2A;transition:border-color .25s ease,transform .25s ease,background-color .25s ease}.feature-card:hover{border-color:#3a3a3a;background-color:var(--dark-card-lighter);transform:translateY(-2px)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#d0fd3214;color:var(--neon-green);margin-bottom:1.25rem}.feature-icon svg{width:22px;height:22px}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-primary);font-weight:700;line-height:1.3;letter-spacing:-.01em}.feature-card p{color:var(--text-secondary);line-height:1.6;margin:0}.hero-lead{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6;max-width:46ch}.faq{padding:6rem 0;background-color:var(--dark-card);border-top:1px solid #2A2A2A}.faq-list{max-width:720px;margin:0 auto}.faq-item{padding:1.5rem 0;border-bottom:1px solid #2A2A2A}.faq-item:first-child{padding-top:0}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-item dt{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.005em}.faq-item dd{color:var(--text-secondary);line-height:1.7;margin:0}footer{background-color:var(--dark-card);padding:3rem 0 1.5rem;border-top:1px solid #2A2A2A}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.footer-logo img{width:25px;height:25px}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--neon-green)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #2A2A2A}.footer-bottom p{color:var(--text-secondary);font-size:.9rem}@media(max-width:968px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.75rem}.hero-lead{margin-left:auto;margin-right:auto}.cta-buttons{justify-content:center}.screenshot-carousel{max-width:280px;margin:0 auto}.section-head{margin-bottom:2.5rem}.section-head h2{font-size:2.25rem}.nav-links{gap:1.5rem}.nav-links a{font-size:.95rem}.footer-content{flex-direction:column;gap:2rem}.footer-links{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:640px){.container{padding:0 1rem}nav{padding:1rem 0}.logo{font-size:1.25rem}.logo img{width:32px;height:32px}.nav-links{gap:1rem}.nav-links a{font-size:.9rem;padding:.25rem 0}.hero{padding:3rem 0}.hero-content h1{font-size:2rem}.hero-lead{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.btn{padding:.875rem 1.75rem;font-size:.95rem}.features,.faq{padding:3rem 0}.section-head h2{font-size:1.85rem}.features-grid{grid-template-columns:1fr}.privacy-content{padding:2rem 1rem}.privacy-content h1{font-size:2rem}.compare-content h1{font-size:1.65rem}}.privacy-content{max-width:900px;margin:0 auto;padding:4rem 2rem}.privacy-content h1{font-size:3.5rem;line-height:1.3;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--text-primary)}.privacy-content h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--neon-green)}.privacy-content h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-primary)}.privacy-content p,.privacy-content li{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.privacy-content ul{margin-left:2rem;margin-bottom:1.5rem}.privacy-content a{color:var(--neon-green);text-decoration:none}.privacy-content a:hover{text-decoration:underline}.compare-table-wrap{overflow-x:auto;margin:1.5rem 0 2rem}.compare-content h1{font-size:2.25rem;line-height:1.15;margin-bottom:.75rem;letter-spacing:-.02em}.compare-h1-line{display:block}.compare-intro{font-size:1.1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5;max-width:42ch}.compare-table{width:100%;border-collapse:collapse;font-size:.95rem}.compare-table th,.compare-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #2A2A2A;color:var(--text-secondary)}.compare-table thead th{color:var(--text-primary);font-weight:600;border-bottom:2px solid #3A3A3A}.compare-table tbody th[scope=row]{color:var(--text-primary);font-weight:500;white-space:nowrap}.compare-table td{min-width:7rem}.compare-cta{margin:1.5rem 0 2.5rem}.compare-faq-section{margin-top:2rem}.compare-faq-list{margin:0;padding:0}.compare-faq-item{padding:1.5rem 0;border-bottom:1px solid #2A2A2A}.compare-faq-item:first-child{padding-top:.5rem}.compare-faq-item:last-child{border-bottom:none;padding-bottom:0}.compare-faq-item dt{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.compare-faq-item dd{color:var(--text-secondary);line-height:1.7;margin:0}.last-updated{color:var(--text-secondary);font-style:italic;margin-bottom:2rem}.pitch{--pitch-border: rgba(160, 160, 160, .15);--pitch-bad: #E5685F}.pitch-accent{color:var(--neon-green)}.pitch .hero{min-height:100vh;display:flex;align-items:center;padding:0}.pitch .hero .container{grid-template-columns:1fr;text-align:center;flex:1;display:flex;align-items:center;justify-content:center;width:100%}.pitch .hero-content{margin:0 auto;max-width:720px;display:flex;flex-direction:column;align-items:center}.pitch .hero-content h1{font-size:clamp(2.75rem,6vw,4.25rem);line-height:1.05;margin-bottom:1.25rem}.pitch .hero-lead{margin:0 auto;max-width:38ch;font-size:clamp(1.1rem,2.2vw,1.35rem);margin-bottom:2.5rem}.pitch .cta-buttons{justify-content:center;margin:0}.pitch-founders{margin-top:3.5rem;display:flex;flex-direction:row;flex-wrap:nowrap;gap:clamp(1.25rem,5vw,2.4rem);justify-content:center;align-items:flex-start}.pitch-founder{flex:0 1 auto;min-width:0}.pitch-founder-name{font-weight:700;font-size:.96rem}.pitch-founder-role{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);margin-top:2px}.pitch-section{padding:clamp(4rem,9vh,7.5rem) 0;border-top:1px solid var(--pitch-border)}.pitch-section .section-head .pitch-lead-text{margin:1rem auto 0;max-width:72ch}.pitch-lead-text{font-size:clamp(1.02rem,1.7vw,1.28rem);color:var(--text-secondary);font-weight:400;line-height:1.6}.pitch-matchups{--pitch-topic-w: 116px;position:relative;margin-top:.75rem;border:1px solid var(--pitch-border);border-radius:16px;overflow:hidden;background:var(--dark-card);box-shadow:0 24px 48px #00000047}.pitch-matchup{display:grid;grid-template-columns:var(--pitch-topic-w) 1fr 1fr;position:relative}.pitch-matchup+.pitch-matchup{border-top:1px solid var(--pitch-border)}.pitch-matchup-head{background:#ffffff05}.pitch-matchup-head .pitch-matchup-want{background:#d0fd321a}.pitch-matchup-head .pitch-matchup-get{background:#e5685f14}.pitch-matchup-topic{display:grid;place-items:center;text-align:center;padding:1.35rem .75rem;font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);background:#00000038;border-right:1px solid var(--pitch-border)}.pitch-matchup-want,.pitch-matchup-get{display:flex;align-items:center;gap:1rem;padding:1.35rem 1.75rem}.pitch-matchup-want{color:var(--text-primary);background:#d0fd320a;border-right:1px solid var(--pitch-border)}.pitch-matchup-get{color:var(--text-secondary);background:#e5685f0a}.pitch-matchup-head .pitch-matchup-want,.pitch-matchup-head .pitch-matchup-get,.pitch-matchup-head .pitch-matchup-topic{padding-top:1.05rem;padding-bottom:.95rem;align-items:center}.pitch-matchup:last-child .pitch-matchup-want,.pitch-matchup:last-child .pitch-matchup-get,.pitch-matchup:last-child .pitch-matchup-topic{padding-bottom:1.55rem}.pitch-matchup-label{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.pitch-matchup-want .pitch-matchup-label{color:var(--neon-green)}.pitch-matchup-get .pitch-matchup-label{color:var(--pitch-bad)}.pitch-matchup p{margin:0;flex:1;min-width:0;font-size:1rem;line-height:1.55}.pitch-matchup-want p{font-weight:600}.pitch-matchup-get p{color:#c9c9c9}.pitch-matchup-mark{flex:0 0 1.75rem;width:1.75rem;height:1.75rem;display:grid;place-items:center;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1}.pitch-matchup-mark-yes{color:var(--dark-bg);background:var(--neon-green)}.pitch-matchup-mark-no{color:var(--pitch-bad);background:#e5685f29;border:1px solid rgba(229,104,95,.45)}.pitch-matchup-compare{display:contents}.pitch-matchup-side-label{display:none}.pitch-matchup-result{margin:1.5rem auto 0;text-align:center;font-size:clamp(1.05rem,1.9vw,1.35rem);font-weight:500;color:var(--text-secondary);max-width:56ch}.pitch-matchup-result strong{color:var(--neon-green);font-weight:700}.pitch-product-layout{display:grid;grid-template-columns:1.05fr minmax(260px,300px);gap:3rem 4rem;align-items:center}.pitch-product-copy .section-head{text-align:left}.pitch-product-copy .section-head .pitch-lead-text{margin-left:0;margin-right:0}.pitch-product-media{display:flex;justify-content:center}.pitch-product-media .screenshot-carousel{max-width:100%;width:100%;margin:0}.pitch-screenshot{max-width:300px;width:100%}.pitch-prod-feats{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1.4rem;margin:0}.pitch-prod-feats li{font-size:1.05rem;line-height:1.55;color:var(--text-secondary);font-weight:400;padding-left:1.5rem;position:relative}.pitch-prod-feats li:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:2px;background:var(--neon-green)}.pitch-prod-feats li strong{color:var(--text-primary);font-weight:600;font-size:1.1rem;display:block;margin-bottom:.15rem}.pitch-thennow-intro{max-width:72ch;margin:0 auto 2.4rem;text-align:center;text-wrap:balance;font-size:clamp(1.02rem,1.7vw,1.3rem);color:var(--text-secondary)}.pitch-thennow-intro strong{color:var(--text-primary)}.pitch-thennow{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pitch-era{border:1px solid var(--pitch-border);border-radius:10px;padding:1.7rem;background:var(--dark-card)}.pitch-era-now{border-color:#d0fd3266;background:linear-gradient(160deg,rgba(208,253,50,.09),transparent 70%)}.pitch-era-when{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);font-weight:600}.pitch-era-who{font-weight:800;font-size:1.5rem;margin:.2rem 0 1.2rem}.pitch-era-now .pitch-era-who{color:var(--neon-green)}.pitch-era ul{list-style:none}.pitch-era li{padding:.7rem 0;border-top:1px solid var(--pitch-border);font-size:.94rem;color:var(--text-secondary)}.pitch-era-now li{color:var(--text-primary)}.pitch-catalyst{margin:2rem auto 0;border:1px solid rgba(208,253,50,.4);border-radius:10px;background:linear-gradient(160deg,rgba(208,253,50,.09),transparent 70%);padding:1.7rem;max-width:72ch;text-align:center}.pitch-catalyst-tag{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--neon-green);font-weight:600;margin-bottom:.4rem}.pitch-catalyst p{color:var(--text-secondary)}.pitch-catalyst p strong{color:var(--text-primary)}.pitch-appetite-opportunity{margin-bottom:2.8rem}.pitch-appetite-growth{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:1rem}.pitch-stat-hero{background:var(--dark-card);border:1px solid var(--neon-green);border-radius:10px;padding:1.6rem}.pitch-stat-hero .pitch-stat-v{font-size:clamp(2rem,4vw,2.75rem)}.pitch-stat-hero .pitch-stat-k{font-size:.82rem;max-width:none;margin-top:.6rem;line-height:1.35}.pitch-appetite-proof-label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);font-weight:600;margin-bottom:1rem}.pitch-appetite-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pitch-acard{background:var(--dark-card);border:1px solid var(--pitch-border);border-radius:10px;padding:1.6rem}.pitch-acard-who{font-weight:700;font-size:1.05rem;margin-bottom:.2rem}.pitch-acard-sub{font-size:.72rem;color:var(--text-secondary);margin-bottom:1rem}.pitch-acard-big{font-weight:800;font-size:2rem;line-height:1;color:var(--neon-green)}.pitch-acard-weak .pitch-acard-big{color:var(--text-primary)}.pitch-acard-lab{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-top:.4rem;font-weight:500}.pitch-acard-note{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--pitch-border);font-size:.82rem;color:var(--text-secondary)}.pitch-appetite-proof .pitch-acard-note{text-align:center}.pitch-stat-v{font-weight:800;font-size:1.5rem;color:var(--neon-green);display:block}.pitch-stat-k{font-size:.74rem;color:var(--text-secondary);max-width:20ch;display:block}.pitch-takeaway{margin:2rem auto 0;font-weight:600;font-size:clamp(1.1rem,2vw,1.5rem);max-width:34ch;line-height:1.25;text-align:center}.pitch-funnel{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.pitch-frow{display:flex;align-items:center;gap:1.2rem}.pitch-fbar{height:60px;border-radius:8px;display:flex;align-items:center;padding:0 1.1rem;background:var(--dark-card-lighter);border:1px solid var(--pitch-border);min-width:11rem}.pitch-fbar-som{background:linear-gradient(135deg,#d0fd322e,#d0fd3217);border-color:#d0fd3280}.pitch-fbar-v{font-weight:800;font-size:1.4rem}.pitch-fbar-som .pitch-fbar-v{color:var(--neon-green)}.pitch-flabel{font-size:.86rem;color:var(--text-secondary);flex-shrink:0}.pitch-flabel strong{color:var(--text-primary);font-weight:600;display:block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.pitch-reframe{border:1px solid var(--pitch-border);border-radius:12px;padding:2.2rem 2.4rem;background:var(--dark-card);max-width:70ch;margin:0 auto;text-align:center}.pitch-reframe-title{font-weight:700;font-size:1.15rem;margin-bottom:.75rem;text-wrap:balance}.pitch-reframe p{color:var(--text-secondary);font-size:1rem;line-height:1.65;max-width:58ch;margin:0 auto}.pitch-table-wrap{overflow-x:auto;background:linear-gradient(to right,var(--dark-bg),rgba(13,13,13,0)) left center / 36px 100% no-repeat,linear-gradient(to left,var(--dark-bg),rgba(13,13,13,0)) right center / 36px 100% no-repeat,linear-gradient(to right,#ffffff24,#fff0) left center / 14px 100% no-repeat,linear-gradient(to left,#ffffff24,#fff0) right center / 14px 100% no-repeat;background-attachment:local,local,scroll,scroll}.pitch-matrix{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--pitch-border);border-radius:10px;overflow:hidden;font-size:.92rem}.pitch-matrix th,.pitch-matrix td{padding:.95rem 1rem;text-align:center;border-bottom:1px solid var(--pitch-border)}.pitch-matrix thead th{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-weight:600;background:var(--dark-card)}.pitch-matrix tbody th{text-align:left;font-weight:600;color:var(--text-primary)}.pitch-matrix tr:last-child td,.pitch-matrix tr:last-child th{border-bottom:none}.pitch-yes{color:var(--neon-green);font-weight:800}.pitch-no{color:var(--pitch-bad);font-weight:600}.pitch-matrix-blitz th,.pitch-matrix-blitz td{background:#d0fd3217}.pitch-matrix-blitz th{color:var(--neon-green)}.pitch-matrix-note{margin-top:1.4rem;font-size:.82rem;color:var(--text-secondary)}.pitch-model-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:3rem;align-items:center}.pitch-model-copy p{color:var(--text-secondary);font-size:1.02rem;margin-bottom:1.1rem;max-width:42ch}.pitch-model-copy p strong{color:var(--text-primary)}.pitch-mnum{padding:1.3rem 0;border-top:1px solid var(--pitch-border)}.pitch-mnum:last-child{border-bottom:1px solid var(--pitch-border)}.pitch-mnum-v{font-weight:800;font-size:2.1rem;line-height:1;color:var(--neon-green)}.pitch-mnum-k{font-size:.85rem;color:var(--text-secondary);margin-top:.45rem}.pitch-footnote{margin-top:1.6rem;font-size:.76rem;color:var(--text-secondary);font-style:italic;max-width:62ch}.pitch-footnote-tight{margin-top:0;margin-bottom:1.6rem}.pitch-team{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:3rem}.pitch-person{background:var(--dark-card);border:1px solid var(--pitch-border);border-radius:12px;padding:1.9rem}.pitch-person-top{display:flex;align-items:center;gap:1.1rem;margin-bottom:1.3rem}.pitch-avatar{width:72px;height:72px;border-radius:50%;border:2px solid var(--pitch-border);background:#d0fd3214;color:var(--neon-green);font-weight:800;font-size:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pitch-pname{font-weight:800;font-size:1.3rem;line-height:1.1}.pitch-ptitle{font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:var(--neon-green);margin-top:.3rem;font-weight:600}.pitch-person ul{list-style:none}.pitch-person li{padding:.65rem 0;border-top:1px solid var(--pitch-border);font-size:.92rem;color:var(--text-secondary)}.pitch-usefunds{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:2rem}.pitch-uf{border:1px solid var(--pitch-border);border-radius:10px;padding:1.4rem;background:var(--dark-card)}.pitch-ut{font-weight:700;font-size:1rem;margin-bottom:.4rem}.pitch-uf p{font-size:.86rem;color:var(--text-secondary);margin:0}.pitch-ask{border:1px solid var(--neon-green);border-radius:14px;padding:clamp(1.9rem,5vw,3rem);background:linear-gradient(135deg,rgba(208,253,50,.09),transparent 62%)}.pitch-ask-lab{font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--neon-green);margin-bottom:1rem;font-weight:600}.pitch-ask-amount{font-weight:800;font-size:clamp(2.2rem,5.2vw,3.6rem);line-height:1;letter-spacing:-.02em}.pitch-ask-purpose{font-size:clamp(1rem,1.7vw,1.2rem);color:var(--text-secondary);margin-top:1rem;max-width:44ch}@media(max-width:860px){.pitch-product-layout,.pitch-model-grid{grid-template-columns:1fr;gap:2.5rem}.pitch-product-media{justify-content:center}.pitch-screenshot{max-width:min(360px,88vw)}}@media(max-width:820px){.pitch-thennow,.pitch-appetite-growth,.pitch-appetite-cards,.pitch-team,.pitch-usefunds{grid-template-columns:1fr}.pitch-matchups{border:none;background:transparent;box-shadow:none}.pitch-matchups:after{display:none}.pitch-matchup-head{display:none}.pitch-matchup:not(.pitch-matchup-head){display:block}.pitch-matchup:not(.pitch-matchup-head)+.pitch-matchup:not(.pitch-matchup-head){margin-top:.85rem}.pitch-matchup-compare{display:flex;flex-direction:column;border:1px solid var(--pitch-border);border-radius:12px;overflow:hidden;background:var(--dark-card)}.pitch-matchup-topic{display:none}.pitch-matchup-side-label{display:block;flex:0 0 100%;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.5rem;text-align:left}.pitch-matchup-get .pitch-matchup-side-label{color:var(--pitch-bad)}.pitch-matchup-want .pitch-matchup-side-label{color:var(--neon-green)}.pitch-matchup-want,.pitch-matchup-get{flex-wrap:wrap;align-items:center;text-align:left;padding:1.15rem 1.25rem}.pitch-matchup-want{border-right:none;border-bottom:1px solid var(--pitch-border);background:#d0fd320f}.pitch-matchup-get{border-right:none;background:#e5685f14}.pitch-matchup+.pitch-matchup{border-top:none}.pitch-prod-feats{grid-template-columns:1fr}.pitch-matrix{font-size:.8rem;min-width:520px}.pitch-matrix th,.pitch-matrix td{padding:.7rem .5rem}.pitch-frow{flex-direction:column;align-items:flex-start}}
