:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tint: #6A68E7;--tint-dark: #3741A0;--tint-light: #9190EB;--gradient-start: #9854CB;--gradient-stop: #EA3323;--text: #ECEDEE;--subtext: #9BA1A6;--text-grey: #555;--background: #14151A;--transparent-bg: rgba(20, 21, 26, .5);--card: #1C1E25;--card-selected: #20222A;--icon: #9BA1A6;--tab-icon-default: #9BA1A6;--tab-icon-selected: #3741A0;--grey: #414246;--error: #EA3323;--error-background: rgba(144, 40, 40, .74)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}/*!* Allow scrolling but hide scrollbars *!*/@media (prefers-color-scheme: light){:root{color:var(--text);background-color:var(--background)}a:hover{color:#747bff}button{background-color:var(--background)}}section{display:flex;flex-direction:column;min-height:100vh;width:100%;background-color:var(--background);padding:2rem 5rem;box-sizing:border-box}h1{font-size:3rem;background:linear-gradient(90deg,var(--tint-light),#FFF);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h2{font-size:2rem;background:linear-gradient(90deg,var(--tint-light),var(--tint));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.phone-img{width:20rem}#gap{width:5rem;height:5rem}@media (max-width: 800px){section{padding:2rem}}.header{position:sticky;top:0;z-index:1000;display:flex;flex-direction:column;align-items:center;padding:1rem 2rem;background:#14151a}.header-top{display:flex;width:100%;align-items:center;background:#14151a}#logo{height:1rem;cursor:pointer}.header-left{display:flex;align-items:center;gap:2rem;flex:1}.header-right{margin-left:auto}.desktop-nav{display:flex;gap:1.5rem}.desktop-nav a{text-decoration:none;color:#ecedee;font-weight:500;transition:color .3s ease}.desktop-nav a:hover{color:var(--tint-light)}.desktop-nav a.active{color:var(--tint)}.menu-toggle{display:none;font-size:1.5rem;color:#ecedee;background:none;border:none;cursor:pointer}.mobile-nav{display:none}@media (max-width: 900px){.desktop-nav,.desktop-only{display:none}.menu-toggle.mobile-only{display:block}.mobile-nav{background:#14151a;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1rem;display:none}.mobile-nav.open{display:flex;gap:.5rem}.mobile-nav a{color:#ecedee;text-decoration:none;font-weight:500;padding:.5rem 0}.mobile-nav a:hover{color:var(--tint-light)}.mobile-nav a.active{color:var(--tint);background:#6a68e71a;width:100%;text-align:center;border-radius:8px}}.get-started-button{background-color:var(--tint);color:#fff;padding:12px 30px;width:150px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;display:flex;justify-content:center;align-items:center;transition:all .3s ease;box-shadow:0 4px 8px #0000001a;background:linear-gradient(90deg,var(--tint-light),var(--tint))}.get-started-button:hover{cursor:pointer;color:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #00000026;background:linear-gradient(90deg,var(--tint-dark),var(--tint))}.footer{background-color:var(--card);color:var(--text);padding:2rem;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto}#footer-logo{height:1.5rem}.footer-brand{flex:1;min-width:250px;text-align:left}.footer-brand h2{color:var(--tint);margin-bottom:.5rem}.footer-links{flex:1;min-width:200px;text-align:left}.footer-links h3{margin-bottom:.5rem;color:var(--tint)}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin:.5rem 0}.footer-links a{color:var(--text);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--tint-light)}.footer-bottom{margin-top:2rem;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;color:#aaa}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center;align-items:center}.footer-brand,.footer-links{text-align:center}}.hero{display:flex;flex-direction:row;align-items:center;justify-content:center}.hero-body{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.hero-body h1{font-size:2.5rem}.hero-body p{font-size:1.1rem;line-height:1.6;max-width:600px;color:var(--subtext)}.hero-buttons{width:100%;margin-top:1.5rem;display:flex;flex-direction:column}.hero_img_container{display:flex;flex:1;justify-content:center;align-items:center}.hero-img{width:80%;height:auto;border-radius:12px}#beta-tag{font-size:1rem;background:linear-gradient(90deg,var(--text),var(--text-grey));-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 900px){.hero{flex-direction:column;text-align:center}.hero-body{align-items:center;text-align:center}.hero-body h1{font-size:2rem}.hero-body p{font-size:1rem;max-width:90%}.hero-buttons{display:flex;justify-content:center;align-items:center}}.problem{text-align:center;background-color:var(--card)}.problem h1{margin-bottom:1rem}.problem p{max-width:700px;margin:0 auto 3rem;font-size:1.1rem;color:var(--subtext)}.problem-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.problem-card{background:var(--background);padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000000d;text-align:left}.problem-card h2{margin-bottom:.5rem;font-size:1.5rem;color:var(--tint)}.feature-container{display:flex;min-height:100vh;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.features-container-item{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.features-container-item h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark, #ECEDEE)}.features-container-item p{font-size:1.1rem;line-height:1.6;color:var(--grey-dark, #9BA1A6)}.feature-image{max-width:100%;height:auto;border-radius:12px;object-fit:contain}@media (max-width: 768px){.feature-container{flex-direction:column;min-height:auto;text-align:center}.features-container-item{align-items:center;text-align:center}.features-container-item h2{font-size:1.5rem}.features-container-item p{font-size:1rem}.feature-image{max-width:80%}}.audience{text-align:center;background-color:var(--card)}.audience h1{margin-bottom:1rem}.audience p{max-width:700px;margin:0 auto 3rem;font-size:1.1rem;color:var(--subtext)}.audience-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.audience-card{background:var(--background);padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000000d;text-align:left}.audience-card h2{margin-bottom:.5rem;font-size:1.5rem;color:var(--tint)}.product{display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:100vh;gap:2rem}.product-container{display:flex;flex:1;flex-direction:column;justify-content:center}.product-container h2{font-size:2.5rem;margin-bottom:1rem}.product-container p{font-size:1.1rem;margin-bottom:1rem;line-height:1.6;color:var(--subtext)}.product-container ul{list-style:none;padding:0;margin:0}.product-container ul li{margin:.5rem 0;font-size:1rem}.product-img{width:90%;max-width:500px;border-radius:12px}@media (max-width: 768px){.product{flex-direction:column;text-align:center}.product-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.product-container ul{text-align:left;margin:0 auto;max-width:400px}.product-img{width:100%}}.blog-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.coming-soon{padding:4rem;background-color:var(--card);border-radius:20px;text-align:center;border:1px dashed var(--grey)}.note{margin-top:2rem;font-style:italic;color:var(--tint-light)}.investors-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.contact-box{margin-top:2rem;padding:2rem;background-color:var(--card);border-radius:12px;border-left:4px solid var(--tint)}.contact-box a{color:var(--tint-light);text-decoration:underline}.founders-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.page-container{width:100vw;background-color:var(--background)}.about-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.why-catch-me-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.subtitle{font-size:1.2rem;color:var(--subtext);margin-top:-1rem}.legal-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.legal-section{min-height:auto!important;padding-top:2rem!important;padding-bottom:2rem!important}.section-content{width:100%}.verification-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.info-list{list-style:none;padding:0;margin-top:1.5rem}.info-list li{font-size:1.1rem;color:var(--text);padding:.8rem 0;border-bottom:1px solid var(--grey);display:flex;align-items:center}.warning-note{padding:1.5rem;background-color:var(--error-background);border-radius:10px;color:var(--text)!important;border-left:4px solid var(--error)}section p{font-size:1.1rem;line-height:1.8;color:var(--subtext)}@media (max-width: 800px){.section-content{padding:0 1rem}}.page-container{width:100%;background-color:var(--background)}.section-content{width:100%;max-width:1000px;margin:0 auto;padding:4rem 2rem}.sports-hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(135deg,var(--background) 0%,var(--grey) 100%);padding:8rem 2rem}.sports-hero h1{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(to right,#fff,var(--tint-light));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:1.4rem;color:var(--subtext)}.info-list{list-style:none;padding:0;margin:2rem 0}.info-list li{font-size:1.2rem;color:var(--text);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center}.info-list li:before{content:"●";color:var(--tint-light);margin-right:1.5rem;font-size:.8rem}.info-list li:last-child{border-bottom:none}section p{font-size:1.2rem;line-height:1.8;color:var(--subtext);margin-bottom:1.5rem}section h2{font-size:2.2rem;margin-bottom:2rem;color:var(--text);position:relative}section h2:after{content:"";position:absolute;left:0;bottom:-10px;width:50px;height:4px;background:var(--tint-light);border-radius:2px}.sport-differences{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.sport-diff-item{background:#ffffff08;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,background .3s ease}.sport-diff-item:hover{transform:translateY(-5px);background:#ffffff0d}.sport-diff-item h3{color:var(--tint-light);margin-bottom:1rem;font-size:1.4rem}.sport-diff-item p{font-size:1rem;margin-bottom:0}.cta-text{font-weight:600;color:var(--tint-light)!important;font-size:1.4rem!important;margin-top:3rem;text-align:center}@media (max-width: 800px){.section-content{padding:3rem 1.5rem}.sports-hero h1{font-size:2.5rem}.subtitle{font-size:1.1rem}section h2{font-size:1.8rem}}.delete-account-page{padding-bottom:100px}.action-container{margin-top:30px}.delete-btn{background:#ff4d4d;color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.delete-btn:hover{background:#e60000}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#1a1a1a;padding:40px;border-radius:16px;width:90%;max-width:450px;position:relative;box-shadow:0 10px 30px #00000080;border:1px solid #333}.close-btn{position:absolute;top:15px;right:20px;background:none;border:none;color:#888;font-size:2rem;cursor:pointer;line-height:1}.close-btn:hover{color:#fff}.modal-content h2{margin-bottom:20px;font-size:1.5rem;color:#fff}.modal-content p{color:#ccc;margin-bottom:25px;font-size:.95rem}.form-group{margin-bottom:20px;text-align:left}.form-group label{display:block;margin-bottom:8px;color:#eee;font-size:.9rem}.form-group input{width:100%;padding:12px;border-radius:8px;border:1px solid #333;background:#2a2a2a;color:#fff;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#ff4d4d}.submit-btn{width:100%;padding:14px;border-radius:8px;border:none;background:#ff4d4d;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s ease;margin-top:10px}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.error-text{color:#ff4d4d;font-size:.85rem;margin-bottom:15px}.success-message{text-align:center}.success-message h2{color:#4caf50}.close-success-btn{background:#4caf50;color:#fff;padding:10px 20px;border:none;border-radius:8px;margin-top:20px;cursor:pointer}
