.veo3-video-player{position:relative;background:#000;border:2px solid #333;border-radius:.75rem;overflow:hidden;width:100%;aspect-ratio:16/9;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s ease}.veo3-video-player:hover{border-color:#22c55e;box-shadow:0 8px 25px -5px rgba(34,197,94,.1),0 4px 10px -2px rgba(34,197,94,.05)}.veo3-video-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.veo3-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.25rem}@media (max-width:640px){.veo3-video-player{aspect-ratio:16/9;min-height:200px}.veo3-video-container{min-height:200px}}@media (min-width:641px) and (max-width:768px){.veo3-video-player{aspect-ratio:16/9;min-height:250px}}@media (min-width:1024px){.veo3-video-player{aspect-ratio:16/9;min-height:400px}}@media (max-width:640px){.veo3-video-player .veo3-video{-o-object-fit:cover;object-fit:cover}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.veo3-video-player:fullscreen{min-height:100vh}.veo3-video-player:fullscreen .veo3-video-container{min-height:100vh;padding:0}.veo3-video-player:fullscreen .veo3-video{max-height:100vh;max-width:100vw}.veo3-preview-container{position:relative;background:#0f0f0f;border:1px solid #2a2a2a;border-radius:.75rem;overflow:hidden;min-height:400px}.veo3-preview-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#22c55e 50%,transparent)}.veo3-preview-thumbnail{position:relative;width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:.5rem;overflow:hidden}.veo3-preview-thumbnail img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.veo3-preview-thumbnail:hover img{transform:scale(1.02)}.veo3-preview-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);opacity:0;transition:opacity .2s ease;cursor:pointer}.veo3-preview-thumbnail:hover .veo3-preview-overlay{opacity:1}.veo3-play-button{width:4rem;height:4rem;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.veo3-preview-overlay:hover .veo3-play-button{background:rgba(255,255,255,.3);transform:scale(1.1)}@media (max-width:768px){.veo3-preview-container{min-height:300px}.veo3-preview-thumbnail{min-height:250px}.veo3-play-button{width:3rem;height:3rem}}@media (min-width:1024px){.veo3-preview-container{min-height:500px}.veo3-preview-thumbnail{min-height:400px}}.veo3-loading-state{border-radius:.75rem}.veo3-error-state,.veo3-loading-state{display:flex;align-items:center;justify-content:center;min-height:400px;background:#0f0f0f}.veo3-error-state{border:1px solid #dc2626;border-radius:.75rem}.veo3-demo-state{background:#0f0f0f;border:1px solid #2a2a2a;border-radius:.75rem;padding:1.5rem;min-height:400px}.veo3-content-area{position:relative;z-index:10;display:flex;flex-direction:column;height:100%}.veo3-title{background:linear-gradient(90deg,#ffffff,#bbf7d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;margin-bottom:1.5rem}.veo3-tip-box{background:#1a1a1a;border:1px solid #333;border-radius:.5rem;padding:1rem;margin-bottom:2rem}.veo3-icon-container{width:4rem;height:4rem;background:#1a1a1a;border:1px solid #333;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
/*# sourceMappingURL=23db24f7bfa0bd49.css.map*/