@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600&family=Leckerli+One&display=swap";
:root{--vercel-black:#000;--text-main:#fff;--text-muted:#888;--border-color:#333;--btn-bg:#fff;--btn-text:#000;--font-poppins:"Poppins", sans-serif;--font-google-sans:"Google Sans", "Open Sans", sans-serif;--font-leckerli:"Leckerli One", cursive;--footer-bg:#000;--footer-card-bg:#111;--footer-card-text:#fff;--footer-card-muted:#888;--footer-text:#fff}.footer-link{color:var(--footer-card-muted);font-family:var(--font-google-sans);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--footer-card-text)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--vercel-black);color:var(--text-main);font-family:var(--font-google-sans);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-poppins)}p,.description{font-family:var(--font-google-sans)}.navbar-wrapper{z-index:1000;justify-content:center;display:flex;position:fixed;top:1.5rem;left:0;right:0}.circular-navbar{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);background-color:#14141499;border-radius:50px;justify-content:space-between;align-items:center;width:90%;max-width:800px;padding:.75rem 1.5rem;display:flex;box-shadow:0 4px 20px #0006}.nav-brand{font-family:var(--font-leckerli);color:var(--text-main);letter-spacing:0;font-size:1.75rem;font-weight:400;text-decoration:none}.github-pill{border:1px solid var(--border-color);color:var(--text-main);background-color:#111;border-radius:30px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.github-pill:hover{background-color:#222}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 1.5rem;display:flex}.hero-title{letter-spacing:-.05em;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1.1}.hero-description{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1.1rem,2vw,1.25rem)}.try-btn{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;transition:transform .2s,opacity .2s}.try-btn:hover{opacity:.9;transform:scale(1.05)}.about-cards-container{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding-bottom:2rem;display:flex;overflow-x:auto}.about-cards-container::-webkit-scrollbar{display:none}.about-card{scroll-snap-align:start;border-radius:32px;flex-direction:column;flex:none;justify-content:space-between;width:75vw;max-width:450px;min-height:380px;padding:3rem 2.5rem;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.scroll-word{color:#fff!important}}@media (min-width:768px){.about-cards-container{grid-template-columns:repeat(3,1fr);display:grid;overflow-x:visible}.about-card{width:auto;max-width:none;min-height:500px}}.founder-container{background-color:#111;border-radius:24px;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 20px 40px #0006}@media (min-width:768px){.founder-container{flex-direction:row}}.founder-image-wrapper{flex:1;min-height:250px;position:relative}@media (min-width:768px){.founder-image-wrapper{min-height:500px}}.founder-image{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.founder-text-content{background-color:#0000;flex-direction:column;flex:1;justify-content:center;padding:2rem 1.5rem;display:flex;position:relative}@media (min-width:768px){.founder-text-content{padding:4rem 5rem}}.carousel-container{justify-content:center;width:100%;height:500px;margin-top:2rem;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.carousel-container:before,.carousel-container:after{content:"";z-index:10;pointer-events:none;width:15%;height:100%;position:absolute;top:0}.carousel-container:before{background:linear-gradient(90deg, var(--vercel-black), transparent);left:0}.carousel-container:after{background:linear-gradient(270deg, var(--vercel-black), transparent);right:0}.carousel-spinner{width:0;height:0;animation:120s linear infinite spin2d;position:absolute;top:1500px;left:50%}.carousel-container:hover .carousel-spinner{animation-play-state:paused}@keyframes spin2d{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.video-card{transform-origin:50% 1500px;cursor:pointer;z-index:1;justify-content:center;align-items:center;width:250px;height:400px;display:flex;position:absolute;top:-1500px;left:-125px}.video-card:hover{z-index:50}.card-content{will-change:transform;background-color:#111;border:none;border-radius:24px;width:100%;height:100%;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;overflow:hidden}.video-card:hover .card-content{transform:scale(1.1)translateY(-15px);box-shadow:0 25px 50px -12px #000c,0 0 30px #ffffff26}.card-content video{object-fit:cover;width:100%;height:100%;transition:transform .6s}.video-card:hover .card-content video{transform:scale(1.05)}@media (max-width:768px){.carousel-spinner{top:1200px}.video-card{transform-origin:50% 1200px;width:234px;height:364px;top:-1200px;left:-117px}}.blank-word{-webkit-text-fill-color:transparent;-webkit-text-stroke:2px var(--text-main);color:#0000}
