@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #040405;--bg-secondary: #0a0a0c;--bg-tertiary: #111115;--border-primary: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .15);--text-primary: #f4f4f7;--text-secondary: #a0a0ab;--text-muted: #52525b;--accent-primary: #ffffff;--accent-secondary: #e4e4e7;--accent-bg-hover: rgba(255, 255, 255, .08);--success: #10b981;--error: #ef4444;--glow-color: rgba(255, 255, 255, .02);--shadow-glow: 0 0 20px rgba(255,255,255,.03);--font-display: "Outfit", sans-serif;--font-sans: "Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;background-image:radial-gradient(circle at 10% 20%,rgba(255,255,255,.03) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.02) 0%,transparent 50%);-webkit-font-smoothing:antialiased}.landing-layout{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);position:relative}.nav-header{position:fixed;top:0;left:0;right:0;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 4rem;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-primary);background:#040405b3}.logo-container{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:700;font-size:1.35rem;letter-spacing:-.02em;color:var(--text-primary);cursor:pointer}.logo-icon-wrap{display:flex;align-items:center;justify-content:center;background:var(--text-primary);color:var(--bg-primary);width:32px;height:32px;border-radius:8px;font-weight:800}.logo-img{width:32px;height:32px;border-radius:8px;object-fit:cover}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--text-primary)}.nav-actions{display:flex;align-items:center;gap:1.25rem}.btn{padding:.65rem 1.25rem;border-radius:9999px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans)}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid transparent}.btn-ghost:hover{color:var(--text-primary);background:var(--accent-bg-hover)}.btn-primary{background:var(--accent-primary);color:var(--bg-primary);border:1px solid var(--accent-primary)}.btn-primary:hover{background:var(--accent-secondary);transform:translateY(-1px);box-shadow:0 4px 12px #ffffff1a}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border-primary)}.btn-outline:hover{background:var(--accent-bg-hover);border-color:var(--border-hover)}.hero-section{display:grid;grid-template-columns:1.2fr .8fr;padding:10rem 4rem 6rem;gap:4rem;min-height:85vh;align-items:center;position:relative}.hero-curve-bg{position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(135deg,#ffffff05,#ffffff01);border-left:1px solid rgba(255,255,255,.03);clip-path:polygon(25% 0%,100% 0%,100% 100%,0% 100%);z-index:1;pointer-events:none}.hero-content{display:flex;flex-direction:column;gap:2rem;z-index:2;max-width:720px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#ffffff08;border:1px solid var(--border-primary);border-radius:9999px;font-size:.8rem;font-weight:500;color:var(--text-secondary);width:fit-content}.hero-title{font-family:var(--font-display);font-size:5rem;font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--text-primary)}.hero-description{font-size:1.05rem;line-height:1.6;color:var(--text-secondary);font-weight:400}.hero-prompt-bar{display:flex;align-items:center;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:9999px;padding:.5rem;width:100%;max-width:580px;transition:all .3s ease;margin-top:.5rem}.hero-prompt-bar:focus-within{border-color:var(--border-hover);box-shadow:0 0 20px #ffffff08}.hero-prompt-bar input{flex:1;background:transparent;border:none;color:var(--text-primary);padding:.75rem 1.25rem;font-size:.95rem;font-family:var(--font-sans)}.hero-prompt-bar input:focus{outline:none}.hero-prompt-bar button{width:44px;height:44px;border-radius:50%;border:none;background:var(--accent-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.hero-prompt-bar button:hover{transform:scale(1.05)}.hero-socials-row{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem}.social-circle-group{display:flex;gap:.75rem}.social-circle{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-primary);background:var(--bg-secondary);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.social-circle:hover{color:var(--text-primary);border-color:var(--border-hover);background:var(--bg-tertiary);transform:translateY(-2px)}.social-line-connector{flex:1;max-width:250px;height:1px;background:linear-gradient(90deg,var(--border-primary) 0%,transparent 100%)}.social-subtitle{font-family:var(--font-display);font-size:.9rem;color:var(--text-muted);font-weight:500}.hero-visual{display:flex;justify-content:center;align-items:center;z-index:2}.editor-preview-card{width:100%;max-width:400px;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:1.25rem;padding:1.5rem;box-shadow:var(--shadow-glow);position:relative;overflow:hidden}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;border-bottom:1px solid var(--border-primary);padding-bottom:.75rem}.preview-dots{display:flex;gap:.35rem}.preview-dot{width:8px;height:8px;border-radius:50%;background:#ffffff26}.preview-badge{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:var(--text-secondary);text-transform:uppercase}.preview-video-box{width:100%;height:200px;background:#000;border-radius:.75rem;position:relative;overflow:hidden;border:1px solid var(--border-primary);margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center}.preview-video-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:15px 15px}.preview-ai-box{position:absolute;border:1px dashed rgba(255,255,255,.6);background:#ffffff0d;border-radius:4px;padding:.25rem .5rem;top:40px;left:60px;width:160px;height:90px;display:flex;flex-direction:column;justify-content:flex-end;animation:floatBox 6s infinite ease-in-out}@keyframes floatBox{0%,to{transform:translate(0)}50%{transform:translate(15px,10px)}}.preview-ai-label{font-family:monospace;font-size:.6rem;color:#fff;background:#000;padding:.1rem .3rem;border-radius:2px;width:fit-content}.preview-timeline{display:flex;flex-direction:column;gap:.5rem}.preview-waveform{height:30px;display:flex;align-items:center;gap:3px}.wave-bar{flex:1;background:#ffffff26;border-radius:1px;transition:all .3s}.wave-bar.highlighted{background:var(--text-primary)}.preview-clips{display:flex;gap:.5rem;height:24px}.preview-clip{background:#ffffff0a;border:1px solid var(--border-primary);border-radius:4px;flex:1;font-size:.65rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.preview-clip.active{background:#ffffff1a;border-color:var(--text-primary);color:var(--text-primary);font-weight:600}.features-section{padding:6rem 4rem;border-top:1px solid var(--border-primary);background:var(--bg-secondary)}.section-header{max-width:600px;margin-bottom:4rem}.section-subtitle{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.section-title{font-family:var(--font-display);font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.section-desc{color:var(--text-secondary);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:1rem;padding:2.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1.25rem}.feature-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-glow)}.feature-icon{width:48px;height:48px;border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border-primary);display:flex;align-items:center;justify-content:center;color:var(--text-primary)}.feature-title{font-family:var(--font-display);font-size:1.35rem;font-weight:600}.feature-text{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.feature-pill-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem}.feature-pill{font-size:.75rem;padding:.25rem .75rem;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:9999px;color:var(--text-secondary)}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-primary);padding:2rem;position:relative}.auth-back-btn{position:absolute;top:2rem;left:2rem}.auth-card{width:100%;max-width:420px;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:var(--shadow-glow)}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-logo-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--text-primary);color:var(--bg-primary);width:40px;height:40px;border-radius:10px;font-weight:800;font-size:1.15rem;margin-bottom:1.25rem}.auth-logo-img{width:48px;height:48px;border-radius:10px;object-fit:cover;margin-bottom:1.25rem}.auth-title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.auth-subtitle{color:var(--text-secondary);font-size:.85rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:var(--text-muted)}.form-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.75rem;color:var(--text-primary);font-family:var(--font-sans);font-size:.9rem;transition:all .2s ease}.form-input:focus{outline:none;border-color:var(--text-primary)}.auth-submit-btn{margin-top:1rem;padding:.85rem;border-radius:.75rem;font-weight:600;font-size:.9rem}.auth-toggle{text-align:center;font-size:.85rem;color:var(--text-secondary);margin-top:1.5rem}.auth-toggle-link{color:var(--text-primary);font-weight:600;cursor:pointer;text-decoration:underline;margin-left:.35rem}.app-layout{display:flex;width:100vw;height:100vh;overflow:hidden;background:radial-gradient(circle at top,rgba(30,30,35,.4) 0%,var(--bg-primary) 50%)}.sidebar{width:260px;background:#0a0a0cd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.sidebar.closed{margin-left:-260px;opacity:0}.sidebar-toggle{background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.sidebar-toggle:hover{background:#ffffff1a}.sidebar-header{padding:1.5rem}.btn-new-chat{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background:var(--text-primary);color:var(--bg-primary);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-new-chat:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffffff1a}.sidebar-sessions{flex:1;overflow-y:auto;padding:1rem}.sessions-label{font-size:.75rem;text-transform:uppercase;color:var(--text-secondary);letter-spacing:1px;margin-bottom:1rem;padding-left:.5rem}.session-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;margin-bottom:4px}.session-item:hover{background:#ffffff0d;color:var(--text-primary)}.session-item.active{background:#ffffff1a;color:var(--text-primary);box-shadow:inset 3px 0 0 var(--text-primary)}.session-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}.session-delete{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;opacity:0;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.session-item:hover .session-delete{opacity:1}.session-delete:hover{color:#f44}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.05)}.user-profile{display:flex;align-items:center;gap:12px}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.user-info{flex:1;display:flex;flex-direction:column;overflow:hidden}.user-name{font-weight:500;font-size:.9rem;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-logout{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:6px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-logout:hover{color:var(--text-primary);background:#ffffff1a}.chat-container{flex:1;display:flex;flex-direction:column;background:transparent;position:relative}.chat-header{padding:1rem 2rem;height:70px;background:#0a0a0cb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:20}.chat-header-left{display:flex;align-items:center;gap:.75rem}.chat-header h2{font-family:var(--font-display);font-size:1.15rem;font-weight:700;letter-spacing:-.01em}.chat-header-actions{display:flex;align-items:center;gap:1rem}.messages-area{flex:1;padding:2.5rem 4rem 140px;background:transparent;display:flex;flex-direction:column;gap:2rem;max-width:960px;width:100%;margin:0 auto;overflow-y:auto}.typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px!important}.typing-indicator span{width:6px;height:6px;background-color:var(--text-secondary);border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.typing-indicator span:nth-child(3){animation-delay:0s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.empty-state-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;color:var(--text-primary);opacity:0;animation:fadeInWelcome .8s ease forwards;min-height:40vh}.empty-state-welcome h3{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.empty-state-welcome p{font-size:1.1rem;color:var(--text-secondary)}@keyframes fadeInWelcome{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.message-wrapper{display:flex;width:100%}.message-wrapper.user{justify-content:flex-end}.message-wrapper.bot{justify-content:flex-start;gap:1rem}.bot-avatar{width:32px;height:32px;border-radius:8px;background:#ffffff1a;color:var(--text-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;border:1px solid rgba(255,255,255,.1)}.message-bubble{max-width:75%;padding:1.25rem 1.5rem;border-radius:1rem;font-size:.95rem;line-height:1.6;position:relative;transition:transform .2s ease,box-shadow .2s ease}.message-wrapper.user .message-bubble{background:linear-gradient(135deg,#fff,#e4e4e7);color:#040405;border-radius:1.25rem 1.25rem .25rem;font-weight:500;padding:1rem 1.25rem;box-shadow:0 4px 15px #ffffff1a}.message-wrapper.bot .message-bubble{background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;color:var(--text-primary);padding:.25rem 0;max-width:90%}.attachment-badge{background:#ffffff0d;border:1px solid var(--border-primary);padding:.4rem .8rem;border-radius:6px;font-size:.8rem;color:var(--text-secondary);display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.chat-input-area{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);padding:1rem;background:#0a0a0c99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;display:flex;flex-direction:column;gap:.75rem;max-width:800px;width:calc(100% - 4rem);box-shadow:0 10px 40px #00000080,0 0 0 1px #ffffff05 inset;z-index:30}.input-form{background:#040405cc;border:1px solid rgba(255,255,255,.05);padding:.6rem 1rem;border-radius:1.25rem;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}.input-form:focus-within{border-color:#fff3;box-shadow:0 0 20px #ffffff0d;background:#0a0a0ce6}.send-btn{background:linear-gradient(135deg,#fff,#e4e4e7);color:#040405;border-radius:50%;padding:.6rem;transition:all .2s ease;box-shadow:0 4px 15px #ffffff1a;display:flex;align-items:center;justify-content:center}.send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #fff3}.send-btn:disabled{opacity:.5;background:#ffffff1a;color:#ffffff4d;box-shadow:none}.file-preview{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-secondary);border-radius:12px;padding:.5rem 1rem;display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start}.candidates-list{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:1.25rem}.candidate-btn{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:.5rem;color:var(--text-primary)}.candidate-btn:hover{background:var(--accent-bg-hover);border-color:var(--text-primary)}.video-player-container{border-radius:.75rem;border-color:var(--border-primary)}.video-placeholder{background:var(--bg-tertiary)}.mode-selector{display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:4px;gap:4px}.mode-btn{background:transparent;border:none;border-radius:16px;padding:6px 16px;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.mode-btn:hover{color:var(--text-primary);background:#ffffff0d}.mode-btn.active{background:#ffffff1a;color:var(--text-primary);box-shadow:0 2px 8px #0003}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr;padding-top:8rem;gap:3rem}.hero-curve-bg{display:none}}@media (max-width: 768px){.nav-header{padding:0 1.5rem}.nav-links{display:none}.hero-section{padding:7rem 1.5rem 3rem}.hero-title{font-size:3.5rem}.features-section{padding:4rem 1.5rem}.messages-area{padding:1.5rem}.chat-input-area{padding:1rem 1.5rem}}.processing-monitor{background:linear-gradient(145deg,#111115f2,#0a0a0cfa);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;width:100%;max-width:560px;overflow:hidden}.monitor-header{display:flex;align-items:center;gap:8px;margin-bottom:20px}.monitor-dot{width:8px;height:8px;border-radius:50%;background:#ef4444}.monitor-dot.live{background:#ef4444;animation:pulse-live 1.5s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1;box-shadow:0 0 #ef444466}50%{opacity:.8;box-shadow:0 0 0 6px #ef444400}}.monitor-label{font-family:Outfit,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:2px;color:var(--text-muted);text-transform:uppercase}.monitor-body{display:flex;flex-direction:column;align-items:center;gap:20px;min-height:180px;justify-content:center}.stage-visual{width:100%;display:flex;justify-content:center;align-items:center;min-height:120px}.radar-container{width:120px;height:120px;border-radius:50%;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.radar-sweep{position:absolute;top:50%;left:50%;width:50%;height:2px;background:linear-gradient(90deg,rgba(16,185,129,.8),transparent);transform-origin:left center;animation:sweep 2s linear infinite}@keyframes sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.radar-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;padding:20px}.radar-dot{width:4px;height:4px;border-radius:50%;background:#10b98180;animation:blink-dot 2s ease-in-out infinite}@keyframes blink-dot{0%,80%,to{opacity:.2}40%{opacity:1}}.processing-monitor .wave-container{display:flex;align-items:center;gap:3px;height:60px}.processing-monitor .wave-container .wave-bar{width:4px;flex:none;background:linear-gradient(180deg,#10b981,#10b98133);border-radius:2px;animation:wave-pulse 1.2s ease-in-out infinite}@keyframes wave-pulse{0%,to{height:8px}50%{height:50px}}.film-strip-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center;gap:0}.film-strip{display:flex;gap:4px;animation:strip-scroll 8s linear infinite}@keyframes strip-scroll{0%{transform:translate(10px)}50%{transform:translate(-10px)}to{transform:translate(10px)}}.film-frame{width:48px;height:36px;border:1px solid rgba(255,255,255,.15);border-radius:4px;background:#ffffff08;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.film-frame.processed{border-color:#10b981;background:#10b9811a}.film-frame .frame-inner{width:60%;height:60%;border-radius:2px;background:#ffffff0f}.film-frame.processed .frame-inner{background:#10b9814d}.scissors-icon{position:absolute;right:15%;font-size:24px;color:var(--text-primary);animation:snip .6s ease-in-out infinite}@keyframes snip{0%,to{transform:rotate(0)}50%{transform:rotate(-15deg)}}.render-ring-container{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.render-ring{width:100%;height:100%;transform:rotate(-90deg)}.render-ring-bg{fill:none;stroke:#ffffff0f;stroke-width:4}.render-ring-progress{fill:none;stroke:#10b981;stroke-width:4;stroke-linecap:round;stroke-dasharray:264;stroke-dashoffset:264;animation:ring-fill 3s ease-in-out infinite}@keyframes ring-fill{0%{stroke-dashoffset:264}50%{stroke-dashoffset:66}to{stroke-dashoffset:264}}.render-icon{position:absolute;font-size:28px;color:var(--text-secondary);animation:spin-gear 3s linear infinite}@keyframes spin-gear{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stage-info{text-align:center}.stage-label{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 4px}.stage-detail{font-size:.8rem;color:var(--text-secondary);margin:0}.progress-bar-container{width:200px;height:4px;background:#ffffff0f;border-radius:2px;margin-top:12px;position:relative;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:2px;transition:width .5s ease}.progress-text{position:absolute;right:-30px;top:-6px;font-size:.65rem;color:var(--text-muted)}.monitor-stages{display:flex;justify-content:space-between;margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.stage-pip{display:flex;flex-direction:column;align-items:center;gap:6px}.pip-dot{width:8px;height:8px;border-radius:50%;background:#ffffff1a;transition:all .3s ease}.stage-pip.active .pip-dot{background:#10b981;box-shadow:0 0 8px #10b98180}.stage-pip.done .pip-dot{background:#10b981}.pip-label{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.stage-pip.active .pip-label{color:#10b981}.stage-pip.done .pip-label{color:var(--text-secondary)}.video-player-container{margin-top:12px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0a0a0c}.video-player{width:100%;display:block;border-radius:12px 12px 0 0;outline:none;max-height:400px;background:#000}.timeline-track{display:flex;gap:4px;padding:12px;overflow-x:auto;background:#040405cc;border-top:1px solid rgba(255,255,255,.06)}.timeline-track::-webkit-scrollbar{height:4px}.timeline-track::-webkit-scrollbar-track{background:transparent}.timeline-track::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.timeline-block{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;cursor:pointer;transition:all .2s ease;min-width:80px}.timeline-block:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.block-time{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-primary)}.block-type{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.timeline-block.type-goal{border-color:#eab3084d;background:#eab3080d}.timeline-block.type-goal:hover{border-color:#eab30899;background:#eab3081f}.timeline-block.type-goal .block-type{color:#eab308}.timeline-block.type-big-chance{border-color:#3b82f64d;background:#3b82f60d}.timeline-block.type-big-chance:hover{border-color:#3b82f699;background:#3b82f61f}.timeline-block.type-big-chance .block-type{color:#3b82f6}.timeline-block.type-red-card{border-color:#ef44444d;background:#ef44440d}.timeline-block.type-red-card:hover{border-color:#ef444499;background:#ef44441f}.timeline-block.type-red-card .block-type{color:#ef4444}.timeline-block.type-savedshot,.timeline-block.type-shotonpost{border-color:#a855f74d;background:#a855f70d}.timeline-block.type-savedshot:hover,.timeline-block.type-shotonpost:hover{border-color:#a855f799;background:#a855f71f}.timeline-block.type-savedshot .block-type,.timeline-block.type-shotonpost .block-type{color:#a855f7}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:var(--bg-secondary);border:1px solid var(--border-primary);box-shadow:0 10px 30px #00000080}.plan-tag{font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.plan-tag.free{background:#ffffff1a;color:var(--text-secondary)}.plan-tag.basic{background:#3b82f626;color:#60a5fa}.plan-tag.pro{background:#a855f726;color:#c084fc}.pricing-layout{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;position:relative}.pricing-container{max-width:1000px;width:100%;text-align:center}.pricing-header{margin-bottom:4rem}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1rem;color:var(--text-secondary)}.billing-toggle span.active{color:var(--text-primary);font-weight:500}.discount-badge{background:#10b9811a;color:var(--success);font-size:.7rem;padding:2px 8px;border-radius:12px;margin-left:8px;font-weight:600}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bg-tertiary);transition:.4s;border:1px solid var(--border-primary)}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:var(--text-secondary);transition:.4s}input:checked+.slider{background-color:var(--accent-primary)}input:checked+.slider:before{transform:translate(22px);background-color:var(--bg-primary)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.pricing-card{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:16px;padding:2rem;display:flex;flex-direction:column;text-align:left;transition:transform .3s ease,border-color .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);border-color:var(--border-hover)}.pricing-card.popular{border-color:#ffffff4d;background:var(--bg-tertiary);box-shadow:var(--shadow-glow)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--text-primary);color:var(--bg-primary);font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.5px;text-transform:uppercase}.card-header h3{font-family:var(--font-display);font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.card-header .price{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.card-header .price span{font-size:1rem;color:var(--text-secondary);font-weight:400}.card-header p{color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-primary)}.feature-list{list-style:none;margin-bottom:2rem;flex-grow:1}.feature-list li{display:flex;align-items:center;gap:12px;margin-bottom:1rem;font-size:.95rem;color:var(--text-primary)}.feature-list li svg{color:var(--success);flex-shrink:0}.auth-separator{display:flex;align-items:center;text-align:center;margin:1.25rem 0;color:var(--text-muted);font-size:.8rem;font-weight:600;letter-spacing:.05em}.auth-separator:before,.auth-separator:after{content:"";flex:1;border-bottom:1px solid var(--border-primary)}.auth-separator:not(:empty):before{margin-right:.75em}.auth-separator:not(:empty):after{margin-left:.75em}.google-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.85rem;border-radius:.75rem;font-weight:600;font-size:.9rem;background:transparent;border:1px solid var(--border-primary);color:var(--text-primary);cursor:pointer;transition:all .2s ease}.google-btn:hover{background:var(--bg-secondary);border-color:var(--text-primary)}
