.VideoPlayer_container__gPdtO{position:relative;width:100%;aspect-ratio:16/9;max-height:60vh;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,rgba(31,41,55,.8),rgba(17,24,39,.9));border:2px solid rgba(139,92,246,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.VideoPlayer_videoWrapper___U3jj{position:relative;width:100%;height:100%}.VideoPlayer_video__GNuJP{width:100%;height:100%;object-fit:contain;background:#000}.VideoPlayer_posterOverlay__d77gv{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#000}.VideoPlayer_posterImage___fyZ6{object-fit:contain;opacity:.9}.VideoPlayer_playButton__nJFqh{position:absolute;width:80px;height:80px;border-radius:50%;background:rgba(139,92,246,.9);border:3px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#fff}.VideoPlayer_playButton__nJFqh:hover{background:#8b5cf6;transform:scale(1.1);border-color:hsla(0,0%,100%,.5)}.VideoPlayer_playButton__nJFqh:active{transform:scale(.95)}.VideoPlayer_playButton__nJFqh:disabled{opacity:.7;cursor:not-allowed}.VideoPlayer_playButton__nJFqh svg{width:32px;height:32px;margin-left:4px}.VideoPlayer_spinner__AZdDM{width:32px;height:32px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:VideoPlayer_spin__xwSL_ .8s linear infinite}@keyframes VideoPlayer_spin__xwSL_{to{transform:rotate(1turn)}}.VideoPlayer_controlsBar__woiSd{position:absolute;bottom:0;left:0;right:0;z-index:10;opacity:0;animation:VideoPlayer_fadeIn__IYaE3 .2s ease forwards;pointer-events:none}.VideoPlayer_controlsBar__woiSd>*{pointer-events:auto}.VideoPlayer_container__gPdtO:focus-within .VideoPlayer_controlsBar__woiSd,.VideoPlayer_container__gPdtO:hover .VideoPlayer_controlsBar__woiSd{opacity:1}.VideoPlayer_controlsGradient__MJwSX{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,transparent);pointer-events:none}.VideoPlayer_controlsContent__8OYZu{position:relative;display:flex;align-items:center;gap:12px;padding:12px 16px;min-height:60px}.VideoPlayer_controlsLeft__Z26nN,.VideoPlayer_controlsRight__FVskU{display:flex;align-items:center;gap:8px;flex-shrink:0}.VideoPlayer_controlsCenter__FhOjq{flex:1 1;display:flex;flex-direction:column;gap:8px;min-width:0}.VideoPlayer_progressContainer__sZPJY{width:100%;position:relative}.VideoPlayer_progressBar__7n_TC{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:hsla(0,0%,100%,.2);border-radius:3px;outline:none;cursor:pointer;transition:height .2s ease}.VideoPlayer_progressBar__7n_TC:hover{height:8px}.VideoPlayer_progressBar__7n_TC::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#8b5cf6;border:2px solid #fff;cursor:pointer;-webkit-transition:transform .2s ease;transition:transform .2s ease}.VideoPlayer_progressBar__7n_TC::-webkit-slider-thumb:hover{transform:scale(1.2)}.VideoPlayer_progressBar__7n_TC::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#8b5cf6;border:2px solid #fff;cursor:pointer;-moz-transition:transform .2s ease;transition:transform .2s ease}.VideoPlayer_progressBar__7n_TC::-moz-range-thumb:hover{transform:scale(1.2)}.VideoPlayer_progressBar__7n_TC:disabled{opacity:.5;cursor:not-allowed}.VideoPlayer_timeDisplay__K3gi4{display:flex;align-items:center;gap:4px;font-size:.875rem;color:hsla(0,0%,100%,.9);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.VideoPlayer_timeSeparator__l8WLk{color:hsla(0,0%,100%,.6)}@keyframes VideoPlayer_fadeIn__IYaE3{to{opacity:1}}.VideoPlayer_controlButton__i8YNu{width:44px;height:44px;border-radius:8px;background:rgba(0,0,0,.7);border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.VideoPlayer_controlButton__i8YNu:hover{background:rgba(0,0,0,.9);border-color:hsla(0,0%,100%,.4);transform:scale(1.05)}.VideoPlayer_controlButton__i8YNu:active{transform:scale(.95)}.VideoPlayer_controlButton__i8YNu svg{width:20px;height:20px}.VideoPlayer_errorState__ZK_5y{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(17,24,39,.95);color:#9ca3af;gap:16px;z-index:20}.VideoPlayer_errorState__ZK_5y p{font-size:1rem;margin:0}.VideoPlayer_retryButton__ykhel{padding:10px 20px;border-radius:8px;background:rgba(139,92,246,.8);border:1px solid rgba(139,92,246,.5);color:#fff;cursor:pointer;transition:all .2s ease;font-size:.9rem}.VideoPlayer_retryButton__ykhel:hover{background:#8b5cf6;border-color:rgba(139,92,246,.8)}.VideoPlayer_container__gPdtO:-webkit-full-screen{border-radius:0;border:none}.VideoPlayer_container__gPdtO:fullscreen{border-radius:0;border:none}.VideoPlayer_container__gPdtO:-webkit-full-screen .VideoPlayer_video__GNuJP{object-fit:contain}.VideoPlayer_container__gPdtO:fullscreen .VideoPlayer_video__GNuJP{object-fit:contain}@media (max-width:768px){.VideoPlayer_container__gPdtO{aspect-ratio:16/9;max-height:50vh;border-radius:12px}.VideoPlayer_playButton__nJFqh{width:64px;height:64px;min-width:64px;min-height:64px}.VideoPlayer_playButton__nJFqh svg{width:24px;height:24px}.VideoPlayer_controlButton__i8YNu{width:44px;height:44px;min-width:44px;min-height:44px}.VideoPlayer_controlButton__i8YNu svg{width:20px;height:20px}.VideoPlayer_controlsContent__8OYZu{padding:10px max(12px,env(safe-area-inset-right,0px)) max(10px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px));gap:8px;min-height:56px}.VideoPlayer_controlsCenter__FhOjq,.VideoPlayer_controlsLeft__Z26nN,.VideoPlayer_controlsRight__FVskU{gap:6px}.VideoPlayer_progressBar__7n_TC{height:6px;min-height:6px}.VideoPlayer_progressBar__7n_TC:hover{height:8px}.VideoPlayer_progressBar__7n_TC::-webkit-slider-thumb{width:18px;height:18px;min-width:18px;min-height:18px}.VideoPlayer_progressBar__7n_TC::-moz-range-thumb{width:18px;height:18px;min-width:18px;min-height:18px}.VideoPlayer_timeDisplay__K3gi4{font-size:.75rem}.VideoPlayer_controlsGradient__MJwSX{height:100px}}@media (max-width:480px){.VideoPlayer_container__gPdtO{max-height:45vh;border-radius:10px}.VideoPlayer_playButton__nJFqh{width:56px;height:56px;min-width:56px;min-height:56px}.VideoPlayer_playButton__nJFqh svg{width:20px;height:20px}.VideoPlayer_controlsContent__8OYZu{padding:8px max(10px,env(safe-area-inset-right,0px)) max(8px,env(safe-area-inset-bottom,0px)) max(10px,env(safe-area-inset-left,0px));gap:6px;min-height:52px}.VideoPlayer_progressBar__7n_TC{height:6px}.VideoPlayer_progressBar__7n_TC::-webkit-slider-thumb{width:20px;height:20px}.VideoPlayer_progressBar__7n_TC::-moz-range-thumb{width:20px;height:20px}.VideoPlayer_timeDisplay__K3gi4{font-size:.7rem}.VideoPlayer_controlsGradient__MJwSX{height:90px}}@media (max-width:375px){.VideoPlayer_container__gPdtO{max-height:40vh;border-radius:8px}.VideoPlayer_playButton__nJFqh{width:52px;height:52px;min-width:52px;min-height:52px}.VideoPlayer_playButton__nJFqh svg{width:18px;height:18px}.VideoPlayer_controlsContent__8OYZu{padding:6px max(8px,env(safe-area-inset-right,0px)) max(6px,env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-left,0px));gap:4px;min-height:48px}.VideoPlayer_controlButton__i8YNu{width:44px;height:44px;min-width:44px;min-height:44px}.VideoPlayer_controlButton__i8YNu svg{width:18px;height:18px}.VideoPlayer_progressBar__7n_TC{height:5px}.VideoPlayer_progressBar__7n_TC::-webkit-slider-thumb{width:22px;height:22px}.VideoPlayer_progressBar__7n_TC::-moz-range-thumb{width:22px;height:22px}.VideoPlayer_timeDisplay__K3gi4{font-size:.65rem}.VideoPlayer_controlsGradient__MJwSX{height:80px}}@media (max-width:768px) and (max-height:600px) and (orientation:landscape){.VideoPlayer_container__gPdtO{aspect-ratio:16/9;max-height:70vh}.VideoPlayer_controlsContent__8OYZu{padding:8px 10px;min-height:50px}.VideoPlayer_controlsGradient__MJwSX{height:80px}}@media (prefers-reduced-motion:reduce){.VideoPlayer_controlButton__i8YNu,.VideoPlayer_playButton__nJFqh,.VideoPlayer_retryButton__ykhel{transition:none}.VideoPlayer_spinner__AZdDM{animation:none}}.landing-container,.landing-container *,.landing-container :after,.landing-container :before,.landing-container nav,.landing-container nav *{box-sizing:border-box}.landing-container{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#6366f1,#8b5cf6);min-height:100vh;overflow-x:hidden}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:4px;height:4px;background:hsla(0,0%,100%,.1);border-radius:50%;animation:float 6s ease-in-out infinite}.particle:first-child{left:10%;animation-delay:0s}.particle:nth-child(2){left:20%;animation-delay:1s}.particle:nth-child(3){left:30%;animation-delay:2s}.particle:nth-child(4){left:40%;animation-delay:3s}.particle:nth-child(5){left:50%;animation-delay:4s}.particle:nth-child(6){left:60%;animation-delay:5s}.particle:nth-child(7){left:70%;animation-delay:2s}.particle:nth-child(8){left:80%;animation-delay:3s}.particle:nth-child(9){left:90%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(1turn);opacity:0}}.page-container{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column}.hero{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 0;max-width:1200px;margin:0 auto;width:100%}.hero-badge{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .8s ease .2s both}.hero-title{font-size:clamp(48px,8vw,72px);font-weight:800;color:#fff;margin-bottom:24px;line-height:1.1;animation:fadeInUp .8s ease .4s both}.hero-subtitle{font-size:28px;color:hsla(0,0%,100%,.95);margin-bottom:48px;font-weight:500;line-height:1.3;animation:fadeInUp .8s ease .6s both;letter-spacing:-.01em}.input-section{width:100%;max-width:960px;margin:0 auto;padding:0 20px;animation:fadeInUp .8s ease .8s both}.input-container{position:relative;background:hsla(0,0%,100%,.97);border-radius:20px;padding:28px;box-shadow:0 25px 50px rgba(0,0,0,.15),0 10px 20px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}.input-container:hover{transform:translateY(-2px);box-shadow:0 35px 70px rgba(0,0,0,.2),0 15px 30px rgba(0,0,0,.15)}.input-container:focus-within{box-shadow:0 35px 70px rgba(0,0,0,.2),0 15px 30px rgba(0,0,0,.15),0 0 0 3px rgba(139,92,246,.3)}.input-wrapper{display:flex;align-items:center;gap:20px;position:relative}.main-input{flex:1 1;border:none;outline:none;font-size:20px;color:#1f2937;background:transparent;font-family:inherit;resize:none;min-height:32px;max-height:140px;line-height:1.5;font-weight:500}.main-input::placeholder{color:#9ca3af;font-weight:400}.typing-cursor{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:2px;height:24px;background:#8b5cf6;animation:blink 1s infinite;pointer-events:none}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.attach-btn{background:#f3f4f6;border:none;width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.attach-btn:hover{background:#e5e7eb;transform:scale(1.05)}.attach-btn:disabled{opacity:.5;cursor:not-allowed}.attach-btn svg{width:20px;height:20px;color:#6b7280}.input-hints{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.hint-chip{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:4px}.hint-chip,.url-input-modal{display:flex;align-items:center}.url-input-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);justify-content:center;z-index:1000;padding:20px}.url-input-card{background:#fff;border-radius:16px;padding:24px;max-width:500px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.3)}.url-input-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.url-input-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0}.close-btn{width:32px;height:32px;border:none;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.close-btn:hover{background:#e5e7eb;color:#374151}.url-input-content{display:flex;flex-direction:column;gap:16px}.url-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease;color:#1f2937}.url-input:focus{border-color:#8b5cf6}.url-submit-btn{padding:12px 24px;background:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.url-submit-btn:hover:not(:disabled){background:#7c3aed}.url-submit-btn:disabled{background:#d1d5db;cursor:not-allowed}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6;pointer-events:none}.submit-btn.active{opacity:1;pointer-events:auto}.submit-btn:hover.active{transform:scale(1.05);box-shadow:0 8px 20px rgba(102,126,234,.4)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.spinner,.submit-btn svg{width:20px;height:20px}.spinner{border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.features{margin-top:100px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px;max-width:700px;margin-left:auto;margin-right:auto;padding:0 20px;animation:fadeInUp .8s ease 1s both}.feature-card{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);border-radius:20px;padding:32px;text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .3s ease}.feature-card:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.35)}.feature-icon{font-size:40px;margin-bottom:20px;display:block}.feature-title{font-size:22px;font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.01em}.feature-desc{font-size:16px;color:hsla(0,0%,100%,.85);line-height:1.6;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.file-input{display:none}.workspace-section{margin-top:80px;padding-top:40px;border-top:1px solid hsla(0,0%,100%,.1);max-width:1200px;margin-left:auto;margin-right:auto;width:100%}@media (max-width:768px){.hero{padding:0 20px}.hero-title{font-size:32px;line-height:1.1}.hero-subtitle{font-size:18px}.input-container{padding:16px}.main-input{font-size:16px}.features{margin-top:80px;grid-template-columns:1fr;gap:24px}.feature-card{padding:28px 20px}.feature-title{font-size:20px}.feature-desc{font-size:15px}}@media (max-width:480px){.hero-title{font-size:28px;line-height:1.1}}@media (max-width:375px){.hero-title{font-size:24px;line-height:1.1}}