.landing_container__d9DKt{background-color:#000000;color:#ffffff;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden;position:relative;padding-bottom:4rem}.landing_background__thNdB{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;opacity:.4;background:radial-gradient(circle at 50% 50%,#1e1b4b 0,#000000 80%);pointer-events:none}.landing_glow__4bHS8{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(79,70,229,.15) 0,transparent 70%);top:-200px;left:50%;transform:translateX(-50%);border-radius:50%;pointer-events:none;z-index:0}.landing_content__rPuOQ{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:2rem}.landing_content__rPuOQ,.landing_hero__eDypb{display:flex;flex-direction:column;align-items:center}.landing_hero__eDypb{justify-content:center;min-height:60vh;text-align:center;width:100%;max-width:800px;gap:2rem}.landing_title__DsMtd{font-size:5rem;font-weight:900;background:linear-gradient(135deg,#ffffff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.04em;margin:0;text-shadow:0 0 40px rgba(79,70,229,.5);line-height:1}.landing_subtitle__SynNj{font-size:1.25rem;color:#94a3b8;max-width:600px;line-height:1.6;margin-top:-1rem}.landing_inputWrapper__oIEQC{width:100%;display:flex;gap:1rem;align-items:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);padding:.5rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 4px 30px rgba(0,0,0,.5)}.landing_inputWrapper__oIEQC:focus-within,.landing_inputWrapper__oIEQC:hover{border-color:rgba(79,70,229,.5);box-shadow:0 0 20px rgba(79,70,229,.2);background:rgba(255,255,255,.05)}.landing_input__TqlER{flex:1 1;background:transparent;border:none;color:white;font-size:1.25rem;padding:1rem 1.5rem;outline:none}.landing_input__TqlER::placeholder{color:#475569}.landing_actions__0lSei{display:flex;gap:.5rem}.landing_button__8KADk{border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;align-self:center}.landing_buttonIcon__4fRnG{background:rgba(255,255,255,.1);color:#ffffff;padding:0 1rem;font-size:1.5rem}.landing_buttonIcon__4fRnG:hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.landing_buttonPrimary__L6mGn{background:#4f46e5;color:white;box-shadow:0 0 15px rgba(79,70,229,.4)}.landing_buttonPrimary__L6mGn:hover{background:#4338ca;box-shadow:0 0 25px rgba(79,70,229,.6);transform:translateY(-1px)}.landing_buttonPrimary__L6mGn:active{transform:translateY(1px)}.landing_buttonSecondary__gcEIZ{background:rgba(255,255,255,.05);color:#e2e8f0;font-size:.9rem;padding:.75rem 1.5rem;margin-top:-.5rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.landing_buttonSecondary__gcEIZ:hover{background:rgba(255,255,255,.1);border-color:rgba(79,70,229,.5);box-shadow:0 0 15px rgba(79,70,229,.3);transform:translateY(-2px);text-decoration:none;color:#ffffff}.landing_showcase__59yX1{width:100%;margin-top:4rem}.landing_sectionTitle__mrKtZ{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#e2e8f0}.landing_grid__OHphg{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%}.landing_card__aVhVB{position:relative;border-radius:1rem;overflow:hidden;background:#0f172a;border:1px solid rgba(255,255,255,.05);aspect-ratio:9/16;transition:all .3s ease;cursor:pointer}.landing_card__aVhVB:hover{transform:translateY(-5px);border-color:rgba(79,70,229,.3);box-shadow:0 10px 40px rgba(0,0,0,.5)}.landing_video__1WClZ{width:100%;height:100%;object-fit:cover}.landing_cardOverlay__YOfCh{position:absolute;bottom:0;left:0;width:100%;padding:1rem;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);opacity:0;transition:opacity .3s ease}.landing_card__aVhVB:hover .landing_cardOverlay__YOfCh{opacity:1}.landing_filename__PikZe{color:#cbd5e1;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing_disclaimer__4uFB_{margin-top:4rem;color:#475569;font-size:.875rem;text-align:center;max-width:400px}@media (max-width:768px){.landing_content__rPuOQ{padding:1rem}.landing_hero__eDypb{min-height:50vh;gap:1.5rem}.landing_title__DsMtd{font-size:3.5rem}.landing_subtitle__SynNj{font-size:1.1rem}.landing_grid__OHphg{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.landing_sectionTitle__mrKtZ{font-size:1.5rem}}@media (max-width:480px){.landing_content__rPuOQ{padding:.75rem}.landing_hero__eDypb{min-height:40vh;gap:1.25rem}.landing_title__DsMtd{font-size:2.5rem}.landing_subtitle__SynNj{font-size:1rem;margin-top:-.5rem}.landing_inputWrapper__oIEQC{flex-direction:column;padding:.75rem;gap:.75rem}.landing_input__TqlER{font-size:1rem;padding:.875rem 1rem;text-align:center}.landing_actions__0lSei{width:100%;flex-direction:row;justify-content:center}.landing_button__8KADk{flex:1 1;min-height:48px}.landing_buttonIcon__4fRnG{flex:0 0 auto;padding:0 1.25rem}.landing_buttonPrimary__L6mGn{flex:1 1}.landing_buttonSecondary__gcEIZ{width:100%;margin-top:0}.landing_grid__OHphg{grid-template-columns:repeat(2,1fr);gap:.75rem}.landing_card__aVhVB{border-radius:.75rem}.landing_cardOverlay__YOfCh{opacity:1;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 60%);padding:.75rem}.landing_filename__PikZe{font-size:.75rem}.landing_sectionTitle__mrKtZ{font-size:1.25rem;margin-bottom:1rem}.landing_showcase__59yX1{margin-top:2rem}.landing_disclaimer__4uFB_{margin-top:2rem;font-size:.75rem}}@media (max-width:360px){.landing_title__DsMtd{font-size:2rem}.landing_grid__OHphg{grid-template-columns:1fr}}