*{box-sizing:border-box}:root{--bg-primary: #000A11;--bg-secondary: #002540;--bg-tertiary: #012C4A;--accent-purple: #805BFF;--accent-purple-light: #A88FFF;--accent-blue: #0094FF;--accent-blue-dim: rgba(0, 148, 255, .2);--accent-blue-faint: rgba(0, 148, 255, .05);--accent-pink: #FD0063;--accent-orange: #F19626;--text-primary: #FFFFFF;--text-secondary: #E6E6E6;--card-bg: rgba(0, 148, 255, .12);--card-border: rgba(0, 148, 255, .4);--earn-card-bg: rgba(0, 148, 255, .2);--stat-card-bg: rgba(0, 25, 43, .85);--testimonial-card-bg: rgba(0, 25, 43, .85);--button-bg: rgba(128, 91, 255, .2);--button-border: rgba(128, 91, 255, .5);--footer-bg: #000A11;--footer-border: rgba(0, 148, 255, .5);--main-purple: var(--accent-purple);--secondary-purple: var(--accent-purple-light);--tab-bar-border: var(--button-border);--main-drop-shadow: rgba(0, 0, 0, .3);--gray-text-color: var(--text-secondary);--white-text-color: var(--text-primary);--gray-buttons: rgba(202, 202, 202, .26);--accepted-text: #009D0D;--accepted-button-bg: rgba(0, 157, 13, .3);--pending-text: #EF9800;--pending-button-bg: rgba(239, 152, 0, .3);--main-red: #FF4D5A;--disconnect-button-bg: rgba(255, 77, 90, .4);--greyed-out-bg: rgba(42, 42, 42, .8);--page-name-font-size: 20px;--icon-size: 28px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;padding:0;min-height:100vh;background:linear-gradient(10deg,#000a11 6%,#002540,#012c4a);background-attachment:fixed;position:relative;overflow-x:hidden}html.fc-creator-page{--fc-creator-bg-top: #3a0017;--fc-creator-bg-mid: #370015;--fc-creator-bg-bottom: #0d0005;background-color:var(--fc-creator-bg-top);background-image:linear-gradient(180deg,var(--fc-creator-bg-top) 0%,var(--fc-creator-bg-mid) 52%,var(--fc-creator-bg-bottom) 100%);background-attachment:fixed;background-repeat:no-repeat;min-height:100%}body.fc-creator-page{background:transparent}h1,h2,h3,h4,h5,h6{line-height:1.2;color:var(--text-primary);font-family:Inter,sans-serif}#root{width:100%;min-height:100vh}.header{position:sticky;top:0;z-index:100;width:100%;padding:1.75rem 2rem;background:transparent}.header-container{max-width:1360px;margin:0 auto;padding:1.15rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#000f1e8c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);border-radius:100px;box-shadow:inset 1px 1px 2px #ffffff26,inset -1px -2px 2px #ffffff0f,0 8px 32px #0006}.logo{text-decoration:none;color:inherit;flex-shrink:0;display:flex;align-items:center;gap:.9rem}.logo-icon{height:2.2rem;width:auto;display:block}.logo-name{height:1.5rem;width:auto;display:block}.nav{display:flex;gap:2rem;align-items:center}.nav .nav-content{display:contents}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:1rem;white-space:nowrap;transition:color .2s ease;font-family:Inter,sans-serif}.nav-link:hover{color:var(--accent-blue)}.header-actions{display:flex;align-items:center;gap:.75rem;margin-left:.25rem}.header-btn{padding:.5rem 1.4rem;border-radius:20px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap;font-family:Inter,sans-serif}.header-btn-primary{background:#0094ff;color:#fff}.header-btn-primary:hover{background:#33a8ff;transform:translateY(-1px);box-shadow:0 4px 14px #0094ff73}.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;margin-left:auto}.hamburger-line{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.hamburger[aria-expanded=true] .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.hamburger[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-close{display:none;background:transparent;border:none;color:var(--text-primary);cursor:pointer;align-self:flex-end;padding:.5rem;margin-bottom:1rem}.header--creator-theme{background:transparent}.header--creator-theme .header-container{background:#3a0017b8;border:1px solid rgba(253,0,99,.28);box-shadow:inset 1px 1px 2px #ffffff14,inset -1px -2px 2px #ffffff0a,0 8px 32px #00000073}.nav--creator-theme .nav-link:hover{color:#fd0063}.nav--creator-theme .header-btn-primary{background:#fd0063;color:#fff}.nav--creator-theme .header-btn-primary:hover{background:#ff2a7a;box-shadow:0 4px 14px #fd006373}@media(max-width:768px){.header{padding:1.2rem 1rem}.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100dvh;background:#000a14f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(0,148,255,.25);flex-direction:column;align-items:stretch;justify-content:flex-start;padding:1.5rem;z-index:200;transition:right .3s cubic-bezier(.4,0,.2,1);gap:0}.nav-open{right:0}.nav.nav--creator-theme{background:#0d0005f7;border-left:1px solid rgba(253,0,99,.35)}.nav.nav--creator-theme .nav-close{color:#ffffffeb}.nav.nav--creator-theme .nav-link{border-bottom-color:#fd00631f}.nav-close{display:flex;align-items:center;justify-content:center}.nav .nav-content{display:flex;flex-direction:column;gap:0;width:100%}.nav-link{padding:1rem .5rem;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.07)}.header-actions{margin-left:0;margin-top:1.5rem}.header-btn{width:100%;padding:.85rem 1rem;font-size:1rem;border-radius:12px;text-align:center}}.footer{background:var(--footer-bg);border-top:1px solid var(--footer-border);color:var(--text-secondary);padding:3.5rem 1rem 2rem;margin-top:auto}.footer-container{max-width:1760px;margin:0 auto;padding:0 .5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:320px}.footer-section h4{margin:0 0 1.25rem;font-size:1.1rem;font-weight:700;color:var(--text-secondary);font-family:Inter,sans-serif}.footer-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;margin-bottom:1.25rem}.footer-logo-icon{height:2rem;width:auto;display:block}.footer-logo-name{height:1.35rem;width:auto;display:block}.footer-description{color:var(--text-secondary);line-height:1.7;margin:0;font-size:.95rem}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-link{color:var(--text-secondary);text-decoration:none;transition:color .2s ease;font-size:.95rem}.footer-link:hover{color:var(--accent-blue)}.footer-contact{color:var(--text-secondary);margin:1.25rem 0 0;font-size:.95rem}.footer-contact a{color:var(--accent-blue);text-decoration:none}.footer-contact a:hover{text-decoration:underline}.footer-socials{display:flex;align-items:center;gap:1.2rem;margin-top:1rem}.footer-social-link{width:1.35rem;height:1.35rem;flex:0 0 1.35rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease,opacity .2s ease,filter .2s ease}.footer-social-link:hover{transform:translateY(-1px);filter:brightness(1.15)}.footer-social-link:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}.footer-social-icon{width:100%;height:100%;object-fit:contain;display:block}.footer-social-icon--discord{transform:scale(1.18)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.75rem;margin-top:0;width:100%;text-align:center}.footer-bottom p{margin:0;width:100%;display:block;padding:0 .5rem;color:var(--text-secondary);font-size:.9rem;opacity:.7}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1 / -1;max-width:none}}.footer--creator-theme{background:#0d0005;border-top:1px solid #fd0063}.footer--creator-theme .footer-link:hover,.footer--creator-theme .footer-contact a{color:#fd0063}.footer--creator-theme .footer-social-link:focus-visible{outline-color:#fd0063}@media(max-width:600px){.footer-container{padding:0 1.25rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-bottom p{padding:0 1.25rem}}.home{width:100%;overflow-x:hidden}.section-container{max-width:1280px;margin:0 auto;padding:0 2rem}.section-title{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;color:var(--text-primary);text-align:center;margin:0 0 .75rem}.section-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;color:var(--text-secondary);text-align:center;margin:0 0 3rem;line-height:1.6}.hero{position:relative;width:100%;min-height:72vh;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;gap:2.25rem}.hero-side{display:flex;align-items:center;min-width:0}.hero-side--left{justify-content:flex-start;align-self:stretch;order:2}.hero-side--right{justify-content:flex-end;align-self:stretch;order:3}.hero-phone-img{width:clamp(220px,31vw,360px);max-width:none;height:auto;display:block;object-fit:contain;object-position:left center;margin:0}.hero-video-frame{width:min(100%,340px);aspect-ratio:1;border-radius:24px;overflow:hidden;transform:rotate(-7deg) translate(12px);box-shadow:0 24px 48px #00000073,0 0 0 1px #ffffff1f;background:#00142880}.hero-video{width:100%;height:100%;object-fit:cover;display:block}.hero-content{position:relative;z-index:2;order:1;width:100%;max-width:720px;margin-inline:auto;min-width:0;text-align:center;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:1.5rem;padding-inline:0}.hero-content .hero-title,.hero-content .hero-subtitle{width:100%}.hero-title{font-family:Inter,sans-serif;font-size:3.375rem;font-weight:700;line-height:1.21;color:var(--text-primary);margin:0}.hero-title-accent{color:#0094ff}.hero-subtitle{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:var(--text-primary);line-height:1.6;margin:0;max-width:100%}.store-badge-btn{position:relative;display:inline-flex;padding:0;margin:0;border:none;background:transparent;cursor:pointer;line-height:0;transition:transform .2s ease,opacity .2s ease}.store-badge-btn:hover{transform:translateY(-2px);opacity:.95}.store-badge-img{display:block;height:clamp(44px,5vw,52px);width:auto}.coming-soon--badge{top:-.15rem;right:-.15rem}.hero-store-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center;width:100%}.hero-social-proof{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center;width:100%}.hero-avatars{display:flex}.hero-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid var(--bg-primary);margin-left:-8px}.hero-avatars .hero-avatar:first-child{margin-left:0}.hero-rating{display:flex;align-items:center;gap:.2rem}.hero-rating-star{color:var(--accent-orange);font-size:1.1rem}.hero-rating-value{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--accent-orange)}.hero-social-text{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-primary);margin:0}@media(max-width:1100px){.hero{padding-left:1.25rem;padding-right:1.25rem}.hero-side--left,.hero-side--right{display:none}.hero-side--left{justify-content:center}.hero-side--right{justify-content:center;padding-right:0}.hero-phone-img{width:min(100%,268px);object-position:center}.hero-video-frame{transform:rotate(-5deg);width:min(100%,272px)}}@media(min-width:1101px){.hero{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);align-items:center;justify-items:stretch;gap:0;flex-direction:unset;padding-right:max(12px,env(safe-area-inset-right))}.hero>.hero-side--left,.hero>.hero-content,.hero>.hero-side--right{grid-column:1;grid-row:1}.hero-side--left{order:unset;justify-self:start;align-self:center;z-index:1}.hero-content{order:unset;justify-self:center;align-self:center;width:min(100%,680px);max-width:680px;margin-inline:0;padding-inline:clamp(.5rem,1.5vw,1rem)}.hero-side--right{order:unset;justify-self:end;align-self:center;z-index:1}}.store-btn{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.75rem;border-radius:13px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:all .25s ease;color:var(--text-primary);position:relative;overflow:hidden}.store-btn:hover{background:#ffffff24;border-color:#ffffff59;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.store-btn__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-btn__text{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.store-btn__label{font-size:.65rem;font-weight:400;opacity:.75;letter-spacing:.02em;font-family:Inter,sans-serif}.store-btn__name{font-size:1rem;font-weight:600;font-family:Inter,sans-serif}.coming-soon{position:absolute;top:.35rem;right:.45rem;background:#373a40eb;color:#e6e8ebf2;padding:.38rem .55rem;min-height:1.65rem;display:inline-flex;align-items:center;box-sizing:border-box;border-radius:6px;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(255,255,255,.12);font-family:Inter,sans-serif;box-shadow:0 2px 8px #00000059}.iphone-showcase{position:relative;padding:clamp(3rem,6vw,5rem) 0}.iphone-showcase__frame{position:relative;border-radius:40px;overflow:hidden;padding:clamp(2.25rem,4.5vw,3.75rem) clamp(1.75rem,3.5vw,3rem)}.iphone-showcase__bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.2;pointer-events:none}.iphone-showcase__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:0;max-width:1320px;margin:0 auto}.iphone-showcase__graph{position:relative;z-index:4;justify-self:end;margin-right:-6.75rem;opacity:0;transform:translate(-56px);transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1)}.iphone-showcase__graph--in{opacity:1;transform:translate(0)}.iphone-showcase__graph-img{display:block;width:100%;max-width:min(400px,34vw);height:auto;border-radius:0;box-shadow:none;transition:transform .35s ease}.iphone-showcase__graph:hover .iphone-showcase__graph-img{transform:translateY(-4px)}.iphone-showcase__phone{position:relative;z-index:2;justify-self:center}.iphone-showcase__phone-img{display:block;width:100%;max-width:min(380px,32vw);height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))}.iphone-showcase__funds{position:relative;z-index:4;justify-self:start;margin-left:-4.5rem;display:flex;flex-direction:column;gap:.55rem;align-items:flex-start}.iphone-showcase__funds-item{opacity:0;transform:translate(56px);transition:opacity 1.05s cubic-bezier(.22,1,.36,1),transform 1.05s cubic-bezier(.22,1,.36,1)}.iphone-showcase__funds-item--in{opacity:1;transform:translate(0)}.iphone-showcase__funds-img{display:block;width:100%;max-width:min(420px,36vw);height:auto;border-radius:14px;box-shadow:0 10px 28px #00000059;transition:transform .35s ease}.iphone-showcase__funds-item:hover .iphone-showcase__funds-img{transform:translateY(-3px)}@media(max-width:1180px){.iphone-showcase__graph{margin-right:-4.75rem}.iphone-showcase__funds{margin-left:-3rem}}@media(max-width:1024px){.iphone-showcase__frame{border-radius:32px;padding:clamp(1rem,3vw,1.75rem) clamp(.65rem,2vw,1.25rem);overflow-x:clip}.iphone-showcase__inner{zoom:clamp(.22,calc((100vw - 5.5rem) / 980),1)}}@media(prefers-reduced-motion:reduce){.iphone-showcase__graph,.iphone-showcase__funds-item{opacity:1;transform:none;transition:none}.iphone-showcase__graph:hover .iphone-showcase__graph-img,.iphone-showcase__funds-item:hover .iphone-showcase__funds-img{transform:none}}.how-it-works{padding:5rem 0}.hiw-steps{display:flex;flex-direction:column;gap:5rem;margin-bottom:3rem}.hiw-step{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.hiw-step__text,.hiw-step__media{min-width:0}.hiw-step__text{display:flex;flex-direction:column;gap:1.25rem;padding:3rem 2.5rem;justify-content:center}.hiw-step-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#0090f842;border:.5px solid #0094FF;border-radius:34px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:#0094ff;width:fit-content}.hiw-step-badge__icon{width:22px;height:22px;object-fit:contain;flex-shrink:0;display:block}.hiw-step__title{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.21}.hiw-step__desc{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;color:var(--text-secondary);line-height:1.65;margin:0}.hiw-step__desc strong{color:var(--text-primary)}.hiw-step__media{position:relative;flex-shrink:0;align-self:center;overflow:hidden}.hiw-step__media--phone{width:min(100%,300px);aspect-ratio:9 / 10.9;max-height:435px}.hiw-step:not(.hiw-step--media-first) .hiw-step__media--phone{justify-self:end}.hiw-step--media-first .hiw-step__media--phone{justify-self:start}.hiw-step__media--fade-bottom{border-radius:60px 60px 0 0}.hiw-step__media--fade-top{border-radius:0 0 60px 60px}.hiw-step__img,.hiw-step__vid{width:100%;height:100%;object-fit:cover;display:block}.hiw-step__media--crop-top .hiw-step__vid{object-position:center top}.hiw-step__media--crop-bottom .hiw-step__vid{object-position:center bottom}.hiw-step__media--fade-bottom .hiw-step__vid{-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 42%,rgba(0,0,0,.65) 62%,rgba(0,0,0,.2) 82%,transparent 100%);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-image:linear-gradient(to bottom,#000 0%,#000 42%,rgba(0,0,0,.65) 62%,rgba(0,0,0,.2) 82%,transparent 100%);mask-size:100% 100%;mask-repeat:no-repeat}.hiw-step__media--fade-top .hiw-step__vid{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.2) 18%,rgba(0,0,0,.65) 38%,#000 58%,#000 100%);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.2) 18%,rgba(0,0,0,.65) 38%,#000 58%,#000 100%);mask-size:100% 100%;mask-repeat:no-repeat}.how-it-works-footer{text-align:center;font-family:Inter,sans-serif;font-size:1.05rem;color:var(--text-secondary);margin:0}.creators-link{color:var(--accent-pink);font-weight:700;text-decoration:none;font-size:1.1rem;font-family:Inter,sans-serif}.creators-link:hover{text-decoration:underline}.types-of-clips{padding:5rem 0}.types-of-clips .section-title{margin-bottom:1.2rem}.clips-tab-bar{display:flex;justify-content:center;align-items:center;gap:1.1rem;margin-bottom:3rem;flex-wrap:wrap;max-width:860px;margin-left:auto;margin-right:auto}.clips-tab{flex:0 0 auto;display:flex;align-items:center;justify-content:center;height:74px;min-width:250px;padding:.72rem 1.35rem;background:#ffffff08;border:1px solid rgba(0,148,255,.4);border-radius:999px;cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#ffffffc7;position:relative}.clips-tab+.clips-tab{border-left:none}.clips-tab:hover{transform:translateY(-1px);border-color:#0094ffa6;background:#0094ff1f}.clips-tab--active{background:#0094ff38;border-color:#0094ff;color:#fff;box-shadow:0 8px 18px #0094ff33}.clips-tab__icon{width:clamp(168px,24vw,226px);height:auto;max-height:58px;object-fit:contain;flex-shrink:0;border-radius:0}.clips-tab__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.clips-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.clips-text{display:flex;flex-direction:column;gap:1.25rem}.clips-platform-title{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.21}.clips-desc{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:var(--text-secondary);line-height:1.7;margin:0}.clips-examples-label{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:var(--text-secondary);margin:0}.clips-examples{display:flex;gap:.75rem;flex-wrap:wrap}.clip-example-card{display:flex;align-items:center;gap:.5rem;padding:.45rem .9rem .45rem .5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.clip-example-card--active{background:#0094ff;border-color:#0094ff;box-shadow:0 0 0 3px #0094ff4d}.clip-example-card:hover:not(.clip-example-card--active){background:#0094ff26;border-color:#0094ff66}.clip-example-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0}.clip-example-name{font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:var(--text-primary)}.clips-video-wrap{position:relative;width:min(100%,344px);margin-left:auto;border-radius:38px;overflow:visible}.clips-video{width:100%;aspect-ratio:9 / 16;max-height:700px;object-fit:cover;border-radius:38px;display:block;background:#00192b99}.clips-earnings-card{position:absolute;bottom:2rem;right:-3rem;width:220px;background:#0094ff47;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,148,255,.4);border-radius:18px;padding:1rem 1.25rem;box-shadow:0 4px 4px #00000040}.clips-earnings-label{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;color:var(--text-primary);margin:0 0 .15rem}.clips-earnings-sub{font-family:Inter,sans-serif;font-size:.6rem;font-weight:500;color:var(--text-secondary);margin:0 0 .5rem;text-align:right}.clips-earnings-value{font-family:Inter,sans-serif;font-size:2rem;font-weight:500;color:var(--text-primary);margin:0 0 .5rem;text-align:center}.clips-earnings-badge{display:inline-block;padding:.2rem .6rem;background:#0070c1;border-radius:10px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;color:var(--text-primary);box-shadow:0 4px 4px #00000040}.how-clippers-earn{padding:5rem 0}.how-clippers-earn .section-container{max-width:1220px;padding:0 1.5rem}.how-clippers-earn .section-title{margin-bottom:1.75rem}.earn-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto auto;grid-template-areas:"join join join join join join join submit submit submit submit submit" "milestone milestone milestone milestone milestone payout payout payout payout payout payout payout";gap:1rem}.earn-card{background:var(--earn-card-bg);border:1px solid rgba(0,148,255,.3);border-radius:20px;padding:1.35rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .3s ease;box-shadow:0 4px 24px #ffffff0f}.earn-card--join{grid-area:join}.earn-card--submit{grid-area:submit}.earn-card--milestone{grid-area:milestone}.earn-card--payout{grid-area:payout}.earn-card--join,.earn-card--milestone{min-height:255px}.earn-card--submit,.earn-card--payout{min-height:235px}.earn-card--milestone,.earn-card--payout{min-height:300px}.earn-card:hover{box-shadow:0 8px 32px #0094ff26}.earn-card__icon-wrap{width:64px;height:64px;border-radius:50%;background:#0094ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.earn-card__icon-img{width:30px;height:30px;object-fit:contain}.earn-card__title{font-family:Inter,sans-serif;font-size:1.35rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.earn-card__desc{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:var(--text-secondary);line-height:1.55;margin:0}.earn-card__desc strong{color:var(--text-primary)}.stats-section{position:relative;padding:5rem 2rem;overflow:hidden;border-radius:35px;margin:8rem 2rem 0}.stats-bg{position:absolute;inset:0;background:#000e18db;border-radius:35px;z-index:0}.stats-bg__image{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.2;border-radius:35px}.stats-bg__overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%,rgba(0,148,255,.08) 0%,transparent 70%);border-radius:35px}.stats-inner-v2{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:3rem}.stats-header{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;max-width:900px}.stats-heading{font-family:Inter,sans-serif;font-size:3.125rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.21}.stats-desc{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:300;color:var(--text-primary);line-height:1.6;margin:0}.stats-cards-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;width:100%;max-width:1120px;margin:0 auto}.stat-card-v2{background:#0094ff26;border-radius:35px;padding:2rem 1.75rem;position:relative;transition:box-shadow .3s ease;min-width:0}.stat-card-v2:hover{box-shadow:0 8px 32px #0094ff33}.stat-card-v2__icon-box{width:50px;height:50px;background:#0070c1;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 4px 4px #00000040;margin-bottom:0}.stat-card-v2__icon-img{width:28px;height:28px;object-fit:contain;display:block}.stat-card-v2__live{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;background:#1314175c;border:.5px solid #FD0063;border-radius:6px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;color:#fd0063;letter-spacing:.05em;position:absolute;top:1.5rem;right:1.5rem}.stat-card-v2__live-dot{width:6px;height:6px;border-radius:50%;background:#fd0063;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.stat-card-v2__value{font-family:Inter,sans-serif;font-size:clamp(1.65rem,2.8vw,2.25rem);font-weight:700;color:var(--text-primary);margin:1.5rem 0 .5rem;line-height:1.21;overflow-wrap:anywhere}.stat-card-v2__label{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#e6e6e6;letter-spacing:.04em;margin:0;text-transform:uppercase}.stats-store-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats-store-badge-btn{position:relative;display:inline-flex;padding:0;margin:0;border:none;background:transparent;cursor:pointer;line-height:0;transition:transform .2s ease,opacity .2s ease}.stats-store-badge-btn:hover{transform:translateY(-2px);opacity:.95}.stats-store-badge-img{display:block;height:clamp(44px,5vw,52px);width:auto}.testimonials{margin-top:2rem;padding:5rem 0;overflow:hidden}.testimonials .section-title{margin-bottom:2.5rem}.testimonials__marquee{width:100%}.testimonials__marquee .marquee-row{margin:1.5rem 0 0;mask-image:none;-webkit-mask-image:none}.testimonials__marquee .marquee-row:first-child{margin-top:0}.marquee-row{overflow:hidden;width:100%;margin:1.5rem 0 0;mask-image:linear-gradient(to right,transparent 0%,black 1.5%,black 98.5%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 1.5%,black 98.5%,transparent 100%)}.marquee-row--left .marquee-track{animation:marquee-left 60s linear infinite}.marquee-row--right .marquee-track{animation:marquee-right 60s linear infinite}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none!important}}.marquee-track{display:flex;gap:.9rem;width:max-content;will-change:transform}.testimonial-card{width:clamp(260px,32vw,340px);flex-shrink:0;background:#0094ff4d;border:.5px solid #0094FF;border-radius:18px;padding:1.5rem 1.1rem 1.35rem;min-height:200px;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.testimonial-card__quote{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.25vw,1.15rem);font-weight:400;color:#e6e6e6;line-height:1.21;margin:0;flex:1}.testimonial-card__footer{display:flex;align-items:center;gap:.5rem}.testimonial-card__avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-card__name{font-family:Inter,sans-serif;font-size:clamp(.88rem,1.1vw,1.05rem);font-weight:700;color:#fff;flex:1}.testimonial-card__metric{font-family:Inter,sans-serif;font-size:clamp(.88rem,1.1vw,1.05rem);font-weight:700;color:#0094ff;white-space:nowrap}.climb-ranks{padding:5rem 0;margin-top:6.5rem}.climb-ranks__inner{display:grid;grid-template-columns:55% 1fr;gap:4rem;align-items:center}.climb-ranks__visual{position:relative;display:flex;flex-direction:column;gap:0;padding-top:.5rem}.climb-notif{position:absolute;z-index:4;top:1.1rem;right:-.8rem;width:min(680px,98%);background:#ffffff0a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.32);border-radius:25px;padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:.6rem;opacity:0;transform:translate(-120px) scale(.97);transform-origin:top right;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.climb-notif--in{opacity:1;transform:translate(0) scale(1)}.climb-notif__icon-wrap{width:48px;height:48px;border-radius:12px;overflow:hidden;flex-shrink:0;background:transparent;display:flex;align-items:center;justify-content:center}.climb-notif__app-icon{width:100%;height:100%;object-fit:cover;border-radius:12px}.climb-notif__body{flex:1;min-width:0}.climb-notif__title{font-family:Inter,sans-serif;font-size:1.08rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.climb-notif__text{font-family:Inter,sans-serif;font-size:.86rem;font-weight:400;color:var(--text-secondary);margin:0;line-height:1.45}.climb-notif__time{font-family:Inter,sans-serif;font-size:.82rem;font-weight:500;color:var(--text-secondary);white-space:nowrap;flex-shrink:0;align-self:flex-start}@media(prefers-reduced-motion:reduce){.climb-notif,.climb-notif--in{opacity:1;transform:none;transition:none}}.climb-ranks__imgs{position:relative;height:660px;z-index:2}.climb-ranks__img-wrap{position:absolute;overflow:hidden}.climb-ranks__img-wrap--1{left:0;top:0;width:52%;height:98%;z-index:1}.climb-ranks__img-wrap--2{right:0;bottom:0;width:52%;height:94%;z-index:2}.climb-ranks__photo{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.climb-ranks__img-wrap--1 .climb-ranks__photo{-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 14%,rgba(0,0,0,.82) 32%,rgba(0,0,0,.55) 50%,rgba(0,0,0,.28) 68%,rgba(0,0,0,.1) 84%,transparent 100%);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-image:linear-gradient(to bottom,#000 0%,#000 14%,rgba(0,0,0,.82) 32%,rgba(0,0,0,.55) 50%,rgba(0,0,0,.28) 68%,rgba(0,0,0,.1) 84%,transparent 100%);mask-size:100% 100%;mask-repeat:no-repeat}.climb-ranks__img-wrap--2 .climb-ranks__photo{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 10%,rgba(0,0,0,.28) 22%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.82) 58%,#000 76%,#000 100%);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 10%,rgba(0,0,0,.28) 22%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.82) 58%,#000 76%,#000 100%);mask-size:100% 100%;mask-repeat:no-repeat}.climb-ranks__text{display:flex;flex-direction:column;gap:1.5rem;text-align:right}.climb-ranks__title{font-family:Inter,sans-serif;font-size:3.25rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.21}.climb-ranks__desc{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:300;color:var(--text-secondary);line-height:1.7;margin:0}.faq{padding:5rem 0}.faq-inner{max-width:900px}.faq-list{display:flex;flex-direction:column;gap:0;margin-top:.5rem}.faq-item{border:1px solid var(--accent-blue);border-radius:20px;background:var(--accent-blue-faint);margin-bottom:1rem;overflow:hidden;transition:box-shadow .2s ease}.faq-item--open{box-shadow:0 4px 20px #0094ff1a}.faq-item__btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;gap:1rem}.faq-item__question{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:var(--text-primary);line-height:1.3}.faq-item__icon{font-size:1.4rem;font-weight:400;color:var(--accent-blue);flex-shrink:0;transition:transform .25s ease;line-height:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid var(--accent-blue)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item--open .faq-item__answer{max-height:500px}.faq-item__answer p{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:var(--text-secondary);line-height:1.7;margin:0;padding:0 1.5rem 1.5rem}.cta-section{position:relative;padding:0 2rem;overflow:hidden;border-radius:35px;margin:0 2rem 3rem;min-height:640px}.cta-bg{position:absolute;inset:0 clamp(1rem,6vw,6rem);z-index:0;border-radius:35px;overflow:hidden}.cta-bg__img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.2;border-radius:35px}.cta-bg__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00192b73,#000a119e);border-radius:35px}.cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:640px;max-width:1280px;margin:0 auto}.cta-phone{position:relative;display:flex;align-items:flex-end;justify-content:center;height:100%;padding-top:0}.cta-phone__img{width:auto;max-width:100%;height:420px;object-fit:cover;object-position:bottom;border-radius:73px 71px 0 0;display:block}.cta-content{position:relative;z-index:1;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 0}.cta-title{font-family:Inter,sans-serif;font-size:3rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.21}.cta-subtitle{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;color:#e6e6e6;margin:0;line-height:1.6}.cta-store-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:nowrap;flex-direction:column;align-items:center;margin-top:.9rem}.cta-store-badge-btn{position:relative}.cta-store-badge-img{display:block;width:210px;height:62px;object-fit:fill}.cta-store-badge-btn--ios .cta-store-badge-img{width:232px;height:70px}.cta-notif{position:absolute;right:clamp(-9.5rem,-14vw,-5rem);bottom:clamp(2.4rem,4.5vw,3.4rem);z-index:2;display:flex;align-items:center;gap:.75rem;background:#ffffff0a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.32);border-radius:25px;padding:.85rem 1.25rem;max-width:450px;width:min(450px,84%);text-align:left}.cta-notif__icon-wrap{width:44px;height:44px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#0094ff33}.cta-notif__app-icon{width:100%;height:100%;object-fit:cover;border-radius:10px}.cta-notif__body{flex:1;min-width:0}.cta-notif__title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:var(--text-primary);margin:0 0 .2rem}.cta-notif__text{font-family:Inter,sans-serif;font-size:.7rem;font-weight:400;color:var(--text-secondary);margin:0;line-height:1.5}.cta-notif__time{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-secondary);white-space:nowrap;flex-shrink:0;align-self:flex-start}@media(max-width:1024px){.section-title{font-size:2rem}.section-subtitle{margin-bottom:1.4rem}.hero-title{font-size:2.8rem}.hero{padding-bottom:1rem}.iphone-showcase{padding-top:0;padding-bottom:2.6rem}.hiw-step{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:.75rem;align-items:center}.hiw-step__media--phone{width:100%;max-width:min(220px,100%);max-height:340px}.hiw-step:not(.hiw-step--media-first) .hiw-step__media--phone{justify-self:end}.hiw-step--media-first .hiw-step__media--phone{justify-self:start}.hiw-step__media--fade-bottom{border-radius:min(60px,28vw) min(60px,28vw) 0 0}.hiw-step__media--fade-top{border-radius:0 0 min(60px,28vw) min(60px,28vw)}.hiw-step__text{padding:1rem .65rem;gap:.65rem}.hiw-step__title{font-size:1.35rem;line-height:1.2}.hiw-step__desc{font-size:.88rem;line-height:1.45}.hiw-step-badge{font-size:.82rem;padding:.28rem .65rem}.hiw-step-badge__icon{width:18px;height:18px}.clips-tab-bar{max-width:100%}.clips-layout{grid-template-columns:1fr;gap:2rem}.clips-text{align-items:center;text-align:center}.clips-video-wrap{max-width:344px;margin:0 auto}.clips-earnings-card{right:-1.1rem}.stats-section{margin:0 1rem;padding:4rem 1.5rem}.stats-bg{inset:0}.stats-cards-row{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin:0 auto}.stats-heading{font-size:2.25rem}.climb-ranks{margin-top:1.5rem;padding-top:2rem}.climb-ranks__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:center}.climb-ranks__visual{overflow:visible}.climb-ranks__imgs{width:145%;height:460px;margin-left:-45%}.climb-ranks__text{text-align:left;gap:.85rem}.climb-ranks__title{font-size:1.9rem;line-height:1.18}.climb-ranks__desc{font-size:1.02rem;line-height:1.5}.climb-ranks__img-wrap{position:relative;width:100%;height:100%}.climb-ranks__img-wrap--1{left:auto;top:auto;width:100%;height:100%}.climb-ranks__img-wrap--2,.climb-notif{display:none}.cta-section{margin:0 1rem 1.25rem}.cta-inner{grid-template-columns:1fr}.cta-phone{display:none}}@media(max-width:768px){.section-container{padding:0 1.25rem}.iphone-showcase{padding:8.25rem 0 2.6rem}.iphone-showcase .section-container{padding:0}.iphone-showcase__frame{width:calc(100% + 2.5rem);margin-left:-1.25rem;padding:1.4rem .75rem;overflow:visible}.iphone-showcase__inner{zoom:clamp(.38,calc((100vw - 1rem) / 760),.78);transform-origin:center center;transform:none}.iphone-showcase__phone{justify-self:center}.iphone-showcase__graph-img{max-width:min(520px,52vw)}.iphone-showcase__phone-img{max-width:min(470px,44vw)}.iphone-showcase__funds-img{max-width:min(540px,56vw)}.iphone-showcase__funds{margin-left:-7.25rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem;margin-bottom:1.25rem}.hero{padding:5.2rem 1.25rem 1rem;min-height:auto}.hero-side--left,.hero-side--right{display:none}.hero-content{gap:1.75rem}.hero-title{font-size:2.45rem}.hero-subtitle{font-size:1.1rem}.hero-title-accent{display:block}.hero-store-buttons{flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;margin-top:.45rem;gap:.7rem}.hero-store-buttons .store-badge-img{height:clamp(40px,10vw,50px)}.hero-social-proof{flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:.5rem;width:100%;overflow:hidden}.hero-avatar{width:28px;height:28px;border-width:1.5px;margin-left:-7px}.hero-rating{gap:.12rem}.hero-rating-star{font-size:1rem}.hero-rating-value{font-size:.95rem}.hero-social-text{font-size:.72rem;line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hiw-step{column-gap:.45rem}.hiw-step__media--phone{max-width:min(148px,100%);max-height:228px}.hiw-step__media--fade-bottom{border-radius:24px 24px 0 0}.hiw-step__media--fade-top{border-radius:0 0 24px 24px}.hiw-step__title{font-size:.95rem;line-height:1.22}.hiw-step__desc{font-size:.68rem;line-height:1.42}.hiw-step__text{padding:.45rem .2rem;gap:.4rem}.hiw-step-badge{font-size:.62rem;padding:.18rem .45rem;gap:.3rem}.hiw-step-badge__icon{width:13px;height:13px}.hiw-steps{gap:3rem}.clips-tab-bar{gap:.45rem;flex-wrap:nowrap;justify-content:space-between;margin-bottom:1.35rem}.clips-tab{width:auto;flex:1 1 0;justify-content:center;min-width:0;height:48px;padding:0rem;border-radius:16px}.clips-tab__icon{width:100%;max-width:100%;height:100%;max-height:42px;object-fit:contain}.clips-layout{grid-template-columns:1fr;gap:1.1rem;align-items:start}.clips-text{align-items:flex-start;text-align:left;order:2}.clips-platform-title{font-size:1.75rem}.clips-desc{font-size:.82rem;line-height:1.45}.clips-video-wrap{max-width:190px;width:100%;margin:0;justify-self:center;order:1}.clips-video{max-height:420px}.clips-earnings-card{position:absolute;right:-1.9rem;bottom:.9rem;width:168px;padding:.45rem .8rem;border-radius:12px}.clips-earnings-label{font-size:.62rem}.clips-earnings-sub{font-size:.5rem;margin-bottom:.28rem}.clips-earnings-value{font-size:1.15rem;margin-bottom:.35rem}.clips-earnings-badge{font-size:.62rem;padding:.16rem .44rem}.earn-grid{display:flex;gap:.85rem;overflow-x:auto;padding:.1rem .2rem .55rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.earn-grid::-webkit-scrollbar{height:6px}.earn-grid::-webkit-scrollbar-thumb{background:#0094ff66;border-radius:999px}.earn-card{flex:0 0 86%;min-width:86%;scroll-snap-align:start}.earn-card__title{font-size:1.2rem}.earn-card__desc{font-size:.9rem}.stats-section{margin:0;border-radius:0;padding:4rem 1.25rem}.stats-bg{inset:0;border-radius:0}.stats-bg__image,.stats-bg__overlay{border-radius:0}.stats-inner-v2{gap:2.25rem}.stats-heading{font-size:1.75rem}.stat-card-v2{border-radius:24px;padding:1.25rem 1.1rem}.stat-card-v2__icon-box{width:40px;height:40px;border-radius:8px}.stat-card-v2__icon-img{width:22px;height:22px}.stat-card-v2__live{top:1rem;right:1rem;padding:.2rem .48rem;font-size:.6rem}.stat-card-v2__live-dot{width:5px;height:5px}.stat-card-v2__value{font-size:1.45rem;margin-top:1.1rem;margin-bottom:.38rem}.stat-card-v2__label{font-size:.78rem}.stats-cards-row{grid-template-columns:1fr;max-width:340px}.stats-store-buttons{flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:.75rem;width:100%}.stats-store-badge-btn{flex:1 1 0;min-width:0;display:flex;justify-content:center}.stats-store-badge-img{width:100%;max-width:168px;height:auto}.testimonials{margin-top:0;padding-top:0}.testimonial-card{width:min(240px,78vw);min-height:168px;padding:.85rem .7rem .78rem;gap:.65rem;border-radius:14px}.testimonial-card__quote{font-size:.74rem;line-height:1.4}.testimonial-card__avatar{width:30px;height:30px}.testimonial-card__name,.testimonial-card__metric{font-size:.72rem}.climb-ranks{margin-top:1.2rem;padding-top:1.7rem}.climb-ranks__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:center}.climb-ranks__visual{overflow:visible}.climb-ranks__imgs{width:145%;height:460px;margin-left:-45%}.climb-ranks__img-wrap{position:relative;width:100%;height:100%}.climb-ranks__img-wrap--1{left:auto;top:auto;width:100%;height:100%}.climb-ranks__img-wrap--2{display:none}.climb-ranks__text{text-align:left;gap:.85rem}.climb-ranks__title{font-size:1.9rem;line-height:1.18}.climb-ranks__desc{font-size:1.02rem;line-height:1.5}.climb-notif{display:none}.faq-inner{padding:0 1.25rem;max-width:100%}.faq-item__question{font-size:.95rem}.cta-section{margin:0;border-radius:0;padding:4rem 1.25rem 3rem;min-height:auto}.cta-bg{inset:0;border-radius:0}.cta-bg__img,.cta-bg__overlay{border-radius:0}.cta-inner{grid-template-columns:1fr;min-height:auto}.cta-title{font-size:2rem}.cta-store-buttons{flex-direction:column;align-items:center}.cta-store-badge-img{width:170px;height:50px}.cta-store-badge-btn--ios .cta-store-badge-img{width:188px;height:56px}.cta-content{padding:2rem 0}}.hero-cta-wrap{display:flex;justify-content:center;margin-top:.5rem}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.25rem;font-size:1.1rem;font-weight:700;color:#fff;background:var(--accent-purple);border:2px solid var(--accent-purple-light);border-radius:12px;text-decoration:none;box-shadow:0 4px 14px #805bff59;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;font-family:Inter,sans-serif}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #805bff80;background:var(--accent-purple-light)}.how-it-works-container{max-width:1300px;margin:0 auto;padding:0 2rem}.how-it-works-subtitle{text-align:center;font-size:1.1rem;font-weight:500;color:var(--text-secondary);margin:0 0 3rem;font-family:Inter,sans-serif}.steps-list{display:flex;flex-direction:column;gap:2.5rem}.step-item{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;background:#00192b8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,148,255,.15);padding:2rem;border-radius:20px;box-shadow:0 4px 12px #00000040}.step-item-reverse{direction:rtl}.step-item-reverse>*{direction:ltr}.step-media{min-height:280px;border-radius:12px;overflow:hidden}.step-media-placeholder{width:100%;aspect-ratio:16 / 10;background:linear-gradient(135deg,#0094ff1f,#00192bcc);border:2px dashed rgba(0,148,255,.3);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.step-placeholder-icon{font-size:2.75rem;opacity:.9}.step-placeholder-label{font-size:.85rem;color:var(--text-secondary);font-weight:500;font-family:Inter,sans-serif}.step-content{display:flex;flex-direction:column;gap:.75rem}.step-number{position:relative;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3.2rem;flex-shrink:0;filter:drop-shadow(0 2px 6px rgba(128,91,255,.4))}.step-number-bg{width:100%;height:100%;object-fit:contain}.step-number-text{position:absolute;top:50%;left:45%;transform:translate(-50%,-50%);color:#fff;font-size:1.2rem;font-weight:800;font-family:Inter,sans-serif}.step-title{font-size:1.35rem;font-weight:700;margin:0;color:var(--text-primary);line-height:1.3;font-family:Inter,sans-serif}.step-description{font-size:.95rem;color:var(--text-secondary);line-height:1.65;margin:0;font-family:Inter,sans-serif}.how-it-works-creators{text-align:center;margin:3rem 0 0;font-size:1rem;color:var(--text-secondary);font-family:Inter,sans-serif}.how-it-works-creators-link{color:var(--accent-purple);font-weight:600;text-decoration:none}.how-it-works-creators-link:hover{color:var(--accent-purple-light);text-decoration:underline}.cta{padding:5rem 2rem;text-align:center}.cta-container{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media(max-width:768px){.step-item{grid-template-columns:1fr}.step-item-reverse{direction:ltr}.how-it-works-container{padding:0 1.25rem}}.for-creators{background:transparent;min-height:100vh}.fc-accent,.for-creators .hero-title-accent{color:#fd0063}.for-creators .hero-rating-star,.for-creators .hero-rating-value{color:#f19626}.fc-hero-left-mask{display:flex;align-items:center;justify-content:flex-start;padding:.75rem 1rem .75rem .35rem}.for-creators .fc-hero-video-frame--left{position:relative;width:min(100%,clamp(380px,36vw,540px));max-width:none;transform:none;box-shadow:none;background:transparent}.for-creators .fc-hero-video-tilt{display:block;width:100%;height:100%;min-height:0;transform:rotate(7deg) translate(-8px);transform-origin:center center}.for-creators .fc-hero-video-frame--left:after{content:"";position:absolute;inset:-6%;border-radius:inherit;pointer-events:none;z-index:1;background:linear-gradient(180deg,var(--fc-creator-bg-top) 0%,var(--fc-creator-bg-mid) 52%,var(--fc-creator-bg-bottom) 100%);background-attachment:fixed;--fc-hero-mask-radial: radial-gradient( ellipse 108% 70% at 50% 50%, transparent 0%, transparent 16%, rgba(0, 0, 0, .38) 30%, rgba(0, 0, 0, .68) 42%, rgba(0, 0, 0, .92) 52%, #000 64%, #000 100% );--fc-hero-mask-sides: linear-gradient( to right, #000 0%, rgba(0, 0, 0, .88) 8%, rgba(0, 0, 0, .46) 18%, transparent 32%, transparent 58%, rgba(0, 0, 0, .52) 68%, rgba(0, 0, 0, .85) 80%, rgba(0, 0, 0, .96) 90%, #000 100% );-webkit-mask-image:var(--fc-hero-mask-radial),var(--fc-hero-mask-sides);mask-image:var(--fc-hero-mask-radial),var(--fc-hero-mask-sides);-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-size:100% 100%,100% 100%;mask-size:100% 100%,100% 100%;-webkit-mask-composite:source-over;mask-composite:add}.fc-clippers-link{color:#0094ff;font-weight:700;text-decoration:none;font-size:1.1rem;font-family:Inter,sans-serif}.fc-clippers-link:hover{text-decoration:underline}.fc-hiw-badge{background:#fd006326!important;border:.5px solid #fd0063!important;color:#fd0063!important}.for-creators .fc-clips-tab-bar{flex-wrap:nowrap;justify-content:center;align-items:stretch;max-width:none;width:100%;gap:.45rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(253,0,99,.55) rgba(255,255,255,.06);padding:4px 0 .25rem}.for-creators .fc-clips-tab-bar::-webkit-scrollbar{height:6px}.for-creators .fc-clips-tab-bar::-webkit-scrollbar-track{background:#ffffff0f;border-radius:4px}.for-creators .fc-clips-tab-bar::-webkit-scrollbar-thumb{background:#fd006380;border-radius:4px}.for-creators .fc-clips-tab{flex:1 1 0;min-width:0;height:auto;min-height:58px;max-width:none;padding:.45rem .35rem;background-clip:padding-box}.for-creators .fc-clips-tab .clips-tab__icon{width:100%;max-width:min(200px,21vw);height:auto;max-height:48px;object-fit:contain}.for-creators .clips-tab{border-color:#fd006359}.for-creators .clips-tab:hover{border-color:#fd0063a6;background:#fd00631a}.for-creators .clips-tab--active,.for-creators .fc-clips-tab--active{background:#fd006333!important;border-color:#fd0063!important;box-shadow:inset 0 1px #ffffff12,inset 0 0 0 1px #fd006338!important}.fc-brand-card{padding:.45rem .85rem .45rem .45rem;gap:.5rem}.fc-example-logo{width:28px;height:28px;border-radius:6px;object-fit:cover;flex-shrink:0}.for-creators .fc-example-logo--contain{object-fit:contain;background:#ffffff0f}.for-creators .clip-example-card--active{background:#fd0063!important;border-color:#fd0063!important;box-shadow:0 0 0 3px #fd00634d!important}.for-creators .clip-example-card:hover:not(.clip-example-card--active){background:#fd00631f!important;border-color:#fd006366!important}.for-creators .clips-earnings-card{background:#fd006338;border-color:#fd006366}.fc-badge{background:#c80050!important}.for-creators .earn-card{background:#fd00631a;border-color:#fd006340}.for-creators .earn-card:hover{box-shadow:0 8px 32px #fd006326}.fc-earn-icon-wrap{background:#fd0063!important}@media(max-width:768px){.for-creators .earn-grid{scrollbar-color:#ff2a7a rgba(255,255,255,.08)}.for-creators .earn-grid::-webkit-scrollbar-thumb{background:#ff2a7a;border-radius:999px}.for-creators .earn-grid::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}}.for-creators .testimonial-card{background:#fd00631f;border:1px solid #fd0063}.for-creators .testimonial-card__metric,.for-creators .testimonial-card__metric.fc-metric,.for-creators .fc-metric{color:#fd0063!important;background:none!important;border:none!important;box-shadow:none!important;padding:0;border-radius:0}.for-creators .faq-item{border:1px solid #fd0063;background:#fd00630f}.for-creators .faq-item--open{box-shadow:0 4px 20px #fd00631f;border-color:#fd0063}.for-creators .faq-item__icon{color:#fd0063;border-color:#fd0063}.for-creators .faq-item--open .faq-item__btn{color:inherit}.for-creators .faq-item--open .faq-item__question{color:var(--text-primary)}.for-creators .faq-item--open .faq-item__icon{color:#fd0063;border-color:#fd0063}.fc-cta-inner{direction:ltr;display:grid;grid-template-columns:1fr 1fr}.for-creators .fc-cta-notif{right:clamp(-9.5rem,-14vw,-5rem);left:auto}.for-creators .cta-bg__overlay{background:linear-gradient(180deg,#3700158c,#0d0005b8)}.for-creators+footer{margin-top:0}@media(max-width:1024px){.for-creators .fc-cta-inner{display:flex;flex-direction:column;align-items:center;min-height:0;gap:2rem}.for-creators .fc-cta-inner .cta-content{order:1;width:100%}.for-creators .fc-cta-inner .cta-phone{display:flex!important;order:2;width:100%;justify-content:center;padding-bottom:1.5rem}.for-creators .fc-cta-notif{right:auto;left:50%;transform:translate(-50%);bottom:clamp(.5rem,3vw,1.25rem);width:min(420px,92vw)}}@media(max-width:768px){.for-creators .cta-section{min-height:0;padding:clamp(2.25rem,8vw,4rem) clamp(.85rem,4vw,1.25rem) clamp(2rem,6vw,3rem)}.for-creators .fc-cta-inner{gap:0;min-height:0}.for-creators .fc-cta-inner .cta-phone{display:none!important}.for-creators .cta-content{padding:clamp(1rem,4vw,2rem) 0;max-width:min(100%,100vw - 2.5rem);margin-inline:auto;box-sizing:border-box}.for-creators .cta-title{font-size:clamp(1.35rem,5.2vw,2rem);line-height:1.2;max-width:100%}.for-creators .cta-subtitle{font-size:clamp(.85rem,3.2vw,1.15rem);line-height:1.5;max-width:100%}.for-creators .cta-store-buttons{width:100%;max-width:100%;align-items:center}.for-creators .cta-store-badge-img{width:clamp(140px,42vw,188px);height:auto;max-height:clamp(44px,12vw,56px);object-fit:contain}.for-creators .cta-store-badge-btn--ios .cta-store-badge-img{width:clamp(155px,46vw,210px);height:auto;max-height:clamp(48px,13vw,62px)}.for-creators .fc-clips-tab .clips-tab__icon{max-width:min(220px,42vw);max-height:56px}.for-creators .fc-clips-tab{min-height:58px;padding:.5rem .4rem}}.legal-page{width:100%;background:transparent;padding:4rem 2rem;min-height:calc(100vh - 200px)}.legal-container{max-width:900px;margin:0 auto;background:#00192b8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid rgba(0,148,255,.3);box-shadow:0 4px 24px #00000040}.legal-title{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary);border-bottom:3px solid var(--accent-blue);padding-bottom:1rem}.legal-updated{font-family:Inter,sans-serif;color:var(--text-secondary);font-style:italic;margin:0 0 2rem;opacity:.85}.legal-section{margin:2.5rem 0}.legal-section h2{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:2rem 0 1rem}.legal-section h3{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;color:var(--text-secondary);margin:1.5rem 0 .75rem}.legal-section p{font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.8;margin:.75rem 0;font-size:1rem}.legal-section ul{margin:1rem 0;padding-left:2rem}.legal-section li{font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.8;margin:.5rem 0}.legal-section li::marker{color:var(--accent-blue)}.support-page a,.support-page a:link,.support-page a:visited,.support-page a:hover,.support-page a:focus-visible,.support-page a:active{color:#0094ff}@media(max-width:768px){.legal-page{padding:2rem 1rem}.legal-container{padding:2rem 1.5rem}.legal-title{font-size:2rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.legal-section ul{padding-left:1.5rem}}.help-page{width:100%;background:transparent;padding:4rem 2rem;min-height:calc(100vh - 200px)}.help-container{max-width:900px;margin:0 auto;background:#00192b8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid rgba(0,148,255,.3);box-shadow:0 4px 24px #00000040}.help-title{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary);border-bottom:3px solid var(--accent-blue);padding-bottom:1rem}.help-intro{font-family:Inter,sans-serif;color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin:0 0 2.5rem}.help-intro strong{color:var(--text-primary)}.help-section{margin:2.5rem 0}.help-section-title{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--accent-blue);margin:2rem 0 1.25rem}.help-section-title:first-of-type{margin-top:0}.help-section h3{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;color:var(--text-primary);margin:1.5rem 0 .75rem;scroll-margin-top:5rem}.help-section h3:first-child{margin-top:0}.help-section p{font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.8;margin:.75rem 0;font-size:1rem}.help-section ul{margin:1rem 0;padding-left:2rem}.help-section li{font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.8;margin:.5rem 0}.help-section li::marker{color:var(--accent-blue)}.help-section a{color:var(--accent-blue);text-decoration:underline;text-underline-offset:2px}.help-section a:hover{color:#4db8ff}.help-section-contact{padding-top:1rem;border-top:1px solid rgba(0,148,255,.25)}.help-contact-list{list-style:none;padding-left:0}.help-contact-list li{margin:.5rem 0}.help-contact-list li::marker{content:none}.help-contact-list a{color:var(--accent-blue)}.help-contact-note{margin-top:1rem;font-size:.95rem;opacity:.9}@media(max-width:768px){.help-page{padding:2rem 1rem}.help-container{padding:2rem 1.5rem}.help-title{font-size:2rem}.help-section-title{font-size:1.5rem}.help-section h3{font-size:1.2rem}.help-section ul{padding-left:1.5rem}}.app{display:flex;flex-direction:column;min-height:100vh;background:transparent;position:relative;z-index:1}.main-content{flex:1;width:100%;position:relative;z-index:1}
