.landing-nav{position:fixed;top:0;left:0;width:100%;height:70px;background:#0a0a0acc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;z-index:1000;padding:0 20px}.nav-container{max-width:1400px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center}.nav-logo-img{height:40px;transition:transform .3s ease}.nav-links-center{display:flex;align-items:center;gap:25px}.nav-link-item{color:#ccc;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:8px}.nav-links-center .nav-divider-vertical{margin-left:-5px!important;margin-right:-5px!important}.nav-link-item:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3)}.tokens-wrapper{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-actions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.token-display-dee{padding:6px 12px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center}.token-text-dee{font-family:Inter,sans-serif}.dropdown-menu{position:absolute;top:60px;right:0;width:260px;background:#0f0f0f;border:1px solid rgba(168,85,247,.3);border-radius:20px;padding:10px 0;box-shadow:0 10px 40px #000c,0 0 20px #a855f71a;animation:fadeIn .2s ease-out}.dropdown-item{padding:12px 20px;color:#ddd;font-size:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:10px}.dropdown-item:hover{background:#ffffff0d;color:#fff}.dropdown-item.logout{color:#ff4757}.dropdown-divider{height:1px;background:#ffffff14;margin:8px 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.nav-links-center{display:none}}@media (max-width: 900px){.burger-menu{display:flex!important;flex-direction:column!important;justify-content:center;align-items:center;width:30px;height:30px;margin-right:15px;flex-shrink:0}.nav-links-center{display:none!important}.nav-container{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0 10px!important}.badge-plan-mobile{display:none!important}.tokens-wrapper{gap:6px!important}.token-display-dee{padding:4px 8px!important}.token-text-dee{font-size:13px!important}.nav-links-center.mobile-active{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;position:fixed!important;top:70px;left:0;width:100vw!important;height:calc(100vh - 70px)!important;background:#0a0a0a!important;padding:40px 24px!important;gap:25px!important;z-index:99999!important}.nav-links-center.mobile-active .nav-link-item{font-size:16px!important;width:100%;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-links-center.mobile-active .nav-divider-vertical{display:none!important}.nav-logo-img{height:50px!important;max-width:110px!important;object-fit:contain!important}.user-menu-container{margin-left:5px!important}.user-nav-profile img{margin-left:0!important;flex-shrink:0!important}}:root{--sidebar-w: 280px;--accent: #8b5cf6;--accent-glow: rgba(139, 92, 246, .4);--bg-darker: #050508;--bg-sidebar: #0a0a0f;--bg-card: rgba(15, 17, 26, .7);--text-gray: #9ca3af}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;height:100vh;width:100vw;background:#050508;overflow-x:hidden}body{overflow-y:auto}.studio-wrapper{display:flex;flex-direction:column;height:100vh;overflow:hidden}.landing-nav{position:relative!important;width:100%;flex-shrink:0;z-index:1000;border-bottom:1px solid rgba(138,92,246,.2)}.app-layout{display:flex;flex:1;height:calc(100vh - 70px);overflow-y:hidden;overflow-x:hidden}.sidebar{width:var(--sidebar-w);background:var(--bg-sidebar);padding:0 24px 24px;border-right:1px solid rgba(138,92,246,.356);display:flex;flex-direction:column;height:100vh;position:sticky;top:0;flex-shrink:0}.logo{flex-shrink:0;font-size:1.5rem;font-weight:800;background:linear-gradient(to right,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:40px}.new-chat-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:linear-gradient(135deg,#8b5cf633,#ec48991a);border:1px solid rgba(139,92,246,.4);color:#fff;padding:14px;border-radius:14px;margin-bottom:25px;cursor:pointer;font-weight:700;font-size:14px;transition:all .3s ease;flex-shrink:0}.new-chat-btn:hover{background:linear-gradient(135deg,#8b5cf666,#ec489933);border-color:var(--accent);box-shadow:0 0 15px var(--accent-glow);transform:translateY(-2px)}.new-chat-btn svg{width:18px;height:18px;stroke:var(--accent)}.history-section{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.history-list{flex:1;overflow-y:auto;padding-right:5px;margin-top:10px;min-height:0}.history-item{display:flex;justify-content:space-between;align-items:center;background:#ffffff08;padding:12px;border-radius:12px;margin-bottom:10px;cursor:pointer;transition:.2s;border:1px solid transparent;width:100%;box-sizing:border-box;min-width:0}.history-item.active{border:1px solid var(--accent);background:#8b5cf61a}.history-prompt{flex:1;font-size:13px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.delete-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding-left:10px;font-weight:700}.main-content{flex:1;display:flex;flex-direction:column;padding:20px;height:calc(100vh - 70px);overflow-y:auto}.generator-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;width:100%;max-width:1400px;margin:0 auto}.card-input::-webkit-scrollbar{display:none}.card-preview{aspect-ratio:1 / 1;height:auto}.right-column{display:flex;flex-direction:column;gap:20px;flex:0 0 600px;max-width:600px;position:sticky;top:0;z-index:10;height:fit-content}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(138,92,246,.432);border-radius:24px;padding:28px;box-shadow:0 0 20px #8b5cf60d}.control-panel{flex:0 0 420px;min-width:380px;max-width:500px;display:flex;flex-direction:column;height:100%;background:#141419cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid rgba(255,255,255,.05);padding:20px;gap:15px}.simple-controls{flex:1;overflow-y:auto;padding-right:8px}.simple-controls::-webkit-scrollbar{width:4px}.simple-controls::-webkit-scrollbar-thumb{background:#a855f766;border-radius:10px}.render-zone{flex:0 0 auto;min-height:auto;display:flex;flex-direction:column}.render-zone.compact-render{flex:0 0 auto!important;max-width:500px!important;height:auto!important;align-self:flex-start}.render-media{width:100%;height:100%;object-fit:contain;border-radius:12px}.result-display{position:relative;width:100%;height:100%}.mode-toggle{display:flex;background:var(--bg-darker);padding:4px;border-radius:14px;margin-bottom:25px;border:1px solid #405880}.mode-toggle button{flex:1;padding:12px;border:none;background:none;color:var(--text-gray);cursor:pointer;font-weight:700;border-radius:10px}.mode-toggle button.active{background:var(--accent);color:#fff;box-shadow:inset 0 0 8px #6e6e6e00}.field-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-gray);display:block;width:100%;text-align:center;margin-bottom:1px;margin-top:-20px}.field-label-tiny{display:block;width:100%;text-align:center;font-size:10px;font-weight:800;color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;margin-top:5px}textarea{width:100%;height:120px;background:var(--bg-darker);border:2px solid #374151;border-radius:14px;color:#fff;padding:15px;resize:none;margin-bottom:1px;font-family:inherit}.artlist-select{width:100%;background:#111827;border:1px solid rgba(139,92,246,.3);color:#f3f4f6;padding:6px 12px!important;border-radius:12px;font-size:13px;font-weight:16;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;transition:all .3s ease}.artlist-select:hover{border-color:var(--accent);background-color:#1f2937}.artlist-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.duration-wrapper{margin-top:10px;animation:fadeIn .4s ease}.duration-wrapper .artlist-select{border-left:3px solid var(--accent)!important}.dual-selects{display:flex;gap:12px}.dual-selects .artlist-select{flex:1}.ai-treat-btn{width:100%;background:#8b5cf61a;border:1px solid var(--accent);color:#fff;padding:10px;border-radius:12px;margin-bottom:10px;cursor:pointer;font-size:12px;font-weight:600;transition:.3s}.ai-treat-btn:hover{background:var(--accent)}.magic-btn{width:100%;background:var(--accent);color:#fff;border:none;padding:.2px;border-radius:14px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px var(--accent-glow);transition:.3s;margin-top:5px;height:40px;font-size:14px;letter-spacing:.5px}.magic-btn:hover{transform:translateY(-2px);opacity:.9}.format-preview-container{margin-bottom:25px;display:flex;justify-content:center;gap:15px}.format-box-visual{border:2px solid #374151;background:#000;display:flex;align-items:center;justify-content:center;transition:.4s;cursor:pointer;border-radius:8px}.format-box-visual.active{border-color:var(--accent);box-shadow:0 0 12px var(--accent-glow)}.format-box-visual.ratio-16-9{width:90px;height:50px}.format-box-visual.ratio-9-16{width:45px;height:80px}.format-box-visual.ratio-1-1{width:60px;height:60px}.chat-view{width:100%;flex:1;display:flex;flex-direction:column;gap:15px;overflow-y:auto;padding-right:10px;min-height:0}.chat-bubble{display:flex;width:100%}.chat-bubble.user{justify-content:flex-end}.bubble-text{max-width:80%;padding:12px 18px;border-radius:18px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.user .bubble-text{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.assistant .bubble-text{background:var(--bg-darker);border:1px solid #374151;border-bottom-left-radius:4px;position:relative;padding-bottom:35px!important}.copy-btn-discret{position:absolute;right:12px;bottom:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#9ca3af;padding:4px 10px;border-radius:8px;font-size:11px;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.copy-btn-discret:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.inspiration-row-container{margin-top:5px;padding:20px!important;display:flex;flex-direction:column;gap:10px;animation:fadeIn .8s ease-out;width:100%;min-height:100px}.thumbnails-wrapper{position:relative;width:100%;display:flex;align-items:center;padding:0 42px;box-sizing:border-box;overflow:visible!important}.inspi-scroll-row{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;width:100%;scrollbar-width:none;overflow-y:visible!important}.inspi-horizontal-card{flex:0 0 110px;height:80px;position:relative;border-radius:12px;cursor:pointer;transition:z-index 0s;z-index:1}.video-container-wrapper{width:100%;height:100%;position:relative;border-radius:12px}.inspi-video-element,.static-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.inspi-horizontal-card:hover{z-index:1000}.inspi-horizontal-card:hover .inspi-video-element,.inspi-horizontal-card:hover .static-thumbnail{transform:scale(1.2) translateY(0);box-shadow:0 10px 15px #0009,0 0 15px var(--accent-glow);border-color:var(--accent)}.inspi-horizontal-card:hover .inspi-overlay-text,.inspi-horizontal-card:hover .video-badge,.inspi-horizontal-card:hover:after{opacity:0}.inspi-card-type-video:after{content:"▶";position:absolute;top:8px;right:8px;font-size:10px;color:#fff;background:#0009;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:3;transition:opacity .3s}.inspi-overlay-text{position:absolute;bottom:0;left:0;right:0;padding:8px;background:linear-gradient(to top,rgba(0,0,0,.4),transparent);color:#fff;font-size:10px;text-align:center;border-bottom-left-radius:12px;border-bottom-right-radius:12px;pointer-events:none;transition:opacity .3s}.nav-arrow-btn{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;background:#141419e6;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer;transition:all .3s ease}.nav-arrow-btn:hover{background:var(--accent);border-color:var(--accent);box-shadow:0 0 15px var(--accent-glow)}.nav-arrow-btn.left{left:5px}.nav-arrow-btn.right{right:5px}.token-display-dee{display:flex;align-items:center;gap:8px;color:#c9d1d9;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.token-icon-dee-lightning{width:18px;height:18px;object-fit:contain;opacity:.9}.free-trial-btn{background:#3fb950;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.video-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:40px}.lightbox-content{position:relative;max-width:90%;max-height:80vh;border-radius:15px;overflow:hidden;box-shadow:0 0 30px #00bcd44d;border:1px solid rgba(255,255,255,.1)}.lightbox-content video{display:block;max-width:100%;max-height:80vh}.close-lightbox{position:absolute;top:15px;right:15px;background:#fff3;border:none;color:#fff;font-size:20px;cursor:pointer;width:35px;height:35px;border-radius:50%;z-index:10;transition:.3s}.close-lightbox:hover{background:#ff4b2b;transform:scale(1.1)}.nav-arrow-mini{background:#ffffff1a;border:none;color:#fff;width:24px;height:24px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.nav-arrow-mini:hover{background:#00bcd44d}.explorer-section .inspi-scroll-row{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none}.img-upload-slot{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;min-width:50px}.delete-img-btn{position:absolute;top:5px;right:5px;background:#f009;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;z-index:5;transition:background .2s}.delete-img-btn:hover{background:#ff0000e6}.button-container-modern{display:flex;gap:12px;margin-top:20px;width:100%;justify-content:center}.btn-modern{display:flex;align-items:center;justify-content:center;gap:10px;height:40px;padding:0 24px;border-radius:14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;color:#fff;white-space:nowrap}.btn-remix{background:#7c3aed;box-shadow:0 4px 15px #7c3aed40}.btn-download{background:#1a1a1a;border:1px solid #333}.btn-modern:hover{transform:translateY(-2px);filter:brightness(1.2);box-shadow:0 6px 20px #0006}.btn-modern svg{opacity:.9}.sidebar-logo-container img{width:100%;height:auto;display:block;mix-blend-mode:lighten;transition:all .4s cubic-bezier(.4,0,.2,1)}.sidebar-logo-container:hover img{transform:scale(1.05);filter:brightness(1.2) drop-shadow(0 0 15px var(--accent-glow))}.header-right-actions{display:flex;align-items:center;gap:12px;padding:10px}@media (max-width: 768px){.sidebar{display:none!important}.app-layout{width:100vw!important;max-width:100vw!important;height:auto!important;display:block!important;overflow-y:auto!important;overflow-x:hidden!important;padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}.main-content{width:100%!important;max-width:100%!important;height:auto!important;overflow:visible!important;padding:16px 0!important;box-sizing:border-box!important}.generator-grid{display:block!important;width:100%!important;box-sizing:border-box!important}.control-panel{width:100%!important;max-width:350px!important;min-width:0!important;height:auto!important;padding:16px!important;background:#141419f2!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.05)!important;box-sizing:border-box!important;margin:0 auto 24px -10px!important}.simple-controls{overflow-y:visible!important;padding-right:0!important;width:100%!important;box-sizing:border-box!important}.right-column{width:100%!important;max-width:350px!important;margin-left:5%!important;margin-right:auto!important;position:relative!important;top:auto!important;box-sizing:border-box!important}.render-zone,.render-zone.compact-render,.card-preview{width:100%!important;max-width:350px!important;aspect-ratio:1 / 1!important;height:auto!important;box-sizing:border-box!important;margin:0 auto 0 -10px!important}.result-display{width:100%!important;height:100%!important;border-radius:16px!important}.render-media{width:100%!important;height:100%!important;object-fit:cover!important}.explorer-section .thumbnails-wrapper{padding:0!important;width:100%!important;box-sizing:border-box!important}.explorer-section .inspi-scroll-row{display:flex!important;gap:10px!important;overflow-x:auto!important;padding-bottom:10px!important;width:100%!important}.explorer-section .inspi-horizontal-card{flex:0 0 110px!important;width:110px!important;height:80px!important}}.loading-container{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10;border-radius:12px}.loading-box{background:#1a1a2e;padding:20px;border-radius:16px;text-align:center;width:80%}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top:4px solid #00a8ff;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#fff;font-size:16px;font-weight:500}.result-display{position:relative!important;width:100%;height:100%;overflow:hidden}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background:#000000b3;color:#fff;gap:15px}.grecaptcha-badge{visibility:hidden!important}html,body{margin:0;padding:0;width:100%;min-height:100vh;scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none!important}.landing-container{min-height:100vh;background-color:#030712;color:#fff;font-family:Inter,sans-serif;position:relative;overflow-x:hidden;overflow-y:auto}.glow-top{position:absolute;top:-150px;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(circle,rgba(139,92,246,.2) 0%,transparent 70%);filter:blur(80px);z-index:0;pointer-events:none}.landing-nav{position:fixed;top:0;width:100%;padding:5px 0;background:#000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 30px;box-sizing:border-box}.nav-logo-img{width:150px;height:auto;display:block;mix-blend-mode:lighten;filter:drop-shadow(0 0 15px rgba(0,0,0,.4));transition:transform .3s ease}.nav-logo-img:hover{transform:scale(1.05)}.nav-actions{display:flex!important;align-items:center!important;gap:0!important;margin-left:auto;padding-right:0!important}.btn-secondary{background:transparent;color:#fff;border:none;font-weight:600;cursor:pointer;font-size:14px}.btn-primary-mini:hover{box-shadow:0 0 15px #ffffff4d}.hero{padding-top:180px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.hero-badge{background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);color:#a78bfa;padding:6px 16px;border-radius:100px;font-size:13px;font-weight:600;margin-bottom:30px;animation:fadeInDown .8s ease}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;max-width:900px;line-height:1.1;letter-spacing:-2px;margin-bottom:25px;text-align:center;background:linear-gradient(to bottom,#fff 40%,#a1a1aa)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;filter:drop-shadow(0 4px 15px rgba(0,0,0,.3));display:block}.text-glow{background:linear-gradient(to right,#a855f7,#e879f9)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;filter:drop-shadow(0 0 15px rgba(168,85,247,.6))!important}.hero-subtitle{color:#9ca3af;font-size:1.2rem;max-width:650px;line-height:1.6;margin-bottom:45px}.main-launch-btn{background:linear-gradient(135deg,#8b5cf6,#d946ef);color:#fff;border:none;padding:18px 40px;border-radius:14px;font-size:1.1rem;font-weight:800;cursor:pointer;box-shadow:0 10px 40px #8b5cf666;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.main-launch-btn:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 50px #8b5cf699}.cta-note{color:#4b5563;font-size:13px;margin-top:15px}.video-showcase-container{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;margin-top:80px}.hero-mockup-modern{width:100%;max-width:1400px;height:700px;background:#000;margin:0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.08);position:relative}.video-reflection{width:100%;max-width:1100px;height:150px;background:radial-gradient(ellipse at center,rgba(139,92,246,.25) 0%,transparent 70%);margin-top:-75px;filter:blur(40px);pointer-events:none}@keyframes revealText{0%{opacity:0;filter:blur(10px);transform:translateY(5px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes pulse{0%{transform:scale(.95);opacity:.5}50%{transform:scale(1.1);opacity:1}to{transform:scale(.95);opacity:.5}}.generation-status{font-size:12px;color:#9ca3af;font-weight:600;display:flex;align-items:center}.prompt-showcase{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:350px;position:relative}.prompt-header{margin-bottom:50px}.prompt-box{text-align:left}.prompt-main-title,.img-vid-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;text-align:center;line-height:1.3;letter-spacing:-2px;margin-bottom:15px;padding-bottom:15px;background:linear-gradient(to bottom,#fff 40%,#a1a1aa)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;filter:drop-shadow(0 4px 15px rgba(0,0,0,.3));display:block}.prompt-subtitle{color:#9ca3af;font-size:1.2rem;font-weight:400;margin-bottom:50px;opacity:.8;text-align:center}.prompt-content-wrapper{position:relative;width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:15px;padding:20px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.prompt-label{color:#8b5cf6;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.prompt-text{color:#9ca3af;font-size:1.1rem;font-style:italic;line-height:1.4;animation:revealText .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.dot-pulse{width:8px;height:8px;background-color:#8b5cf6;border-radius:50%;display:inline-block;margin-right:10px;box-shadow:0 0 10px #8b5cf6;animation:pulse 1.5s infinite}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.hero-mockup-modern{height:250px}.main-launch-btn{width:90%;padding:15px 20px}}.prompt-input-bar{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:10px 10px 10px 25px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:1000px;margin:0 auto}.typing-text{color:#fff;font-size:1.1rem;margin:0;display:flex;align-items:center}.cursor{color:#8b5cf6;font-weight:700;margin-left:2px;animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.generate-pill-btn{background:#fff;color:#000;border:none;padding:12px 28px;border-radius:100px;font-weight:700;cursor:pointer;transition:.3s}.generate-pill-btn:hover{box-shadow:0 0 20px #fff6;transform:translateY(-2px)}.prompt-input-bar{position:relative;overflow:hidden}.virtual-cursor{position:absolute;z-index:10;pointer-events:none;transition:all .8s cubic-bezier(.4,0,.2,1)}.generate-pill-btn.active-click{transform:scale(.92);background-color:#f0f0f0;transition:all .2s}.demo-pagination{display:flex;gap:8px;margin-bottom:12px;justify-content:center;align-items:center}.pagination-dot{width:35px;height:2px;background:#ffffff26;border-radius:4px;transition:all .5s cubic-bezier(.4,0,.2,1)}.pagination-dot.active{background:#8b5cf6;width:55px;box-shadow:0 0 12px #8b5cf699}.prompt-typing-area{display:flex;align-items:center;justify-content:center;flex-grow:1}.prompt-footer-info{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;color:#9ca3af;font-size:13px;margin-top:5px}.video-result-preview{position:absolute;top:110%;left:50%;transform:translate(-50%) translateY(0) scale(.9);width:90%;max-width:550px;background:#000;border:0px solid rgba(139,92,246,.5);border-radius:16px;box-shadow:0 0 50px #000,0 0 30px #8b5cf633;z-index:99;opacity:0;visibility:hidden;transition:all .6s cubic-bezier(.23,1,.32,1)}.video-result-preview.visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(-20px) scale(1)}.preview-header{padding:8px 15px;background:#ffffff08;font-size:11px;color:#a78bfa;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.video-result-preview video{width:100%;height:100%;object-fit:cover;display:block}.dot-pulse-mini{width:6px;height:6px;background-color:#8b5cf6;border-radius:50%;margin-right:10px;box-shadow:0 0 8px #8b5cf6;animation:pulse 1.5s infinite}.main-video{width:100%;height:100%;object-fit:cover;display:block}.showcase-section{padding:100px 0;background:#000;overflow:hidden;text-align:center}.showcase-header{max-width:800px;margin:0 auto 50px;padding:0 20px}.showcase-title{display:inline-block;background:#1a365d;color:#fff;padding:5px 20px;font-size:2.5rem;margin-bottom:20px}.showcase-subtitle{color:#fff;font-size:1.3rem;font-weight:700;line-height:1.4;max-width:800px;margin:0 auto;letter-spacing:-.02em;opacity:1}.text-gradient{background:linear-gradient(to bottom,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.slider-container{position:relative;width:70%;margin:0 auto}.slider-track{display:flex;transition:transform .8s cubic-bezier(.4,0,.2,1)}.slide-item{min-width:100%;padding:0 20px;box-sizing:border-box;transition:all .8s ease;opacity:.3;transform:scale(.85)}.slide-item.focused{opacity:1;transform:scale(1.05)}.slide-item video{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #00000080}.section-divider-v{width:100%;height:100px;line-height:0;position:relative;z-index:10;margin-top:-60px;pointer-events:none}.section-divider-v svg{width:100%;height:100%;filter:drop-shadow(0 0 10px rgba(139,92,246,.2));transition:filter .5s ease}.section-divider-v:after{content:"";position:absolute;top:80%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;box-shadow:0 0 10px #8b5cf6cc,0 0 20px #8b5cf666,0 0 30px #8b5cf633;animation:pointPulse 2s infinite alternate ease-in-out;opacity:1}@keyframes pointPulse{0%{transform:translate(-50%,-50%) scale(.9);box-shadow:0 0 8px #8b5cf6b3,0 0 18px #8b5cf64d,0 0 28px #8b5cf61a}to{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 15px #8b5cf6,0 0 25px #8b5cf680,0 0 35px #8b5cf64d}}.showcase-section{background-color:#000;position:relative;z-index:5;padding-top:100px}.bottom-divider{margin-top:-2px;outline:none;border:none}.bottom-divider svg{width:100%;height:100%;filter:drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 12px #a855f7) drop-shadow(0 0 35px rgba(168,85,247,.5))}.laser-line{stroke-width:3;animation:laserGlow 2s infinite alternate ease-in-out}@keyframes laserGlow{0%{opacity:.8;stroke-width:3}to{opacity:1;stroke-width:5}}.image-to-video-section{padding:100px 0;background-color:#030712;display:flex;justify-content:center;position:relative}.img-vid-container{width:100%;max-width:1300px;display:flex;flex-direction:column;align-items:center;z-index:2}.library-slider-wrapper{display:flex;align-items:center;justify-content:center;gap:20px;width:100%}.deevid-style-wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%}.media-comparison-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px;width:100%}.compare-box{background:#ffffff08;border-radius:16px;overflow:hidden;height:400px;display:flex;align-items:center;justify-content:center}.column-small .compare-box{width:300px;aspect-ratio:2 / 3;height:auto;flex-shrink:0;position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.column-large .compare-box{width:600px;aspect-ratio:4 / 3;height:auto;flex-shrink:0;position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(168,85,247,.3)}.column-large .compare-box:after{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.05),transparent);transform:skew(-25deg);animation:shimmer 6s infinite}@keyframes shimmer{0%{left:-150%}30%{left:150%}to{left:150%}}.sep-icon{width:60px;height:40px;background:#a855f7;clip-path:polygon(0% 20%,60% 20%,60% 0%,100% 50%,60% 100%,60% 80%,0% 80%);filter:drop-shadow(0 0 15px rgba(168,85,247,.8));animation:arrowPulse 2s infinite ease-in-out}.prompt-pill-display{display:flex;align-items:center;gap:15px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:100px;padding:12px 30px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #0000004d}.prompt-badge{color:#a855f7;font-size:11px;font-weight:800;text-transform:uppercase;background:#a855f71a;padding:4px 10px;border-radius:50px;border:1px solid rgba(168,85,247,.2)}@media (max-width: 1100px){.media-comparison-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px!important;width:100%}.column-large .compare-box,.column-small .compare-box{width:90vw;height:auto;aspect-ratio:16/9}.column-small .compare-box{aspect-ratio:3/4;max-height:400px}.sep-icon{transform:rotate(90deg)}}.column-small .compare-box{width:280px;height:420px}.column-large .compare-box{width:550px;height:500px;border:1px solid rgba(168,85,247,.3);box-shadow:0 0 30px #a855f726}.sep-icon{font-size:40px;color:#a855f7;opacity:.8}.box-label{position:absolute;top:15px;left:15px;background:#000000b3;padding:6px 12px;border-radius:6px;font-size:10px;font-weight:800;color:#a855f7;z-index:10;border:1px solid rgba(168,85,247,.4)}.compare-separator{display:flex;align-items:center;justify-content:center;min-width:40px;height:100%}.sep-icon{width:50px;height:35px;background:#a855f7;position:relative;clip-path:polygon(0% 20%,60% 20%,60% 0%,100% 50%,60% 100%,60% 80%,0% 80%);filter:drop-shadow(0 0 15px rgba(168,85,247,.8));opacity:.9;flex-shrink:0;margin:0 15px;display:inline-block;animation:arrowPulse 2s infinite ease-in-out}@keyframes arrowPulse{0%,to{transform:translate(0);opacity:.8}50%{transform:translate(5px);opacity:1}}.lib-nav-btn:hover{background:#a855f7;border-color:#fff;transform:scale(1.1);box-shadow:0 0 20px #a855f799}.img-vid-text-content{text-align:center;margin-bottom:40px;z-index:2}.img-vid-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;letter-spacing:-2px;margin-bottom:15px;color:#fff;line-height:1.1}.purple-glow-text{background:linear-gradient(to right,#a855f7,#e879f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 15px rgba(168,85,247,.4));font-weight:900}.img-vid-description{color:#9ca3af;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6;opacity:.8}.img-vid-container:before{content:"";position:absolute;top:0;width:300px;height:300px;background:radial-gradient(circle,rgba(168,85,247,.1) 0%,transparent 70%);filter:blur(50px);z-index:-1}.section-divider-v.bottom-transition{margin-top:-10px;margin-bottom:80px;position:relative;height:100px}.laser-glow-dot{position:absolute;top:80px;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%;box-shadow:0 0 20px #a855f7,0 0 40px #a855f7,0 0 60px #a855f780;animation:pulseGlow 2s infinite alternate}@keyframes pulseGlow{0%{opacity:.7;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1.2)}}.library-slider-wrapper{display:flex;align-items:center;justify-content:center;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.animated-media{animation:fadeInBlur .6s ease-out forwards;opacity:1}@keyframes fadeInBlur{0%{opacity:0;filter:blur(10px);transform:scale(.98)}to{opacity:1;filter:blur(0);transform:scale(1)}}.lib-nav-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff!important;width:50px;height:50px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;flex-shrink:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lib-nav-btn:hover{background:#a855f7;border-color:#fff;transform:scale(1.1);box-shadow:0 0 20px #a855f766}.lib-counter{margin-top:30px;background:#ffffff0d;padding:6px 16px;border-radius:100px;font-size:14px;font-weight:600;color:#9ca3af;border:1px solid rgba(255,255,255,.1);letter-spacing:1px}.media-comparison-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px!important;width:100%}.comparison-column.column-small{flex:0 0 auto}.column-small .compare-box{width:300px;height:450px}.comparison-column.column-large{flex:0 0 auto}.column-large .compare-box{width:600px;height:450px;border:1px solid rgba(168,85,247,.3);box-shadow:0 0 30px #a855f726}.compare-box{position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#000;box-shadow:0 20px 50px #00000080}.compare-media{width:100%;height:100%;object-fit:cover;display:block}.compare-separator{display:flex;align-items:center;justify-content:center}.sep-icon{font-size:45px;color:#a855f7;filter:drop-shadow(0 0 15px rgba(168,85,247,.8));animation:arrowPulse 2s infinite ease-in-out}.prompt-instruction-container{width:100%;display:flex;justify-content:center}.prompt-pill-display{display:flex;align-items:center;gap:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:12px 30px;max-width:850px;width:fit-content;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 10px 40px #0006}.prompt-badge{color:#a855f7;font-size:11px;font-weight:900;letter-spacing:1.5px;padding:5px 12px;background:#a855f71a;border-radius:50px;border:1px solid rgba(168,85,247,.3);flex-shrink:0}.instruction-text-styled{color:#d1d5db;font-size:15px;font-style:italic;margin:0;line-height:1.4}@media (max-width: 1024px){.hero-mockup-modern{height:500px;width:100%;max-width:100%}.prompt-showcase{padding-top:40px;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;max-width:900px;line-height:1.1;letter-spacing:-2px;margin-bottom:25px;text-align:center;display:inline-block;background:linear-gradient(to bottom,#fff 40%,#a1a1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.text-glow-purple,.purple-glow-text{background:linear-gradient(to right,#a855f7,#e879f9)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;filter:drop-shadow(0 0 15px rgba(168,85,247,.6))!important;display:inline-block}.prompt-text{font-size:.95rem}.nav-logo-img{width:160px}.media-comparison-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:30px!important;width:100%!important}.compare-box{position:relative!important;border-radius:20px!important;overflow:hidden!important;background:transparent!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 20px 50px #00000080!important}.column-small .compare-box{width:300px!important;height:450px!important}.column-large .compare-box{width:600px!important;height:450px!important;border:1px solid rgba(168,85,247,.3)!important;box-shadow:0 0 40px #a855f71a!important}.column-large .compare-box:after{content:""!important;position:absolute!important;top:0!important;left:-150%!important;width:50%!important;height:100%!important;background:linear-gradient(to right,transparent,rgba(255,255,255,.05),transparent)!important;transform:skew(-25deg)!important;animation:shimmer 6s infinite!important}@keyframes shimmer{0%{left:-150%}30%{left:150%}to{left:150%}}.compare-media{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.sep-icon{width:60px!important;height:40px!important;background:#a855f7!important;clip-path:polygon(0% 20%,60% 20%,60% 0%,100% 50%,60% 100%,60% 80%,0% 80%)!important;filter:drop-shadow(0 0 15px rgba(168,85,247,.8))!important}.prompt-pill-display{display:flex!important;align-items:center!important;gap:15px!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:100px!important;padding:12px 30px!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;box-shadow:0 10px 30px #0000004d!important}.prompt-badge{color:#a855f7!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:1px!important;background:#a855f71a!important;padding:4px 10px!important;border-radius:50px!important}.instruction-text-styled{color:#9ca3af!important;font-size:15px!important;font-style:italic!important;margin:0!important}.lib-nav-btn{width:50px!important;height:50px!important;border-radius:50%!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;cursor:pointer!important;transition:.3s!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important}.lib-nav-btn:hover{background:#a855f7!important;border-color:#fff!important;box-shadow:0 0 20px #a855f766!important}}.column-small .compare-box{width:300px;aspect-ratio:2 / 3;height:auto;flex-shrink:0}.column-large .compare-box{width:600px;aspect-ratio:4 / 3;height:auto;flex-shrink:0}.compare-media{width:100%;height:100%;object-fit:cover}.instruction-text-styled{transition:all .5s ease;min-height:40px}.social-media-section{padding:8px 0;background:#000;text-align:center}.social-main-title{font-size:clamp(2.2rem,6vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-2px;margin-bottom:25px;background:linear-gradient(to bottom,#fff 40%,#a1a1aa)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;filter:drop-shadow(0 4px 15px rgba(0,0,0,.5))}.social-subtitle{color:#9ca3af;font-size:1.25rem;max-width:650px;margin:0 auto;line-height:1.5;opacity:.9}.fade-in-up{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}.fade-in-up-delay{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) .2s forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.social-feature-layout{display:flex;align-items:center;justify-content:space-between;gap:50px;margin-top:60px;padding:40px;background:#ffffff05;border-radius:40px;border:1px solid rgba(255,255,255,.05)}.social-visual-side{flex:1;display:flex;justify-content:center}.mobile-mockup-container{display:flex;gap:.5px;perspective:1000px;width:100%;max-width:850px;margin:0 auto}.mobile-card{position:relative;width:320px;height:500px;border-radius:20px;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.mobile-img{width:100%;height:100%;object-fit:cover}mobile-img{width:100%;height:100%;object-fit:cover;border-radius:15px;display:block}.mobile-card video{width:100%;height:100%;object-fit:cover}.card-badge{position:absolute;top:15px;left:15px;background:#000000b3;padding:5px 12px;border-radius:6px;font-size:.7rem;font-weight:700}.card-badge.purple{background:#a855f7}.floating-mini-prompt{position:absolute;bottom:20px;left:10px;right:10px;background:#fff;color:#000;padding:10px;border-radius:10px;font-size:.75rem;font-weight:600;box-shadow:0 10px 20px #0000004d}.social-text-side{flex:1;text-align:left}.feature-main-title{display:block!important;color:#fff!important;opacity:1!important;visibility:visible!important;font-size:2.5rem;font-weight:900}.feature-description{color:#9ca3af;font-size:1.1rem;line-height:1.6;margin-bottom:40px;max-width:500px}.neon-download-btn{background:linear-gradient(90deg,#22c55e,#84cc16);color:#052e16;padding:18px 40px;border-radius:100px;border:none;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #22c55e4d}.neon-download-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #22c55e80;filter:brightness(1.1)}@media (max-width: 968px){.social-feature-layout{flex-direction:column;text-align:center;padding:20px;gap:30px}.social-text-side{text-align:center;display:flex;flex-direction:column;align-items:center}.mobile-mockup-container{flex-direction:column;width:100%;align-items:center}}.social-visual-side{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:900px;margin:0 auto;gap:20px}.lib-nav-btn{flex-shrink:0;background:#a855f71a;border:1px solid rgba(168,85,247,.4);color:#fff;width:45px;height:45px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease;z-index:10}.lib-nav-btn:hover{background:#a855f7;box-shadow:0 0 15px #a855f799}@media (max-width: 768px){.social-visual-side{display:flex!important;flex-direction:column!important;align-items:center!important;width:100vw!important;max-width:100vw!important;position:relative!important;padding:0!important;margin:0 calc(-50vw + 50%)!important;min-height:auto!important}.social-media-section,.showcase-section{margin-top:0!important;margin-bottom:0!important;padding-top:5px!important;padding-bottom:5px!important}.image-to-video-section{margin-top:0!important;margin-bottom:0!important;padding-top:140px!important;padding-bottom:40px!important}h2{margin-bottom:10px!important}.social-media-section button{height:auto!important;padding:14px 20px!important;line-height:1.4!important}.engines-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:5px!important;padding:0 16px!important;margin-top:10px!important;margin-bottom:0!important}.engine-card{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important;aspect-ratio:auto!important;min-height:220px!important;background:#0a0a0a99!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important;padding:8px!important;box-sizing:border-box!important}.engine-logo-wrapper{width:100%!important;height:100px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;margin-bottom:10px!important}.engine-card img,.engine-card svg{width:auto!important;height:auto!important;max-height:85%!important;max-width:85%!important;object-fit:contain!important}.mobile-mockup-container{display:flex!important;flex-direction:row!important;align-items:stretch!important;justify-content:center!important;width:100%!important;padding:0 16px!important;gap:8px!important;box-sizing:border-box!important;margin-top:10px!important;margin-bottom:120px!important;position:relative!important}.mobile-mockup-container .mobile-card{flex:1!important;width:50%!important;height:auto!important;aspect-ratio:3 / 4!important;position:relative!important;border-radius:16px!important;overflow:visible!important;background:transparent!important}.mobile-mockup-container .mobile-card img,.mobile-img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:16px!important}.hero-mockup-modern{height:auto!important;max-width:100%!important;margin-top:0!important}.media-comparison-row{flex-direction:column!important;gap:20px!important;width:100%!important}.column-small .compare-box,.column-large .compare-box{width:calc(100% - 32px)!important;max-width:340px!important;height:210px!important;aspect-ratio:16 / 10!important;margin:0 auto!important}.card-badge{position:absolute!important;top:-31px!important;left:50%!important;transform:translate(-50%)!important;font-size:.7rem!important;padding:4px 10px!important;background-color:#a855f733!important;border:1px solid rgba(168,85,247,.4)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;color:#fff!important;border-radius:20px!important;white-space:nowrap!important;z-index:10!important}.floating-mini-prompt{position:absolute!important;top:calc(100% + 15px)!important;bottom:auto!important;left:105%!important;transform:translate(-50%)!important;width:calc(200% - 32px)!important;max-width:400px!important;text-align:center!important;background-color:#ffffff14!important;border:1px solid rgba(255,255,255,.1)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;color:#fff!important;padding:10px 14px!important;font-size:.8rem!important;border-radius:10px!important;box-shadow:0 4px 12px #0000004d!important;z-index:5!important}.prompt-pill-display{flex-direction:column!important;border-radius:16px!important;padding:12px 15px!important;width:calc(100% - 32px)!important;max-width:340px!important;gap:8px!important;margin:15px auto!important}.instruction-text-styled{font-size:13px!important;text-align:center!important}.sep-icon{width:40px!important;height:30px!important;background:#a855f7!important;clip-path:polygon(0% 20%,60% 20%,60% 0%,100% 50%,60% 100%,60% 80%,0% 80%)!important;filter:drop-shadow(0 0 15px rgba(168,85,247,.8))!important}.social-visual-side .lib-nav-btn{position:absolute!important;top:calc(100% - 50px)!important;width:44px!important;height:44px!important;background-color:#ffffff0f!important;border:1px solid rgba(168,85,247,.45)!important;border-radius:50%!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10!important;transform:none!important}.social-visual-side .lib-nav-btn:first-of-type{left:calc(50% - 52px)!important}.social-visual-side .lib-nav-btn:last-of-type{left:calc(50% + 8px)!important}.library-slider-wrapper{margin-top:10px!important;padding-bottom:20px!important}.social-visual-side .lib-counter,.social-text-side .lib-counter{position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:-180px auto 200px!important;top:auto!important;left:auto!important;transform:none!important;width:fit-content!important;padding:6px 16px!important;border:1px solid rgba(168,85,247,.3)!important;border-radius:20px!important;background:#0a0a0a66!important;font-size:.85rem!important;color:#a855f7!important;z-index:10!important}.feature-main-title,.social-text-side h2,h2[class*=title]{font-size:1.2rem!important;line-height:1.2!important;text-align:center!important;width:100%!important;max-width:100vw!important;padding:0 20px!important;box-sizing:border-box!important}.social-footer-text p,.social-subtitle,.engine-card p,.mobile-card p{font-size:14px!important;line-height:1.5!important;text-align:center!important;padding:1px!important;margin-bottom:15px!important;display:block!important}.social-text-side{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important;padding:0 15px!important;gap:12px!important;margin-top:10px!important;margin-bottom:20px!important}.social-text-side h2,.social-text-side .feature-main-title,.social-main-title{order:1!important;margin:0!important;font-size:1.2rem!important;line-height:1.2!important;width:100%!important}.social-text-side .lib-counter,.lib-counter{order:2!important;position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:5px auto!important;top:auto!important;left:auto!important;transform:none!important;width:fit-content!important;padding:4px 14px!important;border:1px solid rgba(168,85,247,.3)!important;border-radius:20px!important;background:#0a0a0a66!important;font-size:.85rem!important;color:#a855f7!important;z-index:10!important}.social-text-side p,.social-footer-text p,.social-subtitle{order:3!important;margin:0!important;font-size:14px!important;line-height:1.5!important;text-align:center!important;padding:0 5px!important;display:block!important}.social-footer-text{order:3!important;margin:0!important;width:100%!important}.social-media-section .social-footer-text{margin-top:0!important}.token-text-dee{display:none}.token-icon-dee-lightning{width:24px}.section-line-divider{display:none}.section-divider-v{margin-top:0!important;margin-bottom:0!important;height:20px!important;position:relative!important;z-index:99!important}header+.section-divider-v,.showcase-section+.section-divider-v{margin-top:-160px!important}.section-divider-v svg{transform:none!important;display:block!important;width:100%!important;height:100%!important}.section-divider-v .laser-line{stroke-width:5px!important;stroke:#a855f7!important;filter:drop-shadow(0px 0px 8px #a855f7)!important}.footer-content{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;padding:0 16px!important;box-sizing:border-box!important;gap:30px!important}.footer-links{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px 15px!important;width:100%!important;padding:0!important;margin:0 auto!important}.footer-col{display:flex!important;flex-direction:column!important;align-items:flex-start!important;text-align:left!important;min-width:100px!important;flex:1 1 25%!important}.footer-col h3,.footer-col h4,.footer-col .footer-title{font-size:.95rem!important;margin-bottom:15px!important;white-space:nowrap!important}.footer-col a{white-space:normal!important;word-break:break-word!important;font-size:.85rem!important;line-height:1.4!important;margin-bottom:12px!important;display:block!important;width:100%!important}.footer-bottom{width:100%!important;flex-direction:column!important;gap:12px!important;text-align:center!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.05)!important}}.tiktok-scroll-container{width:100%;overflow:hidden;margin-top:40px;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.tiktok-track{display:flex;gap:20px;width:max-content;animation:scrollTikTok 25s linear infinite}.tiktok-miniature{width:180px;height:320px;background:#0a0a0a;border-radius:18px;overflow:hidden;position:relative;border:1px solid rgba(168,85,247,.2);flex-shrink:0}.tiktok-video-element{width:100%;height:100%;object-fit:cover}.tiktok-badge{position:absolute;top:12px;right:12px;background:#a855f7b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.65rem;padding:3px 8px;border-radius:20px;font-weight:700}@keyframes scrollTikTok{0%{transform:translate(0)}to{transform:translate(-800px)}}.tiktok-track:hover{animation-play-state:paused}.faq-section{padding:100px 20px;background-color:#000;display:flex;justify-content:center}.faq-container{max-width:900px;width:100%}.faq-container h2{text-align:center;margin-bottom:50px;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;background:linear-gradient(to bottom,#fff 40%,#a1a1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faq-list{border-top:1px solid rgba(255,255,255,.1)}.faq-item{border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:background .3s ease}.faq-item:hover{background:#a855f708}.faq-question{padding:30px 0;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;color:#fff}.faq-icon{font-size:1.5rem;color:#a855f7;transition:transform .4s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);color:#9ca3af;line-height:1.6}.faq-answer.show{max-height:300px;opacity:1;padding-bottom:30px}.faq-container h2{text-align:center;margin-bottom:20px;font-size:2.5rem}.faq-divider{margin-top:100px;margin-bottom:60px;width:100%;filter:drop-shadow(0 0 8px rgba(168,85,247,.4))}.faq-divider svg{height:20px;width:100%}.faq-list{border-top:1px solid rgba(255,255,255,.1);margin-top:20px}.section-line-divider{width:100%;overflow:visible;margin:80px 0;display:flex;justify-content:center;align-items:center}.section-line-divider svg{width:100%;height:20px}.section-line-divider rect{filter:drop-shadow(0 0 5px rgba(168,85,247,.6))}.section-line-divider,.faq-divider{width:100%;overflow:visible!important;margin:80px 0;display:flex;justify-content:center;z-index:5}.section-line-divider svg,.faq-divider svg{overflow:visible!important}.footer-section{background-color:#000;padding:80px 20px 40px;border-top:1px solid rgba(255,255,255,.05);margin-top:50px}.footer-container{max-width:1100px;margin:0 auto}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px}.footer-logo{width:140px;margin-bottom:20px;opacity:.8;filter:grayscale(1) brightness(2)}.footer-tagline{color:#6b7280;font-size:.9rem;max-width:250px}.footer-links{display:flex;gap:80px}.footer-col h4{color:#fff;font-size:.9rem;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.footer-col a{display:block;color:#9ca3af;text-decoration:none;font-size:.9rem;margin-bottom:12px;transition:color .3s ease}.footer-col a:hover{color:#a855f7}.engines-section{padding:80px 20px;background:#000;border-top:1px solid rgba(255,255,255,.03)}.engines-container{max-width:1100px;margin:0 auto;text-align:center}.engines-title{color:#9ca3af;font-size:1.1rem;font-weight:500;margin-bottom:50px;letter-spacing:1px}.engines-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:25px;justify-content:center}.engine-card{background:#fff0;border:1px solid rgba(255,255,255,.05);padding:30px 20px;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:15px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:default}.engine-card:hover{background:#0000;border-color:#a855f766;transform:translateY(-8px);box-shadow:0 15px 40px #000,0 0 20px #a855f71a}.engine-logo-wrapper{height:60px;width:10%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;position:relative}.engine-logo{max-width:45px;filter:drop-shadow(0 0 8px rgba(168,85,247,.4));transition:transform .3s ease}.engine-card:hover .engine-logo{transform:scale(1.1)}.engine-name{color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.5px}.engine-type-badge{font-size:.65rem;color:#a855f7;background:#a855f71a;padding:3px 10px;border-radius:50px;border:1px solid rgba(168,85,247,.2);font-weight:800;text-transform:uppercase;letter-spacing:1px}.footer-bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.03);display:flex;justify-content:space-between;align-items:center;color:#4b5563;font-size:.8rem}.api-mention{font-style:italic;opacity:.6}.engine-type-badge.hybride{background:linear-gradient(45deg,#a855f7,#00d1ff);color:#fff;font-weight:700}.terms-container{max-width:900px;margin:0 auto;padding:80px 20px;color:#fff;font-family:Inter,sans-serif;line-height:1.6}.terms-header{text-align:center;margin-bottom:50px}.terms-header h1{font-size:2.5rem;background:linear-gradient(90deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.terms-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:30px;border-radius:12px;margin-bottom:25px;transition:transform .3s ease}.terms-card:hover{border-color:#646cff}.terms-card h2{color:#646cff;font-size:1.4rem;margin-top:0}.terms-card ul{padding-left:20px}.terms-footer-back{text-align:center;margin-top:40px}.terms-footer-back a{color:#888;text-decoration:none;font-weight:500}.terms-footer-back a:hover{color:#fff}.user-menu-container{min-width:0px;display:flex;justify-content:flex-end}.btn-secondary,.user-nav-profile{display:flex!important;align-items:center!important;justify-content:center!important;background:#a855f733!important;border-radius:0 20px 20px 0!important;padding:0 10px!important;margin:0!important;height:40px;color:#fff;font-weight:600;cursor:pointer}.dropdown-menu{position:absolute;top:50px;right:0;background:#0d0d12f2;border:1px solid rgba(168,85,247,.3);border-radius:12px;width:180px;padding:8px;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInDown .2s ease-out}.dropdown-item{padding:10px 15px;color:#e2e8f0;font-size:13px;cursor:pointer;border-radius:8px;transition:all .2s;display:flex;align-items:center;gap:10px}.dropdown-item:hover{background:#a855f726;color:#a855f7}.dropdown-divider{height:1px;background:#ffffff1a;margin:8px 0}.dropdown-item.logout{color:#ff4d4d}.dropdown-item.logout:hover{background:#ff4d4d1a}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.token-display-dee{display:flex;align-items:center;background:#a855f71a;padding:6px 12px;border-radius:20px 0 0 20px;border:2px solid rgba(167,72,255,.493);margin-right:-1px}.token-icon-dee-lightning{width:25px;height:25px;border-radius:50%;object-fit:cover}.token-text-dee{font-size:16px;font-weight:600;color:#ffdc43;letter-spacing:1.5px}@keyframes scrollTikTok{0%{transform:translate(0)}to{transform:translate(-50%)}}.tiktok-track{display:flex;width:max-content;animation:scrollTikTok 20s linear infinite}.faq-divider svg rect{animation:laserPulse 3s ease-in-out infinite}@keyframes laserPulse{0%,to{opacity:.8;filter:drop-shadow(0 0 5px #a855f7)}50%{opacity:1;filter:drop-shadow(0 0 15px #a855f7)}}.nav-links-center{display:flex;align-items:center;gap:20px;margin:0 auto}.nav-link-item{display:flex;align-items:center;gap:8px;color:#dcdee0;text-decoration:none;font-size:16px;font-weight:500;background:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.nav-link-item:hover{color:#fff;transform:translateY(-1px)}.nav-link-icon{font-size:16px;line-height:1;display:inline-flex;align-items:center}.nav-link-item .nav-link-icon{opacity:.8}.nav-link-item:hover .nav-link-icon{opacity:1}@media (max-width: 900px){.burger-menu{display:flex!important;flex-direction:column!important;justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px;flex-shrink:0}.nav-links-center{display:none!important}.nav-container{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0 8px!important}.badge-plan-mobile{display:none!important}.tokens-wrapper{display:flex!important;align-items:center!important;gap:6px!important;flex-shrink:1!important}.token-display-dee,[class*=token-display],[class*=balance-display]{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:6px 10px!important;min-width:auto!important;width:auto!important;overflow:visible!important}.token-text-dee,[class*=token-text]{display:inline-block!important;font-size:13px!important;font-weight:700!important;color:#fff!important;visibility:visible!important;opacity:1!important}.nav-links-center.mobile-active{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;position:fixed!important;top:70px;left:0;width:100vw!important;height:calc(100vh - 70px)!important;background:#0a0a0a!important;padding:40px 24px!important;gap:25px!important;z-index:99999!important}.nav-links-center.mobile-active .nav-link-item{font-size:16px!important;width:100%;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-links-center.mobile-active .nav-divider-vertical{display:none!important}.nav-logo-img{height:55px!important;max-width:55px!important;object-fit:contain!important;margin-left:-3px!important}.user-menu-container{margin-left:5px!important}.user-nav-profile img{margin-left:0!important;flex-shrink:0!important}.main-viewport,.home-container,main,.landing-container,.legal-container{padding-left:10px!important;padding-right:10px!important;box-sizing:border-box!important}p,.feature-description,[class*=subtitle],[class*=description],[class*=text-side] p{font-size:14px!important;line-height:1.4!important;text-align:center!important;margin-bottom:20px!important;display:block!important;width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.legal-card h1,.legal-card h2,.legal-card h3,.legal-container h2,.social-main-title,h2[class*=title]{font-size:1.8rem!important;line-height:1.2!important;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;text-align:center!important;display:block!important;width:100%!important;box-sizing:border-box!important;margin-bottom:12px!important}.video-showcase-container{display:flex!important;flex-direction:column!important;height:auto!important;min-height:auto!important;background:transparent!important;margin-bottom:0!important;padding-bottom:0!important}.prompt-showcase{position:relative!important;width:100%!important;height:auto!important;min-height:auto!important;margin-top:15px!important;background:transparent!important}.prompt-input-bar{display:flex!important;flex-direction:column!important;height:auto!important;border-radius:16px!important;padding:15px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;gap:12px!important}.prompt-typing-area{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 5px!important;min-height:45px!important}.typing-text{font-size:13px!important;line-height:1.4!important;text-align:center!important;white-space:normal!important;margin:0!important}.generate-pill-btn{width:100%!important;max-width:180px!important;height:40px!important;margin:0 auto!important;border-radius:10px!important;padding:0 15px!important;position:relative!important;right:auto!important;top:auto!important}.virtual-cursor{display:none!important}.showcase-section{width:100%!important;height:auto!important;min-height:auto!important;padding:20px 0!important;overflow:hidden!important;background:transparent!important}.slider-container{width:100%!important;max-width:340px!important;height:auto!important;margin:0 auto!important;overflow:hidden!important;background:transparent!important}.slider-track{display:flex!important;width:100%!important}.slide-item{width:100%!important;min-width:100%!important;flex-shrink:0!important;padding:0!important;display:flex!important;justify-content:center!important;background:transparent!important}.slide-item video,.slider-container .compare-media,.slider-container .compare-box img,.slider-container .compare-box video{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.08)!important;background:transparent!important}.showcase-section .section-divider-v,.showcase-section .section-line-divider{display:block!important;width:100%!important;max-width:340px!important;margin:0 auto!important;height:auto!important;transform:translateY(20px)!important}.image-to-video-section,.img-vid-container,.deevid-style-wrapper{height:auto!important;min-height:auto!important;max-height:none!important;background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important}.image-to-video-section .social-footer-text,.image-to-video-section div[style*=marginBottom]{margin-bottom:20px!important}.library-slider-wrapper{position:relative!important;width:100%!important;max-width:100%!important;padding:0 0 50px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;height:auto!important;min-height:auto!important;margin-top:0!important}.lib-nav-btn{position:absolute!important;bottom:0!important;top:auto!important;z-index:99!important;background:#0a0a0ae6!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;width:44px!important;height:44px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:22px!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;transform:none!important}.lib-nav-btn:first-of-type{left:calc(50% - 55px)!important;right:auto!important}.lib-nav-btn:last-of-type{right:calc(50% - 55px)!important;left:auto!important}.deevid-style-wrapper{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}.media-comparison-row{display:flex!important;flex-direction:column!important;gap:25px!important;width:100%!important;align-items:center!important}.comparison-column{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}.image-to-video-section .compare-box{width:280px!important;max-width:90vw!important;height:420px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:#000!important;border:1px solid rgba(168,85,247,.3)!important;border-radius:20px!important;box-shadow:0 15px 35px #00000080!important;padding:0!important;margin:0 auto!important;position:relative!important;overflow:visible!important}.image-to-video-section .compare-media,.image-to-video-section .compare-box img,.image-to-video-section .compare-box video{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;border-radius:20px!important;border:none!important;background:#000!important}.compare-separator{display:flex!important;align-items:center!important;justify-content:center!important;height:30px!important;margin:0!important;transform:rotate(90deg)!important}.prompt-instruction-container{margin-top:20px!important;width:100%!important;display:flex!important;justify-content:center!important;padding:0 20px!important;box-sizing:border-box!important}.prompt-pill-display{width:100%!important;max-width:320px!important;background:#ffffff05!important;border:1px solid rgba(168,85,247,.2)!important;border-radius:12px!important;padding:10px!important;box-sizing:border-box!important}.prompt-header{margin-top:-75px!important;padding-top:0!important;margin-bottom:5px!important}.mobile-card,.compare-box{position:relative!important;overflow:visible!important;margin-top:30px!important}.card-badge,.box-label{position:absolute!important;top:-12px!important;left:50%!important;transform:translate(-50%)!important;z-index:30!important;background-color:#0a0a0af2!important;padding:6px 14px!important;border-radius:20px!important;font-size:.7rem!important;font-weight:700!important;color:#fff!important;white-space:nowrap!important;border:1px solid rgba(168,85,247,.8)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;box-shadow:0 4px 10px #00000080!important}.compare-separator{display:flex!important;align-items:center!important;justify-content:center!important;height:45px!important;margin:15px 0!important;transform:rotate(90deg)!important;z-index:10!important}.sep-icon{font-size:20px!important;color:#a855f7!important}.engines-section{padding:40px 0 20px!important}.engines-container>div:first-of-type{margin-bottom:25px!important}.engines-container span[style*=letterSpacing]{margin-bottom:5px!important}.engines-container div[style*="margin: '30px auto 0'"]{margin-top:15px!important}.engines-title{font-size:1.6rem!important;line-height:1.2!important}.engines-grid{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:100%!important;padding:0 16px!important;box-sizing:border-box!important}.engine-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:1 1 calc(50% - 12px)!important;min-width:140px!important;max-width:220px!important;height:90px!important;background:#0a0a0a99!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important;padding:10px!important;box-sizing:border-box!important}.engine-logo-wrapper{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.engine-card img,.engine-card svg{max-height:100%!important;max-width:90%!important;object-fit:contain!important;width:auto!important;height:auto!important}.section-divider-v,.section-line-divider{margin-top:0!important;margin-bottom:75px!important;height:auto!important;transform:translateY(15px)!important}footer,.footer-container,[class*=footer-links-grid]{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important;gap:30px!important;padding:30px 15px!important}footer div[style*=display],.footer-column,[class*=footer-col]{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important;margin:0 0 10px!important}footer h4,footer strong,[class*=footer-title]{font-size:16px!important;letter-spacing:.1em!important;margin-bottom:12px!important;display:block!important;width:100%!important}footer a,.footer-link{font-size:14px!important;padding:6px 0!important;display:block!important;width:100%!important;white-space:normal!important}.footer-bottom{width:100%!important;display:flex!important;flex-direction:column!important;gap:12px!important;text-align:center!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.05)!important}p,.social-subtitle,[class*=subtitle],.social-footer-text p{font-size:14px!important;line-height:1.5!important}}.image-to-video-section .compare-box{height:auto!important;max-height:none!important;aspect-ratio:auto!important}.image-to-video-section .compare-media{width:100%!important;height:auto!important;max-height:500px!important;object-fit:contain!important;display:block}.library-slider-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;gap:10px}.library-slider-wrapper .lib-nav-btn{flex-shrink:0;z-index:10}.deevid-style-wrapper{flex:1;min-width:0}@media (max-width: 768px){.media-comparison-row{flex-direction:column!important;gap:10px!important}.landing-container{overflow-x:hidden}}@media (max-width: 900px){.image-to-video-section{display:block!important;width:100%!important;height:auto!important;min-height:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;overflow:visible!important}.image-to-video-section .img-vid-container{display:block!important;width:100%!important;height:auto!important;min-height:0!important;box-sizing:border-box!important;overflow:visible!important}.image-to-video-section .social-footer-text{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;position:relative!important;width:100%!important;height:auto!important;min-height:0!important;margin:0 0 35px!important;padding:0 15px!important;box-sizing:border-box!important;text-align:center!important;transform:none!important}.image-to-video-section .social-main-title{display:block!important;position:relative!important;width:100%!important;height:auto!important;margin:0 0 12px!important;padding:0!important;box-sizing:border-box!important;font-size:clamp(1.8rem,7vw,2.5rem)!important;line-height:1.15!important;text-align:center!important;transform:none!important}.image-to-video-section .social-subtitle{display:block!important;position:relative!important;width:100%!important;max-width:600px!important;height:auto!important;margin:0 auto!important;padding:0!important;box-sizing:border-box!important;font-size:14px!important;line-height:1.5!important;text-align:center!important;transform:none!important}.image-to-video-section .library-slider-wrapper{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;position:relative!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0 0 65px!important;box-sizing:border-box!important;transform:none!important}.image-to-video-section .deevid-style-wrapper{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;flex:1 1 auto!important;margin:0!important;padding:0!important;box-sizing:border-box!important;transform:none!important}.image-to-video-section .media-comparison-row{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;height:auto!important;min-height:0!important;gap:10px!important;margin:0!important;padding:0!important;box-sizing:border-box!important;transform:none!important}.image-to-video-section .comparison-column{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.image-to-video-section .compare-box{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:320px!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important;aspect-ratio:auto!important;position:relative!important;overflow:visible!important}.image-to-video-section .compare-media{display:block!important;width:100%!important;max-width:320px!important;height:auto!important;max-height:500px!important;margin:0!important;padding:0!important;object-fit:contain!important;box-sizing:border-box!important}.image-to-video-section .lib-counter{display:block!important;width:fit-content!important;margin:15px auto 0!important;transform:none!important;position:relative!important;z-index:5!important}.image-to-video-section .lib-nav-btn{position:absolute!important;bottom:10px!important;top:auto!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#0a0a0af2!important;border:1px solid rgba(168,85,247,.6)!important;border-radius:50%!important;color:#fff!important;z-index:999!important;transform:none!important;margin:0!important}.image-to-video-section .lib-nav-btn:first-of-type{left:calc(50% - 50px)!important;right:auto!important}.image-to-video-section .lib-nav-btn:last-of-type{right:calc(50% - 50px)!important;left:auto!important}}.terms-wrapper{background-color:#000;color:#fff;min-height:100vh;padding:60px 20px;font-family:Inter,Segoe UI,sans-serif;line-height:1.6;overflow-y:auto;box-sizing:border-box;position:relative}.terms-container{max-width:900px;margin:0 auto;width:100%;padding-top:20px}.btn-back{position:absolute;top:20px;left:20px;cursor:pointer;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);padding:10px 20px;border-radius:8px;font-size:14px;font-weight:400;transition:background .2s;z-index:10}.btn-back:hover{background:#ffffff1a}.terms-header{border-bottom:1px solid #333;padding-bottom:30px;margin-bottom:40px}.terms-header h1{font-size:36px;font-weight:800;margin-bottom:10px;line-height:1.2}.terms-header p{color:#a1a1aa}.terms-content{font-size:15px;color:#e4e4e7}.terms-section{margin-bottom:40px}.terms-section h2{color:#a855f7;font-size:22px;margin-bottom:15px}.terms-section p,.terms-section ul{margin-top:10px}.terms-section ul{padding-left:20px}.section-critical{margin-bottom:40px;padding:25px;border:1px solid #333;border-radius:12px;background:#ffffff05}.section-critical h2{color:#fff;font-size:22px;margin-bottom:15px}.alert-box{margin-top:20px;padding:15px;border-left:4px solid #ef4444;background:#ef44440d}.alert-title{font-weight:800;color:#ef4444;text-transform:uppercase;margin-bottom:5px}.contact-box{margin-bottom:40px;padding:20px;background:#ffffff08;border-radius:12px;border:1px solid #222}.contact-box h2{color:#fff;font-size:18px;margin-bottom:10px}.contact-box p{font-size:14px;color:#a1a1aa}.terms-footer{margin-top:60px;padding-bottom:40px;text-align:center;color:#52525b;font-size:12px}@media (max-width: 900px){.terms-wrapper{padding:40px 15px}.btn-back{top:15px;left:15px;padding:8px 16px;font-size:13px}.terms-container{padding-top:35px}.terms-header h1{font-size:26px}.terms-section h2,.section-critical h2{font-size:18px!important;line-height:1.4!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:break-word!important}.section-critical{padding:20px 15px!important;box-sizing:border-box!important;width:100%!important;overflow:hidden!important}.alert-box{padding:12px!important}}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:10000}.auth-card{background:#0f0f0ff2;border:1px solid rgba(255,255,255,.205);width:90%;max-width:380px;padding:40px;border-radius:28px;position:relative;text-align:center;color:#fff;box-shadow:0 20px 50px #00000080,0 0 40px #8a2be21a}.auth-title{font-size:26px;font-weight:700;letter-spacing:-.02em;margin-bottom:10px;background:linear-gradient(180deg,#fff,#aaa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-subtitle{color:#888;font-size:14px;margin-bottom:30px;line-height:1.5}.method-btn{width:100%;height:50px;border-radius:12px;border:1px solid rgba(255,255,255,.1);font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;margin-bottom:12px;transition:all .2s ease}.method-btn img,.method-btn svg{width:18px;height:18px;object-fit:contain;flex-shrink:0}.method-btn.google{background:#fff!important;color:#000!important;border:none}.method-btn.google:hover{background:#f1f1f1!important;transform:translateY(-1px)}.method-btn.dark{background:#ffffff0d;color:#fff}.method-btn.dark:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.auth-divider{margin:20px 0;display:flex;align-items:center;color:#444;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:700}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.auth-divider:before{margin-right:15px}.auth-divider:after{margin-left:15px}.auth-footer-text{font-size:11px;color:#666;margin-top:20px;line-height:1.4}.auth-close-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.205);color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;outline:none}.auth-close-btn:hover{background:#ffffff1f;color:#fff;border-color:#ffffff40;transform:rotate(90deg) scale(1.1)}.auth-close-btn:active{transform:scale(.95)}.email-form{display:flex;flex-direction:column;gap:15px;margin-top:20px;width:100%}.auth-input{width:100%;padding:12px 15px;border-radius:8px;border:1px solid #333;background:#1a1a1a;color:#fff;font-size:14px;outline:none;transition:border-color .3s ease}.auth-input:focus{border-color:#a855f7}.submit-btn{width:100%;padding:12px;background:#a855f7;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:transform .2s,background .3s}.submit-btn:hover{background:#9333ea;transform:translateY(-2px)}.switch-auth-mode{font-size:13px;color:#ccc;margin-top:10px}.switch-auth-mode span{color:#a855f7;cursor:pointer;font-weight:700;text-decoration:underline}.back-btn{background:none;border:none;color:#888;font-size:12px;cursor:pointer;margin-top:10px}.auth-methods{display:flex;flex-direction:column;gap:12px;width:100%}.email-form{display:flex!important;flex-direction:column;width:100%;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.method-btn i,.method-btn img,.method-btn span{pointer-events:none}.auth-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:linear-gradient(#0000004d,#0000001a),url(/src/assets/Femme.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;z-index:9999}@media (max-width: 768px){.auth-overlay{background-position:center top;background-image:linear-gradient(#00000080,#0000004d),url(/src/assets/Femme.png)}}.auth-card{background:#111111bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:35px;max-width:420px;width:100%;box-shadow:0 20px 40px #00000080}.pricing-page{background:#000;min-height:100vh;color:#fff;padding:120px 20px;font-family:Inter,sans-serif;position:relative}.pricing-header{text-align:center;margin-bottom:60px;position:relative;z-index:10}.pricing-header h1{font-size:3.5rem;background:linear-gradient(to bottom,#fff,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.back-button-pricing{position:absolute;top:30px;left:30px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 20px;border-radius:30px;cursor:pointer;font-size:14px;transition:all .3s ease;z-index:10}.back-button-pricing:hover{background:#ffffff26;transform:translate(-5px)}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:30px}.toggle-switch{width:50px;height:26px;background:#1f2937;border-radius:50px;position:relative;cursor:pointer;border:1px solid rgba(168,85,247,.5)}.switch-dot{width:20px;height:20px;background:#a855f7;border-radius:50%;position:absolute;top:2px;left:3px;transition:.3s cubic-bezier(.175,.885,.32,1.275)}.toggle-switch.on .switch-dot{left:25px;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1400px;margin:0 auto;gap:20px;align-items:stretch}.price-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:40px;display:flex;flex-direction:column;transition:.4s;position:relative}.price-card.featured{background:#a855f70d;border-color:#a855f7;position:relative;transform:scale(1.05);box-shadow:0 0 40px #a855f726}.price-card:hover{border-color:#a855f7cc;transform:translateY(-5px)}.popular-tag{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#a855f7;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:700}.price-value{font-size:2.5rem;font-weight:800;margin:20px 0}.price-value span{font-size:1rem;color:#6b7280}.features-list{list-style:none;padding:0;margin:30px 0;flex-grow:1}.features-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:.95rem;color:#e0e0e0;text-align:left}.check-green,.check-red,.icon,.icon-neutral,.check-gray{width:24px;min-width:24px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.check-green{color:#2ecc71;font-weight:700}.check-red{color:#ff4d4d}.check-gray{color:#888}.icon-neutral{opacity:.6;font-size:.8rem}.price-btn{width:100%;padding:15px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#fff;font-weight:700;cursor:pointer;transition:.3s}.pro-btn{background:#a855f7;border:none}.token-packs-container{margin-top:80px;padding:40px;background:#ffffff05;border-radius:30px;text-align:center}.packs-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}.mini-pack{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:25px;border-radius:20px;width:250px;position:relative;transition:.3s ease}.mini-pack:hover{transform:translateY(-5px);border-color:#fffd8f}.welcome-offer{border:2px solid #fffd8f;background:#fffd8f0d}.pack-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#fffd8f;color:#000;font-size:.7rem;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap}.pack-price{display:block;font-size:1.8rem;font-weight:700;margin:10px 0;color:#fffd8f}.buy-pack-btn{margin-top:15px;width:100%;padding:10px;border-radius:10px;border:none;background:#fff;color:#000;font-weight:700;cursor:pointer;transition:.2s}.buy-pack-btn:hover{background:#fffd8f;transform:scale(1.02)}.price-card.master{border-color:#a855f766;background:#a855f708}.price-card.elite{border-color:#f59e0b;background:#f59e0b0d;position:relative}.exclusive-tag{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#f59e0b;color:#000;padding:5px 15px;border-radius:20px;font-size:.75rem;font-weight:900;white-space:nowrap}.price-card.legende{border-color:#fff;background:linear-gradient(180deg,#ffffff14,#0000);box-shadow:0 0 50px #ffffff1a}.master-btn{background:#a855f7;border:none}.elite-btn{background:#f59e0b;color:#000;border:none}.legende-btn{background:#fff;color:#000;border:none}.legende-btn:hover{background:#e0e0e0;box-shadow:0 0 20px #fff6}.check-gold{color:#f59e0b;font-size:1.2rem;min-width:24px;display:inline-block}@media (max-width: 600px){.pricing-grid{grid-template-columns:1fr}}.price-card.custom-service{background:linear-gradient(145deg,#050505,#001a2e);border:1px solid #00d4ff;box-shadow:0 0 30px #00d4ff1a}.contact-btn{background:#00d4ff;color:#000;border:none;font-weight:900;text-transform:uppercase;margin-top:auto}.contact-btn:hover{background:#fff;transform:scale(1.02);box-shadow:0 5px 15px #00d4ff66}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1400px;margin:0 auto;gap:25px;padding-bottom:50px}.quote-configurator{background:#050505;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:40px;color:#fff;flex:1;min-width:350px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;justify-content:flex-start;gap:12px}.form-group{margin-bottom:5px}.select-wrapper{position:relative;margin-top:10px;display:block;width:100%}.select-wrapper:after{content:"▼";font-size:12px;position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;color:#00d4ff;transition:transform .3s ease}.quote-configurator{background:#ffffff08;border:1px solid rgba(0,212,255,.2);border-radius:24px;padding:30px;color:#fff;position:relative;flex:1;min-width:350px;display:flex;flex-direction:column;justify-content:space-between}.select-wrapper{position:relative;margin-top:10px;display:block}.select-wrapper:after{content:"▼";font-size:10px;position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;color:#00d4ff;transition:transform .3s ease}.select-wrapper:focus-within:after{transform:translateY(-50%) rotate(180deg)}.custom-select{width:100%;padding:14px 45px 14px 20px;background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:15px;font-weight:500;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;transition:all .3s ease;outline:none}.custom-select:hover{border-color:#00d4ff;background:#111}.custom-select:focus{border-color:#00d4ff;box-shadow:0 0 15px #00d4ff33}.custom-select option{background:#0a0a0a;color:#fff;padding:10px}.label-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.count-badge{background:#00d4ff;color:#000;padding:2px 10px;border-radius:20px;font-weight:700;font-size:12px}.custom-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#ffffff1a;border-radius:5px;outline:none;margin:15px 0}.custom-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;background:#00d4ff;cursor:pointer;border-radius:50%;box-shadow:0 0 10px #00d4ff80}.custom-slider::-moz-range-thumb{width:18px;height:18px;background:#00d4ff;cursor:pointer;border-radius:50%;border:none}.custom-checkbox-wrapper{display:flex;align-items:center;gap:15px;background:#ffffff08;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;cursor:pointer;transition:all .3s ease;margin:5px 0}.custom-checkbox-wrapper:hover{background:#00d4ff0d;border-color:#00d4ff4d}.custom-checkbox-wrapper:has(input:checked){background:#00d4ff1a;border-color:#00d4ff}.custom-checkbox-wrapper input[type=checkbox]{accent-color:#00d4ff;width:20px;height:20px;cursor:pointer}.custom-checkbox-wrapper label{cursor:pointer;font-weight:500;font-size:.95rem}.quote-summary{margin-top:5px;padding-top:15px;border-top:1px dashed rgba(255,255,255,.1);text-align:center}.summary-text{display:block;color:#9ca3af;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.estimate-price{font-size:3.5rem;font-weight:900;color:#fff;line-height:1;margin-bottom:5px;display:flex;align-items:baseline;justify-content:center;gap:5px}.estimate-price .per-month{font-size:1.2rem;color:#6b7280;font-weight:400}.disclaimer{color:#6b7280;font-size:.75rem;margin-bottom:25px;display:block}.concierge-section-flex{display:flex;align-items:flex-start;gap:25px;flex-wrap:wrap;justify-content:center;max-width:1400px;margin:40px auto}.price-card.custom-service{flex:1;min-width:350px;display:flex;flex-direction:column;justify-content:space-between;border-radius:24px}.quote-configurator h3,.price-card.custom-service h3{margin-top:0;padding-top:0}.pack-price-area{display:flex;flex-direction:column;align-items:center;margin-bottom:10px}.old-price{text-decoration:line-through;color:#ff4d4d;font-size:.9rem;opacity:.7}.pack-price{font-size:1.8rem;font-weight:700;color:#fff}.featured-pack{border:2px solid #a855f7!important;background:#a855f70d}@media (max-width: 1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.price-card.featured{transform:scale(1)}}@media (max-width: 900px){.pricing-page{padding:100px 16px 40px}.pricing-header{margin-bottom:40px}.pricing-header h1{font-size:2.2rem}.back-button-pricing{position:relative;top:0;left:0;display:inline-block;margin-bottom:20px}.pricing-grid{grid-template-columns:1fr!important;gap:35px}.price-card{padding:30px 20px}.popular-tag,.exclusive-tag{top:-14px;font-size:.75rem;padding:4px 12px}.concierge-section-flex{flex-direction:column!important;align-items:center;width:100%;gap:30px}.price-card.custom-service,.quote-configurator{width:100%!important;min-width:100%!important;box-sizing:border-box}.estimate-price{font-size:clamp(2rem,10vw,3.2rem)}.token-packs-container{padding:30px 15px;margin-top:50px}.mini-pack{width:100%;max-width:320px}}.custom-slider{touch-action:pan-y;will-change:transform}.custom-slider::-webkit-slider-thumb{transition:transform .1s ease}.custom-slider::-webkit-slider-thumb:active{transform:scale(1.15)}
