:root{--primary-gradient: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);--selection-gradient: linear-gradient(43deg, #4158d0 0%, #c850c0 100%);--secondary-gradient: linear-gradient(to right, #0f0c29, #302b63, #24243e);--background: #0a0a10;--foreground: #ffffff;--card: rgba(15, 15, 25, .9);--card-foreground: #ffffff;--border: rgba(255, 255, 255, .1);--input: rgba(255, 255, 255, .1);--ring: rgba(200, 80, 192, .5);--glow-purple: 0 0 25px rgba(200, 80, 192, .7);--glow-blue: 0 0 25px rgba(65, 88, 208, .7);--glow-gold: 0 0 25px rgba(255, 204, 112, .7);--blur-amount: 10px;--mesh-gradient: radial-gradient(at 0% 0%, rgba(65, 88, 208, .3) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(200, 80, 192, .3) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(255, 204, 112, .3) 0px, transparent 50%), radial-gradient(at 0% 100%, rgba(65, 88, 208, .3) 0px, transparent 50%);--noise-opacity: .3;--neon-shadow: 0 0 10px rgba(200, 80, 192, .7), 0 0 20px rgba(200, 80, 192, .5), 0 0 30px rgba(200, 80, 192, .3);--neon-text-shadow: 0 0 5px rgba(255, 255, 255, .8), 0 0 10px rgba(200, 80, 192, .8), 0 0 15px rgba(200, 80, 192, .6);--card-shadow: 0 10px 30px rgba(0, 0, 0, .5);--card-hover-shadow: 0 15px 40px rgba(0, 0, 0, .6)}*{box-sizing:border-box;padding:0;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px rgba(255,255,255,.08) inset;-webkit-text-fill-color:#fff;border:1px solid rgba(255,255,255,.1);transition:background-color 5000s ease-in-out 0s}html,body,#root{background-color:var(--background)}html{min-height:100%;min-height:100dvh;scroll-behavior:smooth}body{min-height:100%;min-height:100dvh;max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--foreground)!important}#root{min-height:100%;min-height:100dvh}body:before{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}.card-3d{background-color:var(--card);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--card-shadow);transform-style:preserve-3d;transition:all .5s cubic-bezier(.23,1,.32,1)}.card-3d:hover{transform:translateY(-10px) rotateX(5deg) rotateY(5deg);box-shadow:var(--card-hover-shadow);border-color:#fff3}.card-neon{background-color:var(--card);border-radius:16px;border:1px solid rgba(200,80,192,.3);box-shadow:var(--neon-shadow);transition:all .3s ease}.card-neon:hover{box-shadow:var(--glow-purple),var(--glow-blue);border-color:#c850c080}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f0f14cc}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#4158d0,#c850c0);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#c850c0,#ffcc70)}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{transform:scale(1);box-shadow:var(--glow-purple)}50%{transform:scale(1.05);box-shadow:var(--glow-blue)}to{transform:scale(1);box-shadow:var(--glow-purple)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes particleFloat{0%,to{transform:translateY(0) translate(0);opacity:0}25%{opacity:.7}50%{transform:translateY(-30vh) translate(15vw);opacity:1}75%{opacity:.7}}@keyframes neonPulse{0%,to{box-shadow:0 0 5px #c850c080,0 0 10px #c850c04d}50%{box-shadow:0 0 15px #c850c0cc,0 0 30px #c850c080}}@keyframes textGlow{0%,to{text-shadow:0 0 5px rgba(255,255,255,.5),0 0 10px rgba(200,80,192,.3)}50%{text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(200,80,192,.6)}}.animate-fadeIn{animation:fadeIn .8s cubic-bezier(.23,1,.32,1) forwards}.animate-slideInRight{animation:slideInRight .8s cubic-bezier(.23,1,.32,1) forwards}.animate-slideInLeft{animation:slideInLeft .8s cubic-bezier(.23,1,.32,1) forwards}.animate-pulse{animation:pulse 4s infinite}.animate-float{animation:float 8s ease-in-out infinite}.animate-gradient{background-size:200% 200%;animation:gradientShift 5s ease infinite}.animate-neon{animation:neonPulse 3s infinite}.animate-text-glow{animation:textGlow 3s infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.bg-gradient{background:var(--primary-gradient)}.bg-gradient-secondary{background:var(--secondary-gradient)}.glow{box-shadow:var(--glow-purple)}.glow-text{text-shadow:var(--neon-text-shadow)}.neon-border{position:relative;border-radius:16px;overflow:hidden}.neon-border:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:var(--primary-gradient);z-index:-1;border-radius:18px;animation:neonPulse 3s infinite}.neon-border>*{background-color:var(--card);border-radius:16px;height:100%;width:100%}.gradient-border{position:relative;border-radius:16px;padding:2px;background:var(--primary-gradient);animation:gradientShift 5s ease infinite;background-size:200% 200%}.gradient-border>*{border-radius:14px;background:var(--background)}.particle-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:-1}.particle{position:absolute;width:8px;height:8px;background:linear-gradient(to right,#4158d0,#c850c0);border-radius:50%;opacity:0;animation:particleFloat 15s ease-in-out infinite;filter:blur(1px)}.perspective{perspective:1000px}.transform-3d{transform-style:preserve-3d;transition:transform .5s cubic-bezier(.23,1,.32,1)}.hover-rotate:hover{transform:rotateX(5deg) rotateY(10deg)}.hover-scale:hover{transform:scale(1.05)}.hover-lift:hover{transform:translateY(-10px)}.neon-text{color:#fff;text-shadow:var(--neon-text-shadow)}.neon-box{box-shadow:var(--neon-shadow)}.Toastify__toast{border-radius:12px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;box-shadow:0 8px 32px #0000004d!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.Toastify__toast--success{background:linear-gradient(135deg,#059669,#10b981,#34d399)!important;border:1px solid rgba(255,255,255,.1)!important}.Toastify__toast--success .Toastify__toast-icon svg{fill:#fff!important}.Toastify__toast--error{background:linear-gradient(135deg,#dc2626,#ef4444,#f87171)!important;border:1px solid rgba(255,255,255,.1)!important}.Toastify__toast--error .Toastify__toast-icon svg{fill:#fff!important}.Toastify__toast--warning{background:linear-gradient(135deg,#d97706,#f59e0b,#ffcc70)!important;border:1px solid rgba(255,255,255,.1)!important;color:#1a1a1a!important}.Toastify__toast--warning .Toastify__toast-icon svg{fill:#1a1a1a!important}.Toastify__toast--warning .Toastify__close-button{color:#1a1a1a!important}.Toastify__toast--info{background:linear-gradient(135deg,#4158d0,#6366f1,#818cf8)!important;border:1px solid rgba(255,255,255,.1)!important}.Toastify__toast--info .Toastify__toast-icon svg{fill:#fff!important}.Toastify__toast--default{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)!important;border:1px solid rgba(255,255,255,.15)!important}.Toastify__progress-bar{background:linear-gradient(90deg,#ffffffe6,#ffffffb3,#ffffff80)!important;height:3px!important}.Toastify__progress-bar--success{background:linear-gradient(90deg,#d1fae5,#a7f3d0,#6ee7b7)!important}.Toastify__progress-bar--error{background:linear-gradient(90deg,#fecaca,#fca5a5,#f87171)!important}.Toastify__progress-bar--warning{background:linear-gradient(90deg,#1a1a1a,#374151,#4b5563)!important}.Toastify__progress-bar--info{background:linear-gradient(90deg,#c7d2fe,#a5b4fc,#818cf8)!important}.Toastify__close-button{color:#fff!important;opacity:.8!important;transition:opacity .2s ease!important}.Toastify__close-button:hover{opacity:1!important}.Toastify__toast-icon{margin-inline-end:12px!important}.Toastify__toast-body{font-size:14px!important;font-weight:500!important;padding:6px 0!important}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.Toastify__slide-enter{animation:toastSlideIn .3s ease-out!important}.Toastify__toast:hover{transform:scale(1.02);box-shadow:0 12px 40px #0006!important}@media(max-width:480px){.Toastify__toast-container{width:calc(100vw - 20px)!important;padding:10px!important}.Toastify__toast{border-radius:10px!important;margin-bottom:8px!important}.Toastify__toast-body{font-size:13px!important}}.selector-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.selector-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.selector-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.selector-grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.selector-grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.selector-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem 1rem;background:linear-gradient(135deg,#121212f2,#191923f2);border:2px solid #2a2a2a;border-radius:.75rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:visible;text-align:center}.selector-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(43deg,#4158d01a,#c850c01a 46%,#ffcc701a);opacity:0;transition:opacity .3s ease;border-radius:.75rem;z-index:0}.selector-button:hover{border-color:#3a3a3a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.selector-button:hover:before{opacity:1}.selector-button:focus{outline:none}.selector-button-active{border-color:#c850c0;background:linear-gradient(135deg,#4158d026,#c850c026,#ffcc7026);box-shadow:0 0 20px #c850c04d,0 4px 12px #0000004d}.selector-button-active:before{opacity:1}.selector-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.selector-button:disabled:hover{border-color:#2a2a2a;transform:none;box-shadow:none}.selector-button-compact{padding:.75rem .5rem;gap:.25rem}.selector-button-small{padding:1rem .75rem;gap:.4rem}.selector-button-large{padding:1.5rem 1.25rem;gap:.75rem}.selector-icon{font-size:2rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));position:relative;z-index:3}.selector-icon-small{font-size:1.5rem}.selector-icon-large{font-size:2.5rem}.selector-label{font-size:.95rem;font-weight:600;color:#f5f5f5;position:relative;z-index:3}.selector-label-small{font-size:.8rem}.selector-label-large{font-size:1.1rem}.selector-sublabel{font-size:.75rem;font-weight:500;color:#b0b0b0;position:relative;z-index:3}.selector-value{font-size:1.5rem;font-weight:700;color:#f5f5f5;position:relative;z-index:3;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.selector-value-small{font-size:1.25rem}.selector-value-large{font-size:1.75rem}.selector-button-active .selector-value{background:linear-gradient(43deg,#5168e0,#d860d0 46%,#ffdc80);-webkit-background-clip:text;background-clip:text}.selector-button-active .selector-sublabel{color:#f5f5f5}.selector-button-horizontal{flex-direction:row;justify-content:flex-start;text-align:left;gap:1rem;padding:1rem 1.25rem}.selector-button-inline{padding:.5rem 1rem;gap:.5rem}.selector-button-with-badge{position:relative}.selector-badge{position:absolute;top:.5rem;right:.5rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;font-size:.65rem;font-weight:700;padding:.35rem .65rem;border-radius:.375rem;box-shadow:0 2px 8px #c850c080;z-index:2;text-transform:uppercase;letter-spacing:.03em}.selector-button-with-description{align-items:flex-start;text-align:left}.selector-description{font-size:.75rem;color:#888;line-height:1.4;position:relative;z-index:3}@keyframes selector-pulse{0%,to{box-shadow:0 0 #c850c066}50%{box-shadow:0 0 0 8px #c850c000}}.selector-button-pulse{animation:selector-pulse 2s infinite}.selector-button-glow{box-shadow:0 0 15px #c850c04d}@media(max-width:768px){.selector-grid-2,.selector-grid-4,.selector-grid-6{grid-template-columns:repeat(2,1fr)}.selector-icon{font-size:1.75rem}.selector-label{font-size:.85rem}}@media(max-width:480px){.selector-grid-6{grid-template-columns:repeat(3,1fr);gap:.5rem}.selector-button{padding:1rem .5rem}.selector-icon{font-size:1.5rem}.selector-label{font-size:.8rem}.selector-value{font-size:1.25rem}}.selector-grid-centered{justify-items:center;align-items:center}.selector-grid-start{justify-items:start;align-items:start}.selector-button-full{width:100%}.selector-group{display:flex;flex-direction:column;gap:1rem}.selector-group-title{font-size:.875rem;font-weight:600;color:#b0b0b0;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-cyrillic-ext-300-normal-DIxttMbC.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-300-normal-D7ank4TF.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-cyrillic-300-normal-DzUz0kzv.woff2) format("woff2"),url(/assets/roboto-cyrillic-300-normal-DEFNdjk5.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(data:font/woff2;base64,d09GMgABAAAAAA5kABIAAAAAGswAAA4EAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhQbHhw0BmA/U1RBVFoAXgiBfgmfBhEMCoJsgnMLFAABNgIkAyQEIAWEeAcgDIVOG4QZIxG2k7QyCPCXB+YQMaYH5wNNykYrVMIrLNl8cs67CxUK70wolH28ovl/w0gcQHaiTmMstz8bIcnsT9/p/5moACbp1huxVtI6bWptkkLKhZAH+w/w17tzr+3bzEQ2K6eeYy9BxHLmDr6IbVd9Oh5lQVPyeeA5Zn/RoFE43KjS9mZ7XoEX5A16B954DXYg5ze/1zTdVYpLRdtoBm9KkKovBS6jA5NlzKoBCJJnFZ1jLb1x13w47pVO/Q+cHjw+uuqr4+lPa+bbt7tJbwsEUUUhSckas+9NJtk3kw1scZIy3fFuMaeSaxWgqhHEKQB9QMXCfqFlhf06R1gE0blLNgFa9r8NZwdl4kgUgqx9aQsIgKvIIGpYuBXAWfXaigY5RRWI4iTtCAEAge+o5rjbhc/HmT4IXjPtvdGoQ7NlQNBW8T2bEypFQuAC7kVEAYBy+Rj7DTqCAJA6wGlArWhd7kSf674aj3nwH3TETgRBQ7cAgFPj2gHwsWH9iVv75t5GiHXeZulCUQCj6y4LigX0rzCPRXJgucAfD0MIy7RKIb8BlZEQhnglBtouwMpK15gfzNFl3CnVkqp9Du1crrjFVTBAVyT/+pp0fv6EvQVtLArgF7HzTd1wwgRAfl57L5B/MPbLoz8BwFOehdP34Mcd1TGQrSuedLN6txM+gAccD3wOR9zrXQ+4wGd3nLPlsMdcF8CGTT9p03mfrjztYUl8acMFrJlnPN5rdpwYT7/fB7DvuNse8HTgNfS/fJPrWJfQgbh/NrsDu3nLNh3a/BDrWxHAoNWYaYs27Tnmgjs+hE9RNExaZ3PaZQ+Gt3l2Co4fO3pkdWV5aXFhfm52ZnpqcmJ8bHTEajEzw0ODA/19vT3dXZ0d7W2tLc1NjQ31prpaY011VWVFealBX1JcVFiQn5ebE4s9nZ2E6L6UcyaV2e4sEsJ9SZfUd9FWqAWAbIaH+BL0O4Kbeztd+LpvrBXDFg7c1OmmuNFlpC8dXHSGkGLuNl3ydN54qnXBYbVuBZE0hT28LC0HNW+DNrcPvUB7Veipg6RX5x2ZAAOabjIwg613JmPh8aL5l0n0O2EsObbst/xIVvCofhUun17RnUoagpqpzS/Wfmf6hlt0kcZDh52MOtYDGSRtli3c5+/K7xWgExGk4fXMaz1wgQ1s8MJz40Wj9WxJpM0udPuZ2Pa6meAix+XHwezKn8ONb/ML6I8j/ldCag4XkhtwDwHtOJtwCoCtJxfdZffCVmvEtI7uJDbX8lmfWgS4o+DaRUhQLl+ZbRG1KMHzjsPiCZVIkpcsZee3ugZCwC0dhRl650lnD4S75+67R5RDVRnB/Ou87V+Ewkf4LcIchCBxFmv+YPKbv920CNjE00roAUnm3YfgUGG+XOnG13zdir1HG/9bBI+xKocsdRFdptetM/U5HtqeXw4yAOC6IIZBwJh0HdzS068NxoorSr//OxFggDxvDUsufqEHNfod58U7NjgdaDS8lnN1cGJgZpx4EKgMuHE8LkfSWwpYCi5dS9VAKWWdIsePgtJMzGTkpjwpTjKSjDJBvL1AGF9gh50Wp7YEbwWw1NZ/dM01ffJel3lNBDfzV2YnETrBcQSPL0zmcGGtfFL2ulRn6HP9Xnc6z+4rN3vnyQRbSNM+VbfdsjHFc7u+NWwVfW7c7wtXpCbNnMUUWG4tQiQz8NhWjrSBm4MbAgxzGjYN39esGq/RCm946bM700VK0VASo5PJzmv6vW7poKi5vSbJoGimG5N2QdtWF+vAa+DZocOtxyvHO2aVD3miUuQd3KpdXG9YlPrRYqx54S1thPL8MmDAbyXMjesJzChYpfmHkCTixHMWzVyFpm/VIJ0cwM0bEUJLwg+y2DLYEUfWKCJZk+qKDzgjBFhDGLJIYkmKIAM5/rBoTbqSXxsr4FbzOuq8ibWstjOx58Q2YAKOeAsyTYoimVEQCgGBwaI1sSXKtIsDjBZbNWsThoMbTybqcH8IkzNnLbwRT962ZWss3LvSPUD1fCw3E8CwB1RpypopZ8kMGmIEYSHtOIsnduA4bqGDTl8P4kdqTi1EEreYmq2AuMieZLx1LcE682sljSNhNjgI09FC1fs6cQ2zVQFu09vg2FJFA+ruUjSVMaqr8QY57HWJXd8IGSI5yGLX5dm7Bpp2i/cdQx9lOxJgyGOATHseRLNDByrbI5ABWuFQ48E7KwQjKY5DL7jQGgnrCTTiA/5SY/bAQIEnpJLItpk6O6FUrGXiROCDKu654bVKEuU1KSNXlJcMOD5gwWEjUEhdQFhbBAFQ5maLT38JUiNguQ4uctrAtNkMHi5wGopUQStlxCXEaz1To+lxeGUOwmYTO9TjZlShdOC1V2/EZbPqhPGzFqy02awnzvJG2JXMfJiZcu7BKmzkNpzBnVXcEKVToTTfx4i889ayvWsAi9pGwrDT5fblPlg2N1khMDuAygEXA4gQg9ICEI/KzJpCA60I0qYyxr8SlCreu4LfMhN6GSxdkO5RPX6ULrMuh83Xc/OZBzwyRzAZBHzLb2xx5hgw4m9X3ZLLBmlx3q3a5ogoExDFH8h71lTKNSkIxwMJUuRwHP4e50lI7ykEpcNE+U6sSCdg7z1zNzupMgHP5m5I54knT/M61HR5K+fZJ7PURLaDNX+GwOzD81RTYZ9t7xxgQL1WUHENV74xQdh1JfMQ5Iqv/x7eWLI8kNpQ0s20Wf+75JCGQKEPHkkiJdBbeZ7F1CDl8FUDl55NKBBRUr3yZ1WAT74bggILpC/7AkslSDGjPm3lb1XdFgSWKjBzYFPfvtmrFfUJqb9nbQG0StOH3wEUtl8DuGKX8qwwqcDrgfeu19X0Xg62x3sY/fgke7rwOE8IOSW2Bc0Im/dhOHKVPwjavYEwP/+/7hyFG+PY4ihgmFWfQK19ECzdd/xJC2vJje794JX/maxl/gfFFpaFtaky5iONYpwv2Xe7t/wzN8RnkRjNSfQ+gjeXcbgQykZH6sAjFjqjaQRULKYPXvxPLJwu9onvsWw8V1QeFUeHQAEfXbyGJ3Djj8y+ABfa7EPlIR+aYdpspZqqDhxV/Qy4iG/OklwzfCcTpKXEDD+LNaWlFsQeUdq9BLfHYb7iORs7W/aw6riP0SSKLyNuR9Sj0FUaE9ij2aPQUBoXQM0oO59vqqHewQ6PKk4bNzb4t6KOoRZPa3JEAAik5RCBcX8mywNh9RQQXP/Dhh01P0puhlIC3U3zMCpK+Y2HtxbcOcjOiVZ1OZEsChHQr9feAVUZLEv9zTdMG7WUgCKo8I+sE8HAvWLnRD9sW2NAiKKOeIj6OHG9uc7cCq5N4P7zi1VyvBv2DiKgw9tt/P15zpPgHnAZD9nD83hemhyL/YnqmkmY+7wGOW98j0Jo/meQy+aXX5Ni0UMQNgBz4glKdBLVucDEDLl8iskGTlfpYbt6Qx0C3BB98JA3AesE0jz2sinKz5Igq4B7Urp9yUf0yeP6/2x3362fnx1bjtwt/e94cbDh38Pu7LwXP1L/74Ti9HzCW8z+5eLurovFcdekt+ZPLyS/Y94vFLt69F89vJ/wjo/f1ytuy81Zv6dVmT81DhuzRM3/QkGpbMnbDSzuCFAM5H83AMyBe6/kZ66C+26aUwwv1IvN8JwYoMtyL4VU9jCX6+bAYjnAzYrE8y25xH7/R9gssReA9xToqhIQAHbok6Rbv6kaPZL+UcYRAABe/L0jBgD4ZtvA1qDf6yBNF0BdHA73XAvg3jNcqDiaI0QzOYW2tFmM/m4x7h5mgo9oKgtujeT+ntfwPMNB8kmcAKxfDyuwIAAPf7Fh2AkA7g+4+hQq93eK5PqXYm54tJbTpQTrgCWWnEjleiArlc/Vo2kFnN0ooShJNqRiwFW5FZuMamkelsvjAfJZNOvTrVW19th06qq3LDGI0Y9HndytjaVQRGOVcYsHC8FwzznELIGEBPOt7QZ0LC8KLBoIymbRYun1nVJqRY6reMywdbcEw6foai4lo5JYYfnyfL0aszWXnj46skS5VtmVO1n1acZQzs3XmbVfNY6BSp0suw1fhUB7dxKMAaPcg+pWnko6q7X0YDvOzhdroUqnbipj1SLcylb9GIx5cK3u0247NmP1TKtUaytQtNmq6+OwRQsjPdDmtmnHGeV05VQKmUw87kTy/xbjiWl4LImMJiXjEZUDtiYQS0InNuv0mNGRYTUZ0r6FB7VkQNOA+zVv4T4N6dWIcI8mEHcrSZecdMrfwh0K0i4jbVLSKr2JW6SduFlMmsRzuFFCGiQ2XC8iJiGpo0lt/FvYGE9q4t1wdRypiiWVMZG4IkaEy6MacFkUKY26iQ3RRB89h0siSTFF4yLqJi6kSAFVhfMpGudFkFw+yeEzOFtAsgQMzsQkI9yG08NJWhhJDSXJiba0H3FSohInqNyxTs1grVqPNeoIrFbZsEKehmVSBkvEBZiOT8MxQRwcHRWLoxQhQabIYG9McYODTBFBRMBPxnxtoL8JB4pweAAJ8yeh/g44RBEUWheo9A+tCy7ZAd8cv6AU/2lXGh+Zd2VH5ln5zFgZHysjQslFRm6s48RZHpxZ/htnHg25laEy4CkllEGluzEwSuNHHpLIy0HJTpXJWckGkQCSwCD8hjkpFaYkykjGOlbE8mDN0m/E2GmOix4t91BBF7YOZKjb7mSYtqM1RC0j+slM0c57XhvU1tXch9COLG9vwzKm9r3ymvvZkPoiy1mZgwSXw46YLUADTdMx+rIV6DMFiZSwWrTRQ6HLYKABL/kSrroovfQSnblJZ0P3mwoE) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAYMAA8AAAAABtQAAQABAAAAAAAAAAAAAAAAAAAAAAAAAABHREVGAAABWAAAABQAAAAUAA8ACEdQT1MAAAFsAAAAHgAAAB5EdEx1R1NVQgAAAYwAAAA0AAAANJMNggJPUy8yAAABwAAAAGAAAABglx7Qx1NUQVQAAAIgAAAAWgAAAFpfmEARY21hcAAAAnwAAABUAAAAVADNH/FnYXNwAAAC0AAAAAwAAAAMAAgAGWdseWYAAALcAAABLgAAAS7SK1I/aGVhZAAABAwAAAA2AAAANgzosE5oaGVhAAAERAAAACQAAAAkCqkNkWhtdHgAAARoAAAAIAAAACAXOQALbG9jYQAABIgAAAASAAAAEgF8AVFtYXhwAAAEnAAAACAAAAAgACgBIW5hbWUAAAS8AAABLQAAAlQzIV4ocG9zdAAABewAAAAgAAAAIP9tAGQAAQAAAAwAAAAAAAAAAQAHAAEAAQABAAAACgAcABwAAURGTFQACAAEAAAAAP//AAAAAAAAAAEAAAAKADIAMgAEREZMVAAeY3lybAAaZ3JlawAabGF0bgAaAAAAAAAEAAAAAP//AAAAAAAEBHUBLAAFAAAFmgUzAAABHwWaBTMAAAPRAGYCAAAAAgAAAAAAAAAAAOAAAv9QACBbAAAAIAAAAABHT09HAEAAAB9NBgD+AABmB5oCACAAAZ8AAAAABDoFsAAAACAAAwABAAEACAADAAAAFAADAAAALAACd2R0aAElAAB3Z2h0ASgAAWl0YWwBMgACAAYAEgAeAAEAAAACAScAZAAAAAEAAQAAASsBLAAAAAMAAgACASgAAAAAAAEAAAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABABAAAAADAAIAAIABAAAAA0AIACgH03//wAAAAAADQAgAKAfTf//AAH/9f/j/2bgugABAAAAAAAAAAAAAAAAAAEAAgAIAAj//wAPAAUAZAAAAygFsAADAAYACQAMAA8AAAERIREFAQElCQMhCQIDKP08Ao7+7wER/agBDf7zASr+/gID/f0BAgEBBbD6UAWwVP18/XwMAngCeP1E/aIFRP2iAl4AAAIAfv/sBO0FxAAVACsAAAEVFA4CIyIuAjU1ND4CMzIeAgM1NC4CIyIOAhUVFB4CMzI+AgTtUJTRgX/Rl1JRltF/gdGWUHs7c6ZpaKRzPT50pGhqpHI7AyabmfiwXl6w+JmbmfewXl6w9/7MnYHOkk5Oks6BnYLQkk5OktAAAAIAYAR6AmMF0QAFAA8AAAE1EzMVAyU1MxUUFhcHJiYBXoZ/v/68cS4wMUtTBIYNAT4V/srsX1lEYicxJIX///7J/+wFMwXQACYABEYAAAcABf5pAAAAAAABAAAAAwPXDGsJnl8PPPUAGwgAAAAAAMTwES4AAAAA5Y1QA/of/dUJGwhzAAAACQACAAAAAAAAAAEAAAds/gwAAAk4+h/+RQkbCAAAAAAAAAAAAAAAAAAAAAAIA4wAZAAAAAAB8wAAAfMAAAVrAH4CtwBgAfMAAAWx/skAAAAtAC0ALQAtAGwAiwCLAJcAAAABAAAACACpABUAdgAHAAEAAAAAAAAAAAAAAAAAAwABeJx1kMFKw0AURU9sFSq1S3EZBLUiRhtRRFfSRRFEpYhd1xjTinYkSRf+gB/i2pWf4xf4Gd5MxpIiMkzm5M59b957wArv1PDqDeDTw7HHGt+OF2jx5bhGwIfjesWzyCZvjpekTxy3OOK4ZG+DZUWXvEWTdcdt8arjHXmajkMRnJMz5IkxERf6JoykDIhnfIkh5dm6BlLvpY3sTc4LGSfsaRlxrLoeRBPdlBkLJdM3sDkS+jrvtHPt3cp7t/Kkco5ttM+BIvbpcMip/kJxqE6rao8rrZ7ov5x95UyYqpKhclddfsXVtZW/yvGrlO91tHxupMQ656Ov5TY86iay/jO9UszE2B582n+mkyh74ZgqS6Aoo3kWqtFKVGE8m1smPZ3rKLIdZHY6Eds/0JpXhAAAAAADAAAAAAAA/2oAZAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-greek-300-normal-DJEM9B4Z.woff2) format("woff2"),url(/assets/roboto-greek-300-normal-C_Dgaih9.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-math-300-normal-5dF_7mZP.woff2) format("woff2"),url(/assets/roboto-math-300-normal-Ds0YpBw2.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-symbols-300-normal-DDU7avhj.woff2) format("woff2"),url(/assets/roboto-symbols-300-normal-BCnjhQd_.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-vietnamese-300-normal-BPvXm_f1.woff2) format("woff2"),url(/assets/roboto-vietnamese-300-normal-INUupD3o.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-latin-ext-300-normal-B90pq-BC.woff2) format("woff2"),url(/assets/roboto-latin-ext-300-normal-CTCCHkZF.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-latin-300-normal-CCzlftfr.woff2) format("woff2"),url(/assets/roboto-latin-300-normal-BARJ-h6h.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-ext-400-normal-qHufge6k.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-400-normal-CaK1767H.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-400-normal-CBPI_iaY.woff2) format("woff2"),url(/assets/roboto-cyrillic-400-normal-Bjg-1-sg.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-greek-400-normal-ai2Z1K3C.woff2) format("woff2"),url(/assets/roboto-greek-400-normal-Bb5mj_fZ.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-math-400-normal-BEFej5gc.woff2) format("woff2"),url(/assets/roboto-math-400-normal-C9RxBKAh.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-symbols-400-normal-CB1Ce4Gk.woff2) format("woff2"),url(/assets/roboto-symbols-400-normal-DLYbZahX.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-vietnamese-400-normal-D2PTxGxD.woff2) format("woff2"),url(/assets/roboto-vietnamese-400-normal-DnpnVwnf.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-ext-400-normal-C3tdtHj3.woff2) format("woff2"),url(/assets/roboto-latin-ext-400-normal-scX0fKtV.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-400-normal-BqEyEoaF.woff2) format("woff2"),url(/assets/roboto-latin-400-normal-DyYNIH4P.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-ext-500-normal-BWC_xYeb.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-500-normal-DqF2hftb.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-500-normal-CLao9AfR.woff2) format("woff2"),url(/assets/roboto-cyrillic-500-normal-CBKMylY4.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-greek-500-normal-C9AnhcmC.woff2) format("woff2"),url(/assets/roboto-greek-500-normal-oCqhoyfc.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-math-500-normal-C4NU9gLX.woff2) format("woff2"),url(/assets/roboto-math-500-normal-C-7mKPO3.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-symbols-500-normal-B_CZKVJS.woff2) format("woff2"),url(/assets/roboto-symbols-500-normal-F7c8nfcH.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-vietnamese-500-normal-B3ncpOoB.woff2) format("woff2"),url(/assets/roboto-vietnamese-500-normal-D380IkQ8.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-ext-500-normal-pMCM9Ixg.woff2) format("woff2"),url(/assets/roboto-latin-ext-500-normal-Cyc0AKLz.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-500-normal-7RbcRiD8.woff2) format("woff2"),url(/assets/roboto-latin-500-normal-DQZyH_nt.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-ext-700-normal-DmFxo5wj.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-700-normal-CI7FH63F.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-700-normal-C2o7G-SM.woff2) format("woff2"),url(/assets/roboto-cyrillic-700-normal-DhZFXDSN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-greek-700-normal-0aHWxGLu.woff2) format("woff2"),url(/assets/roboto-greek-700-normal-DjRqqLBV.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-math-700-normal-B8YqGHVc.woff2) format("woff2"),url(/assets/roboto-math-700-normal-DVoD5t2k.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-symbols-700-normal-BiFDindJ.woff2) format("woff2"),url(/assets/roboto-symbols-700-normal-BoS6HWkc.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-vietnamese-700-normal-BEVeWqJt.woff2) format("woff2"),url(/assets/roboto-vietnamese-700-normal-DsFyXAL4.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-ext-700-normal-DSBUz0N1.woff2) format("woff2"),url(/assets/roboto-latin-ext-700-normal-BUhwtWwy.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-700-normal-BZpUvMxY.woff2) format("woff2"),url(/assets/roboto-latin-700-normal-DLgJJpmK.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._header_1foyu_1{position:fixed;top:0;left:0;right:0;height:70px;z-index:100;transition:all .3s ease;background:#0a0a1080;border-bottom:1px solid rgba(255,255,255,.05)}._scrolled_1foyu_13{background:#0a0a10e6;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0000004d}._container_1foyu_19{max-width:1400px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}._logo_1foyu_29{display:flex;align-items:center;gap:.75rem;position:relative}._logoIcon_1foyu_36{width:36px;height:36px;border-radius:8px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 0 15px #c850c080}._logoIconInner_1foyu_49{width:20px;height:20px;background-color:#fff;clip-path:polygon(0 0,100% 0,100% 70%,70% 70%,70% 100%,0 100%)}._logoText_1foyu_56{font-size:1.25rem;font-weight:800;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 10px rgba(200,80,192,.3)}._accent_1foyu_66{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._nav_1foyu_73{display:flex;align-items:center;gap:2rem}._navLinks_1foyu_79{display:flex;gap:1.5rem}._navLink_1foyu_79{font-size:.95rem;font-weight:500;color:#fffc;transition:all .3s ease;position:relative;padding:.5rem 0}._navLink_1foyu_79:hover{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}._active_1foyu_98{color:#fff;font-weight:600}._activeIndicator_1foyu_103{position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:2px;box-shadow:0 0 10px #c850c080}._authButtons_1foyu_114{display:flex;gap:1rem}._loginButton_1foyu_119{font-size:.95rem;font-weight:500;color:#ffffffe6;transition:all .3s ease;padding:.5rem 1.25rem;border-radius:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1)}._loginButton_1foyu_119:hover{color:#fff;background:#ffffff26;border-color:#fff3;transform:translateY(-2px);box-shadow:0 5px 15px #0003}._signupButton_1foyu_138{font-size:.95rem;font-weight:600;color:#fff;padding:.5rem 1.25rem;border-radius:8px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 200%;animation:_gradientShift_1foyu_1 5s ease infinite;position:relative;overflow:hidden;box-shadow:0 0 15px #c850c080}._buttonGlow_1foyu_152{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fffc,#fff0 70%);opacity:0;transition:opacity .3s ease;transform:translate(50%,50%)}._signupButton_1foyu_138:hover{transform:translateY(-2px);box-shadow:0 0 20px #c850c0b3}._signupButton_1foyu_138:hover ._buttonGlow_1foyu_152{opacity:.5;animation:_glowMove_1foyu_1 2s ease infinite}._mobileMenuButton_1foyu_174{display:none;background:none;border:none;color:#fff;cursor:pointer}@keyframes _gradientShift_1foyu_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _glowMove_1foyu_1{0%{transform:translate(50%,50%) rotate(0)}to{transform:translate(50%,50%) rotate(360deg)}}@media(max-width:1100px){._nav_1foyu_73{gap:1.5rem}._navLinks_1foyu_79{gap:1rem}._authButtons_1foyu_114{gap:.75rem}._navLink_1foyu_79{font-size:.9rem}._loginButton_1foyu_119,._signupButton_1foyu_138{font-size:.9rem;padding:.5rem 1rem}}@media(max-width:950px){._mobileMenuButton_1foyu_174{display:block}._nav_1foyu_73{position:fixed;top:70px;left:0;right:0;background:#0a0a10f2;padding:2rem;flex-direction:column;align-items:flex-start;gap:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:99}._nav_1foyu_73._open_1foyu_251{transform:translateY(0);opacity:1;visibility:visible}._navLinks_1foyu_79{flex-direction:column;width:100%;gap:1.5rem}._navLink_1foyu_79{font-size:1rem}._authButtons_1foyu_114{width:100%;flex-direction:column;gap:1rem}._loginButton_1foyu_119,._signupButton_1foyu_138{width:100%;text-align:center;font-size:1rem;padding:.75rem 1.25rem}}._footer_1cm07_1{background-color:#0a0a0ff2;border-top:1px solid rgba(255,255,255,.05);padding:4rem 2rem 2rem;position:relative;overflow:hidden;box-shadow:0 -10px 30px #0000004d}._footerBackground_1cm07_10{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb_1cm07_20{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d01a,#4158d000 70%);top:-30vw;left:20vw;filter:blur(50px);animation:_orbFloat_1cm07_1 20s ease-in-out infinite alternate}._gridOverlay_1cm07_32{position:absolute;top:0;left:0;right:0;bottom: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:40px 40px;z-index:-1}._container_1cm07_44{max-width:1400px;margin:0 auto}._top_1cm07_50{display:grid;grid-template-columns:2fr auto auto;gap:4rem;margin-bottom:4rem}._brand_1cm07_57{display:flex;flex-direction:column;gap:1.5rem}._logoContainer_1cm07_63{display:flex;align-items:center;gap:.75rem}._logoIcon_1cm07_69{width:36px;height:36px;border-radius:8px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 0 15px #c850c080}._logoIconInner_1cm07_82{width:20px;height:20px;background-color:#fff;clip-path:polygon(0 0,100% 0,100% 70%,70% 70%,70% 100%,0 100%)}._logo_1cm07_63{font-size:1.25rem;font-weight:800;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;margin:0}._accent_1cm07_99{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._tagline_1cm07_106{font-size:.95rem;line-height:1.6;color:#ffffffb3;margin:0}._social_1cm07_113{display:flex;gap:1rem}._social_1cm07_113 a{width:36px;height:36px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .3s ease}._social_1cm07_113 a:hover{background-color:#ffffff26;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #0003}._links_1cm07_137{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._linkGroup_1cm07_143{display:flex;flex-direction:column;gap:1rem}._linkGroup_1cm07_143 h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}._link_1cm07_137{font-size:.95rem;color:#ffffffb3;transition:all .3s ease}._link_1cm07_137:hover{color:#fff;transform:translate(3px)}._bottom_1cm07_167{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:.9rem}._copyright_1cm07_177{margin:0}._legal_1cm07_181{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem 1.5rem}._legal_1cm07_181 a{color:#fff9;transition:color .2s ease}._legal_1cm07_181 a:hover{color:#fff}@keyframes _orbFloat_1cm07_1{0%{transform:translateY(0) translate(0)}to{transform:translateY(-10%) translate(10%)}}@media(max-width:1024px){._top_1cm07_50{grid-template-columns:1fr 1fr;gap:3rem}._links_1cm07_137{grid-column:span 2}}@media(max-width:768px){._top_1cm07_50{grid-template-columns:1fr;gap:3rem}._links_1cm07_137{grid-template-columns:repeat(2,1fr);grid-column:span 1}._bottom_1cm07_167{flex-direction:column;gap:1.5rem;text-align:center}._legal_1cm07_181{justify-content:center}}@media(max-width:480px){._links_1cm07_137{grid-template-columns:1fr}}._cookieBanner_1sxtq_1{position:fixed;bottom:0;left:0;right:0;z-index:1000!important;padding:1rem;animation:_slideUp_1sxtq_1 .5s ease-out forwards}._closing_1sxtq_11{animation:_slideDown_1sxtq_1 .5s ease-in forwards}._cookieBackground_1sxtq_15{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb_1sxtq_25{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d026,#4158d000 70%);bottom:-30vw;right:-20vw;filter:blur(50px)}._gridOverlay_1sxtq_36{position:absolute;top:0;left:0;right:0;bottom: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:20px 20px;z-index:-1}._cookieContent_1sxtq_48{max-width:1400px;margin:0 auto;background-color:#0f0f19d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 10px 30px #0000004d}._cookieIcon_1sxtq_63{width:48px;height:48px;border-radius:50%;background:linear-gradient(43deg,#4158d033,#c850c033 46%,#ffcc7033);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 0 15px #c850c04d}._cookieMessage_1sxtq_81{flex:1}._cookieMessage_1sxtq_81 h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(43deg,#fff,#c850c0);-webkit-background-clip:text;background-clip:text;color:transparent}._cookieMessage_1sxtq_81 p{font-size:.95rem;line-height:1.5;color:#fffc;margin-bottom:.75rem}._cookieLinks_1sxtq_102{display:flex;gap:1.5rem}._cookieLink_1sxtq_102{font-size:.85rem;color:#fff9;text-decoration:underline;transition:color .2s ease}._cookieLink_1sxtq_102:hover{color:#fff}._cookieActions_1sxtq_118{display:flex;gap:.75rem;flex-shrink:0}@media(max-width:992px){._cookieContent_1sxtq_48{flex-direction:column;align-items:flex-start;padding:1.5rem}._cookieActions_1sxtq_118{width:100%;justify-content:center;margin-top:1rem}}@media(max-width:768px){._cookieLinks_1sxtq_102{flex-direction:column;gap:.5rem}._cookieActions_1sxtq_118{flex-direction:column;width:100%}._cookieActions_1sxtq_118 button{width:100%}}._button_u41es_2{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-weight:600;padding:.75rem 1rem;font-size:.95rem;line-height:1.5;transition:opacity .2s,transform .1s;cursor:pointer;position:relative;border:none;min-height:2.75rem}._primary_u41es_18{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#f5f5f5}._primary_u41es_18:hover:not(:disabled){opacity:.9}._primary_u41es_18:active:not(:disabled){transform:scale(.98)}._outline_u41es_31{background:transparent;border:1px solid #c850c0;color:#c850c0}._outline_u41es_31:hover:not(:disabled){background-color:#c850c01a}._destructive_u41es_41{background-color:#ef4444;color:#f5f5f5}._destructive_u41es_41:hover:not(:disabled){background-color:#ef4444e6}._button_u41es_2:disabled{opacity:.5;cursor:not-allowed}._loading_u41es_55{color:transparent}._spinner_u41es_59{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;width:1.25rem;height:1.25rem}._spinnerSvg_u41es_69{animation:_rotate_u41es_1 2s linear infinite;width:100%;height:100%}._spinnerCircle_u41es_75{stroke:currentColor;stroke-linecap:round;animation:_dash_u41es_1 1.5s ease-in-out infinite}._hiddenText_u41es_81{visibility:hidden}._button_u41es_2>span{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}@keyframes _rotate_u41es_1{to{transform:rotate(360deg)}}@keyframes _dash_u41es_1{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media(max-width:768px){._button_u41es_2{min-height:1.5rem}._spinner_u41es_59{width:1rem;height:1rem}}@media(max-width:480px){._button_u41es_2{font-size:.9rem;padding:.35rem .7rem;min-height:1.5rem}._spinner_u41es_59{width:.875rem;height:.875rem}}.gradient-spinner{display:inline-block;border-radius:50%;background:conic-gradient(from 180deg,transparent 60%,#4158D0 75%,#C850C0 87%,#FFCC70 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--spinner-thickness, 2.5px)),#000 calc(100% - var(--spinner-thickness, 2.5px)));mask:radial-gradient(farthest-side,transparent calc(100% - var(--spinner-thickness, 2.5px)),#000 calc(100% - var(--spinner-thickness, 2.5px)));animation:gradient-spin .9s linear infinite;flex-shrink:0}@keyframes gradient-spin{to{transform:rotate(360deg)}}._pricingSection_1kbfh_5{max-width:1200px;margin:0 auto;padding:4rem 1.5rem}._headline_1kbfh_15{text-align:center;margin-bottom:4rem}._mainTitle_1kbfh_20{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem;color:#fff}._titleHighlight_1kbfh_28{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._subtitle_1kbfh_35{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#fffc;margin-bottom:.75rem}._trialNote_1kbfh_41{font-size:1rem;color:#fff9;margin-bottom:2rem}._headlineCtas_1kbfh_47{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._trialBlock_1kbfh_58{margin-bottom:2rem}._blockHeader_1kbfh_62{text-align:center;margin-bottom:2rem}._blockTitle_1kbfh_67{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#fff;margin-bottom:.5rem}._blockSubtitle_1kbfh_74{font-size:1rem;color:#fff9;line-height:1.5}._trialCardWrapper_1kbfh_80{display:flex;justify-content:center}._billingToggleWrapper_1kbfh_89{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3.5rem;min-height:90px}._billingToggle_1kbfh_89{position:relative;display:flex;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:4px}._toggleSlider_1kbfh_107{position:absolute;top:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:linear-gradient(135deg,#4158d0,#c850c0);border-radius:50px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #c850c066}._toggleSlider_1kbfh_107._sliderLeft_1kbfh_118{transform:translate(0)}._toggleSlider_1kbfh_107._sliderRight_1kbfh_122{transform:translate(100%)}._toggleOption_1kbfh_126{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:.625rem 1.75rem;background:transparent;border:none;border-radius:50px;color:#ffffff80;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .3s ease;min-width:100px}._toggleOption_1kbfh_126:hover{color:#ffffffb3}._toggleOption_1kbfh_126._active_1kbfh_148{color:#fff}._savingsBadge_1kbfh_152{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:linear-gradient(135deg,#34d39926,#34d3990d);border:1px solid rgba(52,211,153,.3);border-radius:50px;font-size:.8rem;font-weight:600;color:#34d399;transition:opacity .3s ease,transform .3s ease}._savingsBadge_1kbfh_152._visible_1kbfh_166{opacity:1;transform:translateY(0)}._savingsBadge_1kbfh_152._hidden_1kbfh_171{opacity:0;transform:translateY(-5px);pointer-events:none}._savingsIcon_1kbfh_177{font-size:.9rem}._blockSeparator_1kbfh_185{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(200,80,192,.3) 50%,transparent 100%);margin:3rem 0}._monthlyPlansBlock_1kbfh_200{scroll-margin-top:100px}._plansGrid_1kbfh_208{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch;margin-bottom:3rem}@media(max-width:1024px){._plansGrid_1kbfh_208{grid-template-columns:repeat(2,1fr)}._plansGrid_1kbfh_208>*:last-child{grid-column:1 / -1;max-width:400px;justify-self:center}}@media(max-width:640px){._plansGrid_1kbfh_208{grid-template-columns:1fr}._plansGrid_1kbfh_208>*:last-child{max-width:none}}._topUpsBlock_1kbfh_238{margin:0 0 3rem}._freeTrialBanner_1kbfh_246{max-width:700px;margin:0 auto 4rem;background:#14141ecc;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem 2rem}._freeTrialContent_1kbfh_255{display:flex;align-items:center;gap:1rem}._freeTrialIcon_1kbfh_261{color:#fbbf24;flex-shrink:0}._freeTrialTitle_1kbfh_266{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}._freeTrialDescription_1kbfh_273{font-size:.9rem;color:#ffffffb3;line-height:1.4}._comparisonSection_1kbfh_283{max-width:1000px;margin:0 auto;padding-top:2rem;scroll-margin-top:100px}._comparisonTitle_1kbfh_290{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;text-align:center;color:#fff;margin-bottom:.75rem;background:linear-gradient(43deg,#fff,#c850c0);-webkit-background-clip:text;background-clip:text;color:transparent}._comparisonSubtitle_1kbfh_302{text-align:center;font-size:1rem;color:#fff9;margin-bottom:2rem}._tableWrapper_1kbfh_313{overflow-x:auto;border-radius:16px;background:#14141e99;border:1px solid rgba(255,255,255,.1)}._comparisonTable_1kbfh_320{width:100%;border-collapse:collapse;min-width:600px}._featureHeader_1kbfh_327{text-align:left;padding:1.25rem 1rem;font-size:.9rem;font-weight:600;color:#fff9;border-bottom:1px solid rgba(255,255,255,.1);width:35%}._planHeader_1kbfh_337{text-align:center;padding:1.25rem 1rem;font-size:1rem;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);width:21.67%;position:relative}._planHeader_1kbfh_337._recommended_1kbfh_348{background:linear-gradient(180deg,#c850c026,#c850c00d)}._headerBadge_1kbfh_356{display:block;font-size:.7rem;font-weight:500;color:#c850c0;margin-top:.25rem}._categoryRow_1kbfh_365{background:#ffffff08}._categoryCell_1kbfh_369{padding:.75rem 1rem;font-size:.85rem;font-weight:600;color:#c850c0;text-transform:uppercase;letter-spacing:.5px}._featureRow_1kbfh_379{border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s ease}._featureRow_1kbfh_379:hover{background:#ffffff05}._featureName_1kbfh_388{padding:1rem;font-size:.9rem;color:#fffc}._featureValue_1kbfh_394{text-align:center;padding:1rem;font-size:.9rem;color:#ffffffb3}._highlightColumn_1kbfh_401{background:#c850c014}._checkMark_1kbfh_405{color:#34d399;font-size:1.1rem;font-weight:700}._xMark_1kbfh_411{color:#ef4444;font-size:1.1rem;font-weight:700}._highlightedFeature_1kbfh_418{background:linear-gradient(90deg,rgba(200,80,192,.08) 0%,rgba(255,204,112,.05) 50%,transparent 100%)}._highlightedFeature_1kbfh_418:hover{background:linear-gradient(90deg,rgba(200,80,192,.15) 0%,rgba(255,204,112,.08) 50%,transparent 100%)}._enterpriseExclusive_1kbfh_436{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;background:linear-gradient(90deg,#c850c0,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._mobileComparison_1kbfh_451{display:none}@media(max-width:768px){._tableWrapper_1kbfh_313{display:none}._mobileComparison_1kbfh_451{display:flex;flex-direction:column;gap:1.5rem}._mobilePlanCard_1kbfh_466{background:#14141e99;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}._mobilePlanCard_1kbfh_466._recommended_1kbfh_348{border-color:#c850c066;background:linear-gradient(180deg,#c850c01a,#14141ecc)}._mobilePlanName_1kbfh_482{font-size:1.25rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem}._mobilePriceTag_1kbfh_490{text-align:center;font-size:1.5rem;font-weight:800;background:linear-gradient(43deg,#c850c0,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}._mobileCategory_1kbfh_503{margin-bottom:1rem}._mobileCategoryName_1kbfh_507{font-size:.8rem;font-weight:600;color:#c850c0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}._mobileFeatureList_1kbfh_516{list-style:none;padding:0;margin:0}._mobileFeatureItem_1kbfh_522{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px dashed rgba(255,255,255,.05)}._mobileFeatureItem_1kbfh_522:last-child{border-bottom:none}._mobileFeatureName_1kbfh_534{font-size:.85rem;color:#ffffffb3}._mobileFeatureValue_1kbfh_539{font-size:.9rem;font-weight:600;color:#fff}._mobileHighlightedFeature_1kbfh_545{background:linear-gradient(90deg,#c850c026,#ffcc7014);border-radius:8px;padding:.75rem .5rem!important;margin:.25rem -.5rem}._mobileHighlightedFeature_1kbfh_545 ._mobileFeatureName_1kbfh_534{font-weight:600;background:linear-gradient(90deg,#c850c0,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}}@media(max-width:768px){._pricingSection_1kbfh_5{padding:3rem 1rem}._headline_1kbfh_15{margin-bottom:3rem}._headlineCtas_1kbfh_47{flex-direction:column;align-items:center}._trialBlock_1kbfh_58,._blockHeader_1kbfh_62{margin-bottom:1.5rem}._blockSeparator_1kbfh_185{margin:2rem 0}._freeTrialBanner_1kbfh_246{padding:1.25rem}._freeTrialContent_1kbfh_255{flex-direction:column;text-align:center}}._card_ty9dj_5{position:relative;background:#14141e99;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._card_ty9dj_5:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}._recommended_ty9dj_27{border-color:#c850c066;background:linear-gradient(180deg,#c850c01a,#14141ecc);transform:scale(1.02);z-index:2}._recommended_ty9dj_27:hover{border-color:#c850c099;transform:scale(1.02) translateY(-4px)}._recommendedBadge_ty9dj_43{position:absolute;top:-14px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.375rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;font-size:.8rem;font-weight:600;padding:.375rem 1rem;border-radius:20px;white-space:nowrap;box-shadow:0 4px 15px #c850c066}._header_ty9dj_65{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._planName_ty9dj_72{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}._planDescription_ty9dj_79{font-size:.95rem;color:#fff9;line-height:1.4}._priceSection_ty9dj_89{text-align:center;margin-bottom:1.5rem}._priceRow_ty9dj_94{display:flex;align-items:baseline;justify-content:center;gap:.25rem}._priceAmount_ty9dj_101{font-size:2.75rem;font-weight:800;background:linear-gradient(43deg,#c850c0,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}._pricePeriod_ty9dj_111{font-size:1.25rem;color:#fff9}._billingNote_ty9dj_116{display:block;font-size:.85rem;color:#ffffff80;margin-top:.375rem}._savingsNote_ty9dj_123{display:inline-block;margin-top:.5rem;padding:.25rem .75rem;background:linear-gradient(90deg,#34d39926,#34d3990d);border:1px solid rgba(52,211,153,.3);border-radius:20px;font-size:.8rem;font-weight:600;color:#34d399}._taxNote_ty9dj_135{display:block;font-size:.75rem;color:#fff6;margin-top:.25rem}._sliderSection_ty9dj_146{margin-bottom:1.5rem;padding:1.25rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}._sliderHeader_ty9dj_154{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._sliderLabel_ty9dj_161{font-size:.9rem;color:#ffffffb3}._sliderValue_ty9dj_166{font-size:1.1rem;font-weight:700;color:#c850c0}._sliderContainer_ty9dj_172{position:relative}._slider_ty9dj_146{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;border-radius:4px;outline:none;cursor:pointer;transition:background .15s ease}._slider_ty9dj_146::-moz-range-track{background:transparent;height:8px;border-radius:4px}._slider_ty9dj_146::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#c850c0,#ffcc70);cursor:pointer;border:3px solid white;box-shadow:0 2px 8px #c850c080;transition:all .2s ease}._slider_ty9dj_146::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #c850c099}._slider_ty9dj_146::-webkit-slider-thumb:active{transform:scale(.95)}._slider_ty9dj_146::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#c850c0,#ffcc70);cursor:pointer;border:3px solid white;box-shadow:0 2px 8px #c850c080;transition:all .2s ease}._slider_ty9dj_146::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #c850c099}._sliderMarks_ty9dj_236{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:#fff6}._minutesSection_ty9dj_248{margin-bottom:1.5rem;padding:1rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.06)}._minutesTitle_ty9dj_256{font-size:.8rem;color:#ffffff80;margin-bottom:.75rem;text-align:center;text-transform:uppercase;letter-spacing:.5px}._minutesDisplay_ty9dj_265{display:flex;align-items:center;justify-content:center;gap:.5rem}._minutesIcon_ty9dj_272{color:#c850c0;flex-shrink:0}._minutesValue_ty9dj_277{font-size:1.5rem;font-weight:700;color:#fff}._minutesLabel_ty9dj_283{font-size:.9rem;color:#fff9}._minutesDisclaimer_ty9dj_288{font-size:.7rem;color:#fff6;text-align:center;margin-top:.5rem;font-style:italic}._ctaButton_ty9dj_300{margin-bottom:1.5rem}._ctaButtonCustom_ty9dj_304{width:100%;padding:.875rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}._ctaButtonCustom_ty9dj_304:disabled{opacity:.6;cursor:not-allowed}._ctaOutline_ty9dj_320{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff}._ctaOutline_ty9dj_320:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff80}._ctaGradient_ty9dj_331{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none;color:#fff}._ctaGradient_ty9dj_331:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #c850c066}._featuresList_ty9dj_346{list-style:none;padding:0;margin:0 0 1rem;flex-grow:1}._featureItem_ty9dj_353{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:#fffc}._featureIcon_ty9dj_362{color:#34d399;flex-shrink:0;margin-top:2px}._highlightedFeature_ty9dj_369{background:linear-gradient(90deg,#c850c01f,#ffcc7014);border-radius:8px;padding:.625rem .75rem!important;margin:.25rem -.75rem}._highlightedText_ty9dj_380{font-weight:600;background:linear-gradient(90deg,#c850c0,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._allFeaturesLink_ty9dj_392{display:block;text-align:center;font-size:.85rem;color:#c850c0cc;text-decoration:none;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);transition:color .2s ease}._allFeaturesLink_ty9dj_392:hover{color:#c850c0;text-decoration:underline}@media(max-width:1024px){._recommended_ty9dj_27{transform:none}._recommended_ty9dj_27:hover{transform:translateY(-4px)}}@media(max-width:768px){._card_ty9dj_5{padding:1.5rem}._priceAmount_ty9dj_101{font-size:2.25rem}._minuteValue_ty9dj_431{min-width:70px;font-size:1rem}}._button_1pdh2_1{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:600;transition:all .3s cubic-bezier(.23,1,.32,1);cursor:pointer;text-decoration:none;position:relative;overflow:hidden;gap:.5rem}._primary_1pdh2_16{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 200%;animation:_gradientShift_1pdh2_1 5s ease infinite;color:#fff;border:none;box-shadow:0 5px 15px #0000004d}._primary_1pdh2_16:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px #0006}._secondary_1pdh2_30{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}._secondary_1pdh2_30:hover{background-color:#ffffff26;transform:translateY(-5px);box-shadow:0 10px 25px #0000004d;border-color:#ffffff4d}._outline_1pdh2_43{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}._outline_1pdh2_43:hover{border-color:#ffffff80;transform:translateY(-5px);box-shadow:0 10px 25px #0003;background-color:#ffffff0d}._text_1pdh2_56{background-color:transparent;color:#fff;border:none;padding-left:0;padding-right:0}._text_1pdh2_56:hover{opacity:.8;transform:translateY(-2px);text-shadow:0 0 10px rgba(255,255,255,.5)}._neon_1pdh2_70{background-color:#0f0f19e6;border:1px solid rgba(200,80,192,.3);color:#fff;box-shadow:0 0 10px #c850c080,0 0 20px #c850c04d;text-shadow:0 0 5px rgba(255,255,255,.5)}._neon_1pdh2_70:hover{box-shadow:0 0 15px #c850c0b3,0 0 30px #c850c080;transform:translateY(-5px);border-color:#c850c080}._gradient_1pdh2_84{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 200%;animation:_gradientShift_1pdh2_1 5s ease infinite;color:#fff;border:none;box-shadow:0 5px 15px #c850c04d}._gradient_1pdh2_84:hover{transform:translateY(-5px);box-shadow:0 10px 25px #c850c080}._small_1pdh2_99{padding:.5rem 1rem;font-size:.875rem}._medium_1pdh2_104{padding:.75rem 1.5rem;font-size:1rem}._large_1pdh2_109{padding:1rem 2rem;font-size:1.125rem}._fullWidth_1pdh2_115{width:100%}._disabled_1pdh2_119{opacity:.6;cursor:not-allowed;pointer-events:none}._disabled_1pdh2_119:hover{transform:none;box-shadow:none}._icon_1pdh2_130{display:flex;align-items:center;justify-content:center}._glow_1pdh2_136{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#fffc,#fff0 70%);opacity:0;transition:opacity .3s ease;transform:translate(50%,50%)}._glow_1pdh2_136._active_1pdh2_148{opacity:.5;animation:_glowMove_1pdh2_1 2s ease infinite}@keyframes _gradientShift_1pdh2_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _glowMove_1pdh2_1{0%{transform:translate(50%,50%) rotate(0)}to{transform:translate(50%,50%) rotate(360deg)}}._page_1c81o_2{position:relative;width:100%;min-height:100vh;min-height:100dvh;padding-top:5rem;isolation:isolate}._main_1c81o_11{position:relative;z-index:1}._featureCard_7lw4c_1{padding:2.5rem 2rem;border-radius:16px;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}._default_7lw4c_15{background-color:#0f0f19e6;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #00000080}._highlight_7lw4c_21{background:linear-gradient(145deg,#1e1e28e6,#28283ce6);border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 30px #00000080}._neon_7lw4c_27{background-color:#0f0f19e6;border:1px solid rgba(200,80,192,.3);box-shadow:0 0 10px #c850c080,0 0 20px #c850c04d}._gradient_7lw4c_33{position:relative;padding:0;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 200%;animation:_gradientShift_7lw4c_1 5s ease infinite}._gradient_7lw4c_33>*{background-color:#0f0f19f2;border-radius:14px;padding:2.5rem 2rem;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._featureCard_7lw4c_1:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0009;border-color:#fff3}._neon_7lw4c_27:hover{box-shadow:0 0 15px #c850c0b3,0 0 30px #c850c080;border-color:#c850c080}._iconWrapper_7lw4c_64{width:80px;height:80px;border-radius:50%;background:linear-gradient(145deg,#4158d033,#c850c033 46%,#ffcc7033);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;font-size:1.5rem}._iconGlow_7lw4c_82{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;box-shadow:0 0 15px #c850c080;opacity:0;transition:opacity .3s ease}._iconGlow_7lw4c_82._active_7lw4c_94{opacity:1;animation:_pulse_7lw4c_1 3s infinite}._title_7lw4c_99{font-size:1.5rem;font-weight:700;margin:0;transition:all .3s ease}._featureCard_7lw4c_1:hover ._title_7lw4c_99{text-shadow:0 0 10px rgba(255,255,255,.5)}._description_7lw4c_110{font-size:1rem;line-height:1.6;color:#ffffffb3;margin:0}._neonGlow_7lw4c_117{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;box-shadow:0 0 15px #c850c080,0 0 30px #c850c04d;opacity:0;transition:opacity .3s ease;z-index:-1}._neon_7lw4c_27:hover ._neonGlow_7lw4c_117{opacity:1}._gradientBorder_7lw4c_134{position:absolute;top:0;left:0;right:0;bottom:0;padding:2px;border-radius:16px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 200%;animation:_gradientShift_7lw4c_1 5s ease infinite;z-index:-1}@keyframes _pulse_7lw4c_1{0%{box-shadow:0 0 5px #c850c080,0 0 10px #c850c04d}50%{box-shadow:0 0 15px #c850c0cc,0 0 30px #c850c080}to{box-shadow:0 0 5px #c850c080,0 0 10px #c850c04d}}@keyframes _gradientShift_7lw4c_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._page_htq4l_2{position:relative;width:100%;min-height:100vh;min-height:100dvh}._hero_htq4l_11{min-height:100vh;min-height:100dvh;padding-top:7rem;position:relative;overflow:hidden;display:flex;align-items:center;isolation:isolate}._hero_htq4l_11:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:linear-gradient(to bottom,#000000d9,#0a0a10),url(/assets/hero1-DVu9Xlgq.png);-webkit-mask:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,transparent 100%);mask:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,transparent 100%)}._heroBackground_htq4l_41{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-8;overflow:hidden}._gradientOrb1_htq4l_51{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d04d,#4158d000 70%);top:-20vw;right:-20vw;filter:blur(50px);z-index:-7}._gradientOrb2_htq4l_64{position:absolute;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,#c850c033,#c850c000 70%);bottom:-20vw;left:-10vw;filter:blur(50px);z-index:-7}._gridOverlay_htq4l_76{position:absolute;top:0;left:0;right:0;bottom: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:40px 40px;z-index:-6}._heroContainer_htq4l_88{width:100%;max-width:1400px;margin:0 auto;padding:6rem 2rem 0;display:flex;flex-direction:column;gap:4rem}._heroContent_htq4l_99{max-width:800px;margin:0 auto;text-align:center;z-index:1}._heroTitle_htq4l_106{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px}._heroHighlight_htq4l_114{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;position:relative;text-decoration:none}._heroSubtitle_htq4l_136{font-size:1.5rem;line-height:1.6;color:#fffc;margin-bottom:2.5rem;max-width:90%;margin-left:auto;margin-right:auto}._heroCta_htq4l_146{display:flex;flex-direction:column;align-items:center;gap:1.5rem}._heroOffer_htq4l_153{font-size:1rem;color:#ffffffb3;background-color:#ffffff1a;padding:.5rem 1rem;border-radius:50px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._heroVideo_htq4l_163{width:100%;max-width:900px;margin:0 auto;z-index:1}._videoWrapper_htq4l_170{display:flex;flex-direction:column;gap:1rem}._videoContainer_htq4l_176{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000004d;aspect-ratio:16 / 9}._videoCover_htq4l_184{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000000b3,#000c);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1}._videoCover_htq4l_184:hover{background:linear-gradient(to bottom,#0009,#000000b3)}._playButton_htq4l_203{display:flex;flex-direction:column;align-items:center;gap:1rem}._playButton_htq4l_203 span{color:#fff;font-weight:600;font-size:1.25rem;background-color:#00000080;padding:.5rem 1.5rem;border-radius:50px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}._videoCover_htq4l_184:hover ._playButton_htq4l_203 span{background-color:#000000b3;transform:scale(1.05)}._playIcon_htq4l_228{width:80px;height:80px;color:#fff;background:linear-gradient(43deg,#4158d0cc,#c850c0cc 46%,#ffcc70cc);border-radius:50%;padding:1rem;box-shadow:0 0 20px #c850c080;transition:all .3s ease}._videoCover_htq4l_184:hover ._playIcon_htq4l_228{transform:scale(1.1);box-shadow:0 0 30px #c850c0b3}._videoImage_htq4l_249{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;border:0}._videoCaption_htq4l_258{text-align:center;color:#ffffffb3;font-size:1rem}._heroBadge_htq4l_264{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;border-radius:50px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffe6;font-size:.95rem;font-weight:600}._priceStrip_htq4l_278{padding:3rem 2rem;background:#ffffff05;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}._proofGrid_htq4l_285{max-width:1100px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:3rem}._proofLabel_htq4l_294{text-align:center;max-width:220px}._proofItem_htq4l_299{display:flex;flex-direction:column;align-items:center;gap:.25rem}._proofNumber_htq4l_306{font-size:2.5rem;font-weight:800;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._proofLabel_htq4l_294{font-size:.95rem;color:#ffffffa6}._proofDivider_htq4l_320{width:1px;height:48px;background:#ffffff26}._examples_htq4l_326{padding:6rem 2rem 4rem}._examplesGrid_htq4l_330{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}._exampleCard_htq4l_338{display:flex;flex-direction:column;gap:.75rem}._examplePlaceholder_htq4l_344{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(to bottom,#0000008c,#000000bf);color:#fff;font-weight:600;font-size:1.1rem}._priceRepeat_htq4l_358{padding:3rem 2rem;text-align:center}._priceRepeatText_htq4l_363{font-size:1.75rem;color:#ffffffe6;margin:0}._priceRepeatText_htq4l_363 strong{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._autopilot_htq4l_376{padding:4rem 2rem 2rem}._autopilotPanel_htq4l_380{max-width:1200px;margin:0 auto;text-align:center;background-color:#1e1e2880;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:4rem 2rem}._autopilot_htq4l_376 ._sectionHeader_htq4l_392{margin-bottom:3rem}._autopilotSteps_htq4l_396{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:1rem;margin-bottom:2.5rem}._autopilotStep_htq4l_396{width:100%;min-width:0;max-width:none;padding:2rem 1.25rem;text-align:center;box-sizing:border-box}._autopilotStep_htq4l_396 ._stepTitle_htq4l_413{min-height:3.6rem;display:flex;align-items:center;justify-content:center}._autopilotStep_htq4l_396 ._stepDescription_htq4l_420{min-height:4.8em;margin:0}._autopilotSteps_htq4l_396 ._stepArrow_htq4l_425{align-self:center}._autopilotIcon_htq4l_429{color:#ffffffd9;margin:0 auto 1rem}._autopilotClose_htq4l_434{font-size:1.35rem;color:#ffffffe6;margin:0 0 2rem;font-weight:600}._howItWorks_htq4l_442{padding:8rem 2rem;position:relative;overflow:hidden}._sectionBackground_htq4l_448{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb_htq4l_51{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d026,#4158d000 70%);top:20%;right:-20vw;filter:blur(50px)}._sectionHeader_htq4l_392{text-align:center;max-width:800px;margin:0 auto 4rem;position:relative;z-index:1}._sectionTitle_htq4l_477{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._steps_htq4l_494{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:5rem;flex-wrap:wrap;position:relative;z-index:1}._step_htq4l_413{flex:1;min-width:250px;max-width:300px;text-align:center;padding:2.5rem 2rem}._stepNumber_htq4l_513{width:50px;height:50px;border-radius:50%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1.5rem;box-shadow:0 0 15px #c850c080}._stepTitle_htq4l_413{font-size:1.5rem;font-weight:600;margin-bottom:1rem}._stepDescription_htq4l_420{font-size:1rem;color:#ffffffb3;line-height:1.6}._stepArrow_htq4l_425{font-size:2rem;color:#ffffff4d;display:flex;align-items:center;justify-content:center}._featuresPreview_htq4l_548{padding:8rem 2rem;position:relative;overflow:hidden}._featureCards_htq4l_554{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}._featureMore_htq4l_564{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2.5rem}._featureMore_htq4l_564 h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}._pricingSection_htq4l_580{padding:8rem 2rem;position:relative;overflow:hidden}._creditsBanner_htq4l_586{max-width:900px;margin:4rem auto 0;background:linear-gradient(145deg,#1e1e28cc,#28283ccc);border-radius:16px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 30px #0003;position:relative;z-index:1}._creditsContent_htq4l_600{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}._creditsContent_htq4l_600 h3{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}._creditsContent_htq4l_600 p{font-size:1.1rem;color:#fffc;margin-bottom:1rem}._cta_htq4l_621{padding:8rem 2rem;position:relative;overflow:hidden}._nowrap_htq4l_686{white-space:nowrap}._ctaButtons_htq4l_690{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._comparisonSection_htq4l_697{padding:8rem 1rem;position:relative;overflow:hidden}._comparisonContainer_htq4l_704{display:flex;max-width:1200px;margin:0 auto;position:relative}._comparisonColumn_htq4l_711{flex:1;padding:2rem;position:relative}._comparisonHeader_htq4l_717{display:flex;flex-direction:column;text-align:center;margin-bottom:2rem;position:relative}._comparisonHeader_htq4l_717 h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#fff}._timeBadge_htq4l_732{display:flex;flex-direction:column;align-items:center;padding:1.25rem 2rem;margin-top:1.5rem;border-radius:16px;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0003;transition:all .3s ease}._timeBadge_htq4l_732:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}._timeBadge_htq4l_732._traditional_htq4l_753{background:linear-gradient(145deg,#ff646433,#ff32321a);border:1px solid rgba(255,100,100,.3)}._timeBadge_htq4l_732._traditional_htq4l_753:hover{box-shadow:0 15px 40px #ff646433}._timeBadge_htq4l_732._modern_htq4l_762{background:linear-gradient(145deg,#64ff6433,#32c8321a);border:1px solid rgba(100,255,100,.3)}._timeBadge_htq4l_732._modern_htq4l_762:hover{box-shadow:0 15px 40px #64ff6433}._timeValue_htq4l_771{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(43deg,#fff,#c850c0);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 10px rgba(200,80,192,.3)}._timeBadge_htq4l_732._traditional_htq4l_753 ._timeValue_htq4l_771{background:linear-gradient(43deg,#fff,#ff6464);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 10px rgba(255,100,100,.3)}._timeBadge_htq4l_732._modern_htq4l_762 ._timeValue_htq4l_771{background:linear-gradient(43deg,#fff,#64ff64);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 10px rgba(100,255,100,.3)}._timeLabel_htq4l_798{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.75rem}._managementLabel_htq4l_805{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#ffffffe6;background:#0003;padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(255,255,255,.1)}._managementIcon_htq4l_818{opacity:.9}._timeBadge_htq4l_732:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a,#fff0 70%);opacity:0;transition:opacity .3s ease;transform:translate(50%,50%)}._timeBadge_htq4l_732:hover:before{opacity:.5;animation:_glowMove_htq4l_1 5s ease infinite}@keyframes _glowMove_htq4l_1{0%{transform:translate(50%,50%) rotate(0)}to{transform:translate(50%,50%) rotate(360deg)}}._pricingSection_htq4l_580{padding:2rem 2rem 6rem;position:relative}._creditSection_htq4l_855{margin-top:8rem;position:relative;z-index:1}._sectionHeader_htq4l_392{text-align:center;max-width:800px;margin:0 auto 4rem}._sectionTitle_htq4l_477{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._sectionSubtitle_htq4l_488{font-size:1.25rem;color:#fffc;line-height:1.6}._creditCards_htq4l_884{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}._creditCard_htq4l_884{padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative}._creditIcon_htq4l_902{width:64px;height:64px;border-radius:50%;background:linear-gradient(43deg,#4158d033,#c850c033 46%,#ffcc7033);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:.5rem}._creditTitle_htq4l_919{font-size:1.5rem;font-weight:700;margin:0}._creditPrice_htq4l_925{font-size:2.5rem;font-weight:700;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;margin:.5rem 0}._bestValue_htq4l_935{display:flex;align-items:center;gap:.5rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:50px;margin-bottom:.5rem}._creditEquivalence_htq4l_948{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;color:#ffffffe6;font-size:.85rem;padding:.5rem 1rem;border-radius:50px;margin-bottom:.5rem}._creditDescription_htq4l_960{font-size:.95rem;line-height:1.6;color:#ffffffb3;margin-bottom:1rem}._comparisonDivider_htq4l_967{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:80px}._comparisonDivider_htq4l_967:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(to bottom,transparent,rgba(200,80,192,.5),transparent)}._vsCircle_htq4l_986{width:60px;height:60px;border-radius:50%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;z-index:2;box-shadow:0 5px 15px #0000004d}._comparisonSteps_htq4l_1001{display:flex;flex-direction:column;gap:1.5rem}._comparisonStep_htq4l_1001{display:flex;gap:1rem;align-items:flex-start;background:#ffffff0d;border-radius:12px;padding:1.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}._comparisonStep_htq4l_1001:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003;border-color:#c850c04d;background:#ffffff12}._stepIcon_htq4l_1026{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(43deg,#4158d033,#c850c033 46%,#ffcc7033);color:#fff;font-size:1.5rem;flex-shrink:0}._stepContent_htq4l_1044{flex:1}._stepContent_htq4l_1044 h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#fff}._stepContent_htq4l_1044 p{color:#ffffffb3;font-size:.95rem;line-height:1.5}._faqSection_htq4l_1064{padding:6rem 2rem;position:relative}._faqContainer_htq4l_1069{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._faqItem_htq4l_1077{padding:2rem}._faqQuestion_htq4l_1081{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}._faqAnswer_htq4l_1088{font-size:1rem;line-height:1.6;color:#ffffffb3}._cta_htq4l_621{padding:6rem 2rem;position:relative;overflow:hidden}._ctaBackground_htq4l_627{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb1_htq4l_51{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d033,#4158d000 70%);top:-20vw;left:-20vw;filter:blur(50px)}._gradientOrb2_htq4l_64{position:absolute;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,#c850c026,#c850c000 70%);bottom:-20vw;right:-10vw;filter:blur(50px)}._ctaContent_htq4l_659{max-width:800px;margin:0 auto;text-align:center;background-color:#1e1e2880;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:4rem;position:relative;z-index:1}._ctaTitle_htq4l_673{font-size:3rem;font-weight:700;margin-bottom:1.5rem}._ctaSubtitle_htq4l_679{font-size:1.25rem;color:#fffc;line-height:1.6;margin-bottom:2.5rem}@media(max-width:1024px){._heroTitle_htq4l_106{font-size:4rem}._timeBadge_htq4l_732{padding:1rem}._heroContainer_htq4l_88{padding-top:1rem}._creditCards_htq4l_884{grid-template-columns:repeat(1,1fr)}._stepArrow_htq4l_425{display:none}._autopilotSteps_htq4l_396{grid-template-columns:1fr}._ctaContent_htq4l_659{padding:3rem 2rem}}@media(max-width:992px){._heroTitle_htq4l_106{font-size:2.8rem}._step_htq4l_413{grid-template-columns:1fr;text-align:center}._stepNumber_htq4l_513{margin:0 auto 1.5rem}._stepContent_htq4l_1044{padding-right:0;margin-bottom:2rem}._comparisonContainer_htq4l_704{flex-direction:column;gap:3rem}._comparisonDivider_htq4l_967{width:100%;height:80px}._comparisonDivider_htq4l_967:before{top:50%;bottom:auto;left:0;right:0;width:auto;height:1px;background:linear-gradient(to right,transparent,rgba(200,80,192,.5),transparent)}}@media(max-width:768px){._heroTitle_htq4l_106{font-size:3.5rem}._heroSubtitle_htq4l_136{font-size:1.25rem}._sectionTitle_htq4l_477,._ctaTitle_htq4l_673{font-size:2.5rem}._heroCta_htq4l_146,._ctaButtons_htq4l_690{flex-direction:column;align-items:center}._examplesGrid_htq4l_330{grid-template-columns:1fr}._proofGrid_htq4l_285{flex-direction:column;gap:1.5rem}._proofDivider_htq4l_320{width:40px;height:1px}._priceRepeatText_htq4l_363{font-size:1.25rem}._autopilotPanel_htq4l_380{padding:2.5rem 1.25rem}._autopilotClose_htq4l_434{font-size:1.1rem}}@media(max-width:480px){._heroTitle_htq4l_106{font-size:2.75rem}._comparisonStep_htq4l_1001{flex-direction:column}._heroSubtitle_htq4l_136{font-size:1.1rem}._ctaButtons_htq4l_690{flex-direction:column}._ctaTitle_htq4l_673{font-size:2rem}}@keyframes _bounce_htq4l_1{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-20px) translate(-50%)}60%{transform:translateY(-10px) translate(-50%)}}@keyframes _arrowDown_htq4l_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(5px)}60%{transform:translateY(3px)}}._container_l98x1_1{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}._card_l98x1_10{width:100%;max-width:420px;background:#0f0f19e6;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem 2rem;box-shadow:0 10px 40px #0006}._header_l98x1_20{text-align:center;margin-bottom:1.5rem}._title_l98x1_25{font-size:1.5rem;font-weight:700;margin-bottom:.4rem;color:#fff}._subtitle_l98x1_32{color:#ffffff80;font-size:.9rem}@media(max-width:480px){._card_l98x1_10{padding:2rem 1.25rem}}._container_1u7u5_1{margin-bottom:1rem}._label_1u7u5_5{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:500;color:#ffffffb3;margin-bottom:.4rem}._input_1u7u5_15{width:100%;padding:.7rem .9rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;color:#fff;font-size:.9rem;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}._input_1u7u5_15:focus{border-color:#c850c0;box-shadow:0 0 0 3px #c850c033}._input_1u7u5_15::placeholder{color:#fff6}._inputError_1u7u5_37{border-color:#ef4444}._errorMessage_1u7u5_41{margin-top:.3rem;color:#ef4444;font-size:.8rem}._container_odtw6_1{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0}._line_odtw6_8{flex:1;height:1px;background:#ffffff1a}._text_odtw6_14{font-size:.8rem;color:#ffffff80;white-space:nowrap}._container_1cee4_1{display:flex;flex-direction:column;gap:10px}._button_1cee4_7{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.7rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;position:relative}._button_1cee4_7:hover{background:#ffffff1a;border-color:#fff3}._button_1cee4_7 svg{flex-shrink:0}._lastUsedButton_1cee4_33{border-color:#c850c073;background:#c850c014}._lastUsedBadge_1cee4_38{position:absolute;top:-8px;right:10px;font-size:.62rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:#c850c0;border-radius:999px;padding:.12rem .45rem;line-height:1.2}._passwordContainer_12wnc_1{position:relative}._forgotPassword_12wnc_5{position:absolute;top:0;right:0;font-size:.8rem;color:#c850c0;text-decoration:none}._forgotPassword_12wnc_5:hover{text-decoration:underline}._signupLink_12wnc_18{margin-top:1.25rem;text-align:center;font-size:.85rem;color:#ffffff80}._signupLink_12wnc_18 a{color:#c850c0;text-decoration:none}._signupLink_12wnc_18 a:hover{text-decoration:underline}._toastAction_12wnc_34{background:none;border:none;padding:0;font:inherit;font-weight:700;color:inherit;text-decoration:underline;cursor:pointer}._notice_1bg7u_1{display:flex;align-items:flex-start;gap:.75rem;background:linear-gradient(145deg,#4158d024,#c850c024 46%,#ffcc7024);border:1px solid rgba(200,80,192,.28);border-radius:12px;padding:.9rem 1rem;margin-bottom:1.5rem;text-align:left}._icon_1bg7u_18{flex-shrink:0;margin-top:.15rem;color:#c850c0}._text_1bg7u_24{margin:0;font-size:.85rem;line-height:1.5;color:#ffffffb8}._text_1bg7u_24 strong{color:#fffffff2;font-weight:600}._loginLink_1ldme_1{margin-top:1.25rem;text-align:center;font-size:.85rem;color:#ffffff80}._loginLink_1ldme_1 a{color:#c850c0;text-decoration:none}._loginLink_1ldme_1 a:hover{text-decoration:underline}._videosContainer_cd0bx_1{min-height:100vh;min-height:100dvh;background-color:#121212;color:#f5f5f5;transition:padding-left .3s ease}._content_cd0bx_9{max-width:1200px;margin:0 auto;padding:0 16px}._header_cd0bx_15{margin-bottom:32px}._title_cd0bx_19{font-size:30px;font-weight:700;margin-bottom:24px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._actions_cd0bx_30{display:flex;flex-direction:row;gap:1.5rem}._createButton_cd0bx_36{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#f5f5f5;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._createButton_cd0bx_36:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4158d04d}._videoGrid_cd0bx_57{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}._noResults_cd0bx_63{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:3rem 1rem;text-align:center;border:1px dashed #2e2e2e;border-radius:12px}._noResultsTitle_cd0bx_75{margin:0;font-size:1rem;font-weight:600;color:#f5f5f5}._noResultsText_cd0bx_82{margin:0;font-size:.875rem;color:#9a9a9a;max-width:420px}._clearFiltersButton_cd0bx_89{margin-top:.75rem;padding:8px 16px;border-radius:8px;border:1px solid #3a3a3a;background-color:transparent;color:#f5f5f5;font-size:.875rem;cursor:pointer;transition:background-color .2s,border-color .2s}._clearFiltersButton_cd0bx_89:hover{background-color:#1e1e1e;border-color:#4a4a4a}._compact_cd0bx_106{min-height:0}._compact_cd0bx_106 ._content_cd0bx_9{padding:0}._compact_cd0bx_106 ._header_cd0bx_15{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._compact_cd0bx_106 ._title_cd0bx_19{font-size:1rem;margin:0}._compact_cd0bx_106 ._actions_cd0bx_30{flex:0 1 360px;gap:.75rem}._compact_cd0bx_106 ._videoGrid_cd0bx_57{gap:1rem}._loadingContainer_cd0bx_136{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;height:100dvh;width:100%;gap:2rem;color:#fff}@media(max-width:900px){._actions_cd0bx_30{flex-direction:column}._content_cd0bx_9{padding:0 16px}._videoGrid_cd0bx_57{grid-template-columns:1fr 1fr}._videosContainer_cd0bx_1{padding-left:0;padding-top:0}._header_cd0bx_15{margin-bottom:1.1rem}._title_cd0bx_19{font-size:1.55rem;margin-bottom:.85rem}._actions_cd0bx_30{gap:.65rem}._createButton_cd0bx_36{width:100%;min-height:44px;border-radius:10px;font-size:.9rem}._compact_cd0bx_106 ._header_cd0bx_15{flex-direction:column;align-items:stretch;gap:.55rem;margin-bottom:.65rem}._compact_cd0bx_106 ._title_cd0bx_19{font-size:.92rem}._compact_cd0bx_106 ._actions_cd0bx_30{flex:none;width:100%}}@media(max-width:499px){._videoGrid_cd0bx_57{grid-template-columns:1fr}._content_cd0bx_9{padding:0 12px}._title_cd0bx_19{font-size:1.35rem}._compact_cd0bx_106 ._videoGrid_cd0bx_57{gap:.75rem}}._searchContainer_14fb5_1{position:relative;flex:1}._searchIcon_14fb5_6{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#b0b0b0;pointer-events:none}._searchInput_14fb5_15{width:100%;padding:10px 10px 10px 40px;background-color:#1e1e1e;border:1px solid #2a2a2a;border-radius:6px;color:#f5f5f5;font-size:14px}._searchInput_14fb5_15:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 2px #c850c033}._searchInput_14fb5_15::placeholder{color:#b0b0b0}._compact_14fb5_35{max-width:360px}._compact_14fb5_35 ._searchIcon_14fb5_6{left:10px}._compact_14fb5_35 ._searchInput_14fb5_15{padding:7px 9px 7px 34px;font-size:.82rem}@media(max-width:900px){._searchInput_14fb5_15{min-height:44px;border-radius:10px;font-size:.9rem}._compact_14fb5_35{max-width:none;width:100%}._compact_14fb5_35 ._searchInput_14fb5_15{min-height:42px;padding:.65rem .75rem .65rem 2.35rem;font-size:.85rem;border-radius:10px}._compact_14fb5_35 ._searchIcon_14fb5_6{left:12px}}._cardContainer_10sq1_1{position:relative;border-radius:8px;height:100%}._cardGlow_10sq1_7{position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border-radius:12px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);opacity:0;filter:blur(10px);transition:opacity .3s ease;z-index:0}._cardContainer_10sq1_1:hover ._cardGlow_10sq1_7{opacity:1}._cardContainer_10sq1_1:hover{cursor:pointer}._card_10sq1_1{position:relative;background-color:#1e1e1e;border-radius:8px;overflow:hidden;border:1px solid #2a2a2a;z-index:1;color:#fff;height:100%}._thumbnailContainer_10sq1_43{position:relative;aspect-ratio:16 / 9;background-color:#12121280;overflow:hidden}._thumbnail_10sq1_43{width:100%;height:100%;object-fit:cover}._autopilotBadge_10sq1_56{position:absolute;top:8px;left:8px;z-index:5;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.02em;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 4px 12px #c850c066}._autopilotBadge_10sq1_56 svg{flex-shrink:0}._previewVideo_10sq1_79{width:100%;height:100%;object-fit:cover;transition:filter .2s ease}._thumbnailOverlay_10sq1_86{position:absolute;top:0;left:0;z-index:1;transition:opacity .25s ease}._cardContainer_10sq1_1:hover ._thumbnailOverlay_10sq1_86{opacity:0;pointer-events:none}._cardContainer_10sq1_1:hover ._previewVideo_10sq1_79{filter:brightness(1.05)}._placeholder_10sq1_104{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#2a2a2a,#1a1a1a)}._placeholderIcon_10sq1_118{font-size:2.5rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}._placeholderText_10sq1_123{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.1em}._duration_10sq1_130{position:absolute;bottom:8px;right:8px;background-color:#121212cc;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;z-index:2}._formatIndicator_10sq1_142{position:absolute;top:8px;right:8px;background-color:#121212cc;padding:4px;border-radius:50%;height:1.8rem;width:1.8rem;z-index:2}._verticalIcon_10sq1_154,._horizontalIcon_10sq1_161{position:absolute;top:8px;right:8px;color:#eab308}._content_10sq1_168{padding:16px}._title_10sq1_172{font-weight:500;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:1rem}._metaBadges_10sq1_183{display:flex;flex-wrap:wrap;align-items:center;gap:4px}._metaBadge_10sq1_183{display:inline-flex;align-items:center;gap:4px;max-width:100%;padding:2px 7px;border:1px solid #2a2a2a;border-radius:999px;background-color:#ffffff08;color:#7d7d7d;font-size:.65rem;line-height:1.4;white-space:nowrap;overflow:hidden}._metaBadge_10sq1_183 svg{flex-shrink:0}._metaBadge_10sq1_183 span{overflow:hidden;text-overflow:ellipsis}._footer_10sq1_215{display:flex;justify-content:flex-end;align-items:center;margin-top:1rem}._format_10sq1_142{color:#b0b0b0;font-size:14px}._editButton_10sq1_227{display:flex;align-items:center;gap:4px;padding:6px 12px;background:none;border:1px solid #2a2a2a;border-radius:6px;color:#f5f5f5;font-size:12px;cursor:pointer;transition:background-color .2s,color .2s}._editButton_10sq1_227:hover{background-color:#c850c01a;color:#c850c0;border-color:#2a2a2a}@media screen and (max-width:600px){._title_10sq1_172{font-size:.875rem}}._progressOverlay_10sq1_256{position:absolute;top:0;left:0;right:0;bottom:0;background:#0a0a10d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:10}._progressContent_10sq1_271{display:flex;flex-direction:column;align-items:center;gap:8px}._spinnerIcon_10sq1_278{color:#c850c0;animation:_spin_10sq1_278 1s linear infinite}@keyframes _spin_10sq1_278{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._progressPercentage_10sq1_292{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}._progressLabel_10sq1_299{font-size:.75rem;color:#fffc;text-align:center}._progressHint_10sq1_305{font-size:.65rem;line-height:1.3;color:#ffffff9e;text-align:center;max-width:90%}._progressBarMini_10sq1_313{position:absolute;bottom:0;left:0;right:0;height:4px;background:#ffffff1a;border-radius:100px;overflow:hidden}._progressBarFill_10sq1_324{height:100%;min-width:5%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 100%;border-radius:100px;transition:width .5s cubic-bezier(.4,0,.2,1);animation:_gradientShift_10sq1_1 3s ease infinite;position:relative;overflow:hidden}@keyframes _gradientShift_10sq1_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._shimmer_10sq1_349{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 60%,transparent 100%);animation:_shimmerMove_10sq1_1 2s ease-in-out infinite}@keyframes _shimmerMove_10sq1_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._emptyState_1iudn_1{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;background-color:#1e1e1e;border-radius:12px;border:1px solid #2a2a2a;max-width:800px;margin:0 auto}._iconContainer_1iudn_14{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;background:linear-gradient(43deg,#4158d01a,#c850c01a 46%,#ffcc701a);margin-bottom:24px}._icon_1iudn_14{color:#c850c0}._title_1iudn_34{font-size:24px;font-weight:600;margin-bottom:16px;color:#f5f5f5}._description_1iudn_41{font-size:16px;color:#b0b0b0;max-width:500px;margin-bottom:32px}._createButton_1iudn_48{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#f5f5f5;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s;margin-bottom:40px}._createButton_1iudn_48:hover{opacity:.9}._stepsContainer_1iudn_69{width:100%;max-width:600px;margin-bottom:32px}._stepsTitle_1iudn_75{font-size:18px;font-weight:600;margin-bottom:16px;color:#f5f5f5;text-align:left}._steps_1iudn_69{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}._step_1iudn_69{display:flex;align-items:flex-start;text-align:left;gap:16px}._stepNumber_1iudn_98{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#c850c033;color:#c850c0;font-weight:600;flex-shrink:0}._stepContent_1iudn_111{flex:1}._stepTitle_1iudn_115{font-size:16px;font-weight:500;margin-bottom:4px;color:#f5f5f5}._stepDescription_1iudn_122{font-size:14px;color:#b0b0b0}._tutorialLink_1iudn_127{display:flex;align-items:center;gap:8px;color:#c850c0;text-decoration:none;font-size:14px;font-weight:500;transition:opacity .2s}._tutorialLink_1iudn_127:hover{opacity:.8}@media(max-width:600px){._step_1iudn_69{flex-direction:column;align-items:flex-start;gap:8px}._stepNumber_1iudn_98{margin-bottom:4px}}._pagination_16c7m_1{display:flex;gap:.5rem;justify-content:center;align-items:center;padding:1.5rem 0}._pagination_16c7m_1 button{padding:.5rem 1rem;background:#2a2a2a;border:2px solid #3a3a3a;border-radius:8px;color:#f5f5f5;cursor:pointer;transition:all .2s;font-size:.9rem;font-weight:500}._pagination_16c7m_1 button:hover:not(:disabled){border-color:#4a4a4a;transform:translateY(-1px)}._pageButton_16c7m_26._active_16c7m_26{border:2px solid transparent;background:linear-gradient(#2a2a2a,#2a2a2a) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box}._pagination_16c7m_1 button:disabled{opacity:.5;cursor:not-allowed}._ellipsis_16c7m_37{color:#9ca3af;padding:0 .5rem;font-weight:500}._navButton_16c7m_43{min-width:90px}._compact_16c7m_47{padding:.5rem 0 .75rem;justify-content:flex-end}._compact_16c7m_47 button{padding:.35rem .65rem;border-width:1px;font-size:.78rem}._compact_16c7m_47 ._navButton_16c7m_43{min-width:70px}._compact_16c7m_47 ._ellipsis_16c7m_37{padding:0 .25rem}._mobilePagination_16c7m_66{gap:.75rem;padding:.65rem 0 .85rem;flex-wrap:nowrap;justify-content:center}._navIconButton_16c7m_73{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;padding:0!important;border-radius:10px}._pageStatus_16c7m_84{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:4.5rem;padding:.55rem .9rem;border-radius:10px;background:#1e1e1e;border:1px solid #333;color:#cfcfcf;font-size:.88rem;font-weight:600;font-variant-numeric:tabular-nums}._pageStatus_16c7m_84 strong{color:#fff;font-size:.95rem}._compact_16c7m_47._mobilePagination_16c7m_66{justify-content:center}@media(max-width:768px){._pagination_16c7m_1{gap:.35rem;padding:.75rem 0}}._modalOverlay_1o6gy_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:.5rem}._modalContainer_1o6gy_15{background-color:#1e1e1e;border-radius:.5rem;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 25px #00000080;animation:_modalFadeIn_1o6gy_1 .3s ease-out}._modalContainerWide_1o6gy_28{max-width:1000px}._modalHeader_1o6gy_32{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #2a2a2a;flex-shrink:0}._modalTitle_1o6gy_41{font-size:1.1rem;font-weight:600;color:#f5f5f5;margin:0}._closeButton_1o6gy_48{background:none;border:none;font-size:1.5rem;color:#b0b0b0;cursor:pointer;padding:0;line-height:1}._closeButton_1o6gy_48:hover{color:#f5f5f5}._modalContent_1o6gy_62{padding:.75rem 1rem;flex:1;min-height:0;overflow-y:auto}@keyframes _modalFadeIn_1o6gy_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._modalContainer_1o6gy_15,._modalContainerWide_1o6gy_28{max-width:95%}._modalHeader_1o6gy_32,._modalContent_1o6gy_62{padding:.5rem .75rem}._modalTitle_1o6gy_41{font-size:1rem}}@media(max-width:480px){._modalContainer_1o6gy_15,._modalContainerWide_1o6gy_28{max-width:100%}._modalContent_1o6gy_62{padding:.5rem}}._panel_1hpi0_1{display:flex;flex-direction:column;gap:.6rem;padding:.75rem;border-radius:12px;border:1px solid #2a2a2a;background:#ffffff05}._header_1hpi0_11{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}._title_1hpi0_19{font-size:.82rem;color:#b0b0b0}._link_1hpi0_24{display:inline-flex;align-items:center;gap:.3rem;background:none;border:none;padding:0;color:#c850c0;font-size:.78rem;font-weight:600;cursor:pointer}._link_1hpi0_24:hover{text-decoration:underline}._chips_1hpi0_41{display:flex;flex-wrap:wrap;gap:.4rem}._chip_1hpi0_41{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .55rem;border-radius:999px;border:1px solid #2f2f2f;background:#1c1c1c;color:#d5d5d5;font-size:.75rem;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._chip_1hpi0_41 svg{color:#c850c0;flex-shrink:0}._chipMissing_1hpi0_68{border-color:#f59e0b66;background:#f59e0b14;color:#fbbf24}._chipMissing_1hpi0_68 svg{color:#fbbf24}._warning_1hpi0_78{display:flex;align-items:flex-start;gap:.6rem;padding:.7rem;border-radius:10px;border:1px solid rgba(245,158,11,.32);background:#f59e0b14;color:#fcd34d;flex-wrap:wrap}._warning_1hpi0_78>svg{flex-shrink:0;margin-top:2px}._warning_1hpi0_78 strong{display:block;font-size:.8rem;font-weight:600}._warning_1hpi0_78 p{margin:.2rem 0 0;font-size:.78rem;color:#d8c9a8;line-height:1.35}._warningButton_1hpi0_108{margin-left:auto;padding:.4rem .75rem;border-radius:8px;border:1px solid rgba(245,158,11,.5);background:#f59e0b29;color:#fcd34d;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap}._warningButton_1hpi0_108:hover{background:#f59e0b42}@media(max-width:640px){._warningButton_1hpi0_108{margin-left:0;width:100%}}._card_1od80_5{position:relative;background:#14141e99;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.75rem;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._card_1od80_5:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}._currentPlan_1od80_28{margin-top:.75rem;border-color:#10b98180;background:linear-gradient(180deg,#10b98114,#14141ecc)}._currentPlan_1od80_28:hover{border-color:#10b981b3}._recommended_1od80_43{margin-top:.75rem;border-color:#c850c066;background:linear-gradient(180deg,#c850c014,#14141ecc)}._recommended_1od80_43:hover{border-color:#c850c099}._upgradePlan_1od80_58{border-color:#3b82f64d}._upgradePlan_1od80_58:hover{border-color:#3b82f680}._downgradePlan_1od80_67{border-color:#f59e0b4d}._downgradePlan_1od80_67:hover{border-color:#f59e0b80}._currentBadge_1od80_79{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.375rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.75rem;font-weight:600;padding:.375rem 1rem;border-radius:20px;white-space:nowrap;box-shadow:0 4px 15px #10b98166;z-index:10}._recommendedBadge_1od80_98{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.375rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;font-size:.75rem;font-weight:600;padding:.375rem 1rem;border-radius:20px;white-space:nowrap;box-shadow:0 4px 15px #c850c066;z-index:10}._categoryIndicator_1od80_117{display:flex;align-items:center;gap:.25rem;width:fit-content;margin:0 auto .75rem;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}._upgradeIndicator_1od80_131{background:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}._downgradeIndicator_1od80_137{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}._header_1od80_147{text-align:center;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}._planName_1od80_154{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:.375rem}._planDescription_1od80_161{font-size:.875rem;color:#ffffff80;line-height:1.4}._priceSection_1od80_171{text-align:center;margin-bottom:1.25rem}._priceRow_1od80_176{display:flex;align-items:baseline;justify-content:center;gap:.25rem}._priceAmount_1od80_183{font-size:2.5rem;font-weight:800;background:linear-gradient(43deg,#c850c0,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}._pricePeriod_1od80_193{font-size:1.1rem;color:#ffffff80}._billingNote_1od80_198{display:block;font-size:.8rem;color:#fff6;margin-top:.25rem}._savingsNote_1od80_205{display:inline-block;margin-top:.5rem;padding:.25rem .625rem;background:linear-gradient(90deg,#34d39926,#34d3990d);border:1px solid rgba(52,211,153,.3);border-radius:20px;font-size:.75rem;font-weight:600;color:#34d399}._sliderSection_1od80_221{margin-bottom:1rem;padding:1rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}._sliderHeader_1od80_229{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}._sliderLabel_1od80_236{font-size:.8rem;color:#fff9}._sliderValue_1od80_241{font-size:1rem;font-weight:700;color:#c850c0}._sliderContainer_1od80_247{position:relative}._slider_1od80_221{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;outline:none;cursor:pointer;transition:background .15s ease}._slider_1od80_221::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#c850c0,#ffcc70);cursor:pointer;border:2px solid white;box-shadow:0 2px 8px #c850c080;transition:all .2s ease}._slider_1od80_221::-webkit-slider-thumb:hover{transform:scale(1.1)}._slider_1od80_221::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#c850c0,#ffcc70);cursor:pointer;border:2px solid white;box-shadow:0 2px 8px #c850c080}._sliderMarks_1od80_289{display:flex;justify-content:space-between;margin-top:.375rem;font-size:.7rem;color:#ffffff59}._creditComparison_1od80_298{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:.75rem;padding:.375rem .75rem;border-radius:8px;font-size:.8rem;font-weight:600}._comparisonDetails_1od80_310{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;line-height:1.2}._minutesComparison_1od80_318{font-size:.72rem;opacity:.85}._moreCredits_1od80_323{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}._lessCredits_1od80_329{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}._minutesSection_1od80_339{margin-bottom:1.25rem;padding:.75rem;background:#ffffff05;border-radius:10px}._minutesDisplay_1od80_346{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem .5rem}._minutesIcon_1od80_354{color:#c850c0;flex-shrink:0}._minutesValue_1od80_359{font-size:1.2rem;font-weight:700;color:#fff}._minutesLabel_1od80_365{font-size:.85rem;color:#ffffff80;white-space:nowrap}._ctaButton_1od80_375{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.25rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.25rem;border:none}._ctaButton_1od80_375:disabled{cursor:not-allowed}._ctaCurrent_1od80_396{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3);opacity:.8}._ctaUpgrade_1od80_404{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 15px #3b82f64d}._ctaUpgrade_1od80_404:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}._ctaDowngrade_1od80_416{background:transparent;color:#f59e0b;border:1px solid rgba(245,158,11,.4)}._ctaDowngrade_1od80_416:hover:not(:disabled){background:#f59e0b1a;border-color:#f59e0b99}._ctaNew_1od80_428{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;box-shadow:0 4px 15px #c850c04d}._ctaNew_1od80_428:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #c850c066}._ctaLoading_1od80_440{background:#ffffff1a;color:#fff9}._featuresList_1od80_449{list-style:none;padding:0;margin:0;flex-grow:1}._featureItem_1od80_456{display:flex;align-items:flex-start;gap:.625rem;padding:.4rem 0;font-size:.85rem;color:#ffffffb3}._featureIcon_1od80_465{color:#34d399;flex-shrink:0;margin-top:1px}@media(max-width:768px){._card_1od80_5{padding:1.25rem 1rem}._card_1od80_5:hover{transform:none}._priceAmount_1od80_183{font-size:2rem}._planName_1od80_154{font-size:1.15rem;padding-right:0}._minutesValue_1od80_359{font-size:1.05rem}}._container_1f0ih_1{display:flex;flex-direction:column;gap:1.25rem}._header_1f0ih_8{text-align:center;padding:.5rem 0 0}._iconWrapper_1f0ih_13{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#c850c033,#4158d033);border:1px solid rgba(200,80,192,.3);color:#c850c0;margin-bottom:.75rem}._featureTitle_1f0ih_26{font-size:1.2rem;font-weight:700;color:#f5f5f5;margin:0 0 .375rem}._featureDescription_1f0ih_33{font-size:.9rem;color:#ffffff8c;max-width:500px;margin:0 auto;line-height:1.5}._billingSection_1f0ih_44{display:flex;flex-direction:column;align-items:center;gap:.5rem}._billingToggle_1f0ih_51{position:relative;display:flex;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:4px}._toggleSlider_1f0ih_60{position:absolute;top:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:linear-gradient(135deg,#4158d0,#c850c0);border-radius:50px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #c850c066}._toggleSlider_1f0ih_60._sliderLeft_1f0ih_71{transform:translate(0)}._toggleSlider_1f0ih_60._sliderRight_1f0ih_75{transform:translate(100%)}._toggleOption_1f0ih_79{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;background:transparent;border:none;color:#ffffff80;font-size:.85rem;font-weight:600;cursor:pointer;transition:color .3s ease;min-width:80px}._toggleOption_1f0ih_79:hover{color:#ffffffb3}._toggleOption_1f0ih_79._active_1f0ih_100{color:#fff}._savingsBadge_1f0ih_104{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;background:linear-gradient(135deg,#34d39926,#34d3990d);border:1px solid rgba(52,211,153,.3);border-radius:50px;font-size:.75rem;font-weight:600;color:#34d399;transition:opacity .3s ease,transform .3s ease}._savingsBadge_1f0ih_104._visible_1f0ih_118{opacity:1;transform:translateY(0)}._savingsBadge_1f0ih_104._hidden_1f0ih_123{opacity:0;transform:translateY(-10px);pointer-events:none}._plansGrid_1f0ih_130{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){._plansGrid_1f0ih_130{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){._header_1f0ih_8{padding:0}._featureTitle_1f0ih_26{font-size:1.05rem}._featureDescription_1f0ih_33{font-size:.85rem}._iconWrapper_1f0ih_13{width:44px;height:44px}._iconWrapper_1f0ih_13 svg{width:22px;height:22px}}._container_1cdk5_1{display:flex;flex-direction:column;gap:.65rem}._textarea_1cdk5_7{width:100%;min-height:8rem;padding:.9rem 1rem;background:linear-gradient(135deg,#121212f2,#191923f2);border:2px solid #2a2a2a;border-radius:.75rem;color:#f5f5f5;font-size:.95rem;line-height:1.5;resize:vertical;font-family:inherit}._compact_1cdk5_21 ._textarea_1cdk5_7{min-height:5.5rem;padding:.65rem .75rem;font-size:.85rem;border-radius:8px}._textarea_1cdk5_7:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 3px #c850c026}._textarea_1cdk5_7::placeholder{color:#666}._toolbar_1cdk5_38{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._fileButton_1cdk5_45{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;border-radius:8px;border:1px solid #3a3a3a;background:#1c1c1c;color:#e5e5e5;font-size:.8rem;cursor:pointer}._fileButton_1cdk5_45:hover{border-color:#c850c0}._fileInput_1cdk5_62{display:none}._meta_1cdk5_66{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:#9ca3af}._duration_1cdk5_74{margin:0;font-size:.9rem;font-weight:600;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._error_1cdk5_84{margin:0;font-size:.8rem;color:#f87171}._body_17sav_1{display:flex;flex-direction:column;gap:.9rem;padding:.35rem 0 .4rem}._contextRow_17sav_8{display:inline-flex;align-items:center;gap:.4rem;align-self:flex-start;padding:.3rem .6rem;border-radius:999px;background:#c850c01f;border:1px solid rgba(200,80,192,.28);color:#e9d5f0;font-size:.78rem}._contextRow_17sav_8 strong{color:#f5f5f5}._rail_17sav_26{display:flex;align-items:center;gap:.4rem;list-style:none;margin:0;padding:.55rem .7rem;border-radius:10px;background:#ffffff05;border:1px solid #2a2a2a;overflow-x:auto;scrollbar-width:none}._rail_17sav_26::-webkit-scrollbar{display:none}._railStep_17sav_44{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0;color:#6b7280;font-size:.75rem;white-space:nowrap}._railStep_17sav_44:not(:last-child):after{content:"";flex:1;height:1px;background:#2f2f2f;min-width:10px}._railDot_17sav_63{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:1px solid #3a3a3a;background:#1c1c1c;font-size:.7rem;font-weight:600;flex-shrink:0}._railLabel_17sav_77{overflow:hidden;text-overflow:ellipsis}._railActive_17sav_82{color:#f5f5f5}._railActive_17sav_82 ._railDot_17sav_63{border-color:transparent;background:linear-gradient(90deg,#4158d0,#c850c0);color:#fff}._railDone_17sav_92{color:#b0b0b0}._railDone_17sav_92 ._railDot_17sav_63{border-color:#c850c080;background:#c850c024;color:#c850c0}._stepHeading_17sav_103 h3{margin:0;font-size:1rem;font-weight:600;color:#f5f5f5}._stepHeading_17sav_103 p{margin:.2rem 0 0;font-size:.82rem;color:#b0b0b0;line-height:1.4}._optionGrid_17sav_118{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._optionCard_17sav_124{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1rem;border-radius:12px;border:1px solid #2a2a2a;background:#232323;color:#f5f5f5;cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}._optionCard_17sav_124:hover:not(:disabled){border-color:#c850c08c;background:#272727;transform:translateY(-2px)}._optionCard_17sav_124:disabled{opacity:.5;cursor:not-allowed}._optionCard_17sav_124 strong{font-size:.95rem}._optionCard_17sav_124 small{color:#b0b0b0;font-size:.78rem;line-height:1.35}._optionIcon_17sav_160{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#c850c024;color:#c850c0}._channelList_17sav_172{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.5rem;max-height:220px;overflow-y:auto}._channelOption_17sav_180{display:flex;align-items:center;gap:.55rem;padding:.55rem .65rem;border-radius:10px;border:1px solid #2a2a2a;background:#232323;color:#f5f5f5;cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease}._channelOption_17sav_180:hover{border-color:#c850c073}._channelOptionActive_17sav_198{border-color:#c850c0;background:#c850c01f}._channelAvatar_17sav_203{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#c850c024;color:#c850c0;overflow:hidden;flex-shrink:0}._channelAvatar_17sav_203 img{width:100%;height:100%;object-fit:cover}._channelName_17sav_222{font-size:.85rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._emptyChannels_17sav_229{display:flex;flex-direction:column;align-items:center;gap:.7rem;padding:1.5rem 1rem;text-align:center;color:#b0b0b0}._emptyChannels_17sav_229 svg{color:#c850c0}._emptyChannels_17sav_229 p{margin:0;font-size:.85rem;max-width:380px;line-height:1.4}._countGrid_17sav_251{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}._countOption_17sav_257{display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.6rem .3rem;border-radius:10px;border:1px solid #2a2a2a;background:#232323;color:#f5f5f5;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}._countOption_17sav_257:hover{border-color:#c850c073;transform:translateY(-1px)}._countOptionActive_17sav_276{border-color:transparent;background:linear-gradient(90deg,#4158d0,#c850c0)}._countNumber_17sav_281{font-size:1.1rem;font-weight:700;line-height:1.2}._countLabel_17sav_287{font-size:.68rem;color:#b0b0b0}._countOptionActive_17sav_276 ._countLabel_17sav_287{color:#ffffffd9}._helpText_17sav_296{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.78rem;color:#b0b0b0}._helpText_17sav_296 svg{color:#c850c0}._generatingPanel_17sav_309{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.25rem 1rem;text-align:center;border-radius:12px;border:1px solid #2a2a2a;background:#ffffff05}._generatingPanel_17sav_309 svg{color:#c850c0}._generatingPanel_17sav_309 strong{font-size:.9rem;color:#f5f5f5}._generatingPanel_17sav_309 small{font-size:.78rem;color:#b0b0b0;max-width:340px;line-height:1.4}._spinning_17sav_337{animation:_spin_17sav_337 1s linear infinite}@keyframes _spin_17sav_337{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._titlesHeader_17sav_347{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._titlesCount_17sav_354{font-size:.78rem;font-weight:600;color:#b0b0b0}._addButton_17sav_360{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:8px;border:1px solid rgba(200,80,192,.4);background:#c850c01f;color:#e9a8e3;font-size:.78rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}._addButton_17sav_360:hover{background:#c850c038;color:#fff}._titlesList_17sav_380{display:flex;flex-direction:column;gap:.55rem;max-height:420px;overflow-y:auto}._ideasBlock_17sav_389{margin-top:.85rem;padding:.75rem .85rem;border-radius:12px;border:1px solid rgba(200,80,192,.24);background:#c850c00f}._ideasHeader_17sav_397{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-bottom:.6rem;color:#e9a8e3}._ideasHeader_17sav_397 strong{font-size:.82rem;font-weight:700}._ideasHeader_17sav_397 small{flex-basis:100%;font-size:.75rem;color:#9ca3af}._ideasList_17sav_417{display:flex;flex-wrap:wrap;gap:.4rem}._ideaChip_17sav_423{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;padding:.4rem .65rem;border-radius:999px;border:1px solid #3a3a3a;background:#212121;color:#e0e0e0;font-size:.78rem;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}._ideaChip_17sav_423 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ideaChip_17sav_423:hover{border-color:#c850c080;background:#c850c024;color:#fff}._titleRow_17sav_451{display:flex;align-items:center;gap:.5rem}._titleBlock_17sav_457{display:flex;flex-direction:column;gap:.45rem}._scriptToggleButton_17sav_463{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .5rem;border-radius:6px;border:1px solid #2a2a2a;background:#1c1c1c;color:#9ca3af;font-size:.72rem;cursor:pointer;flex-shrink:0}._scriptToggleButton_17sav_463:hover,._scriptToggleActive_17sav_478{border-color:#c850c0;color:#e9d5f0}._titleIndex_17sav_483{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#ffffff0d;color:#8b8b8b;font-size:.72rem;font-weight:600;flex-shrink:0}._titleInput_17sav_497{flex:1;min-width:0;padding:.55rem .7rem;border-radius:8px;border:1px solid #2a2a2a;background:#1c1c1c;color:#f5f5f5;font-size:.85rem;font-family:inherit;transition:border-color .15s ease,background-color .15s ease}._titleInput_17sav_497:hover{border-color:#3a3a3a}._titleInput_17sav_497:focus{outline:none;border-color:#c850c0;background:#202020;box-shadow:0 0 0 3px #c850c01f}._titleInput_17sav_497::placeholder{color:#666}._removeButton_17sav_525{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:#ef444424;color:#ef4444;cursor:pointer;flex-shrink:0;transition:background-color .15s ease}._removeButton_17sav_525:hover{background:#ef444447}._statsRow_17sav_545{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.5rem}._statCard_17sav_551{display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.6rem;border-radius:10px;border:1px solid #2a2a2a;background:#ffffff05}._statCard_17sav_551 strong{font-size:1.15rem;color:#f5f5f5}._statCard_17sav_551 small{font-size:.7rem;color:#b0b0b0}._statCardError_17sav_572{border-color:#ef444459;background:#ef444414}._statCardError_17sav_572 strong{color:#ef4444}._overallProgress_17sav_581{display:flex;align-items:center;gap:.65rem}._overallBar_17sav_587{flex:1;height:6px;border-radius:3px;background:#ffffff14;overflow:hidden}._overallFill_17sav_595{height:100%;border-radius:3px;background:linear-gradient(90deg,#4158d0,#c850c0);transition:width .3s ease}._overallProgress_17sav_581 span{font-size:.78rem;font-weight:600;color:#b0b0b0;min-width:38px;text-align:right}._videosProgress_17sav_610{display:flex;flex-direction:column;gap:.45rem;max-height:300px;overflow-y:auto}._progressRow_17sav_618{display:flex;align-items:flex-start;gap:.5rem;padding:.55rem .65rem;border-radius:8px;border:1px solid #2a2a2a;background:#1c1c1c}._progressRowError_17sav_628{border-color:#ef444459;background:#ef44440f}._progressIcon_17sav_633{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#ffffff0d;color:#8b8b8b;flex-shrink:0}._iconActive_17sav_645{background:#c850c024;color:#c850c0}._iconDone_17sav_650{background:#22c55e24;color:#22c55e}._iconError_17sav_655{background:#ef444424;color:#ef4444}._progressMain_17sav_660{flex:1;min-width:0;display:flex;flex-direction:column;gap:.3rem}._progressTop_17sav_668{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}._progressTitle_17sav_675{font-size:.82rem;color:#f5f5f5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._progressMeta_17sav_683{font-size:.7rem;color:#8b8b8b;white-space:nowrap;flex-shrink:0}._progressTrack_17sav_690{height:4px;border-radius:2px;background:#ffffff12;overflow:hidden}._progressFill_17sav_697{height:100%;border-radius:2px;transition:width .3s ease}._fillPending_17sav_703{background:#3f3f46}._fillActive_17sav_707{background:linear-gradient(90deg,#4158d0,#c850c0)}._fillDone_17sav_711{background:#22c55e}._fillError_17sav_715{background:#ef4444}._progressError_17sav_719{font-size:.72rem;color:#ef4444}._warning_17sav_725{display:flex;align-items:center;gap:.5rem;padding:.7rem .85rem;border-radius:10px;border:1px solid rgba(245,158,11,.3);background:#f59e0b14;color:#fcd34d;font-size:.78rem;line-height:1.4;flex-wrap:wrap}._warning_17sav_725 svg{flex-shrink:0}._warningLink_17sav_743{margin-left:auto;background:none;border:none;padding:0;color:#c850c0;font-size:.78rem;font-weight:600;text-decoration:underline;cursor:pointer;white-space:nowrap}._footerActions_17sav_756{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding-top:.35rem;border-top:1px solid #2a2a2a;margin-top:.15rem}._footerActionsEnd_17sav_766{justify-content:flex-end}._primaryButton_17sav_770{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:8px;border:none;background:linear-gradient(90deg,#4158d0,#c850c0);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}._primaryButton_17sav_770:hover:not(:disabled){opacity:.9}._primaryButton_17sav_770:disabled{opacity:.45;cursor:not-allowed}._secondaryButton_17sav_793{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .9rem;border-radius:8px;border:1px solid #2f2f2f;background:transparent;color:#b0b0b0;font-size:.85rem;cursor:pointer}._secondaryButton_17sav_793:hover:not(:disabled){color:#f5f5f5;border-color:#3a3a3a}._secondaryButton_17sav_793:disabled{opacity:.45;cursor:not-allowed}@media(max-width:640px){._optionGrid_17sav_118{grid-template-columns:1fr}._countGrid_17sav_251{grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem}._warningLink_17sav_743{margin-left:0}}._filters_z6uix_1{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #232323}._group_z6uix_10{display:flex;flex-direction:column;gap:.5rem;min-width:0}._groupLabel_z6uix_17{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#7a7a7a}._chips_z6uix_24{display:flex;flex-wrap:wrap;gap:.5rem}._chip_z6uix_24{display:inline-flex;align-items:center;gap:.375rem;max-width:220px;padding:6px 12px;border-radius:999px;border:1px solid #2e2e2e;background-color:transparent;color:#c8c8c8;font-size:.8125rem;line-height:1.2;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}._chip_z6uix_24:hover{background-color:#1c1c1c;border-color:#3d3d3d;color:#f5f5f5}._chipActive_z6uix_52{background-color:#2a2a3d;border-color:#4158d0;color:#fff}._chipText_z6uix_58{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._autopilotIcon_z6uix_64{flex-shrink:0;color:#8b9cff}@media(max-width:900px){._filters_z6uix_1{gap:1rem;margin-bottom:1.1rem;padding-bottom:1rem}._chip_z6uix_24{max-width:160px}}._pageHeader_1qj9u_1{margin-bottom:2rem}._pageTitle_1qj9u_5{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#f5f5f5}._pageDescription_1qj9u_12{color:#b0b0b0;font-size:.9375rem}._card_1na8j_2{background-color:#1e1e1e;border:1px solid #2a2a2a;border-radius:.5rem;overflow:hidden;transition:all .3s;box-shadow:0 0 #0000001a}._card_1na8j_2:hover{box-shadow:0 0 15px #c850c04d}._cardHeader_1na8j_15{padding:1.5rem 1.5rem .75rem}._cardTitle_1na8j_19{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:#f5f5f5}._cardDescription_1na8j_26{color:#b0b0b0;font-size:.875rem}._cardContent_1na8j_31{padding:.75rem 1.5rem}._cardFooter_1na8j_35{padding:.75rem 1.5rem 1.5rem;display:flex}._container_1uwsu_1{width:100%;max-width:1200px;margin:0 auto;color:#fff;padding-bottom:5rem}._content_1uwsu_9,._form_1uwsu_15{display:flex;flex-direction:column;gap:1.5rem}._mainCard_1uwsu_21{background-color:#1e1e1e;border:1px solid #2a2a2a;transition:box-shadow .3s ease}._mainCard_1uwsu_21:hover{box-shadow:0 0 15px #c850c033}._formatCard_1uwsu_31{background-color:#1e1e1e;border:1px solid #2a2a2a;transition:box-shadow .3s ease}._formatCard_1uwsu_31:hover{box-shadow:0 0 15px #c850c033}._subtitlesCard_1uwsu_41{background-color:#1e1e1e;border:1px solid #2a2a2a;transition:box-shadow .3s ease}._subtitlesCard_1uwsu_41:hover{box-shadow:0 0 15px #c850c033}._sectionGrid_1uwsu_51{display:grid;grid-template-columns:1fr;gap:1.5rem}._sectionCard_1uwsu_57{background-color:#1e1e1e;border:1px solid #2a2a2a;transition:box-shadow .3s ease;height:100%}._sectionCard_1uwsu_57:hover{box-shadow:0 0 15px #c850c033}._musicCard_1uwsu_68{background-color:#1e1e1e;border:1px solid #2a2a2a;transition:box-shadow .3s ease}._musicCard_1uwsu_68:hover{box-shadow:0 0 15px #c850c033}._submitContainer_1uwsu_79{position:fixed;bottom:0;left:var(--sidebar-width, 220px);right:0;z-index:100;display:flex;justify-content:center;align-items:center;padding:1rem 1.5rem;background:#121212fa;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -4px 20px #0000004d}._createButton_1uwsu_94{font-size:1.1rem;padding:.75rem 2rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none;color:#fff;border-radius:8px;display:flex;align-items:center;gap:.5rem;transition:transform .2s ease,opacity .2s ease}._createButton_1uwsu_94:hover{transform:translateY(-2px);opacity:.95}._buttonIcon_1uwsu_112{width:1.25rem;height:1.25rem;margin-bottom:-5px;margin-right:.5rem}._progressCard_1uwsu_119{background-color:#1e1e1e;border:1px solid #2a2a2a;margin-bottom:2rem}._hooksBanner_1uwsu_126{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid rgba(102,126,234,.3);border-radius:12px;color:#a0a0ff}._hooksBanner_1uwsu_126 svg{flex-shrink:0;margin-top:2px;color:#667eea}._hooksBanner_1uwsu_126 strong{display:block;color:#fff;font-size:1rem;margin-bottom:.25rem}._hooksBanner_1uwsu_126 p{margin:0;font-size:.875rem;line-height:1.4;color:#a0a0a0}._createButtonFree_1uwsu_158{background:linear-gradient(135deg,#10b981,#059669)}._createButtonFree_1uwsu_158:hover{background:linear-gradient(135deg,#34d399,#10b981)}._modelsLoading_1uwsu_166{display:flex;align-items:center;gap:.75rem;min-height:4.5rem;padding:1rem 1.1rem;border-radius:.75rem;border:1px solid #2a2a2a;background:#1a1a1a;color:#bbb;font-size:.9rem;font-weight:500}._modelsLoadingSpinner_1uwsu_180{width:1.1rem;height:1.1rem;border-radius:999px;border:2px solid rgba(200,80,192,.2);border-top-color:#c850c0;animation:_modelsSpin_1uwsu_1 .8s linear infinite;flex-shrink:0}@keyframes _modelsSpin_1uwsu_1{to{transform:rotate(360deg)}}@media(min-width:1200px){._sectionGrid_1uwsu_51{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._container_1uwsu_1{padding-bottom:6rem}._submitContainer_1uwsu_79{left:0;padding:.7rem 5.35rem .7rem .75rem;padding-bottom:max(.7rem,env(safe-area-inset-bottom))}._createButton_1uwsu_94{width:100%;max-width:none;justify-content:center;font-size:.95rem;padding:.7rem .85rem}}._container_7ex6m_1{width:100%;display:flex;flex-direction:column;gap:2.5rem}._titleSection_7ex6m_9,._languageSection_7ex6m_10,._lengthSection_7ex6m_11{display:flex;flex-direction:column;gap:1rem}._sectionLabel_7ex6m_17{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#f5f5f5;margin-bottom:.25rem}._sectionIcon_7ex6m_27{width:1.25rem;height:1.25rem;color:#c850c0}._flagIcon_7ex6m_33{display:inline-flex;align-items:center;justify-content:center}._flagIcon_7ex6m_33 img{display:block;width:24px;height:18px;object-fit:cover;border-radius:2px}._fieldDescription_7ex6m_47{font-size:.8rem;color:#b0b0b0;margin-top:.5rem}._scriptToggle_7ex6m_53{display:flex;align-items:center;gap:.75rem;width:100%;min-height:50px;padding:.85rem 1rem;color:#e5e7eb;font-size:.92rem;font-weight:700;background:#1e1e1e;border:1px solid #303030;border-radius:14px;cursor:pointer;-webkit-user-select:none;user-select:none}._scriptToggle_7ex6m_53 input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;margin:0;border-radius:7px;border:1px solid #4a4a4a;background:#121212;display:grid;place-content:center;flex:0 0 auto}._scriptToggle_7ex6m_53 input:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;border-radius:3px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._scriptToggle_7ex6m_53 input:checked:before{transform:scale(1)}._scriptToggle_7ex6m_53:has(input:checked){border-color:#c850c080;background:#c850c014}._scriptToggleIcon_7ex6m_102{flex:0 0 auto;color:#c850c0}._titleInputGroup_7ex6m_108{display:flex;gap:.75rem;align-items:stretch;flex-wrap:wrap}._titleInputWrapper_7ex6m_115{flex:1;min-width:250px}._titleInput_7ex6m_108{width:100%;padding:1rem 1.25rem;background:linear-gradient(135deg,#121212f2,#191923f2);border:2px solid #2a2a2a;border-radius:.75rem;color:#f5f5f5;font-size:1rem;line-height:1.5;transition:all .3s ease;font-weight:500}._titleInput_7ex6m_108:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 3px #c850c026,0 4px 12px #c850c033;background:linear-gradient(135deg,#121212,#1e1928)}._titleInput_7ex6m_108::placeholder{color:#666;font-weight:400}._enhanceButton_7ex6m_145{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;white-space:nowrap;border-radius:.75rem;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 12px #c850c04d}._enhanceButton_7ex6m_145:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c850c066}._enhanceIcon_7ex6m_163{width:1.1rem;height:1.1rem}._enhanceText_7ex6m_168{font-weight:600}._enhanceCost_7ex6m_172{display:inline-flex;align-items:center;font-weight:700;opacity:.95}._sliderWrapper_7ex6m_186{margin-top:1rem;padding:1.25rem;background:linear-gradient(135deg,#12121299,#19192399);border:1px solid #2a2a2a;border-radius:.75rem}._sliderHeader_7ex6m_194{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._sliderLabel_7ex6m_201{font-size:.875rem;font-weight:600;color:#b0b0b0;text-transform:uppercase;letter-spacing:.05em}._sliderValue_7ex6m_209{font-size:1.125rem;font-weight:700;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._sliderContainer_7ex6m_218{position:relative;width:100%;padding-bottom:2rem}._slider_7ex6m_186{-webkit-appearance:none;width:100%;height:.5rem;border-radius:.25rem;background:linear-gradient(to right,#4158d04d,#c850c04d,#ffcc704d);outline:none;position:relative;z-index:2}._slider_7ex6m_186::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.5rem;height:1.5rem;border-radius:50%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);cursor:pointer;box-shadow:0 0 10px #c850c099,0 4px 8px #0000004d;transition:all .3s ease}._slider_7ex6m_186::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #c850c0cc,0 6px 12px #0006}._slider_7ex6m_186::-moz-range-thumb{width:1.5rem;height:1.5rem;border-radius:50%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);cursor:pointer;border:none;box-shadow:0 0 10px #c850c099,0 4px 8px #0000004d;transition:all .3s ease}._slider_7ex6m_186::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 15px #c850c0cc,0 6px 12px #0006}._formatOptions_7ex6m_272{display:grid;grid-template-columns:1fr;gap:1rem}._sliderMarkers_7ex6m_277{display:flex;justify-content:space-between;position:absolute;width:100%;top:.5rem;left:0;padding:0 .75rem}._sliderMarker_7ex6m_277{display:flex;flex-direction:column;align-items:center;position:relative}._sliderMarkerLine_7ex6m_294{width:2px;height:.5rem;background:#3a3a3a;margin-bottom:.25rem;border-radius:1px}._sliderMarkerLabel_7ex6m_302{font-size:.7rem;color:#666;font-weight:500}@media(min-width:768px){._titleInputGroup_7ex6m_108{flex-wrap:nowrap}}._secondRow_7ex6m_315{grid-template-columns:1fr 1fr}._formatOptions_7ex6m_272{grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){._container_7ex6m_1{gap:2rem}._titleInputGroup_7ex6m_108{flex-direction:column}._enhanceButton_7ex6m_145{width:100%;justify-content:center}._sliderMarkers_7ex6m_277{padding:0 .25rem}._sliderMarkerLabel_7ex6m_302{font-size:.65rem}}@media(max-width:480px){._titleInput_7ex6m_108{font-size:.9rem;padding:.875rem 1rem}._sectionLabel_7ex6m_17{font-size:.9rem}._enhanceText_7ex6m_168{display:none}._enhanceButton_7ex6m_145{padding:.75rem 1rem}}._section_15kne_1{display:flex;flex-direction:column;gap:.75rem;width:100%}._row_15kne_8{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch;width:100%}._group_15kne_16{display:flex;flex-direction:column;gap:.75rem;min-width:0;padding:1rem;border-radius:.85rem;border:1px solid transparent}._languageGroup_15kne_26{background:linear-gradient(160deg,#4158d014,#121218e6 55%);border-color:#4158d038}._formatGroup_15kne_31{background:linear-gradient(160deg,#c850c014,#121218e6 55%);border-color:#c850c038}._groupHeader_15kne_36{display:flex;align-items:center;gap:.45rem}._groupIcon_15kne_42{width:1.05rem;height:1.05rem;flex-shrink:0}._languageGroup_15kne_26 ._groupIcon_15kne_42{color:#7b8ff0}._formatGroup_15kne_31 ._groupIcon_15kne_42{color:#d07cc9}._groupTitle_15kne_56{font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#e8e8e8}._groupOptions_15kne_64{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;flex:1}._option_15kne_71{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;min-height:5.5rem;padding:.85rem .6rem;border-radius:.7rem;background:#0c0c0eb8;border:2px solid #2a2a2a;color:#f5f5f5;font:inherit;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}._option_15kne_71:hover:not(:disabled){transform:translateY(-1px);border-color:#3a3a3a;background:#141418e6}._languageOptions_15kne_94 ._optionActive_15kne_94{border-color:#5b6fd8;background:linear-gradient(145deg,#4158d038,#14141ef2);box-shadow:0 0 0 1px #4158d040,0 6px 16px #4158d02e}._formatGroup_15kne_31 ._optionActive_15kne_94{border-color:#c850c0;background:linear-gradient(145deg,#c850c038,#14141ef2);box-shadow:0 0 0 1px #c850c040,0 6px 16px #c850c02e}._flagIcon_15kne_106{display:inline-flex;align-items:center;justify-content:center}._flagIcon_15kne_106 img{display:block;width:28px;height:21px;object-fit:cover;border-radius:3px;box-shadow:0 1px 4px #00000059}._optionLabel_15kne_121{font-size:.9rem;font-weight:600;color:#f0f0f0;text-align:center;line-height:1.2}._optionMeta_15kne_129{font-size:.7rem;font-weight:600;color:#888;letter-spacing:.02em}._formatGroup_15kne_31 ._optionActive_15kne_94 ._optionMeta_15kne_129{color:#e0a6db}._ratioPreview_15kne_140{display:flex;align-items:center;justify-content:center;height:1.75rem}._ratioBox_15kne_147{display:block;border:2px solid #8a8a8a;border-radius:3px;background:#ffffff0a}._ratioPreview_15kne_140[data-ratio="16-9"] ._ratioBox_15kne_147{width:2.1rem;height:1.2rem}._ratioPreview_15kne_140[data-ratio="9-16"] ._ratioBox_15kne_147{width:1.05rem;height:1.75rem}._formatGroup_15kne_31 ._optionActive_15kne_94 ._ratioBox_15kne_147{border-color:#d07cc9;background:#c850c026}._groupHint_15kne_169{margin:0;font-size:.72rem;color:#888;line-height:1.3}._divider_15kne_176{width:1px;align-self:stretch;margin:.35rem 0;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.14) 20%,rgba(255,255,255,.14) 80%,transparent 100%)}._disabled_15kne_189{opacity:.4;cursor:not-allowed;pointer-events:none}@media(max-width:720px){._row_15kne_8{grid-template-columns:1fr;gap:.85rem}._divider_15kne_176{width:100%;height:1px;margin:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.14) 20%,rgba(255,255,255,.14) 80%,transparent 100%)}}._container_2lwxs_1{width:100%;display:flex;flex-direction:column;gap:1rem}._searchField_2lwxs_8{position:relative;display:flex;align-items:center;width:100%}._searchIcon_2lwxs_15{position:absolute;left:.85rem;color:#888;pointer-events:none}._searchInput_2lwxs_22{width:100%;padding:.7rem .9rem .7rem 2.4rem;border-radius:.7rem;border:2px solid #2a2a2a;background:#1a1a1a;color:#f5f5f5;font:inherit;font-size:.9rem;font-weight:500;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}._searchInput_2lwxs_22::placeholder{color:#777}._searchInput_2lwxs_22:hover{border-color:#3a3a3a;background:#1e1e1e}._searchInput_2lwxs_22:focus{border-color:#c850c0;box-shadow:0 0 0 3px #c850c026;background:#1e1e1e}._filters_2lwxs_51{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}._filterGroup_2lwxs_58{display:flex;flex-direction:column;gap:.75rem}._filterLabel_2lwxs_64{font-size:.875rem;font-weight:600;color:#f5f5f5}._flagIcon_2lwxs_70{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:3}._flagIcon_2lwxs_70 img{display:block;width:24px;height:18px;object-fit:cover;border-radius:2px}._filterSelect_2lwxs_87{width:100%;padding:.75rem 2.5rem .75rem 1rem;background:linear-gradient(135deg,#121212f2,#191923f2);border:2px solid #2a2a2a;border-radius:.75rem;color:#f5f5f5;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;transition:all .3s ease;cursor:pointer}._filterSelect_2lwxs_87:hover{border-color:#3a3a3a}._filterSelect_2lwxs_87:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 3px #c850c026}._filterSelect_2lwxs_87 option{background-color:#121212;color:#f5f5f5;padding:.5rem}._filterSelect_2lwxs_87 optgroup{background-color:#1a1a1a;color:#c850c0;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}._voicesList_2lwxs_132{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding:.75rem;border:2px solid #2a2a2a;border-radius:.75rem;background:linear-gradient(135deg,#12121299,#19192399)}._section_2lwxs_144{display:flex;flex-direction:column;gap:.75rem}._sectionTitle_2lwxs_150{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#888;padding:.15rem .1rem}._noResults_2lwxs_162{padding:2rem;text-align:center;color:#b0b0b0;font-style:italic}@media(max-width:1200px)and (min-width:600px){._container_2lwxs_1{gap:.5rem}._voicesList_2lwxs_132{max-height:300px}}@media(max-width:600px){._filterGroup_2lwxs_58{gap:.5rem}._filterLabel_2lwxs_64{font-size:.8rem}._voicesList_2lwxs_132{max-height:250px}}._container_qezj8_1{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:.375rem;background-color:#1a1a1a;border:1px solid #2a2a2a;transition:all .2s ease;cursor:pointer}._container_qezj8_1:hover{background-color:#222;border-color:#3a3a3a}._selected_qezj8_18{background:linear-gradient(to right,#4158d01a,#c850c01a,#ffcc701a);border:1px solid #c850c0;position:relative}._locked_qezj8_24{opacity:.6}._selected_qezj8_18:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:3px 0 0 3px}._main_qezj8_39{display:flex;align-items:center;gap:.65rem;min-width:0;flex:1}._favoriteButton_qezj8_47{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:9999px;background:transparent;color:#6b6b6b;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .15s ease}._favoriteButton_qezj8_47:hover{color:#ffcc70;background:#ffcc701f}._favoriteActive_qezj8_68{color:#ffcc70}._voiceInfo_qezj8_72{display:flex;flex-direction:column;gap:.25rem;min-width:0}._voiceName_qezj8_79{display:flex;align-items:center;gap:.4rem;font-weight:500;color:#f5f5f5}._voiceLabels_qezj8_87{display:flex;flex-wrap:wrap;gap:.5rem}._voiceLabel_qezj8_87{font-size:.75rem;padding:.125rem .5rem;background-color:#2a2a2a;border-radius:9999px;color:#b0b0b0}._playButton_qezj8_101{display:flex;align-items:center;flex-shrink:0;gap:.5rem;padding:.375rem .75rem;background-color:transparent;border:1px solid #3a3a3a;border-radius:.375rem;color:#f5f5f5;font-size:.75rem;cursor:pointer;transition:all .2s}._playButton_qezj8_101:hover{background-color:#c850c01a;border-color:#c850c0}._playIcon_qezj8_121{width:.875rem;height:.875rem}@media(max-width:768px){._container_qezj8_1{padding:1rem}._voiceInfo_qezj8_72{gap:.5rem}._voiceLabels_qezj8_87{gap:.25rem}._playButton_qezj8_101{justify-content:center}}@media(max-width:480px){._container_qezj8_1{padding:.75rem;flex-direction:column;align-items:flex-start}._voiceLabel_qezj8_87{padding:.125rem .375rem}._playButton_qezj8_101{margin-top:1rem;padding:.25rem .5rem}._playIcon_qezj8_121{width:.75rem;height:.75rem}}._badge_1xby7_1{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:50px;background:#0a0814d9;border:1px solid rgba(255,255,255,.15);color:#ffd475;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:all .2s ease;cursor:pointer;line-height:1;vertical-align:middle;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._badge_1xby7_1:hover{background:#0a0814f2;border-color:#ffd47566;box-shadow:0 0 10px #ffd47526;color:#ffe0a0}._badge_1xby7_1 svg{flex-shrink:0}._label_1xby7_33{line-height:1}._container_1o9pb_1{width:100%;display:flex;flex-direction:column;gap:1rem}._toolbar_1o9pb_15{display:flex;flex-direction:column;gap:.5rem}._sortBar_1o9pb_27{display:flex;align-items:center;gap:.65rem;min-width:0}._sortLabel_1o9pb_41{flex:0 0 auto;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#888}._sortOptions_1o9pb_59{display:flex;gap:.4rem;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;padding-bottom:.1rem}._sortOptions_1o9pb_59::-webkit-scrollbar{display:none}._sortButton_1o9pb_95{display:inline-flex;align-items:center;gap:.3rem;flex:0 0 auto;padding:.4rem .7rem;border-radius:999px;background-color:#1a1a1a;border:1.5px solid #2a2a2a;color:#bbb;font-size:.75rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease;font:inherit}._sortButton_1o9pb_95:hover{background-color:#222;border-color:#3a3a3a;color:#f5f5f5}._sortButton_1o9pb_95._sortActive_1o9pb_143{background:linear-gradient(135deg,#c850c024,#4158d024);border-color:#c850c0;color:#fff;box-shadow:0 0 12px #c850c026}._categoryIcon_1o9pb_157{font-size:.8rem;line-height:1}._section_1o9pb_167{display:flex;flex-direction:column;gap:.55rem}._styleGrid_1o9pb_181{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.6rem;padding:.05rem;max-height:520px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(200,80,192,.3) transparent}._styleGrid_1o9pb_181::-webkit-scrollbar{width:6px}._styleGrid_1o9pb_181::-webkit-scrollbar-track{background:transparent}._styleGrid_1o9pb_181::-webkit-scrollbar-thumb{background:#c850c04d;border-radius:3px}._styleCard_1o9pb_229{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;padding:0;border:2px solid #2a2a2a;border-radius:.75rem;overflow:hidden;background:#141414;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;aspect-ratio:3 / 4}._styleCard_1o9pb_229:hover{transform:translateY(-2px);border-color:#c850c073;box-shadow:0 10px 22px #00000059}._styleCard_1o9pb_229._selected_1o9pb_285{border-color:#c850c0;box-shadow:0 0 0 1px #c850c059,0 0 20px #c850c047}._cardMedia_1o9pb_299{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;background:#0f0f0f}._mediaFrame_1o9pb_315,._mediaFallback_1o9pb_317{position:absolute;top:0;right:0;bottom:0;left:0;display:block}._mediaVideo_1o9pb_329{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .35s ease}._mediaVideoReady_1o9pb_351{opacity:1}._mediaLoading_1o9pb_359{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(120deg,#c850c02e,#4158d024,#c850c02e);background-size:200% 200%;animation:_shimmer_1o9pb_1 1.6s ease infinite}._mediaFallback_1o9pb_317{display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,rgba(200,80,192,.28),transparent 45%),radial-gradient(circle at 75% 80%,rgba(65,88,208,.28),transparent 42%),#151515;overflow:hidden}._mediaFallbackGlow_1o9pb_407{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:conic-gradient(from 120deg,#c850c033,#4158d01f,#ffcc701a,#c850c033);animation:_spinSlow_1o9pb_1 10s linear infinite;opacity:.7}._fallbackEmoji_1o9pb_435{position:relative;z-index:1;font-size:1.35rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}._cardScrim_1o9pb_449{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,#0808080d 30%,#08080866 58%,#080808f0)}._styleCard_1o9pb_229:hover ._cardScrim_1o9pb_449{background:linear-gradient(180deg,#08080805 26%,#08080861 56%,#080808f0)}._styleCard_1o9pb_229._selected_1o9pb_285 ._cardScrim_1o9pb_449{background:linear-gradient(180deg,#4158d01a 26%,#140c186b 56%,#0c0810f2)}._selectedBadge_1o9pb_511{position:absolute;top:.4rem;right:.4rem;z-index:4;display:grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:999px;color:#fff;background:linear-gradient(135deg,#c850c0,#4158d0);box-shadow:0 4px 12px #c850c066;animation:_fadeIn_1o9pb_1 .22s ease}._selectedBadge_1o9pb_511 svg{width:.8rem;height:.8rem}._cardBody_1o9pb_553{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:.28rem;padding:.5rem .45rem .45rem;min-width:0}._styleName_1o9pb_581{max-width:100%;font-size:.78rem;font-weight:700;line-height:1.2;color:#fff;letter-spacing:.01em;text-shadow:0 1px 8px rgba(0,0,0,.55);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}._categoryPill_1o9pb_611{display:inline-flex;align-items:center;gap:.18rem;max-width:100%;padding:.14rem .36rem;border-radius:999px;background:#0c0c0c9e;border:1px solid rgba(200,80,192,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f5f5f5;font-size:.6rem;font-weight:650;line-height:1;overflow:hidden}._styleCard_1o9pb_229._selected_1o9pb_285 ._categoryPill_1o9pb_611{background:#c850c03d;border-color:#c850c08c}._categoryPillIcon_1o9pb_655{flex-shrink:0;font-size:.68rem;line-height:1}._categoryPillLabel_1o9pb_667{color:#d7a6d3;font-size:.95em;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._empty_1o9pb_687{margin:0;color:#888;font-size:.9rem}@media(min-width:560px){._sortBar_1o9pb_27{align-items:flex-start;justify-content:space-between;flex-wrap:wrap}._sortLabel_1o9pb_41{padding-top:.4rem;font-size:.75rem}._sortOptions_1o9pb_59{flex-wrap:wrap;overflow:visible;justify-content:flex-end;gap:.5rem}._sortButton_1o9pb_95{border-radius:.5rem;border-width:2px;padding:.4rem .75rem;font-size:.8rem}._styleGrid_1o9pb_181{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.65rem}._styleCard_1o9pb_229{aspect-ratio:1 / 1;border-radius:.8rem}._styleName_1o9pb_581{font-size:.84rem}._categoryPill_1o9pb_611{font-size:.64rem;padding:.16rem .4rem}._cardBody_1o9pb_553{padding:.55rem .5rem .5rem}}@media(min-width:820px){._styleGrid_1o9pb_181{grid-template-columns:repeat(auto-fill,minmax(168px,1fr))}._styleName_1o9pb_581{font-size:.88rem}._categoryPill_1o9pb_611{font-size:.68rem}}@media(max-width:400px){._sortLabel_1o9pb_41{display:none}._styleName_1o9pb_581{font-size:.72rem}._categoryPill_1o9pb_611{font-size:.56rem;padding:.12rem .3rem}._cardBody_1o9pb_553{padding:.42rem .38rem .38rem;gap:.22rem}}@keyframes _shimmer_1o9pb_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _spinSlow_1o9pb_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_1o9pb_1{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}._mediaImage_1o9pb_933{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}._addCard_1o9pb_951{background:#121212;border-style:dashed;border-color:#3a3a3a}._addCard_1o9pb_951:hover{border-color:#c850c0;background:#c850c00f}._addCardIcon_1o9pb_973{position:absolute;top:0;right:0;bottom:2.6rem;left:0;display:grid;place-items:center;color:#c850c0}._styleCard_1o9pb_229._notReady_1o9pb_989{cursor:pointer;opacity:.82}._statusBadge_1o9pb_999{position:absolute;top:.4rem;left:.4rem;z-index:4;display:inline-flex;align-items:center;gap:.2rem;max-width:calc(100% - 2.2rem);padding:.12rem .38rem;border-radius:999px;font-size:.58rem;font-weight:650;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._statusBadge_1o9pb_999._ready_1o9pb_1031{color:#7fd1a0;background:#0c1410b8}._statusBadge_1o9pb_999._pending_1o9pb_1041{color:#e0b76a;background:#181208b8}._statusBadge_1o9pb_999._error_1o9pb_1051{color:#e58585;background:#180a0ab8}._cardActions_1o9pb_1061{position:absolute;top:.4rem;right:.4rem;z-index:5;display:none;gap:.25rem}._styleCard_1o9pb_229:hover ._cardActions_1o9pb_1061,._styleCard_1o9pb_229:focus-within ._cardActions_1o9pb_1061{display:flex}._styleCard_1o9pb_229._selected_1o9pb_285:hover ._selectedBadge_1o9pb_511,._styleCard_1o9pb_229._selected_1o9pb_285:focus-within ._selectedBadge_1o9pb_511{display:none}._cardAction_1o9pb_1061{display:grid;place-items:center;width:1.35rem;height:1.35rem;border:none;padding:0;border-radius:999px;background:#0c0c0cc7;color:#f5f5f5;cursor:pointer}._cardAction_1o9pb_1061:hover{background:#c850c0d9}._cardActionDanger_1o9pb_1122:hover{background:#b44646e6}._spin_1o9pb_1130{animation:_spin_1o9pb_1130 1s linear infinite}@keyframes _spin_1o9pb_1130{to{transform:rotate(360deg)}}._createForm_1o9pb_1146{display:flex;flex-direction:column;gap:.6rem;padding:.85rem;border-radius:.7rem;border:1px solid #2a2a2a;background-color:#151515}._nameInput_1o9pb_1166{width:100%;padding:.55rem .7rem;border-radius:.5rem;border:1px solid #2a2a2a;background-color:#1a1a1a;color:#f5f5f5;font:inherit;font-size:.85rem}._nameInput_1o9pb_1166:focus{outline:none;border-color:#c850c0}._dropZone_1o9pb_1198{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.1rem .8rem;border-radius:.6rem;border:1px dashed #3a3a3a;background-color:#1a1a1a;color:#999;font-size:.8rem;text-align:center;cursor:pointer}._dropZone_1o9pb_1198 small{font-size:.7rem;color:#777}._dropZone_1o9pb_1198:hover,._dropZone_1o9pb_1198._dragging_1o9pb_1240{border-color:#c850c0;background-color:#c850c00f;color:#d9a6d6}._pendingRow_1o9pb_1252{display:flex;gap:.35rem;flex-wrap:wrap}._pendingThumb_1o9pb_1264{position:relative;width:3.2rem;height:3.2rem;border-radius:.45rem;overflow:hidden;background-color:#111}._pendingThumb_1o9pb_1264 img{width:100%;height:100%;object-fit:cover;display:block}._removeThumb_1o9pb_1296{position:absolute;top:2px;right:2px;width:1.05rem;height:1.05rem;border-radius:50%;border:none;background-color:#000000b3;color:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}._formActions_1o9pb_1330{display:flex;justify-content:flex-end;gap:.45rem}._secondaryButton_1o9pb_1342,._primaryButton_1o9pb_1344{padding:.42rem .85rem;border-radius:.5rem;font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid #2a2a2a}._secondaryButton_1o9pb_1342{background-color:transparent;color:#b5b5b5}._secondaryButton_1o9pb_1342:hover{color:#f5f5f5;border-color:#3a3a3a}._primaryButton_1o9pb_1344{background:linear-gradient(135deg,#c850c0,#4158d0);border-color:transparent;color:#fff}._primaryButton_1o9pb_1344:disabled{opacity:.6;cursor:not-allowed}._container_1yuxe_1{width:100%;container-type:inline-size;container-name:resolution}._resolutionGrid_1yuxe_13{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.45rem,1.2cqi,.75rem)}._resolutionCard_1yuxe_25{display:flex;flex-direction:column;align-items:center;gap:clamp(.4rem,1.4cqi,.75rem);min-width:0;padding:clamp(.7rem,2cqi,1.25rem) clamp(.45rem,1.4cqi,1rem);border-radius:.75rem;background-color:#1a1a1a;border:2px solid #2a2a2a;color:#f5f5f5;font:inherit;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease;position:relative;text-align:center;overflow:hidden}._resolutionCard_1yuxe_25:hover{background-color:#222;border-color:#3a3a3a;transform:translateY(-2px)}._resolutionCard_1yuxe_25._selected_1yuxe_75{background:linear-gradient(135deg,#c850c01a,#4158d01a);border-color:#c850c0;box-shadow:0 0 20px #c850c033}._resolutionCard_1yuxe_25._disabled_1yuxe_89{cursor:not-allowed;opacity:.5;background-color:#151515;border-color:#1a1a1a}._resolutionCard_1yuxe_25._disabled_1yuxe_89:hover{background-color:#151515;border-color:#1a1a1a;transform:none}._resolutionCard_1yuxe_25._upsellLock_1yuxe_117{cursor:pointer}._resolutionCard_1yuxe_25._upsellLock_1yuxe_117:hover{border-color:#c850c08c}._badge_1yuxe_133{position:absolute;top:-7px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#c850c0,#4158d0);color:#fff;font-size:clamp(.5rem,1.2cqi,.6rem);font-weight:600;padding:.15rem .4rem;border-radius:.75rem;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;z-index:1}._iconWrapper_1yuxe_167{width:clamp(2rem,6cqi,3rem);height:clamp(2rem,6cqi,3rem);border-radius:.65rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease;border:2px solid transparent}._iconWrapper_1yuxe_167 svg{width:clamp(.95rem,2.8cqi,1.5rem);height:clamp(.95rem,2.8cqi,1.5rem)}._resolutionCard_1yuxe_25:hover ._iconWrapper_1yuxe_167{transform:scale(1.08)}._resolutionInfo_1yuxe_209{display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:0;width:100%}._resolutionName_1yuxe_227{font-size:clamp(.72rem,2.1cqi,1rem);font-weight:700;color:#f5f5f5;line-height:1.2}._resolutionSubtitle_1yuxe_241{font-size:clamp(.6rem,1.6cqi,.75rem);font-weight:600;color:#c850c0;background:#c850c026;padding:.12rem .4rem;border-radius:.25rem;display:inline-block;line-height:1.2}._resolutionDescription_1yuxe_263{font-size:clamp(.58rem,1.5cqi,.75rem);color:#888;line-height:1.3;margin-top:.15rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@container resolution (max-width: 820px){._resolutionGrid_1yuxe_13{grid-template-columns:repeat(3,minmax(0,1fr))}._resolutionDescription_1yuxe_263{-webkit-line-clamp:2}}@container resolution (max-width: 560px){._resolutionGrid_1yuxe_13{grid-template-columns:1fr;gap:.55rem}._resolutionCard_1yuxe_25{flex-direction:row;text-align:left;gap:.85rem;padding:.85rem .9rem}._resolutionInfo_1yuxe_209{align-items:flex-start}._resolutionName_1yuxe_227{font-size:.92rem}._resolutionSubtitle_1yuxe_241{font-size:.72rem}._resolutionDescription_1yuxe_263{font-size:.72rem;-webkit-line-clamp:2}._badge_1yuxe_133{top:.45rem;left:auto;right:.45rem;transform:none}}@supports not (container-type: inline-size){@media(max-width:900px){._resolutionGrid_1yuxe_13{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){._resolutionGrid_1yuxe_13{grid-template-columns:1fr}._resolutionCard_1yuxe_25{flex-direction:row;text-align:left;gap:1rem;padding:1rem}._resolutionInfo_1yuxe_209{align-items:flex-start}._badge_1yuxe_133{top:.5rem;left:auto;right:.5rem;transform:none}}}._container_r27p8_1{width:100%;display:flex;flex-direction:column;gap:1.5rem}._timeInfo_r27p8_8{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}._modeGrid_r27p8_15{display:grid;grid-template-columns:1fr;gap:.75rem}._modeCard_r27p8_21{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:.5rem;color:#f5f5f5;text-align:left;cursor:pointer;transition:border-color .2s,background-color .2s}._modeCard_r27p8_21:hover{border-color:#3a3a3a;background-color:#222}._modeCardSelected_r27p8_41{border-color:#c850c0;background-color:#c850c01f}._modeIcon_r27p8_46{width:1.125rem;height:1.125rem;flex-shrink:0;color:#c850c0}._modeText_r27p8_53{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}._modeTitle_r27p8_61{font-size:.875rem;font-weight:500}._modeSubtitle_r27p8_66{font-size:.75rem;color:#b0b0b0}._radio_r27p8_71{width:.875rem;height:.875rem;flex-shrink:0;border:1px solid #666666;border-radius:9999px;background:transparent}._radioChecked_r27p8_80{border-color:#c850c0;box-shadow:inset 0 0 0 3px #c850c0}._coverage_r27p8_85{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#22c55e1a;border:1px solid rgba(34,197,94,.25);border-radius:.375rem;color:#4ade80;font-size:.875rem}._coverageIcon_r27p8_97{width:1rem;height:1rem;flex-shrink:0}._loopBadge_r27p8_103{display:inline-flex;align-items:center;gap:.25rem;font-size:.625rem;letter-spacing:.02em;text-transform:lowercase;color:#c850c0}._loopBadgeIcon_r27p8_113{width:.7rem;height:.7rem}._loopHint_r27p8_118{margin:0;font-size:.75rem;color:#888}._timeLabel_r27p8_124{font-size:.875rem;color:#b0b0b0}._timeValue_r27p8_129{font-size:.875rem;font-weight:500;color:#f5f5f5}._timeSeparator_r27p8_135{color:#666;margin:0 .25rem}._warning_r27p8_140{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#eab3081a;border:1px solid rgba(234,179,8,.2);border-radius:.375rem;color:#eab308;font-size:.875rem}._warningIcon_r27p8_152{width:1rem;height:1rem;flex-shrink:0}._selectedMusic_r27p8_158{display:flex;flex-direction:column;gap:.75rem}._selectedLabel_r27p8_164{font-size:.875rem;color:#f5f5f5}._selectedChips_r27p8_169{display:flex;flex-wrap:wrap;gap:.5rem}._musicChip_r27p8_175{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#c850c01a;border:1px solid rgba(200,80,192,.2);border-radius:9999px;font-size:.75rem;color:#f5f5f5}._removeButton_r27p8_187{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#b0b0b0;cursor:pointer;padding:0;transition:color .2s}._removeButton_r27p8_187:hover{color:#f5f5f5}._removeIcon_r27p8_203{width:.75rem;height:.75rem}._musicList_r27p8_208{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding:.5rem;border:1px solid #2a2a2a;border-radius:.5rem;background-color:#121212}._assetTabs_r27p8_220{display:flex;gap:.5rem;align-items:center}._tab_r27p8_226,._tabActive_r27p8_227,._uploadLink_r27p8_228{border:1px solid #2a2a2a;background:#1a1a1a;color:#f5f5f5;border-radius:999px;padding:.25rem .7rem;cursor:pointer;font-size:.8rem}._tabActive_r27p8_227{border-color:#c850c0}._uploadLink_r27p8_228{margin-left:auto}._moodFilters_r27p8_246{display:flex;flex-wrap:wrap;gap:.375rem}._moodChip_r27p8_252{border:1px solid #2a2a2a;background:#1a1a1a;color:#d0d0d0;border-radius:999px;padding:.2rem .65rem;cursor:pointer;font-size:.75rem}._moodChipActive_r27p8_262{border-color:#c850c0;background:#c850c01f;color:#f5f5f5}._searchField_r27p8_268{position:relative;display:flex;align-items:center;width:100%}._searchIcon_r27p8_275{position:absolute;left:.85rem;color:#888;pointer-events:none}._searchInput_r27p8_282{width:100%;padding:.7rem .9rem .7rem 2.4rem;border-radius:.7rem;border:2px solid #2a2a2a;background:#1a1a1a;color:#f5f5f5;font:inherit;font-size:.9rem;font-weight:500;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}._searchInput_r27p8_282::placeholder{color:#777}._searchInput_r27p8_282:hover{border-color:#3a3a3a;background:#1e1e1e}._searchInput_r27p8_282:focus{border-color:#c850c0;box-shadow:0 0 0 3px #c850c026;background:#1e1e1e}._section_r27p8_311{display:flex;flex-direction:column;gap:.75rem}._sectionTitle_r27p8_317{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#888;padding:.15rem .1rem}._emptyMoods_r27p8_329{margin:.5rem 0 0;font-size:.8rem;color:#888}._loadingContainer_r27p8_335{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;gap:1rem;padding:4rem 0}@media(min-width:768px){._modeGrid_r27p8_15{grid-template-columns:1fr 1fr}}._container_1a3nu_1{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:.375rem;background-color:#1a1a1a;border:1px solid #2a2a2a;transition:all .2s ease;cursor:pointer}._container_1a3nu_1:hover{background-color:#222;border-color:#3a3a3a}._selected_1a3nu_18{background:linear-gradient(to right,#4158d01a,#c850c01a,#ffcc701a);border:1px solid #c850c0;position:relative}._selected_1a3nu_18:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:3px 0 0 3px}._main_1a3nu_35{display:flex;align-items:center;gap:.65rem;min-width:0;flex:1}._favoriteButton_1a3nu_43{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:9999px;background:transparent;color:#6b6b6b;cursor:pointer;transition:color .2s ease,background-color .2s ease}._favoriteButton_1a3nu_43:hover{color:#ffcc70;background:#ffcc701f}._favoriteActive_1a3nu_64{color:#ffcc70}._musicInfo_1a3nu_68{display:flex;align-items:center;gap:1rem;flex-shrink:0}._musicName_1a3nu_75{font-weight:500;color:#f5f5f5}._moods_1a3nu_80{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.25rem}._moodTag_1a3nu_87{font-size:.625rem;color:#c8c8c8;background-color:#2a2a2a;padding:.1rem .4rem;border-radius:9999px}._musicDuration_1a3nu_95{font-size:.75rem;color:#b0b0b0;background-color:#2a2a2a;padding:.125rem .5rem;border-radius:9999px}._playButton_1a3nu_103{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:transparent;border:1px solid #3a3a3a;border-radius:.375rem;color:#f5f5f5;font-size:.75rem;cursor:pointer;transition:all .2s}._playButton_1a3nu_103:hover{background-color:#c850c01a;border-color:#c850c0}._playButton_1a3nu_103:disabled{opacity:.5;cursor:not-allowed}._playIcon_1a3nu_127{width:.875rem;height:.875rem}@media screen and (max-width:600px){._container_1a3nu_1{flex-direction:column;align-items:flex-start}._musicInfo_1a3nu_68{justify-content:space-between;width:100%;margin-top:.5rem}._musicName_1a3nu_75{font-size:.875rem}}._body_1ppl4_1{display:flex;flex-direction:column;gap:.9rem}._dropzone_1ppl4_7{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:100%;padding:1.6rem 1rem;border-radius:.75rem;border:1px dashed #3a3a3a;background:#161616;color:#b0b0b0;cursor:pointer;text-align:center;transition:border-color .2s ease,background-color .2s ease,color .2s ease}._dropzone_1ppl4_7:hover,._dragging_1ppl4_24{border-color:#c850c0;background:#c850c014;color:#e7c3e4}._hasFile_1ppl4_30{border-style:dashed;background:#1a1a1a}._uploadIcon_1ppl4_35,._fileIcon_1ppl4_36{display:flex;align-items:center;justify-content:center;border-radius:999px;background:#c850c024;color:#c850c0}._uploadIcon_1ppl4_35{width:2.6rem;height:2.6rem;margin-bottom:.2rem}._fileIcon_1ppl4_36{width:1.7rem;height:1.7rem}._dropTitle_1ppl4_56{font-size:.95rem;font-weight:600;color:#f5f5f5}._hint_1ppl4_62{font-size:.78rem;color:#888}._fileList_1ppl4_67{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;max-height:180px;overflow-y:auto}._fileRow_1ppl4_78{display:grid;grid-template-columns:auto 1fr auto auto;gap:.55rem;align-items:center;padding:.55rem .7rem;border:1px solid #2a2a2a;border-radius:.6rem;background:#1a1a1a}._fileName_1ppl4_89{min-width:0;font-size:.85rem;font-weight:600;color:#f5f5f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileMeta_1ppl4_99{font-size:.75rem;color:#888}._clear_1ppl4_104{display:inline-flex;align-items:center;background:none;border:none;color:#b0b0b0;cursor:pointer;padding:0}._clear_1ppl4_104:hover{color:#f5f5f5}._check_1ppl4_118{position:relative;display:flex;gap:.75rem;align-items:flex-start;padding:.85rem .9rem;border:1px solid #2a2a2a;border-radius:.7rem;background:#161616;color:#d8d8d8;font-size:.85rem;line-height:1.45;cursor:pointer}._checkOn_1ppl4_133{border-color:#c850c08c;background:#c850c014}._checkError_1ppl4_138{border-color:#f87171}._checkInput_1ppl4_142{position:absolute;opacity:0;width:0;height:0}._box_1ppl4_149{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin-top:.1rem;border-radius:.35rem;border:1.5px solid #5a5a5a;background:#121212;color:#fff;flex-shrink:0}._checkOn_1ppl4_133 ._box_1ppl4_149{border-color:transparent;background:linear-gradient(43deg,#4158d0,#c850c0 70%)}._checkError_1ppl4_138 ._box_1ppl4_149{border-color:#f87171}._checkText_1ppl4_172{color:inherit}._error_1ppl4_176{margin:0;color:#f87171;font-size:.85rem}._actions_1ppl4_182{display:flex;justify-content:flex-end;gap:.75rem}._mixer_9gi9d_1{display:flex;flex-direction:column;gap:.85rem;padding:1rem;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:.5rem}._header_9gi9d_11{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._titleBlock_9gi9d_18{display:flex;flex-direction:column;gap:.2rem;min-width:0}._title_9gi9d_18{font-size:.875rem;font-weight:600;color:#f5f5f5}._subtitle_9gi9d_31{font-size:.75rem;color:#888}._playButton_9gi9d_36{display:inline-flex;align-items:center;gap:.4rem;flex-shrink:0;padding:.45rem .85rem;border-radius:999px;border:1px solid #c850c0;background:#c850c01f;color:#f5f5f5;font-size:.8rem;font-weight:500;cursor:pointer}._playButton_9gi9d_36:hover:not(:disabled){background:#c850c038}._playButton_9gi9d_36:disabled{opacity:.45;cursor:not-allowed}._playIcon_9gi9d_60{width:.9rem;height:.9rem}._fader_9gi9d_65{display:grid;grid-template-columns:4.5rem 1fr 2.6rem;align-items:center;gap:.65rem}._faderLabel_9gi9d_72{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:#d0d0d0}._faderIcon_9gi9d_80{width:.85rem;height:.85rem;color:#c850c0}._slider_9gi9d_86{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:.35rem;border-radius:999px;background:#2a2a2a;outline:none;cursor:pointer}._slider_9gi9d_86::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;border-radius:50%;background:#c850c0;border:none;cursor:pointer}._slider_9gi9d_86::-moz-range-thumb{width:1rem;height:1rem;border-radius:50%;background:#c850c0;border:none;cursor:pointer}._percent_9gi9d_117{font-size:.75rem;font-variant-numeric:tabular-nums;color:#f5f5f5;text-align:right}._hint_9gi9d_124{margin:0;font-size:.75rem;color:#888}._error_9gi9d_130{margin:0;font-size:.75rem;color:#eab308}._container_tx6tm_1{width:100%;display:flex;flex-direction:column;gap:1.5rem}._choiceOptions_tx6tm_8{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._choiceOption_tx6tm_8{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border-radius:.75rem;background-color:#1a1a1a;border:2px solid #2a2a2a;color:inherit;font:inherit;cursor:pointer;transition:all .2s ease}._choiceOption_tx6tm_8:hover{background-color:#222;border-color:#3a3a3a;transform:translateY(-2px)}._choiceOption_tx6tm_8._selected_tx6tm_35{background:linear-gradient(135deg,#4158d026,#c850c026);border:2px solid #c850c0;box-shadow:0 0 20px #c850c040}._choicePreview_tx6tm_41{display:flex;justify-content:center;align-items:center}._choicePreviewBox_tx6tm_47{width:120px;height:68px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:.5rem;display:flex;align-items:center;justify-content:center;border:2px solid #3a3a3a;transition:all .2s ease}._choiceOption_tx6tm_8._selected_tx6tm_35 ._choicePreviewBox_tx6tm_47{border-color:#c850c0;background:linear-gradient(135deg,#c850c033,#4158d033)}._choiceIcon_tx6tm_64{width:28px;height:28px;color:#888;transition:color .2s ease}._choiceOption_tx6tm_8._selected_tx6tm_35 ._choiceIcon_tx6tm_64{color:#c850c0}._choiceLabel_tx6tm_75{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}._choiceName_tx6tm_83{font-size:1rem;font-weight:600;color:#f5f5f5}._choiceDescription_tx6tm_89{font-size:.8rem;color:#888;margin-top:.25rem}._uploadFont_tx6tm_95{margin-top:.4rem;background:none;border:none;color:#c850c0;cursor:pointer;font-size:.8rem;padding:0}._subtitleOptions_tx6tm_105{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem;animation:_fadeIn_tx6tm_1 .3s ease}._optionsSection_tx6tm_114{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1rem}._sectionTitle_tx6tm_121{font-size:.9rem;font-weight:600;color:#f5f5f5;margin-bottom:1rem;border-bottom:1px solid #333;padding-bottom:.5rem}._optionRow_tx6tm_130{display:grid;grid-template-columns:1fr 1fr;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}._optionRowFlex_tx6tm_139{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:1rem}._optionColumn_tx6tm_147{margin-right:rem}._optionLabel_tx6tm_150{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#f5f5f5}._secondarySelect_tx6tm_158{min-width:140px;max-width:180px;padding:.5rem 2rem .5rem .65rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;cursor:pointer}._secondarySelect_tx6tm_158:hover{border-color:#3a3a3a}._secondarySelect_tx6tm_158:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 2px #c850c040}._fontSelect_tx6tm_185,._select_tx6tm_35{width:100%;padding:.5rem 2rem .5rem .5rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;font-size:.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}._fontSelect_tx6tm_185:focus,._select_tx6tm_35:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 2px #c850c040}._colorPickerWrapper_tx6tm_209{position:relative;width:2.5rem;height:2.5rem;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#333,#222);padding:2px}._colorInput_tx6tm_218{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}._colorPreview_tx6tm_225{position:absolute;top:2px;bottom:2px;left:2px;right:2px;border-radius:6px;border:1px solid rgba(255,255,255,.1);z-index:1;pointer-events:none}._previewText_tx6tm_234{display:flex}._inputGroup_tx6tm_239{display:flex;align-items:center;gap:.5rem}._numberInput_tx6tm_245{width:3rem;padding:.25rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;font-size:.875rem;text-align:center}._buttonGroup_tx6tm_257{display:flex;gap:.25rem}._iconButton_tx6tm_262{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;cursor:pointer;transition:all .2s ease}._iconButtonBottom_tx6tm_275{display:flex;align-items:flex-end;justify-content:center;width:2.5rem;height:2.5rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;cursor:pointer;transition:all .2s ease;padding:5px}._iconButtonTop_tx6tm_289{display:flex;align-items:flex-start;justify-content:center;width:2.5rem;height:2.5rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;cursor:pointer;transition:all .2s ease;padding:5px}._iconButton_tx6tm_262:hover{background-color:#2a2a2a}._iconButtonActive_tx6tm_308{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;border-color:transparent}._smallText_tx6tm_316{font-size:.7rem}._mediumText_tx6tm_317{font-size:1.2rem}._largeText_tx6tm_318{font-size:1.8rem}._caseMixed_tx6tm_319{font-size:.95rem;font-weight:600;letter-spacing:.02em}._caseUpper_tx6tm_320{font-size:.95rem;font-weight:700;letter-spacing:.02em}._previewSection_tx6tm_323{margin-top:1rem}._previewLabel_tx6tm_327{display:block;font-weight:500;color:#f5f5f5;margin-bottom:.75rem}._previewContainer_tx6tm_334{width:100%;max-width:400px;margin:1.5rem auto 0}._videoPreview_tx6tm_340{display:flex;justify-content:center;width:100%;height:100%;background-color:#000;border:1px solid #3a3a3a;border-radius:.5rem;overflow:hidden;padding:2rem}._subtitlePreview_tx6tm_352{display:flex;align-items:center;justify-content:center}._colorPickerWrapper_tx6tm_209{background:#121212}._colorInput_tx6tm_218{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:2.5rem;height:2.5rem;background:transparent;cursor:pointer}._colorInput_tx6tm_218::-webkit-color-swatch-wrapper{padding:0;background-color:#1a1a1a;border-radius:8px}._colorInput_tx6tm_218::-webkit-color-swatch{border:none;border-radius:6px;background-color:currentColor}._colorInput_tx6tm_218::-moz-color-swatch{border:none;background-color:#1a1a1a;border-radius:6px}@keyframes _fadeIn_tx6tm_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._subtitleOptions_tx6tm_105{gap:2rem}}@media(max-width:500px){._choiceOptions_tx6tm_8{grid-template-columns:1fr}._choiceOption_tx6tm_8{flex-direction:row;padding:1rem;gap:1rem}._choicePreviewBox_tx6tm_47{width:88px;height:52px}._choiceLabel_tx6tm_75{align-items:flex-start;text-align:left}}@media(max-width:480px){._optionRow_tx6tm_130{grid-template-columns:1fr}}._container_7pjl0_1{position:relative;width:100%}._toggle_7pjl0_5{width:100%;padding:.6rem 1rem;background-color:#121212;color:#f5f5f5;border:1px solid #2a2a2a;border-radius:.375rem;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}._caret_7pjl0_18{margin-left:.5rem}._list_7pjl0_21{position:absolute;top:100%;left:0;width:100%;max-height:400px;overflow-y:auto;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;margin-top:.25rem;z-index:10}._item_7pjl0_34{padding:.5rem 1rem;cursor:pointer;color:#f5f5f5}._item_7pjl0_34:hover,._item_7pjl0_34:focus{background-color:#2a2a2a}._group_7pjl0_44{padding:.4rem 1rem .2rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#888}._container_1gkqu_1{width:100%;display:flex;flex-direction:column;gap:1rem}._toolbar_1gkqu_8{display:flex;flex-direction:column;gap:.75rem}._searchField_1gkqu_14{position:relative;display:flex;align-items:center;width:100%}._searchIcon_1gkqu_21{position:absolute;left:.85rem;color:#888;pointer-events:none}._searchInput_1gkqu_28{width:100%;padding:.7rem .9rem .7rem 2.4rem;border-radius:.7rem;border:2px solid #2a2a2a;background:#1a1a1a;color:#f5f5f5;font:inherit;font-size:.9rem;font-weight:500;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}._searchInput_1gkqu_28::placeholder{color:#777}._searchInput_1gkqu_28:hover{border-color:#3a3a3a;background:#1e1e1e}._searchInput_1gkqu_28:focus{border-color:#c850c0;box-shadow:0 0 0 3px #c850c026;background:#1e1e1e}._toolbarRow_1gkqu_57{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}._sortBar_1gkqu_65{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto}._sortLabel_1gkqu_73{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#888}._sortOptions_1gkqu_81{display:inline-flex;gap:.5rem;flex-wrap:wrap}._sortButton_1gkqu_87{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:.5rem;background-color:#1a1a1a;border:2px solid #2a2a2a;color:#bbb;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;font:inherit}._sortButton_1gkqu_87:hover{background-color:#222;border-color:#3a3a3a;color:#f5f5f5}._sortButton_1gkqu_87._sortActive_1gkqu_109{background:linear-gradient(135deg,#c850c01f,#4158d01f);border-color:#c850c0;color:#fff;box-shadow:0 0 12px #c850c026}._section_1gkqu_116{display:flex;flex-direction:column;gap:.55rem}._sectionLabel_1gkqu_122{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#a07070}._modelGrid_1gkqu_132{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;padding:.05rem}._modelCard_1gkqu_139{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;padding:0;border:2px solid #2a2a2a;border-radius:.75rem;overflow:hidden;background:#141414;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,filter .28s ease,opacity .28s ease;aspect-ratio:3 / 4}._modelCard_1gkqu_139:hover:not(:disabled){transform:translateY(-2px);border-color:#c850c073;box-shadow:0 10px 22px #00000059}._modelCard_1gkqu_139._selected_1gkqu_169{border-color:#c850c0;box-shadow:0 0 0 1px #c850c059,0 0 20px #c850c047}._modelCard_1gkqu_139._disabled_1gkqu_176{cursor:not-allowed;border-color:#3a2222;border-style:dashed;filter:grayscale(1) brightness(.58) contrast(.92);opacity:.78}._modelCard_1gkqu_139._disabled_1gkqu_176:hover{transform:none;border-color:#3a2222;box-shadow:none}._cardMedia_1gkqu_190{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;background:#0f0f0f}._mediaFrame_1gkqu_198,._mediaFallback_1gkqu_199{position:absolute;top:0;right:0;bottom:0;left:0;display:block}._mediaVideo_1gkqu_205,._mediaPoster_1gkqu_206{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}._mediaVideo_1gkqu_205{opacity:0;transition:opacity .35s ease}._mediaVideoReady_1gkqu_220{opacity:1}._mediaPoster_1gkqu_206{transition:opacity .35s ease;z-index:1}._mediaPosterHidden_1gkqu_229{opacity:0;pointer-events:none}._mediaLoading_1gkqu_234{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(120deg,#c850c02e,#4158d024,#c850c02e);background-size:200% 200%;animation:_shimmer_1gkqu_1 1.6s ease infinite}._mediaFallback_1gkqu_199{display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,rgba(200,80,192,.28),transparent 45%),radial-gradient(circle at 75% 80%,rgba(65,88,208,.28),transparent 42%),#151515;overflow:hidden}._mediaFallbackGlow_1gkqu_258{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:conic-gradient(from 120deg,#c850c033,#4158d01f,#ffcc701a,#c850c033);animation:_spinSlow_1gkqu_1 10s linear infinite;opacity:.7}._fallbackIcon_1gkqu_272{position:relative;z-index:1;color:#ffffffb8;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}._cardScrim_1gkqu_279{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,#0808080d 30%,#08080866 58%,#080808f0)}._modelCard_1gkqu_139:hover:not(:disabled) ._cardScrim_1gkqu_279{background:linear-gradient(180deg,#08080805 26%,#08080861 56%,#080808f0)}._modelCard_1gkqu_139._selected_1gkqu_169 ._cardScrim_1gkqu_279{background:linear-gradient(180deg,#4158d01a 26%,#140c186b 56%,#0c0810f2)}._modelCard_1gkqu_139._disabled_1gkqu_176 ._cardScrim_1gkqu_279{background:linear-gradient(180deg,#1408084d 20%,#0c080894 55%,#080606f2)}._disabledHatch_1gkqu_319{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:repeating-linear-gradient(-42deg,transparent 0,transparent 7px,rgba(255,80,80,.1) 7px,rgba(255,80,80,.1) 9px)}._disabledBadge_1gkqu_333{position:absolute;top:.4rem;left:.4rem;z-index:4;max-width:calc(100% - .8rem);padding:.16rem .4rem;border-radius:999px;background:#5a1212eb;border:1px solid rgba(255,110,110,.45);color:#ffd0d0;font-size:.55rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 8px #00000059}._selectedBadge_1gkqu_355{position:absolute;top:.4rem;right:.4rem;z-index:4;display:grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:999px;color:#fff;background:linear-gradient(135deg,#c850c0,#4158d0);box-shadow:0 4px 12px #c850c066;animation:_fadeIn_1gkqu_1 .22s ease}._selectedBadge_1gkqu_355 svg{width:.8rem;height:.8rem}._cardBody_1gkqu_376{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.55rem .5rem .5rem;min-width:0}._modelName_1gkqu_390{max-width:100%;font-size:.78rem;font-weight:700;line-height:1.2;color:#fff;letter-spacing:.01em;text-shadow:0 1px 8px rgba(0,0,0,.55);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}._modelCard_1gkqu_139._disabled_1gkqu_176 ._modelName_1gkqu_390{color:#d8b0b0;text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:#ff8c8cb3}._creditsPill_1gkqu_412{display:inline-flex;align-items:center;gap:.2rem;max-width:100%;padding:.18rem .42rem;border-radius:999px;background:#0c0c0c9e;border:1px solid rgba(200,80,192,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f5f5f5;font-size:.62rem;font-weight:650;line-height:1;white-space:nowrap}._modelCard_1gkqu_139._selected_1gkqu_169 ._creditsPill_1gkqu_412{background:#c850c03d;border-color:#c850c08c}._creditsIcon_1gkqu_434{color:#e28bd9;flex-shrink:0;width:.7rem;height:.7rem}._creditsValue_1gkqu_441{font-variant-numeric:tabular-nums;color:#fff;flex-shrink:0}._creditsUnit_1gkqu_447{color:#d7a6d3;font-size:.95em;font-weight:600;flex-shrink:0}._unavailableLabel_1gkqu_454{font-size:.6rem;font-weight:600;line-height:1.25;color:#f0a0a0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._empty_1gkqu_465{margin:0;color:#888;font-size:.9rem}@media(min-width:560px){._modelGrid_1gkqu_132{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}._modelCard_1gkqu_139{aspect-ratio:1 / 1;border-radius:.8rem}._modelName_1gkqu_390{font-size:.84rem}._creditsPill_1gkqu_412{font-size:.65rem;padding:.16rem .4rem}._cardBody_1gkqu_376{gap:.28rem;padding:.55rem .5rem .5rem}}@media(min-width:820px){._modelGrid_1gkqu_132{grid-template-columns:repeat(4,minmax(0,1fr))}._modelName_1gkqu_390{font-size:.88rem}._creditsPill_1gkqu_412{font-size:.68rem}}@media(min-width:1040px){._modelGrid_1gkqu_132{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1200px){._modelGrid_1gkqu_132{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:360px){._modelGrid_1gkqu_132{gap:.45rem}._modelName_1gkqu_390{font-size:.72rem}._creditsPill_1gkqu_412{font-size:.58rem;padding:.14rem .34rem;gap:.15rem}._cardBody_1gkqu_376{padding:.45rem .4rem .4rem;gap:.22rem}._disabledBadge_1gkqu_333{font-size:.5rem;padding:.12rem .3rem}}@keyframes _shimmer_1gkqu_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _spinSlow_1gkqu_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_1gkqu_1{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}._trigger_1sf89_1{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:.5rem;border:2px solid #c850c0;background:linear-gradient(135deg,#c850c038,#4158d033);color:#fff;font:inherit;font-size:.8rem;font-weight:650;cursor:pointer;white-space:nowrap;flex-shrink:0;width:auto}._trigger_1sf89_1:hover{border-color:#e28bd9;background:linear-gradient(135deg,#c850c057,#4158d047)}._overlay_1sf89_24{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000b8}._modal_1sf89_35{display:flex;flex-direction:column;width:min(1180px,100%);max-height:92vh;overflow:hidden;border-radius:.75rem;border:1px solid #2a2a2a;background:#161616;box-shadow:0 18px 48px #0000008c}._header_1sf89_47{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.9rem 1rem .7rem;border-bottom:1px solid #2a2a2a;flex-shrink:0}._title_1sf89_57{margin:0;font-size:1.05rem;font-weight:650;color:#f5f5f5}._subtitle_1sf89_64{margin:.25rem 0 0;font-size:.8rem;color:#888}._close_1sf89_70{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;border:0;background:transparent;color:#888;cursor:pointer}._close_1sf89_70:hover{color:#fff}._filters_1sf89_85{display:flex;flex-wrap:wrap;gap:.45rem}._toolbar_1sf89_91{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem .35rem;flex-shrink:0}._sortBar_1sf89_101{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}._sortLabel_1sf89_108{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#888}._sortButton_1sf89_116{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border-radius:.5rem;background:#1a1a1a;border:2px solid #2a2a2a;color:#bbb;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}._sortButton_1sf89_116:hover{color:#fff;border-color:#3a3a3a}._sortActive_1sf89_136{border-color:#c850c0;color:#fff;background:linear-gradient(135deg,#c850c01f,#4158d01f)}._filter_1sf89_85{padding:.35rem .7rem;border-radius:999px;border:1px solid #2a2a2a;background:#1a1a1a;color:#bbb;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}._filter_1sf89_85:hover{color:#fff;border-color:#3a3a3a}._filterActive_1sf89_159{border-color:#c850c0;color:#fff;background:linear-gradient(135deg,#c850c029,#4158d024)}._body_1sf89_165{min-height:0;overflow:auto;padding:.5rem 1rem 1.1rem;display:flex;flex-direction:column;gap:1.15rem}._empty_1sf89_174{margin:1.5rem 0;text-align:center;color:#888;font-size:.88rem}._grid_1sf89_181{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem}._card_1sf89_187{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:1px solid #2a2a2a;border-radius:.7rem;background:#0f0f0f;cursor:pointer}._card_1sf89_187:hover{border-color:#c850c080}._cardVideo_1sf89_203{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}._cardScrim_1sf89_212{position:absolute;inset:auto 0 0;height:52%;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(8,8,8,.92))}._cardMeta_1sf89_220{position:absolute;left:.55rem;right:.55rem;bottom:.45rem;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.28rem}._cardLabel_1sf89_232{font-size:.78rem;font-weight:700;color:#fff;text-align:left;text-shadow:0 1px 8px rgba(0,0,0,.7)}._creditsPill_1sf89_240{display:inline-flex;align-items:center;gap:.2rem;padding:.18rem .42rem;border-radius:999px;background:#0c0c0c9e;border:1px solid rgba(200,80,192,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f5f5f5;font-size:.62rem;font-weight:650;line-height:1;white-space:nowrap}._creditsIcon_1sf89_256{color:#e28bd9;flex-shrink:0}._creditsValue_1sf89_261{font-variant-numeric:tabular-nums;color:#fff}._creditsUnit_1sf89_266{color:#d7a6d3;font-size:.95em;font-weight:600}._fullscreen_1sf89_272{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000000eb;cursor:pointer}._fullscreenFrame_1sf89_284{position:relative;max-width:96vw;max-height:88vh;overflow:hidden;border-radius:.75rem;border:1px solid #2a2a2a;background:#0f0f0f;box-shadow:0 18px 48px #00000080;cursor:default}._fullscreenVideo_1sf89_296{display:block;max-width:96vw;max-height:88vh;width:auto;height:auto;object-fit:contain}._fullscreenLabel_1sf89_305{position:absolute;left:.85rem;right:.85rem;bottom:.7rem;margin:0;font-size:.9rem;font-weight:700;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.75)}._fullscreenClose_1sf89_317{position:absolute;top:.85rem;right:.85rem;display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:0;border-radius:999px;background:#141414b3;color:#fff;cursor:pointer}@media(max-width:700px){._grid_1sf89_181{grid-template-columns:1fr}._overlay_1sf89_24{padding:.5rem}._fullscreen_1sf89_272{padding:.75rem}}._formatBadge_1m6z6_1{position:absolute;top:.4rem;left:.4rem;z-index:4;max-width:calc(100% - .8rem);padding:.16rem .4rem;border-radius:999px;background:#12121ce0;border:1px solid rgba(200,80,192,.4);color:#e8d0e6;font-size:.55rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 8px #00000059}._container_s6c27_1{width:100%;container-type:inline-size;container-name:rendermode}._grid_s6c27_7{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.5rem,1.4cqi,.9rem)}._card_s6c27_13{display:flex;align-items:flex-start;gap:clamp(.6rem,1.8cqi,1rem);min-width:0;padding:clamp(.85rem,2cqi,1.25rem);border-radius:.75rem;background-color:#1a1a1a;border:2px solid #2a2a2a;color:#f5f5f5;font:inherit;text-align:left;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}._card_s6c27_13:hover:not(:disabled){background-color:#222;border-color:#3a3a3a;transform:translateY(-2px)}._card_s6c27_13:disabled{cursor:not-allowed;opacity:.55}._card_s6c27_13._selected_s6c27_40{background:linear-gradient(135deg,#c850c01a,#4158d01a);border-color:#c850c0;box-shadow:0 0 20px #c850c033}._iconWrapper_s6c27_46{width:clamp(2.25rem,6cqi,3rem);height:clamp(2.25rem,6cqi,3rem);border-radius:.65rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid transparent;transition:transform .3s ease}._card_s6c27_13:hover:not(:disabled) ._iconWrapper_s6c27_46{transform:scale(1.08)}._info_s6c27_62{display:flex;flex-direction:column;gap:.25rem;min-width:0}._name_s6c27_69{font-size:clamp(.85rem,2.1cqi,1rem);font-weight:700;line-height:1.2}._subtitle_s6c27_75{font-size:clamp(.62rem,1.6cqi,.75rem);font-weight:600;color:#c850c0;background:#c850c026;padding:.12rem .4rem;border-radius:.25rem;align-self:flex-start;line-height:1.2}._description_s6c27_86{font-size:clamp(.68rem,1.5cqi,.8rem);color:#888;line-height:1.35}._creditsPill_s6c27_92{display:inline-flex;align-items:center;gap:.3rem;margin-top:.2rem;font-size:clamp(.66rem,1.5cqi,.78rem);font-weight:600;color:#f5f5f5}@container rendermode (max-width: 560px){._grid_s6c27_7{grid-template-columns:1fr}}@supports not (container-type: inline-size){@media(max-width:560px){._grid_s6c27_7{grid-template-columns:1fr}}}._videoContainer_1ddu8_1{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1rem}._videoWrapper_1ddu8_8{width:100%;min-height:0;overflow:hidden;background:#0a0a0a;border-radius:12px}._videoWrapperHorizontal_1ddu8_17{width:min(100%,calc(65vh * 16 / 9));aspect-ratio:16 / 9;margin-inline:auto}._videoWrapperVertical_1ddu8_24{width:min(100%,420px,39.375vh);aspect-ratio:9 / 16;margin-inline:auto}@media(max-width:768px){._videoContainer_1ddu8_1{gap:.7rem;margin-bottom:.75rem}._videoWrapper_1ddu8_8{border-radius:10px}._videoWrapperHorizontal_1ddu8_17{width:100%;max-width:100%}._videoWrapperVertical_1ddu8_24{width:min(100%,340px,36.5625vh)}}._youtubePanel_1ddu8_50{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#1e1e1e;border:1px solid #2a2a2a;border-radius:12px;padding:1rem;color:#fff}._youtubePanel_1ddu8_50 p{margin:.25rem 0 0;color:#b0b0b0}._youtubeError_1ddu8_67{color:#fca5a5!important}._youtubeButton_1ddu8_71,._modalActions_1ddu8_72 button:last-child{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:700;cursor:pointer}._youtubeButton_1ddu8_71:disabled,._modalActions_1ddu8_72 button:disabled{opacity:.55;cursor:not-allowed}._modalBackdrop_1ddu8_88{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000000b8;padding:1rem}._publishModal_1ddu8_99{width:min(720px,100%);max-height:90vh;overflow:auto;background:#1e1e1e;border:1px solid #3a3a3a;border-radius:16px;padding:1.5rem;color:#fff}._publishModal_1ddu8_99 h3{margin:0 0 .5rem}._publishModal_1ddu8_99 p{color:#b0b0b0}._formField_1ddu8_118{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._formField_1ddu8_118 input,._formField_1ddu8_118 textarea,._formField_1ddu8_118 select{width:100%;background:#121212;border:1px solid #3a3a3a;border-radius:8px;color:#fff;padding:.75rem}._formField_1ddu8_118 textarea{min-height:120px;resize:vertical}._formGrid_1ddu8_141,._checkboxGrid_1ddu8_142{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._checkboxGrid_1ddu8_142{margin-bottom:1rem}._modalActions_1ddu8_72{display:flex;justify-content:flex-end;gap:.75rem}._modalActions_1ddu8_72 button:first-child{background:#2a2a2a;color:#fff;border:1px solid #3a3a3a;border-radius:8px;padding:.75rem 1rem;cursor:pointer}._container_9z5hg_1{display:flex;flex-direction:column;gap:8px;padding:12px 0}._timelineWrapper_9z5hg_8{position:relative;width:100%;cursor:pointer;user-select:none;-webkit-user-select:none}._track_9z5hg_16{display:flex;width:100%;height:48px;border-radius:6px;overflow:hidden;background:#1a1a2e;border:1px solid rgba(255,255,255,.08)}._segment_9z5hg_26{position:relative;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:filter .15s ease;border-right:1px solid rgba(0,0,0,.3)}._segment_9z5hg_26:last-child{border-right:none}._segment_9z5hg_26:hover{filter:brightness(1.2)}._segmentActive_9z5hg_45{filter:brightness(1.3);box-shadow:inset 0 0 0 2px #ffffff40}._segmentLabel_9z5hg_50{font-size:11px;font-weight:600;color:#ffffffd9;text-shadow:0 1px 2px rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 6px;pointer-events:none}._playhead_9z5hg_62{position:absolute;top:-4px;bottom:-4px;width:3px;background:#ff3b3b;transform:translate(-50%);pointer-events:none;z-index:10;border-radius:1px;box-shadow:0 0 6px #ff3b3b80}._playheadHandle_9z5hg_75{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#ff3b3b;border-radius:50%;border:2px solid #fff;box-shadow:0 0 4px #00000080}._timeRow_9z5hg_88{display:flex;justify-content:space-between;align-items:center;padding:0 2px}._timeLabel_9z5hg_95{font-size:12px;color:#ffffff80;font-variant-numeric:tabular-nums;font-family:SF Mono,Monaco,Menlo,monospace}._currentTime_9z5hg_102{color:#fffc;font-weight:500}._controls_9z5hg_107{display:flex;justify-content:center;align-items:center;gap:8px}._editButton_9z5hg_114{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 24px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.3px}._editButton_9z5hg_114:hover{transform:translateY(-1px);box-shadow:0 4px 12px #c850c066}._editButton_9z5hg_114:active{transform:translateY(0)}._editButton_9z5hg_114:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}._clipIndicator_9z5hg_148{font-size:12px;color:#ffffff80;padding:4px 10px;background:#ffffff0f;border-radius:6px}._tooltip_9z5hg_157{position:absolute;top:-32px;transform:translate(-50%);background:#000000d9;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;pointer-events:none;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media screen and (max-width:600px){._track_9z5hg_16{height:40px}._segmentLabel_9z5hg_50{font-size:10px}._editButton_9z5hg_114{padding:6px 16px;font-size:12px}}._image_1xu7f_2{width:100%;height:100%;border-radius:8px;background-position:center;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}._image_1xu7f_2 h1{display:none}._image_1xu7f_2:hover{filter:brightness(.8)}._image_1xu7f_2:hover h1{display:block;color:#fff;font-size:1.5rem;font-weight:600;text-align:center}._previewWrap_1xu7f_32{position:relative;width:100%;height:100%}._regenOverlay_1xu7f_38{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#00000073;color:#fff;font-size:.85rem;border-radius:8px;pointer-events:none}._image_1xu7f_2 video{width:100%;height:100%;border-radius:10px;object-fit:cover}._videoContainer_16kkq_1{width:100%;flex:0 0 auto;position:relative;border-radius:6px;overflow:hidden;line-height:0}._promptContainer_16kkq_10{display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto;width:100%;margin-top:4px}._prompt_16kkq_10{max-height:200px;overflow-y:auto}._buttonsContainer_16kkq_24{display:flex;flex-direction:row;justify-content:flex-end;flex-wrap:wrap;margin-top:8px;margin-bottom:8px;gap:8px}._textArea_16kkq_34{width:100%;max-width:60rem;border-radius:8px;padding:12px;font-size:.95rem;font-family:Arial,Helvetica,sans-serif;border:1px solid #DAE2ED;box-shadow:0 2px 2px #f3f6f9;transition:border-color .2s,box-shadow .2s;outline:none;margin-bottom:12px;background-color:#121212;color:#fff}._textAreaButtons_16kkq_50{display:flex;gap:1rem;flex-direction:row;justify-content:flex-end}._enhanceLoadingContainer_16kkq_57{display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px;width:100%}._reformulationEntry_16kkq_66{padding:12px;margin-bottom:12px;background:#ff98001a;border-left:3px solid #ff9800;border-radius:4px}._reformulationEntry_16kkq_66:last-child{margin-bottom:0}@media(max-width:768px){._buttonsContainer_16kkq_24{flex-direction:column;gap:8px}._textArea_16kkq_34{font-size:.9rem}}._wrap_14zfm_1{margin:10px 0 4px}._label_14zfm_5{margin:0 0 8px;font-size:.8rem;color:#ffffffb3}._row_14zfm_11{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}._thumb_14zfm_18{position:relative;flex:0 0 72px;width:72px;height:48px;padding:0;border:2px solid rgba(255,255,255,.15);border-radius:8px;overflow:hidden;background:#00000059;cursor:pointer}._thumb_14zfm_18 img,._thumb_14zfm_18 video{width:100%;height:100%;object-fit:cover;display:block}._thumb_14zfm_18:disabled{cursor:default}._active_14zfm_43{border-color:#c850c0;box-shadow:0 0 0 1px #c850c080}._fallback_14zfm_48{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:.85rem}._index_14zfm_58{position:absolute;right:3px;bottom:2px;font-size:.65rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8)}._modal_1hy24_1{display:flex;flex-direction:row;gap:12px;height:65vh;width:100%;color:#fff}._videoContainer_1hy24_10{flex:0 0 auto;height:100%;max-width:45%;position:relative;border-radius:6px;overflow:hidden;line-height:0}._promptContainer_1hy24_20{display:flex;flex-direction:column;flex:1 1 0;min-width:0;overflow-y:auto}._prompt_1hy24_20{overflow-y:auto;flex:1;min-height:0}._buttonsContainer_1hy24_34{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}._buttonsContainer_1hy24_34>span{width:100%;display:flex;justify-content:flex-end}._textArea_1hy24_47{width:100%;border-radius:8px;padding:12px;font-size:.95rem;font-family:Arial,Helvetica,sans-serif;border:1px solid #DAE2ED;box-shadow:0 2px 2px #f3f6f9;transition:border-color .2s,box-shadow .2s;outline:none;margin-bottom:12px;background-color:#121212;color:#fff}._textAreaButtons_1hy24_62{display:flex;flex-direction:row;justify-content:flex-end;gap:1rem;margin-bottom:1rem}._enhanceLoadingContainer_1hy24_70{display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px;width:100%}@media(max-width:768px){._modal_1hy24_1{flex-direction:column;height:auto;max-height:75vh}._videoContainer_1hy24_10{max-width:100%;height:auto;max-height:300px}._promptContainer_1hy24_20{width:100%;margin:0}._buttonsContainer_1hy24_34{flex-direction:row;flex-wrap:wrap}}._imageCard_1gerv_1{position:relative;aspect-ratio:16 / 9;background:#14142399;border-radius:8px;overflow:hidden}._image_1gerv_1{position:relative;width:100%;height:100%;border-radius:8px;background-position:center;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}._image_1gerv_1 h1{display:none}._image_1gerv_1:hover{filter:brightness(.8)}._image_1gerv_1:hover h1{display:block;color:#fff;font-size:1.5rem;font-weight:600;text-align:center}._image_1gerv_1 video{width:100%;height:100%;border-radius:10px;object-fit:cover}._overlay_1gerv_46{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fffc;font-size:2rem;font-weight:600;opacity:0;transition:opacity .2s ease;pointer-events:none}._image_1gerv_1:hover ._overlay_1gerv_46{opacity:1}._errorPlaceholder_1gerv_63{width:100%;height:100%;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1e1e1ee6;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:16px;text-align:center;gap:8px}._errorIconLarge_1gerv_79{color:#ef4444cc}._errorMessage_1gerv_83{color:#ffffffb3;font-weight:500;font-size:.85em;margin:0}._errorDetails_1gerv_90{color:#ffffff80;font-size:.75em;margin:0;max-width:90%;overflow:hidden;text-overflow:ellipsis}._regenerateButton_1gerv_99{background:transparent;color:#ef4444e6;border:1px solid rgba(239,68,68,.4);border-radius:6px;padding:6px 12px;font-size:.8em;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;margin-top:4px}._regenerateButton_1gerv_99:hover{background:#ef44441a;border-color:#ef444499}@media(max-width:768px){._image_1gerv_1{border-radius:4px;transition:transform .1s}._image_1gerv_1 h1,._overlay_1gerv_46{font-size:1rem}._errorPlaceholder_1gerv_63{padding:12px}._errorIconLarge_1gerv_79{width:32px;height:32px}._regenerateButton_1gerv_99{font-size:.8em;padding:8px 12px}}._lockedCard_tut8l_4{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;aspect-ratio:16 / 9;padding:14px;border-radius:10px;border:1px solid rgba(200,80,192,.35);background:linear-gradient(135deg,#4158d01a,#c850c01a 55%,#ffcc7014),#12121ed9;color:#ffffffe6;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;font-family:inherit;text-align:center;overflow:hidden}._lockedCard_tut8l_4:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;padding:1px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .15s ease}._lockedCard_tut8l_4:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px -8px #c850c059}._lockedCard_tut8l_4:hover:not(:disabled):after{opacity:1}._lockedCard_tut8l_4:disabled{cursor:not-allowed;opacity:.75}._lockBadge_tut8l_63{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 4px 14px -4px #c850c08c}._lockedLabel_tut8l_75{font-size:.92rem;font-weight:600;color:#fff;letter-spacing:.2px}._lockedSub_tut8l_82{font-size:.78rem;color:#ffffffb8;line-height:1.2;padding:0 6px}._unlockBanner_tut8l_92{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;margin:16px 0;padding:18px 22px;border-radius:14px;background:linear-gradient(135deg,#4158d038,#c850c047 55%,#ffcc7038),#12121eeb;color:#fff;overflow:hidden}._unlockBanner_tut8l_92:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._unlockBannerLeft_tut8l_127{display:flex;align-items:center;gap:14px;min-width:0}._unlockBannerIcon_tut8l_134{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;flex-shrink:0;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 6px 18px -4px #c850c080}._unlockBannerText_tut8l_147{display:flex;flex-direction:column;gap:4px;min-width:0}._unlockBannerTitle_tut8l_154{font-size:1rem;font-weight:700;color:#fff;line-height:1.25}._unlockBannerSub_tut8l_161{color:#ffffffc7;font-size:.85rem;line-height:1.35}._unlockBannerBtn_tut8l_167{position:relative;flex-shrink:0;padding:11px 22px;border-radius:10px;border:none;color:#fff;font-size:.92rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;font-family:inherit;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 10px 24px -10px #c850c0b3}._unlockBannerBtn_tut8l_167:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.08);box-shadow:0 14px 28px -10px #c850c0d9}._unlockBannerBtn_tut8l_167:disabled{opacity:.65;cursor:not-allowed}._unlockBannerPrice_tut8l_195{margin-left:8px;padding:2px 8px;border-radius:999px;background:#ffffff2e;font-size:.82rem;font-weight:700;letter-spacing:.2px}@media(max-width:720px){._unlockBanner_tut8l_92{flex-direction:column;align-items:stretch;padding:16px}._unlockBannerLeft_tut8l_127{align-items:flex-start}._unlockBannerBtn_tut8l_167{width:100%;justify-content:center}}._wrapper_1fvfy_1{width:100%}._grid_1fvfy_5{display:grid;gap:10px;margin-bottom:10px;min-height:180px}._pagination_1fvfy_12{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 0}._pageButton_1fvfy_20{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(200,80,192,.4);background:transparent;color:#c850c0;cursor:pointer;transition:all .2s ease}._pageButton_1fvfy_20:hover:not(:disabled){background:#c850c01f}._pageButton_1fvfy_20:disabled{opacity:.3;cursor:not-allowed}._pageInfo_1fvfy_43{font-size:13px;color:#ffffff8c;font-variant-numeric:tabular-nums}@media(max-width:768px){._grid_1fvfy_5{gap:0px}}._videoHeader_1gozb_5{position:relative;background:linear-gradient(160deg,#120e20f7,#161226f7 60%,#1e142cf2);border:1px solid rgba(200,80,192,.08);border-radius:16px;padding:0;margin-bottom:1.25rem;overflow:hidden}._videoHeader_1gozb_5:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#4158d0,#c850c0,#ffcc70)}._videoHeaderWithThumbnail_1gozb_25:before{z-index:4}._videoHeaderWithThumbnail_1gozb_25>*{position:relative;z-index:3}._videoHeaderWithThumbnail_1gozb_25{background:linear-gradient(160deg,#120e20fa,#161226fa 56%,#1e142cf5)}._videoHeaderMain_1gozb_39{display:flex;align-items:stretch;height:148px}._videoHeaderContent_1gozb_45{display:flex;align-items:stretch;flex:1;min-width:0;height:100%;padding:10px 0;box-sizing:border-box}._videoHeaderInfo_1gozb_55{display:grid;grid-template-rows:28px minmax(0,1fr) 26px;flex:1;min-width:0;height:100%}._headerThumbnailPanel_1gozb_63{position:relative;display:block;align-self:stretch;height:148px;width:max-content;max-width:min(42vw,320px);padding:0;margin:0;border:none;background:none;color:inherit;cursor:pointer;overflow:hidden;flex-shrink:0;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}._headerThumbnailPanel_1gozb_63 img{width:auto;height:100%;min-height:0;max-height:none;max-width:min(42vw,320px);object-fit:cover;display:block}._headerThumbnailOverlay_1gozb_92{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:6px;background:#0a06149e;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.02em;opacity:0;transition:opacity .2s ease;pointer-events:none}._headerThumbnailPanel_1gozb_63:hover ._headerThumbnailOverlay_1gozb_92,._headerThumbnailPanel_1gozb_63:focus-visible ._headerThumbnailOverlay_1gozb_92{opacity:1}._headerThumbnailPanel_1gozb_63:focus-visible{outline:2px solid rgba(200,80,192,.7);outline-offset:-2px}._headerThumbnailPanelGenerating_1gozb_119{cursor:default;display:flex}._headerThumbnailSpinner_1gozb_124{width:auto;height:100%;min-height:0;aspect-ratio:16 / 9;max-width:min(42vw,320px);background:#ffffff0f;display:flex;align-items:center;justify-content:center}._headerThumbnailPanelVertical_1gozb_136 img,._headerThumbnailPanelVertical_1gozb_136 ._headerThumbnailSpinner_1gozb_124{aspect-ratio:9 / 16}._headerNav_1gozb_142{display:flex;align-items:center;padding:0 16px;min-width:0}._backLink_1gozb_149{display:inline-flex;align-items:center;gap:4px;color:#ffffff73;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s ease;padding:4px 6px 4px 2px;margin:-4px -6px -4px -2px;border-radius:6px;background:none;border:none;cursor:pointer;font-family:inherit}._backLink_1gozb_149:hover{color:#ffffffd9}._backLink_1gozb_149 svg{flex-shrink:0;opacity:.7}._backLink_1gozb_149:hover svg{opacity:1}._progressBackRow_1gozb_180{margin-bottom:1.5rem}._stuckVideoNotice_1gozb_184{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;width:min(600px,calc(100% - 2rem));margin:-.5rem auto 2rem;padding:.95rem 1rem;color:#ffffffdb;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:14px}._stuckVideoIcon_1gozb_198{display:grid;place-items:center;width:34px;height:34px;color:#ffcc70;background:#ffcc701c;border-radius:999px}._stuckVideoCopy_1gozb_208{display:grid;gap:.25rem;min-width:0}._stuckVideoCopy_1gozb_208 strong{color:#fff;font-size:.92rem}._stuckVideoCopy_1gozb_208 p{margin:0;color:#ffffff9e;font-size:.82rem;line-height:1.45}._stuckVideoButton_1gozb_226{min-height:36px;padding:0 .9rem;color:#fff;background:#c850c02e;border:1px solid rgba(200,80,192,.32);border-radius:999px;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s,border-color .2s}._stuckVideoButton_1gozb_226:hover:not(:disabled){background:#c850c042;border-color:#ffcc7057}._stuckVideoButton_1gozb_226:disabled{opacity:.6;cursor:not-allowed}._stuckVideoStatus_1gozb_250{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 .8rem;color:#bbf7d0;background:#22c55e1f;border:1px solid rgba(34,197,94,.24);border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap}._headerActions_1gozb_265{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:6px;flex-shrink:0;padding:0 16px 0 8px}._headerActions_1gozb_265 ._headerBtn_1gozb_275,._headerActions_1gozb_265 ._thumbnailBtn_1gozb_276{width:100%;justify-content:flex-start;padding:6px 12px;font-size:.75rem}._headerBtn_1gozb_275{display:inline-flex;align-items:center;gap:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:7px 14px;color:#fffc;font-size:.8rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease;flex-shrink:0}._headerBtn_1gozb_275:hover{background:#ffffff1a;border-color:#ffffff2e;color:#fff}._headerBtn_1gozb_275:active{background:#ffffff0f}._headerBtn_1gozb_275:disabled{opacity:.5;cursor:not-allowed}._headerBtn_1gozb_275 svg{flex-shrink:0;opacity:.8}._thumbnailBtn_1gozb_276{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none;border-radius:9px;padding:8px 18px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.01em;cursor:pointer;white-space:nowrap;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 10px #c850c033}._thumbnailBtn_1gozb_276:hover{transform:translateY(-1px);box-shadow:0 4px 18px #c850c059;filter:brightness(1.06)}._thumbnailBtn_1gozb_276:active{transform:translateY(0);box-shadow:0 1px 6px #c850c026}._thumbnailBtn_1gozb_276 svg{flex-shrink:0;opacity:.9}._videoHeaderTitle_1gozb_359{color:#fff;font-size:1.35rem;font-weight:700;margin:0;padding:0 12px 0 16px;line-height:1.2;letter-spacing:-.015em;align-self:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._videoHeaderMeta_1gozb_374{display:flex;flex-wrap:nowrap;gap:5px;padding:0 12px 0 16px;overflow:hidden}._videoHeaderWithThumbnail_1gozb_25 ._headerNav_1gozb_142,._videoHeaderWithThumbnail_1gozb_25 ._videoHeaderTitle_1gozb_359,._videoHeaderWithThumbnail_1gozb_25 ._videoHeaderMeta_1gozb_374{padding-left:16px}._metaChip_1gozb_388{display:inline-flex;align-items:center;gap:5px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:3px 8px;color:#ffffff8c;font-size:.72rem;font-weight:500;white-space:nowrap}._metaChip_1gozb_388 svg{color:#c850c0b3;flex-shrink:0}@media(max-width:600px){._stuckVideoNotice_1gozb_184{grid-template-columns:auto minmax(0,1fr)}._stuckVideoButton_1gozb_226{grid-column:1 / -1;width:100%}._videoHeader_1gozb_5{border-radius:14px;margin-bottom:.75rem}._videoHeaderMain_1gozb_39{display:flex;flex-direction:column;align-items:stretch;gap:.55rem;height:auto;padding:.7rem .75rem .75rem}._videoHeaderContent_1gozb_45,._videoHeaderInfo_1gozb_55,._headerNav_1gozb_142{display:contents}._backLink_1gozb_149{order:1;align-self:flex-start;margin:0;padding:0;font-size:.76rem}._videoHeaderTitle_1gozb_359{order:2;padding:0;margin:0;font-size:1.05rem;font-weight:700;line-height:1.25;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._videoHeaderMeta_1gozb_374{order:3;padding:0;flex-wrap:nowrap;gap:.35rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(90deg,#000 88%,transparent);mask-image:linear-gradient(90deg,#000 88%,transparent)}._videoHeaderMeta_1gozb_374::-webkit-scrollbar{display:none}._metaChip_1gozb_388{flex:0 0 auto;font-size:.66rem;padding:.2rem .48rem;background:#ffffff0d}._headerThumbnailPanel_1gozb_63{order:4;width:max-content;max-width:100%;height:auto;min-width:0;padding:0;margin:0 auto;align-self:center;border-radius:10px}._headerThumbnailPanel_1gozb_63 img,._headerThumbnailSpinner_1gozb_124{width:auto;height:auto;max-height:160px;min-height:0;max-width:min(100%,280px);aspect-ratio:16 / 9;object-fit:cover;border-radius:10px;margin:0 auto;display:block}._headerThumbnailPanelVertical_1gozb_136 img,._headerThumbnailPanelVertical_1gozb_136 ._headerThumbnailSpinner_1gozb_124{aspect-ratio:9 / 16;max-height:200px;width:auto}._headerThumbnailOverlay_1gozb_92{opacity:1;background:linear-gradient(to top,rgba(10,6,20,.72) 0%,transparent 55%);align-items:flex-end;padding-bottom:10px;font-size:.76rem}._headerActions_1gozb_265{order:5;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.4rem;width:100%;margin-top:.1rem;justify-content:stretch}._headerActions_1gozb_265 ._headerBtn_1gozb_275,._headerActions_1gozb_265 ._thumbnailBtn_1gozb_276{width:100%;min-height:52px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.4rem .3rem;font-size:.66rem;font-weight:600;border-radius:10px;position:relative}._headerActions_1gozb_265 ._headerBtn_1gozb_275 svg{width:16px;height:16px;opacity:.9}._headerBtnLabel_1gozb_555{line-height:1.1;text-align:center}._headerProBadge_1gozb_560{position:absolute;top:4px;right:4px;transform:scale(.78);transform-origin:top right}._thumbnailBtn_1gozb_276{padding:7px 14px;font-size:.75rem}._headerBtn_1gozb_275{padding:7px 12px;font-size:.75rem}}._errorBanner_1gozb_579{background:linear-gradient(135deg,#ff980026,#ff572226);border:2px solid rgba(255,152,0,.5);border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 4px 12px #ff980033}._updatingBanner_1gozb_588{background:#4158d029;border:1px solid rgba(200,80,192,.35);border-radius:10px;padding:12px 16px;margin-bottom:16px;color:#fff;font-size:.9rem}._errorBannerContent_1gozb_598{display:flex;align-items:center;gap:16px}._errorIcon_1gozb_604{color:#ff9800;flex-shrink:0}._errorText_1gozb_609{flex:1;color:#fff}._errorText_1gozb_609 strong{display:block;font-size:1.1em;margin-bottom:4px;color:#ff9800}._errorText_1gozb_609 p{margin:0;font-size:.95em;opacity:.9;line-height:1.4}._errorDetailsToggle_1gozb_628{display:inline-flex;align-items:center;gap:.3rem;margin-top:.55rem;padding:0;border:0;background:transparent;color:#ffcc70;font-size:.82rem;font-weight:700;cursor:pointer}._errorDetails_1gozb_628{margin:.65rem 0 0;padding:.75rem .85rem;max-height:180px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.75rem;line-height:1.45;color:#ffffffc7;background:#00000047;border-radius:8px}._errorActions_1gozb_656{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;margin-left:auto;flex-shrink:0}._requiresFixesBanner_1gozb_666{background:linear-gradient(135deg,#ef444426,#dc262626);border:2px solid rgba(239,68,68,.5);box-shadow:0 4px 16px #ef444440;animation:_pulse_1gozb_1 2s ease-in-out infinite}._requiresFixesBanner_1gozb_666 ._errorIcon_1gozb_604,._requiresFixesBanner_1gozb_666 ._errorText_1gozb_609 strong{color:#ef4444}@keyframes _pulse_1gozb_1{0%,to{box-shadow:0 4px 16px #ef444440}50%{box-shadow:0 4px 24px #ef444459}}._successModalOverlay_1gozb_691{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_1gozb_1 .3s ease-out}@keyframes _fadeIn_1gozb_1{0%{opacity:0}to{opacity:1}}._successModal_1gozb_691{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:48px;max-width:480px;width:90%;text-align:center;position:relative;animation:_slideUp_1gozb_1 .4s ease-out;box-shadow:0 20px 60px #00000080}@keyframes _slideUp_1gozb_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._closeModalButton_1gozb_735{position:absolute;top:16px;right:16px;background:none;border:none;color:#ffffff80;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s}._closeModalButton_1gozb_735:hover{color:#fff;background:#ffffff1a}._successIcon_1gozb_753{color:#4ade80;margin-bottom:24px;animation:_scaleIn_1gozb_1 .5s ease-out .2s both}._successIconLoading_1gozb_759{color:#a78bfa;margin-bottom:24px}@keyframes _scaleIn_1gozb_1{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}._spinnerIcon_1gozb_775{animation:_spin_1gozb_775 1s linear infinite}@keyframes _spin_1gozb_775{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successTitle_1gozb_784{color:#fff;font-size:1.75rem;font-weight:700;margin:0 0 16px}._successMessage_1gozb_791{color:#fffc;font-size:1.1rem;line-height:1.6;margin:0 0 12px}._successSubtext_1gozb_798{color:#ffffff80;font-size:.9rem;margin:0 0 32px}._successButton_1gozb_804{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 16px #8b5cf666}._successButton_1gozb_804:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf680}._problemModalOverlay_1gozb_822{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._problemModal_1gozb_822{position:relative;width:min(760px,100%);max-height:min(760px,90vh);overflow:auto;padding:28px;background:linear-gradient(135deg,#171421,#111827);border:1px solid rgba(239,68,68,.32);border-radius:20px;box-shadow:0 24px 80px #0000008c}._problemModalHeader_1gozb_846{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px;color:#fff}._problemModalHeader_1gozb_846 svg{color:#ef4444;flex-shrink:0}._problemModalHeader_1gozb_846 h2{margin:0 0 4px;font-size:1.35rem}._problemModalHeader_1gozb_846 p{margin:0;color:#ffffff9e}._problemClipList_1gozb_869{display:grid;gap:12px}._problemClipItem_1gozb_874{display:flex;justify-content:space-between;gap:16px;padding:14px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:14px}._problemClipInfo_1gozb_884{min-width:0}._problemClipIndex_1gozb_888{display:inline-flex;margin-bottom:6px;color:#ffcc70;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}._problemClipInfo_1gozb_884 p{margin:0 0 8px;color:#fff;font-size:.95rem}._problemClipInfo_1gozb_884 small{display:-webkit-box;overflow:hidden;color:#ffffff85;font-size:.82rem;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}._problemRegenerateButton_1gozb_914{display:inline-flex;align-items:center;align-self:center;justify-content:center;gap:7px;min-width:128px;padding:10px 14px;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none;border-radius:10px;cursor:pointer;font-weight:700}._problemRegenerateButton_1gozb_914:disabled{opacity:.65;cursor:not-allowed}._problemEmptyState_1gozb_935{padding:24px;color:#ffffffa6;text-align:center;background:#ffffff0a;border-radius:14px}@media(max-width:640px){._problemClipItem_1gozb_874{flex-direction:column}._problemRegenerateButton_1gozb_914{width:100%}}._banner_1cufi_5{position:fixed;bottom:0;left:220px;right:0;z-index:100;background:linear-gradient(180deg,#141423f2,#191928fa);border-top:1px solid rgba(200,80,192,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 1.5rem;box-shadow:0 -4px 20px #0000004d}._container_1cufi_22{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}._content_1cufi_32{display:flex;align-items:center;gap:1rem}._iconWrapper_1cufi_38{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c850c033,#4158d033);border-radius:12px;color:#c850c0;flex-shrink:0}._text_1cufi_50{display:flex;flex-direction:column;gap:.125rem}._title_1cufi_56{font-size:1rem;font-weight:700;color:#fff;margin:0}._description_1cufi_63{font-size:.85rem;color:#fff9;margin:0}._actions_1cufi_70{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._trialButton_1cufi_78{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none;border-radius:10px;font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;white-space:nowrap}._trialButton_1cufi_78:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #c850c066}._trialButton_1cufi_78:disabled{opacity:.7;cursor:not-allowed;transform:none}._spinner_1cufi_106{animation:_spin_1cufi_106 1s linear infinite}@keyframes _spin_1cufi_106{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._plansButton_1cufi_120{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:10px;font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;white-space:nowrap}._plansButton_1cufi_120:hover{background:#ffffff0d;border-color:#ffffff4d}@media(max-width:768px){._banner_1cufi_5{left:0;padding:1rem}._container_1cufi_22{flex-direction:column;gap:1rem}._content_1cufi_32{width:100%;text-align:left}._actions_1cufi_70{width:100%;flex-direction:column;gap:.5rem}._trialButton_1cufi_78,._plansButton_1cufi_120{width:100%;justify-content:center}}._bannerCollapsed_1cufi_175{left:64px}@media(max-width:480px){._iconWrapper_1cufi_38{width:36px;height:36px}._title_1cufi_56{font-size:.9rem}._description_1cufi_63{font-size:.8rem}._trialButton_1cufi_78,._plansButton_1cufi_120{padding:.625rem 1rem;font-size:.85rem}}._grid_1qmmu_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:20px}._thumbnailCard_1qmmu_8{position:relative;border-radius:10px;overflow:hidden;background:#ffffff0a;border:2px solid transparent;cursor:pointer;transition:all .2s ease;line-height:0;aspect-ratio:var(--thumb-ratio, 16 / 9)}._thumbnailCard_1qmmu_8:hover{border-color:#c850c066;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}._thumbnailCardSelected_1qmmu_26{border-color:#c850c0cc;box-shadow:0 0 0 1px #c850c066,0 4px 16px #c850c033}._thumbnailImage_1qmmu_31{width:100%;height:100%;display:block;object-fit:cover}._loadingCard_1qmmu_38{display:flex;align-items:center;justify-content:center;aspect-ratio:var(--thumb-ratio, 16 / 9);background:#ffffff0a;border-radius:10px;border:2px dashed rgba(255,255,255,.12)}._spinner_1qmmu_48{animation:_spin_1qmmu_48 1.2s linear infinite;color:#c850c099}@keyframes _spin_1qmmu_48{to{transform:rotate(360deg)}}._failedCard_1qmmu_57{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;aspect-ratio:var(--thumb-ratio, 16 / 9);background:#ff3c3c0f;border-radius:10px;border:2px solid rgba(255,60,60,.15);color:#ff6464b3;font-size:.8rem}._footer_1qmmu_71{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}._customize_1qmmu_79{display:grid;gap:10px;margin:8px 0 16px;padding:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px}._customizeTitle_1qmmu_89{margin:0;font-size:.82rem;font-weight:700;color:#ffffffb3}._refRow_1qmmu_96{display:flex;flex-wrap:wrap;gap:8px}._refChip_1qmmu_102{position:relative;display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#ffffffbf;font-size:.75rem;cursor:pointer}._refChip_1qmmu_102 img,._refChip_1qmmu_102>span:first-child{width:28px;height:28px;object-fit:cover;border-radius:50%;background:#111}._refChipActive_1qmmu_125{border-color:#c850c0b3;background:#c850c01f;color:#fff}._refRemove_1qmmu_131{display:inline-flex;border:none;background:transparent;color:inherit;cursor:pointer;padding:0}._extraActions_1qmmu_140{display:flex;flex-wrap:wrap;gap:8px}._extraUpload_1qmmu_146{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;border:1px dashed rgba(255,255,255,.2);color:#ffffffbf;font-size:.78rem;font-weight:600;cursor:pointer}._extraUpload_1qmmu_146 input{display:none}._extraUploadDisabled_1qmmu_163{opacity:.4;pointer-events:none}._hintInput_1qmmu_168{width:100%;min-height:72px;resize:vertical;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#121212;color:#fff;padding:10px 12px;font-size:.85rem}._generateBtn_1qmmu_180{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none;border-radius:8px;padding:10px 20px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}._generateBtn_1qmmu_180:hover{transform:translateY(-1px);box-shadow:0 4px 16px #c850c059}._generateBtn_1qmmu_180:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._emptyState_1qmmu_207{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#fff6;gap:12px}._emptyState_1qmmu_207 p{font-size:.9rem;margin:0}._detailOverlay_1qmmu_226{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000bf;display:flex;align-items:center;justify-content:center;padding:24px}._detailPanel_1qmmu_237{position:relative;max-width:720px;width:100%;max-height:calc(100vh - 48px);background:#1a1a2e;border-radius:14px;overflow:auto;box-shadow:0 16px 48px #0009;display:flex;flex-direction:column}._detailClose_1qmmu_250{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;border-radius:8px;border:none;background:#00000080;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}._detailClose_1qmmu_250:hover{background:#000000bf}._detailImage_1qmmu_272{width:100%;display:block;min-height:0;flex:1 1 auto;object-fit:contain;background:#111}._editBlock_1qmmu_281{display:grid;gap:10px;padding:0 20px 4px;flex-shrink:0}._detailActions_1qmmu_288{display:flex;gap:10px;padding:16px 20px;flex-wrap:wrap;flex-shrink:0}._detailBtn_1qmmu_296{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:8px;border:none;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}._detailBtnPrimary_1qmmu_310{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff}._detailBtnPrimary_1qmmu_310:hover{box-shadow:0 3px 12px #c850c059}._detailBtnDisabled_1qmmu_319{opacity:.45;cursor:default;box-shadow:none!important}._detailBtnDownload_1qmmu_325{background:#ffffff1a;color:#ffffffd9}._detailBtnDownload_1qmmu_325:hover{background:#ffffff2e}._detailBtnDanger_1qmmu_334{background:#dc323226;color:#ff6464e6}._detailBtnDanger_1qmmu_334:hover{background:#dc32324d}._confirmOverlay_1qmmu_347{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0009;display:flex;align-items:center;justify-content:center}._confirmDialog_1qmmu_357{background:#1e1e2e;border-radius:12px;padding:24px;max-width:360px;width:90%;box-shadow:0 8px 32px #00000080}._confirmDialog_1qmmu_357 h3{margin:0 0 8px;font-size:1rem;color:#ffffffe6}._confirmDialog_1qmmu_357 p{margin:0 0 20px;font-size:.85rem;color:#ffffff80}._confirmActions_1qmmu_378{display:flex;gap:10px;justify-content:flex-end}._cancelBtn_1qmmu_384{padding:8px 16px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#ffffffb3;cursor:pointer;font-size:.8rem}._cancelBtn_1qmmu_384:hover{background:#ffffff0d}._confirmDeleteBtn_1qmmu_398{padding:8px 16px;border-radius:6px;border:none;background:#dc3232d9;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600}._confirmDeleteBtn_1qmmu_398:hover{background:#dc3232}._container_1mglk_3{display:flex;align-items:center;gap:12px;width:100%}._small_1mglk_11 ._barContainer_1mglk_11{height:4px}._medium_1mglk_15 ._barContainer_1mglk_11{height:8px}._large_1mglk_19 ._barContainer_1mglk_11{height:12px}._small_1mglk_11 ._percentage_1mglk_23{font-size:.75rem;min-width:32px}._medium_1mglk_15 ._percentage_1mglk_23{font-size:.875rem;min-width:40px}._large_1mglk_19 ._percentage_1mglk_23{font-size:1rem;min-width:48px}._barContainer_1mglk_11{flex:1;position:relative}._barBackground_1mglk_44{width:100%;height:100%;background:#ffffff1a;border-radius:100px;overflow:hidden;position:relative}._barFill_1mglk_54{height:100%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 100%;border-radius:100px;transition:width .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._barFill_1mglk_54._animated_1mglk_65{animation:_gradientShift_1mglk_1 3s ease infinite}@keyframes _gradientShift_1mglk_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._shimmer_1mglk_82{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 60%,transparent 100%);animation:_shimmerMove_1mglk_1 2s ease-in-out infinite}@keyframes _shimmerMove_1mglk_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._percentage_1mglk_23{font-weight:600;color:#fff;text-align:right;font-variant-numeric:tabular-nums}._container_1uijh_3{display:flex;flex-direction:column;gap:2px}._phase_1uijh_9{display:flex;align-items:center;gap:12px;padding:4px 0;transition:all .3s ease}._indicator_1uijh_18{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._pending_1uijh_28 ._label_1uijh_28{color:#ffffff59;font-weight:400}._pendingDot_1uijh_33{width:8px;height:8px;border-radius:50%;background:#fff3}._active_1uijh_41 ._label_1uijh_28{color:#fff;font-weight:600}._activeDot_1uijh_46{width:10px;height:10px;border-radius:50%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 0 12px #c850c099;animation:_pulseDot_1uijh_1 1.5s ease-in-out infinite}@keyframes _pulseDot_1uijh_1{0%,to{transform:scale(1);box-shadow:0 0 12px #c850c099}50%{transform:scale(1.2);box-shadow:0 0 20px #c850c0cc}}._completed_1uijh_67 ._label_1uijh_28{color:#fff9;font-weight:400}._checkIcon_1uijh_72{color:#10b981}._label_1uijh_28{font-size:.95rem;line-height:1.4;transition:color .3s ease;flex:1}._meta_1uijh_84{font-size:.8rem;font-variant-numeric:tabular-nums;font-weight:500;color:#ffffff73;flex-shrink:0}._active_1uijh_41 ._meta_1uijh_84{color:#ffffffd9}._completed_1uijh_67 ._meta_1uijh_84{color:#10b981cc}@media(max-width:640px){._phase_1uijh_9{padding:3px 0}._label_1uijh_28{font-size:.875rem}}._container_10mpn_3{display:flex;flex-direction:column;align-items:center;padding:40px 24px;max-width:600px;margin:0 auto;min-height:60vh;justify-content:center}._title_10mpn_15{font-size:1.5rem;font-weight:600;color:#fff;text-align:center;margin-bottom:48px;line-height:1.4;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._progressArea_10mpn_31{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:28px}._percentageDisplay_10mpn_40{display:flex;align-items:baseline;margin-bottom:8px}._percentageNumber_10mpn_46{font-size:4rem;font-weight:700;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;font-variant-numeric:tabular-nums;line-height:1;animation:_gradientFlow_10mpn_1 4s ease infinite}@keyframes _gradientFlow_10mpn_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._percentageSymbol_10mpn_71{font-size:2rem;font-weight:600;color:#fff9;margin-left:4px}._currentPhaseLabel_10mpn_79{font-size:1.125rem;color:#fffc;margin-bottom:8px;text-align:center}._generationHint_10mpn_86{font-size:.95rem;color:#ffffff9e;margin:0 0 24px;text-align:center;max-width:420px;line-height:1.45}._barWrapper_10mpn_96{width:100%;margin-bottom:16px}._phasesSection_10mpn_102{width:100%;padding:20px 24px;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.06)}@media(max-width:640px){._container_10mpn_3{padding:24px 16px}._title_10mpn_15{font-size:1.25rem;margin-bottom:32px}._percentageNumber_10mpn_46{font-size:3rem}._percentageSymbol_10mpn_71{font-size:1.5rem}._currentPhaseLabel_10mpn_79{font-size:1rem}._phasesSection_10mpn_102{padding:16px}}._wrapper_mdsxd_1{display:flex;flex-direction:column;gap:.5rem}._inputRow_mdsxd_7{display:flex;gap:.5rem;align-items:stretch}._input_mdsxd_7{flex:1;min-width:0;padding:.75rem 1rem;background:#121212;border:1px solid #333;border-radius:8px;color:#f5f5f5;font-size:.95rem}._input_mdsxd_7:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 2px #c850c033}._input_mdsxd_7:disabled{opacity:.6;cursor:not-allowed}._addButton_mdsxd_35{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:0 .9rem;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;white-space:nowrap;background:var(--selection-gradient);box-shadow:0 4px 14px #4158d047}._addButton_mdsxd_35:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}._helpText_mdsxd_58{margin:0;color:#9ca3af;font-size:.8rem;line-height:1.4}._tagList_mdsxd_65{display:flex;flex-wrap:wrap;gap:.45rem}._tag_mdsxd_65{display:inline-flex;align-items:center;gap:.35rem;max-width:100%;padding:.35rem .45rem .35rem .65rem;border-radius:999px;color:#e5e7eb;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);font-size:.78rem;font-weight:700;overflow-wrap:anywhere}._tag_mdsxd_65 button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:999px;color:#f5f5f5;background:#ffffff1f;cursor:pointer}._tag_mdsxd_65 button:hover:not(:disabled){background:#ef444473}._tag_mdsxd_65 button:disabled{opacity:.5;cursor:not-allowed}._emptyText_mdsxd_109{margin:0;color:#6b7280;font-size:.78rem}@media(max-width:480px){._inputRow_mdsxd_7{flex-direction:column}._addButton_mdsxd_35{width:100%;padding:.7rem 1rem}}._field_79355_1{display:flex;flex-direction:column;gap:.45rem;min-width:0}._label_79355_8{color:#ffffffdb;font-weight:700;font-size:.92rem}._combobox_79355_14{position:relative}._trigger_79355_18{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:46px;padding:.72rem .85rem;background:#121212;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;text-align:left;cursor:pointer}._trigger_79355_18:focus,._triggerOpen_79355_35{border-color:#c850c0b3;outline:none}._triggerLabel_79355_40{display:flex;flex-direction:column;gap:.12rem;min-width:0}._triggerLabel_79355_40 strong{font-size:.92rem;font-weight:700}._triggerLabel_79355_40 small{color:#ffffff85;font-size:.78rem}._chevron_79355_57{flex-shrink:0;color:#ffffff8c}._panel_79355_62{position:fixed;z-index:1200;display:flex;flex-direction:column;max-height:320px;overflow:hidden;background:#171421;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 16px 40px #00000073}._search_79355_75{width:100%;margin:0;padding:.75rem .85rem;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;outline:none}._search_79355_75::placeholder{color:#ffffff6b}._list_79355_90{flex:1 1 auto;min-height:0;overflow:auto;padding:.35rem 0 .5rem}._region_79355_99{padding:.55rem .85rem .2rem;color:#ffffff6b;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}._option_79355_108,._optionSelected_79355_109{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.55rem .85rem;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}._option_79355_108:hover,._optionSelected_79355_109{background:#c850c029}._optionSelected_79355_109{font-weight:700}._option_79355_108 small,._optionSelected_79355_109 small{color:#ffffff80;flex-shrink:0}._empty_79355_138{margin:0;padding:.9rem;color:#ffffff8c;font-size:.85rem}._toggleAll_79355_145{flex-shrink:0;width:100%;padding:.6rem .85rem;border:0;border-top:1px solid rgba(255,255,255,.08);background:transparent;color:#ffffff9e;font-size:.8rem;font-weight:600;text-align:left;cursor:pointer}._toggleAll_79355_145:hover{color:#fff;background:#ffffff0a}._backdrop_b1oht_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._modal_b1oht_13{width:min(920px,100%);max-height:92vh;overflow:auto;background:linear-gradient(160deg,#171421,#1e1e1e);border:1px solid rgba(255,255,255,.1);border-radius:18px;color:#fff;box-shadow:0 24px 80px #00000080}._header_b1oht_24,._footer_b1oht_25{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem}._header_b1oht_24{border-bottom:1px solid rgba(255,255,255,.08)}._header_b1oht_24 h2{margin:.35rem 0;font-size:1.35rem}._header_b1oht_24 p,._statusCard_b1oht_42 p,._warningCard_b1oht_43 p,._connectRequired_b1oht_44 p,._formField_b1oht_45 small,._summary_b1oht_46 span,._connectionCard_b1oht_47 small,._connectionCardSelected_b1oht_48 small,._modeButton_b1oht_49 small,._modeSelected_b1oht_50 small{margin:0;color:#ffffff94;line-height:1.45}._eyebrow_b1oht_56{display:inline-flex;align-items:center;gap:.4rem;color:#ff8a8a;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}._iconButton_b1oht_67{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0f;color:#fff;cursor:pointer}._section_b1oht_80{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}._sectionHeader_b1oht_85{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._sectionHeader_b1oht_85 h3{margin:0;font-size:1rem}._sectionHeader_b1oht_85 span{color:#ffcc70;font-size:.75rem;font-weight:700;text-transform:uppercase}._statusCard_b1oht_42,._warningCard_b1oht_43,._connectRequired_b1oht_44{display:flex;align-items:flex-start;gap:.85rem;margin:1rem 1.5rem 0;padding:.9rem;border-radius:12px}._statusCard_b1oht_42{background:#4ade8014;border:1px solid rgba(74,222,128,.22)}._statusCard_b1oht_42 a{display:inline-flex;align-items:center;gap:.3rem;margin-top:.3rem;color:#93c5fd;text-decoration:none}._statusIcon_b1oht_130{color:#4ade80;flex-shrink:0}._warningCard_b1oht_43{background:#ffcc7014;border:1px solid rgba(255,204,112,.26)}._warningCard_b1oht_43 svg{color:#ffcc70;flex-shrink:0}._loadingRow_b1oht_145{display:inline-flex;align-items:center;gap:.6rem;color:#ffffffb8}._connectionGrid_b1oht_152,._modeGrid_b1oht_153{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._connectionCard_b1oht_47,._connectionCardSelected_b1oht_48,._modeButton_b1oht_49,._modeSelected_b1oht_50{display:flex;align-items:center;gap:.8rem;min-height:76px;padding:.85rem;background:#ffffff0b;border:1px solid rgba(255,255,255,.09);border-radius:12px;color:#fff;text-align:left;cursor:pointer}._connectionCardSelected_b1oht_48,._modeSelected_b1oht_50{border-color:#c850c0b3;background:#c850c021}._connectionCard_b1oht_47 input,._connectionCardSelected_b1oht_48 input{accent-color:#c850c0}._connectionCard_b1oht_47 span,._connectionCardSelected_b1oht_48 span,._modeButton_b1oht_49 span,._modeSelected_b1oht_50 span{display:flex;flex-direction:column;gap:.25rem}._avatar_b1oht_196,._avatarFallback_b1oht_197{width:42px;height:42px;border-radius:50%;flex-shrink:0}._avatar_b1oht_196{object-fit:cover;background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}._avatarFallback_b1oht_197{display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,rgba(255,204,112,.42),transparent 34%),linear-gradient(135deg,#1f2f86,#7a2778 52%,#8f6530);color:#fff;font-weight:800;letter-spacing:.04em;border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 22px #c850c047;text-shadow:0 1px 6px rgba(0,0,0,.35)}._connectRequired_b1oht_44{align-items:center;margin:0;background:#ef44441a;border:1px solid rgba(239,68,68,.28)}._connectRequired_b1oht_44>div{flex:1}._formField_b1oht_45{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._formField_b1oht_45 span{color:#ffffffdb;font-weight:700}._formField_b1oht_45 input,._formField_b1oht_45 textarea,._formField_b1oht_45 select{width:100%;background:#121212;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;padding:.78rem .85rem;outline:none}._formField_b1oht_45 input:focus,._formField_b1oht_45 textarea:focus,._formField_b1oht_45 select:focus{border-color:#c850c0b3}._formField_b1oht_45 textarea{min-height:280px;resize:vertical}._formGrid_b1oht_271,._checkboxGrid_b1oht_272{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._timeZoneBlock_b1oht_278{margin-top:1rem}._timeZoneHint_b1oht_282{margin:.45rem 0 0;color:#ffffff94;font-size:.82rem;line-height:1.4}._fieldError_b1oht_289{color:#fca5a5!important}._advancedToggle_b1oht_293{border:none;background:none;color:#ffcc70;font-weight:700;cursor:pointer;padding:0}._checkboxGrid_b1oht_272{margin-top:1rem}._checkboxGrid_b1oht_272 label{display:flex;align-items:flex-start;gap:.55rem;color:#ffffffc7}._checkboxGrid_b1oht_272 input{margin-top:.2rem;accent-color:#c850c0}._checkboxGrid_b1oht_272 small{display:block;color:#ffffff7a}._optionDisabled_b1oht_323{opacity:.62}._footer_b1oht_25{align-items:center;position:sticky;bottom:0;background:#171421f5;border-top:1px solid rgba(255,255,255,.08)}._summary_b1oht_46{display:flex;flex-direction:column;gap:.25rem}._actions_b1oht_341{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}._primaryButton_b1oht_348,._secondaryButton_b1oht_349{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:10px;padding:.78rem 1rem;font-weight:800;cursor:pointer}._primaryButton_b1oht_348{border:none;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff}._primaryButton_b1oht_348:disabled{opacity:.5;cursor:not-allowed}._secondaryButton_b1oht_349{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff}@media(max-width:720px){._header_b1oht_24,._footer_b1oht_25,._section_b1oht_80{padding:1rem}._footer_b1oht_25{align-items:stretch;flex-direction:column}._connectionGrid_b1oht_152,._modeGrid_b1oht_153,._formGrid_b1oht_271,._checkboxGrid_b1oht_272{grid-template-columns:1fr}._actions_b1oht_341{justify-content:stretch}._actions_b1oht_341 button{flex:1}}._container_14lbw_1{flex-grow:1;flex-shrink:1;flex-basis:0;overflow:hidden;background-color:#121212;padding:32px 16px}@media(max-width:768px){._container_14lbw_1{padding:16px 8px}}._upgradePrompt_14lbw_21,._continuePrompt_14lbw_22{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}._upgradeCard_14lbw_30,._continueCard_14lbw_31{max-width:400px;padding:2.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:20px;text-align:center}._upgradeCard_14lbw_30 h2,._continueCard_14lbw_31 h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}._upgradeCard_14lbw_30 p,._continueCard_14lbw_31 p{font-size:1rem;color:#fff9;margin-bottom:1.5rem;line-height:1.5}._upgradeButton_14lbw_56,._continueButton_14lbw_57{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;text-decoration:none;transition:all .2s ease}._upgradeButton_14lbw_56:hover,._continueButton_14lbw_57:hover{transform:translateY(-2px);box-shadow:0 8px 20px #c850c066}._container_16t2j_1{width:100%;max-width:800px;margin:0 auto}._surveyContainer_16t2j_7{padding:1rem 0}._progressBar_16t2j_11{width:100%;height:.5rem;background-color:#2a2a2a;border-radius:9999px;overflow:hidden;margin-bottom:.5rem}._progressIndicator_16t2j_20{height:100%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);transition:width .3s ease}._progressText_16t2j_26{font-size:.875rem;color:#b0b0b0;margin-bottom:2rem;text-align:right}._questionContainer_16t2j_33{margin-bottom:2rem}._questionText_16t2j_37{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#f5f5f5}._questionHelper_16t2j_44{font-size:.9rem;color:#b0b0b0;margin:0 0 1.5rem;line-height:1.4}._ratingQuestion_16t2j_51{display:flex;flex-direction:column;align-items:center;width:100%}._ratingOptions_16t2j_58{display:flex;gap:.5rem;margin-bottom:.5rem;justify-content:center}._npsOptions_16t2j_65{display:grid;grid-template-columns:repeat(11,minmax(0,1fr));gap:.35rem;width:100%}._ratingButton_16t2j_72{width:3rem;height:3rem;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#2a2a2a;color:#f5f5f5;border:none;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s}._npsButton_16t2j_89{width:100%;height:auto;aspect-ratio:1;min-width:0;font-size:clamp(.7rem,1.8vw,.95rem)}._ratingButton_16t2j_72:hover{background-color:#3a3a3a}._selectedRating_16t2j_101{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#f5f5f5}._ratingLabels_16t2j_106{display:flex;justify-content:space-between;width:100%;max-width:20rem;font-size:.75rem;color:#b0b0b0}._npsLabels_16t2j_115{max-width:none}._textQuestion_16t2j_119{display:flex;flex-direction:column}._textArea_16t2j_124{width:100%;padding:.75rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;font-size:.9375rem;line-height:1.5;resize:vertical;font-family:inherit;transition:border-color .2s}._textArea_16t2j_124:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 2px #c850c040}._navigationButtons_16t2j_144{display:flex;justify-content:space-between;margin-top:1rem}._loadingMessage_16t2j_150{padding:2rem 1rem;text-align:center;color:#b0b0b0}._saveStatus_16t2j_156{min-height:1.25rem;margin-top:1rem;font-size:.85rem;color:#b0b0b0}._saving_16t2j_163{color:#ffcc70}._saved_16t2j_167{color:#10b981}._error_16t2j_171{color:#ef4444}._thankYouMessage_16t2j_175{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}._thankYouTitle_16t2j_183{font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem;color:#f5f5f5}._thankYouDescription_16t2j_190{color:#b0b0b0;margin-bottom:1rem;max-width:28rem;line-height:1.5}._selectQuestion_16t2j_198,._radioQuestion_16t2j_199{display:flex;flex-direction:column;width:100%;justify-content:center}._radioOptions_16t2j_206{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._radioOption_16t2j_206{display:flex;align-items:center;cursor:pointer}._radioInput_16t2j_219{position:absolute;opacity:0;pointer-events:none}._radioCustom_16t2j_225{width:1.25rem;height:1.25rem;border:2px solid #2a2a2a;border-radius:50%;margin-right:.75rem;position:relative;flex-shrink:0;transition:border-color .2s,background-color .2s}._radioOption_16t2j_206:hover ._radioCustom_16t2j_225{border-color:#3a3a3a}._radioInput_16t2j_219:checked+._radioCustom_16t2j_225{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-color:transparent}._radioInput_16t2j_219:checked+._radioCustom_16t2j_225:after{content:"";position:absolute;top:.25rem;left:.25rem;width:.5rem;height:.5rem;background-color:#fff;border-radius:50%}._radioLabel_16t2j_256{font-size:1rem;color:#f5f5f5}._container_n58tr_1{width:100%;max-width:1200px;margin:0 auto}._content_n58tr_7{display:flex;flex-direction:column;gap:2rem}._supportGrid_n58tr_13{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:1.25rem;align-items:start}._formCard_n58tr_20{position:relative;overflow:hidden}._formCard_n58tr_20:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._contactMethods_n58tr_35{display:flex;flex-direction:column;gap:1.5rem}._contactMethod_n58tr_35{display:flex;align-items:flex-start;gap:1rem}._contactIcon_n58tr_47{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:linear-gradient(43deg,#4158d038,#c850c033,#ffcc701f);color:#ffcc70;border:1px solid rgba(255,255,255,.08);border-radius:.9rem;flex-shrink:0}._contactMethodTitle_n58tr_60{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#f5f5f5}._contactMethodValue_n58tr_67{display:inline-flex;font-size:.9375rem;color:#c850c0;margin-bottom:.25rem;text-decoration:none;font-weight:700}._contactMethodValue_n58tr_67:hover{color:#ffcc70}._contactMethodDescription_n58tr_80{font-size:.875rem;color:#b0b0b0}._form_n58tr_20{display:flex;flex-direction:column;gap:1.25rem}._formRow_n58tr_91{display:grid;grid-template-columns:1fr;gap:1.5rem}._formField_n58tr_97{width:100%}._label_n58tr_101{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#f5f5f5}._select_n58tr_109{width:100%;padding:.5rem 2.5rem .5rem .75rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.375rem;color:#f5f5f5;font-size:.875rem;line-height:1.5;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B0B0B0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}._select_n58tr_109:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 2px #c850c040}._textarea_n58tr_133{width:100%;min-height:150px;padding:.75rem .9rem;background-color:#121212;border:1px solid #2a2a2a;border-radius:.75rem;color:#f5f5f5;font-size:.875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s;resize:vertical;font-family:inherit}._textarea_n58tr_133::placeholder{color:#6f6f6f}._textarea_n58tr_133:focus{outline:none;border-color:#c850c0;box-shadow:0 0 0 2px #c850c040}._textareaError_n58tr_158{border-color:#ef4444}._errorMessage_n58tr_162{margin:.4rem 0 0;color:#fca5a5;font-size:.78rem}._submitButton_n58tr_168{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem}._successMessage_n58tr_175{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}._successIcon_n58tr_183{display:grid;place-items:center;width:4rem;height:4rem;color:#bbf7d0;background:#22c55e1f;border:1px solid rgba(34,197,94,.24);border-radius:999px}._successTitle_n58tr_194{font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem;color:#f5f5f5}._successDescription_n58tr_201{color:#b0b0b0;margin-bottom:1.5rem;max-width:28rem;line-height:1.5}@media(min-width:768px){._formRow_n58tr_91{grid-template-columns:1fr 1fr}}@media(max-width:900px){._supportGrid_n58tr_13{grid-template-columns:1fr}}._card_u53bb_1{padding:2rem;border-radius:16px;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}._default_u53bb_12{background-color:#0f0f19e6;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #00000080}._default_u53bb_12:before{content:"";position:absolute;top:0;left:-50%;width:100%;height:100%;background:var(--glass-highlight);transform:skew(-15deg);transition:all .5s ease;pointer-events:none}._highlight_u53bb_31{background:linear-gradient(145deg,#1e1e28e6,#28283ce6);border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 30px #00000080}._dark_u53bb_37{background-color:#0a0a0ff2;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #0009}._glass_u53bb_43{background:var(--glass-background-lighter);backdrop-filter:blur(var(--blur-amount));-webkit-backdrop-filter:blur(var(--blur-amount));border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #00000026}._glow_u53bb_51{background:linear-gradient(145deg,#1e1e2866,#28283c66);backdrop-filter:blur(var(--blur-amount));-webkit-backdrop-filter:blur(var(--blur-amount));border:1px solid rgba(255,255,255,.1);box-shadow:0 0 20px #c850c04d}._neon_u53bb_59{background-color:#0f0f19e6;border:1px solid rgba(200,80,192,.3);box-shadow:0 0 10px #c850c080,0 0 20px #c850c04d}._gradient_u53bb_65{position:relative;padding:0;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 200%;animation:_gradientShift_u53bb_1 5s ease infinite}._gradientBorder_u53bb_73{position:absolute;top:0;left:0;right:0;bottom:0;padding:2px;border-radius:16px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);background-size:200% 200%;animation:_gradientShift_u53bb_1 5s ease infinite;z-index:-1}._gradient_u53bb_65>*{background-color:#0f0f19f2;border-radius:14px;padding:2rem;height:100%}._hoverEffect_u53bb_102:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000004d}._hoverEffect_u53bb_102._default_u53bb_12:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0009;border-color:#fff3}._hoverEffect_u53bb_102._highlight_u53bb_31:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0009}._hoverEffect_u53bb_102._dark_u53bb_37:hover{transform:translateY(-10px);box-shadow:0 20px 40px #000000b3}._hoverEffect_u53bb_102._neon_u53bb_59:hover{transform:translateY(-10px);box-shadow:0 0 15px #c850c0b3,0 0 30px #c850c080;border-color:#c850c080}._hoverEffect_u53bb_102._gradient_u53bb_65:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0009}._hoverEffect_u53bb_102:hover{box-shadow:0 20px 40px #0009}._glowBg_u53bb_142{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(200,80,192,.15),transparent 70%);z-index:-1;opacity:.7;filter:blur(20px)}._neonGlow_u53bb_154{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;box-shadow:0 0 15px #c850c080,0 0 30px #c850c04d;opacity:0;transition:opacity .3s ease;z-index:-1}._neon_u53bb_59:hover ._neonGlow_u53bb_154{opacity:1}@keyframes _gradientShift_u53bb_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._faqSection_1d7hu_2{padding:6rem 2rem;position:relative}._faqContainer_1d7hu_7{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._faqItem_1d7hu_15{padding:2rem}._faqQuestion_1d7hu_19{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}._faqAnswer_1d7hu_26{font-size:1rem;line-height:1.6;color:#ffffffb3}._sectionHeader_1d7hu_33{text-align:center;max-width:800px;margin:0 auto 4rem;position:relative;z-index:1}._sectionTitle_1d7hu_41{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._sectionSubtitle_1d7hu_52{font-size:1.25rem;color:#fffc;line-height:1.6}@media(max-width:768px){._faqSection_1d7hu_2{padding:4rem 1rem}._faqContainer_1d7hu_7{grid-template-columns:1fr;gap:1.5rem}._faqItem_1d7hu_15{padding:1.5rem}._sectionTitle_1d7hu_41{font-size:2.5rem}._sectionSubtitle_1d7hu_52{font-size:1rem}}@media(max-width:480px){._faqSection_1d7hu_2{padding:3rem 1rem}._faqItem_1d7hu_15{padding:1rem}._sectionTitle_1d7hu_41{font-size:2rem}._sectionSubtitle_1d7hu_52{font-size:.9rem}}._overlay_1casc_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_1casc_1 .2s ease-out}@keyframes _fadeIn_1casc_1{0%{opacity:0}to{opacity:1}}._modal_1casc_25{background:#1a1a2e;border-radius:16px;width:100%;max-width:480px;padding:2rem;position:relative;border:1px solid #2a2a4a;animation:_slideUp_1casc_1 .3s ease-out}@keyframes _slideUp_1casc_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._closeButton_1casc_47{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#666;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s}._closeButton_1casc_47:hover{background:#2a2a4a;color:#fff}._iconContainer_1casc_65{display:flex;justify-content:center;margin-bottom:1.5rem}._warningIcon_1casc_71{color:#f6ad55}._title_1casc_75{text-align:center;font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1.5rem}._content_1casc_83{margin-bottom:2rem}._description_1casc_87{text-align:center;color:#a0a0a0;margin:0 0 1.5rem;font-size:.95rem}._description_1casc_87 strong{color:#fff}._warningBox_1casc_98{background:#f6ad551a;border:1px solid rgba(246,173,85,.3);border-radius:8px;padding:1rem;color:#f6ad55;font-size:.9rem;line-height:1.5}._warningBox_1casc_98 p{margin:0 0 .75rem}._warningBox_1casc_98 ul{margin:0;padding-left:1.25rem}._warningBox_1casc_98 li{margin-bottom:.5rem}._warningBox_1casc_98 li:last-child{margin-bottom:0}._warningBox_1casc_98 strong{color:#fff}._infoBox_1casc_129{background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:8px;padding:1rem;color:#a0a0a0;font-size:.9rem}._infoBox_1casc_129 p{margin:0}._comparison_1casc_142{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem;background:#0d0d1a;border-radius:8px}._comparisonItem_1casc_153{display:flex;flex-direction:column;align-items:center;gap:.25rem}._comparisonLabel_1casc_160{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px}._comparisonValue_1casc_167{font-size:1.25rem;font-weight:700;color:#fff;font-family:Monaco,Menlo,monospace}._comparisonArrow_1casc_174{color:#666;font-size:1.5rem}._actions_1casc_179{display:flex;gap:1rem}._cancelButton_1casc_184,._confirmButton_1casc_185{flex:1;padding:.875rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_1casc_184{background:transparent;border:1px solid #2a2a4a;color:#a0a0a0}._cancelButton_1casc_184:hover:not(:disabled){background:#2a2a4a;color:#fff}._confirmButton_1casc_185{background:linear-gradient(135deg,#f6ad55,#ed8936);border:none;color:#000}._confirmButton_1casc_185:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #f6ad554d}._cancelButton_1casc_184:disabled,._confirmButton_1casc_185:disabled{opacity:.6;cursor:not-allowed}._section_219zd_1{width:100%;min-width:0}._title_219zd_6{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .35rem;text-align:center}._subtitle_219zd_14{font-size:.95rem;color:#ffffff80;margin:0 0 1.5rem;text-align:center}._grid_219zd_21{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem;align-items:stretch}._card_219zd_28{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.45rem;min-width:0;padding:1.85rem .75rem 1.1rem;border-radius:16px;background:radial-gradient(120% 80% at 50% -20%,rgba(200,80,192,.12),transparent 55%),#14141eb8;border:1px solid rgba(255,255,255,.1)}._popular_219zd_44{border-color:#a78bfa73}._best_219zd_48{border-color:#c850c080;background:linear-gradient(180deg,#c850c029,#14141ed9 70%),#14141ec7}._badge_219zd_55{position:absolute;top:.55rem;left:50%;transform:translate(-50%);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 55%,#ffcc70);padding:.18rem .5rem;border-radius:999px;white-space:nowrap}._credits_219zd_71{margin:0;display:flex;flex-direction:column;align-items:center;gap:.15rem}._amount_219zd_79{font-size:1.5rem;font-weight:800;line-height:1;letter-spacing:-.03em;background:linear-gradient(43deg,#c850c0,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._unit_219zd_90{font-size:.68rem;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:#ffffff7a}._minutes_219zd_98{margin:0;font-size:.75rem;color:#ffffff80}._price_219zd_104{margin:.15rem 0 0;font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.02em}._buy_219zd_112{margin-top:auto;width:100%;padding:.55rem .6rem;border:0;border-radius:.65rem;background:linear-gradient(43deg,#4158d0,#c850c0);color:#fff;font:inherit;font-size:.84rem;font-weight:700;cursor:pointer}._buy_219zd_112:hover:not(:disabled){filter:brightness(1.08)}._buy_219zd_112:disabled{opacity:.65;cursor:wait}@media(max-width:1100px){._grid_219zd_21{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){._grid_219zd_21{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){._title_219zd_6{font-size:1.15rem;text-align:left}._subtitle_219zd_14{font-size:.85rem;margin-bottom:1rem;text-align:left}._grid_219zd_21{display:flex;flex-direction:column;gap:.65rem}._card_219zd_28{align-items:stretch;text-align:left;padding:.85rem 1rem .9rem;gap:.55rem;display:grid;grid-template-columns:1fr auto;grid-template-areas:"badge badge" "credits price" "minutes buy";align-items:center}._badge_219zd_55{position:static;transform:none;justify-self:start;grid-area:badge;margin-bottom:.1rem}._credits_219zd_71{grid-area:credits;flex-direction:row;align-items:baseline;gap:.35rem}._amount_219zd_79{font-size:1.3rem}._unit_219zd_90{text-transform:none;letter-spacing:0;font-size:.82rem}._minutes_219zd_98{grid-area:minutes}._price_219zd_104{grid-area:price;margin:0;text-align:right}._buy_219zd_112{grid-area:buy;width:auto;min-width:5.75rem;margin:0;padding:.5rem .85rem}}._page_1cck4_1{width:100%;max-width:1100px;min-width:0;margin:0 auto;padding-bottom:3rem;display:flex;flex-direction:column;gap:2rem;color:#fff;overflow-x:hidden}._loading_1cck4_14{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:5rem 1rem;color:#ffffff80}._spinner_1cck4_24{width:36px;height:36px;border-radius:50%;background:conic-gradient(from 180deg,transparent 60%,#4158d0 75%,#c850c0 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2.5px));mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2.5px));animation:_spin_1cck4_24 .9s linear infinite}@keyframes _spin_1cck4_24{to{transform:rotate(360deg)}}._hero_1cck4_38{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.25rem 1.75rem;padding:1.35rem 1.5rem;border-radius:20px;background:radial-gradient(120% 80% at 0% 0%,rgba(200,80,192,.12),transparent 50%),#14141eb8;border:1px solid rgba(255,255,255,.08)}._identity_1cck4_50{display:flex;align-items:center;gap:1rem;grid-column:1}._avatar_1cck4_57{width:56px;height:56px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#c850c0,#4158d0)}._who_1cck4_71{display:flex;flex-direction:column;gap:.2rem;min-width:0}._name_1cck4_78{margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}._email_1cck4_85{margin:0;font-size:.88rem;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._planChip_1cck4_94{display:inline-flex;align-items:center;gap:.3rem;margin-top:.35rem;width:fit-content;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:650}._planOn_1cck4_106{color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0)}._planOff_1cck4_111{color:#ffffff8c;background:#ffffff0f}._creditsBlock_1cck4_116{grid-column:2;display:flex;flex-direction:column;justify-content:center;gap:.45rem}._creditsRow_1cck4_124{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}._creditsLabel_1cck4_131{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:#ffffff8c}._creditsNums_1cck4_139{font-size:1.15rem}._creditsNums_1cck4_139 strong{font-weight:800}._creditsCap_1cck4_147{color:#fff6;font-size:.9rem}._bar_1cck4_152{height:7px;border-radius:999px;background:#ffffff14;overflow:hidden}._barFill_1cck4_159{height:100%;border-radius:999px}._renewal_1cck4_164{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.4rem;margin:0;font-size:.8rem;color:#ffffff7a;line-height:1.35}._renewal_1cck4_164 svg{flex-shrink:0;margin-top:.1rem}._renewal_1cck4_164 strong{color:#ffffffd1;font-weight:600}._heroActions_1cck4_185{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding-top:.15rem;border-top:1px solid rgba(255,255,255,.06)}._actionBtn_1cck4_195{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:0;border-radius:10px;background:linear-gradient(43deg,#4158d0,#c850c0);color:#fff;font:inherit;font-size:.84rem;font-weight:650;cursor:pointer}._actionBtn_1cck4_195:disabled{opacity:.65;cursor:wait}._block_1cck4_215{display:flex;flex-direction:column;gap:1rem;scroll-margin-top:1rem}._blockHead_1cck4_222{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}._blockTitle_1cck4_230{margin:0;font-size:1.2rem;font-weight:700}._blockSub_1cck4_236{margin:.25rem 0 0;font-size:.88rem;color:#ffffff73}._billingToggle_1cck4_242{position:relative;display:flex;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:4px}._toggleSlider_1cck4_251{position:absolute;top:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:linear-gradient(135deg,#4158d0,#c850c0);border-radius:50px;transition:transform .3s ease}._sliderLeft_1cck4_261{transform:translate(0)}._sliderRight_1cck4_262{transform:translate(100%)}._toggleOption_1cck4_264{position:relative;z-index:1;min-width:88px;padding:.5rem 1.1rem;background:transparent;border:0;color:#ffffff80;font:inherit;font-size:.85rem;font-weight:600;cursor:pointer}._toggleOn_1cck4_278{color:#fff}._saveHint_1cck4_280{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.8rem;font-weight:600;color:#34d399}._plansGrid_1cck4_290{display:grid;grid-template-columns:1fr;gap:1.25rem}._accountList_1cck4_296{display:flex;flex-direction:column;gap:.65rem}._accountRow_1cck4_302{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1.1rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.07)}._accountMeta_1cck4_314{display:flex;align-items:center;gap:.75rem;color:#ffffff73;min-width:0}._accountLabel_1cck4_322{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#fff6}._accountMeta_1cck4_314>div{min-width:0}._accountValue_1cck4_334{display:block;font-size:.92rem;color:#fff;overflow-wrap:anywhere}._rowAction_1cck4_341{flex-shrink:0}._planCancel_1cck4_345{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.07)}._planCancel_1cck4_345 h3{margin:0 0 .25rem;font-size:.95rem}._planCancel_1cck4_345 p{margin:0;font-size:.85rem;color:#ffffff80;max-width:42rem}._danger_1cck4_369{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:14px;background:#ef44440f;border:1px solid rgba(239,68,68,.18)}._danger_1cck4_369 h3{margin:0 0 .25rem;font-size:.95rem}._danger_1cck4_369 p{margin:0;font-size:.85rem;color:#ffffff80;max-width:42rem}._modalBody_1cck4_393{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;padding:.5rem 0 0;color:#ffffffb3}._modalBody_1cck4_393 p{margin:0;line-height:1.5}._modalWarnIcon_1cck4_408{color:#f59e0b}._confirmLabel_1cck4_412{width:100%;text-align:left;font-size:.85rem;color:#ffffffb3}._confirmLabel_1cck4_412 strong{color:#fff;letter-spacing:.04em}._confirmInput_1cck4_424{width:100%;padding:.7rem .9rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;color:#fff;font-size:.9rem;outline:none;box-sizing:border-box}._confirmInput_1cck4_424:focus{border-color:#c850c0;box-shadow:0 0 0 3px #c850c033}._confirmInput_1cck4_424::placeholder{color:#fff6}._modalActions_1cck4_445{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%}@media(min-width:768px){._plansGrid_1cck4_290{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){._page_1cck4_1{gap:1.5rem;padding-bottom:1.5rem}._hero_1cck4_38{grid-template-columns:1fr;gap:1rem;padding:1rem;border-radius:16px}._identity_1cck4_50,._creditsBlock_1cck4_116,._heroActions_1cck4_185{grid-column:1 / -1}._avatar_1cck4_57{width:48px;height:48px;font-size:1.15rem}._name_1cck4_78{font-size:1.15rem}._email_1cck4_85{white-space:normal;overflow:visible;text-overflow:unset;overflow-wrap:anywhere}._heroActions_1cck4_185{padding-top:.85rem}._actionBtn_1cck4_195{width:100%;justify-content:center}._blockHead_1cck4_222{flex-direction:column;align-items:stretch}._billingToggle_1cck4_242{width:100%}._toggleOption_1cck4_264{flex:1;min-width:0}._accountRow_1cck4_302,._planCancel_1cck4_345,._danger_1cck4_369{flex-direction:column;align-items:stretch}._rowAction_1cck4_341{width:100%}._modalActions_1cck4_445{flex-direction:column;align-items:stretch}}._channelsContainer_18djx_1{padding:2rem;min-height:100vh;min-height:100dvh;background-color:#121212;color:#f5f5f5}._content_18djx_9{max-width:1200px;margin:0 auto}._loadingContainer_18djx_14{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#f5f5f5;gap:1rem}._errorContainer_18djx_24{display:flex;align-items:center;justify-content:center;min-height:50vh;color:#f5f5f5;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:8px;padding:2rem}._header_18djx_36{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;color:#f5f5f5}._title_18djx_44{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._actions_18djx_55{display:flex;gap:1rem;align-items:center}._createButton_18djx_61{display:flex;align-items:center;gap:.5rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4158d066}._createButton_18djx_61:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4158d099;opacity:.9}._createButton_18djx_61:active{transform:translateY(0)}._channelsGrid_18djx_86{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}._emptyState_18djx_93{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;color:#f5f5f5;background:#1e1e1e;border-radius:16px;padding:4rem 2rem;border:1px solid #2a2a2a}._iconContainer_18djx_107{margin-bottom:2rem}._icon_18djx_107{color:#b0b0b0}._emptyState_18djx_93 ._title_18djx_44{font-size:2rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._emptyState_18djx_93 ._description_18djx_126{font-size:1.1rem;margin-bottom:2rem;max-width:600px;line-height:1.6;color:#b0b0b0}._emptyState_18djx_93 ._createButton_18djx_61{margin-bottom:3rem;font-size:1.1rem;padding:1rem 2rem}._stepsContainer_18djx_140{max-width:800px;width:100%}._stepsTitle_18djx_145{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#f5f5f5}._steps_18djx_140{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}._step_18djx_140{display:flex;align-items:flex-start;gap:1rem;background:#2a2a2a;padding:1.5rem;border-radius:12px;border:1px solid #3a3a3a}._stepNumber_18djx_171{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-weight:700;font-size:1.2rem;flex-shrink:0}._stepContent_18djx_185{flex:1}._stepTitle_18djx_189{font-size:1.2rem;font-weight:600;margin:0 0 .5rem;color:#f5f5f5}._stepDescription_18djx_196{font-size:1rem;margin:0;color:#b0b0b0;line-height:1.5}@media(max-width:768px){._channelsContainer_18djx_1{padding:1rem}._header_18djx_36{flex-direction:column;gap:1rem;align-items:stretch}._title_18djx_44{font-size:2rem;text-align:center}._channelsGrid_18djx_86{grid-template-columns:1fr}._emptyState_18djx_93{padding:1rem}._emptyState_18djx_93 ._title_18djx_44{font-size:1.5rem}._steps_18djx_140{gap:1rem}._step_18djx_140{padding:1rem}}._cardLink_13di5_1{text-decoration:none;color:inherit;display:block}._card_13di5_1{background:#1e1e1e;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d;border:2px solid #2a2a2a;transition:all .3s ease;display:flex;flex-direction:column;height:100%;cursor:pointer}._cardLink_13di5_1:hover ._card_13di5_1{transform:translateY(-4px);box-shadow:0 12px 40px #0006;border:2px solid transparent;background:linear-gradient(#1e1e1e,#1e1e1e) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box}._badge_13di5_28{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.02em;line-height:1.2;white-space:nowrap}._autopilotOn_13di5_41{color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 2px 8px #c850c059}._cardHeader_13di5_47{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}._iconContainer_13di5_54{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:12px;color:#fff}._icon_13di5_54{color:#fff}._channelImage_13di5_69{width:100%;height:100%;object-fit:cover;border-radius:inherit}._actions_13di5_76{display:flex;gap:.5rem}._actionButton_13di5_81{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:#2a2a2a;color:#b0b0b0;cursor:pointer;transition:all .2s ease}._actionButton_13di5_81:hover{background:#3a3a3a;color:#f5f5f5}._deleteButton_13di5_100:hover{background:#dc354533;color:#dc3545}._cardContent_13di5_105{flex:1;margin-bottom:1.5rem;text-align:center}._channelName_13di5_111{font-size:1.5rem;font-weight:700;color:#f5f5f5;margin:0;line-height:1.3}._connectedChannel_13di5_119{display:flex;align-items:center;gap:.65rem;margin-top:.85rem;padding:.55rem .7rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;text-align:left}._connectedThumb_13di5_131,._connectedThumbFallback_13di5_132{width:28px;height:28px;border-radius:50%;flex-shrink:0}._connectedThumb_13di5_131{object-fit:cover}._connectedThumbFallback_13di5_132{display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff;background:red}._connectedMeta_13di5_153{display:flex;flex-direction:column;gap:.1rem;min-width:0}._connectedLabel_13di5_160{font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}._connectedName_13di5_168{font-size:.85rem;font-weight:600;color:#f5f5f5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._description_13di5_177{font-size:.9rem;color:#b0b0b0;margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._topic_13di5_188{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;background:#4158d01a;border-radius:8px;border:1px solid rgba(65,88,208,.2)}._topicLabel_13di5_199{font-size:.8rem;font-weight:600;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:.5px}._topicValue_13di5_210{font-size:.9rem;color:#f5f5f5;font-weight:500}._configInfo_13di5_216{display:flex;flex-direction:column;gap:.5rem}._configItem_13di5_222{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.85rem}._configLabel_13di5_230{color:#b0b0b0;font-weight:500}._configValue_13di5_235{color:#f5f5f5;font-weight:600;text-align:right}._cardFooter_13di5_241{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #2a2a2a}._stats_13di5_249{display:flex;gap:1rem}._stat_13di5_249{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:#b0b0b0;font-weight:500}._viewButton_13di5_263{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 2px 8px #4158d04d}._viewButton_13di5_263:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4158d066;color:#fff;text-decoration:none}._viewButton_13di5_263:active{transform:translateY(0)}@media(max-width:480px){._card_13di5_1{padding:1rem}._channelName_13di5_111{font-size:1.1rem}._configItem_13di5_222{flex-direction:column;align-items:flex-start;gap:.25rem}._configValue_13di5_235{text-align:left}._cardFooter_13di5_241{flex-direction:row;gap:.75rem;align-items:center}._stats_13di5_249{justify-content:flex-start}._viewButton_13di5_263{text-align:center}}._overlay_a9g98_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_a9g98_15{background:#1e1e1e;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;border:1px solid #2a2a2a;transition:max-width .25s ease}._modalWide_a9g98_29{max-width:1080px}._header_a9g98_33{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #2a2a2a;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff}._title_a9g98_43{font-size:1.5rem;font-weight:700;margin:0}._closeButton_a9g98_49{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#fff3;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease}._closeButton_a9g98_49:hover{background:#ffffff4d}._choiceBody_a9g98_67{padding:2rem;overflow-y:auto}._choiceIntro_a9g98_72{margin-bottom:1.5rem}._choiceIntro_a9g98_72 h3{color:#f5f5f5;font-size:1.35rem;margin:0 0 .5rem}._choiceIntro_a9g98_72 p{color:#b0b0b0;line-height:1.5;margin:0}._optionGrid_a9g98_88{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._optionCard_a9g98_94{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;min-height:220px;padding:1.25rem;color:#f5f5f5;text-align:left;background:#252525;border:1px solid #3a3a3a;border-radius:16px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}._optionCard_a9g98_94:hover{transform:translateY(-2px);border-color:#c850c08c;background:#2a2a2a}._youtubeOptionCard_a9g98_116{background:linear-gradient(180deg,#ef44441f,#252525)}._optionIcon_a9g98_120{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._youtubeOptionCard_a9g98_116 ._optionIcon_a9g98_120{background:#ef444438;color:#f87171}._optionCard_a9g98_94 strong{font-size:1.1rem}._optionCard_a9g98_94>span:not(._optionIcon_a9g98_120):not(._optionAction_a9g98_139){color:#b0b0b0;line-height:1.45}._optionAction_a9g98_139{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;color:#ffcc70;font-weight:700}._youtubeImportBanner_a9g98_153{display:flex;align-items:center;gap:.85rem;padding:1rem 2rem;background:#ef44441a;border-bottom:1px solid rgba(239,68,68,.22)}._youtubeImportBanner_a9g98_153 img,._youtubeImportBanner_a9g98_153 span{width:44px;height:44px;border-radius:999px;flex:0 0 auto}._youtubeImportBanner_a9g98_153 img{object-fit:cover}._youtubeImportBanner_a9g98_153 span{display:grid;place-items:center;color:#fca5a5;background:#ef44442e;font-weight:800}._youtubeImportBanner_a9g98_153 strong{display:block;color:#fff;margin-bottom:.2rem}._youtubeImportBanner_a9g98_153 p{color:#c7c7c7;font-size:.85rem;margin:0;line-height:1.35}._progressBar_a9g98_195{padding:1rem 2rem;background:#252525;border-bottom:1px solid #2a2a2a}._progressSteps_a9g98_201{display:flex;justify-content:space-between;align-items:center}._step_a9g98_207{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative}._step_a9g98_207:not(:last-child):after{content:"";position:absolute;top:16px;left:calc(50% + 16px);right:calc(-50% + 16px);height:2px;background:#3a3a3a;z-index:1}._step_a9g98_207._active_a9g98_227:not(:last-child):after{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._stepNumber_a9g98_231{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#3a3a3a;color:#9ca3af;font-weight:600;font-size:.9rem;z-index:2;position:relative}._step_a9g98_207._active_a9g98_227 ._stepNumber_a9g98_231{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff}._stepLabel_a9g98_251{font-size:.8rem;font-weight:500;color:#9ca3af;text-align:center}._step_a9g98_207._active_a9g98_227 ._stepLabel_a9g98_251{color:#f5f5f5;font-weight:600}._form_a9g98_263{flex:1;display:flex;flex-direction:column;overflow:hidden}._stepContent_a9g98_270{flex:1;padding:2rem;overflow-y:auto}._sectionWrapper_a9g98_276{background:#252525;border:1px solid #3a3a3a;border-radius:12px;padding:1.5rem}._stepTitle_a9g98_283{font-size:1.25rem;font-weight:700;color:#f5f5f5;margin:0 0 .5rem}._stepDescription_a9g98_290{font-size:.9rem;color:#9ca3af;margin:0 0 2rem;line-height:1.5}._formGroup_a9g98_297{margin-bottom:1.5rem}._label_a9g98_301{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#e5e7eb;margin-bottom:.5rem}._input_a9g98_311,._textarea_a9g98_312,._select_a9g98_313{width:100%;padding:.75rem;border:2px solid #3a3a3a;border-radius:8px;font-size:.9rem;transition:all .2s ease;background:#2a2a2a;color:#f5f5f5}._input_a9g98_311:focus,._textarea_a9g98_312:focus,._select_a9g98_313:focus{outline:none;border-color:transparent;background:#2a2a2a;box-shadow:0 0 0 2px transparent,0 0 0 4px #4158d04d;border-image:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) 1}._input_a9g98_311::placeholder,._textarea_a9g98_312::placeholder{color:#6b7280}._textarea_a9g98_312{resize:vertical;min-height:80px}._select_a9g98_313{cursor:pointer}._select_a9g98_313 option{background:#2a2a2a;color:#f5f5f5}._colorInput_a9g98_354{width:60px;height:40px;border:2px solid #3a3a3a;border-radius:8px;cursor:pointer;background:#2a2a2a}._colorInput_a9g98_354::-webkit-color-swatch-wrapper{padding:0}._colorInput_a9g98_354::-webkit-color-swatch{border:none;border-radius:6px}._helpText_a9g98_372{font-size:.8rem;color:#9ca3af;margin-top:.25rem;line-height:1.4}._checkboxLabel_a9g98_379{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#e5e7eb;cursor:pointer}._checkboxLabel_a9g98_379 input[type=checkbox]{width:18px;height:18px;accent-color:#4158d0;cursor:pointer}._footer_a9g98_396{padding:1.5rem 2rem;border-top:1px solid #2a2a2a;background:#252525}._buttons_a9g98_402{display:flex;justify-content:flex-end;gap:1rem}._primaryButton_a9g98_408,._secondaryButton_a9g98_409{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none}._primaryButton_a9g98_408{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;box-shadow:0 4px 15px #4158d066}._primaryButton_a9g98_408:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #4158d099}._primaryButton_a9g98_408:disabled{opacity:.6;cursor:not-allowed;transform:none}._secondaryButton_a9g98_409{background:#2a2a2a;color:#f5f5f5;border:2px solid #3a3a3a}._secondaryButton_a9g98_409:hover{border-color:#4a4a4a;background:#3a3a3a}._spinning_a9g98_450{animation:_spin_a9g98_450 1s linear infinite}@keyframes _spin_a9g98_450{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._animationTypeSelector_a9g98_464{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}._animationTypeOption_a9g98_471{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;background:#121212;border:2px solid #2a2a2a;border-radius:12px;cursor:pointer;transition:all .2s}._animationTypeOption_a9g98_471:hover{border-color:#3a3a3a;transform:translateY(-2px)}._animationTypeOption_a9g98_471._selected_a9g98_489{border:2px solid transparent;background:linear-gradient(#121212,#121212) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box}._animationTypeLabel_a9g98_495{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}._animationTypeDescription_a9g98_502{font-size:.85rem;color:#9ca3af}._durationSelector_a9g98_508{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin-top:.5rem}._durationOption_a9g98_515{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .5rem;background:#121212;border:2px solid #2a2a2a;border-radius:8px;cursor:pointer;transition:all .2s}._durationOption_a9g98_515:hover{border-color:#3a3a3a;transform:translateY(-2px)}._durationOption_a9g98_515._selected_a9g98_489{border:2px solid transparent;background:linear-gradient(#121212,#121212) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box}._durationOption_a9g98_515._lockedOption_a9g98_539{opacity:.5;cursor:not-allowed;position:relative}._durationOption_a9g98_515._lockedOption_a9g98_539:hover{transform:none;border-color:#2a2a2a}._durationValue_a9g98_550{font-size:1.5rem;font-weight:700;color:#fff;line-height:1}._durationLabel_a9g98_557{font-size:.75rem;color:#9ca3af;margin-top:.25rem}._stepContent_a9g98_270::-webkit-scrollbar{width:8px}._stepContent_a9g98_270::-webkit-scrollbar-track{background:#1e1e1e}._stepContent_a9g98_270::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}._stepContent_a9g98_270::-webkit-scrollbar-thumb:hover{background:#4a4a4a}@media(max-width:768px){._overlay_a9g98_1{padding:.5rem}._modal_a9g98_15{max-height:95vh}._header_a9g98_33,._footer_a9g98_396{padding:1rem 1.5rem}._stepContent_a9g98_270,._choiceBody_a9g98_67{padding:1.5rem}._optionGrid_a9g98_88{grid-template-columns:1fr}._optionCard_a9g98_94{min-height:180px}._youtubeImportBanner_a9g98_153{align-items:flex-start;padding:1rem 1.5rem}._progressSteps_a9g98_201{flex-direction:column;gap:1rem}._step_a9g98_207{flex-direction:row;justify-content:flex-start;width:100%}._step_a9g98_207:not(:last-child):after{display:none}._stepLabel_a9g98_251{text-align:left}._buttons_a9g98_402{flex-direction:column}._primaryButton_a9g98_408,._secondaryButton_a9g98_409{justify-content:center}._animationTypeSelector_a9g98_464{grid-template-columns:1fr}._durationSelector_a9g98_508{grid-template-columns:repeat(3,1fr)}}._channelDetailContainer_kwqnz_1{padding:2rem;min-height:100vh;min-height:100dvh;background-color:#121212;color:#f5f5f5}._content_kwqnz_9{max-width:1200px;margin:0 auto}._loadingContainer_kwqnz_14{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#f5f5f5;gap:1rem}._errorContainer_kwqnz_24{display:flex;align-items:center;justify-content:center;min-height:50vh;color:#f5f5f5;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:8px;padding:2rem}._backLink_kwqnz_36{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:36px;height:36px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;color:#f5f5f5;text-decoration:none;transition:all .2s ease;flex-shrink:0;cursor:pointer;font:inherit}._backLink_kwqnz_36:hover{background:#252525;border-color:#3a3a3a;transform:translate(-4px)}._channelHeader_kwqnz_61{background:#1e1e1e;border-radius:12px;padding:.9rem 1rem;margin-bottom:1rem;box-shadow:0 8px 32px #0000004d;border:1px solid #2a2a2a;display:flex;justify-content:space-between;align-items:center}._channelInfo_kwqnz_73{display:flex;align-items:center;gap:.8rem;min-width:0;flex:1}._iconContainer_kwqnz_81{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:10px;color:#fff;flex-shrink:0;overflow:hidden}._channelInitial_kwqnz_94{font-size:1.15rem;font-weight:800;color:#fff;line-height:1}._channelImage_kwqnz_101{width:100%;height:100%;object-fit:cover;border-radius:inherit}._channelDetails_kwqnz_108{flex:1;min-width:0}._titleRow_kwqnz_113{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._channelName_kwqnz_120{font-size:1.15rem;font-weight:700;color:#f5f5f5;margin:0}._channelDescription_kwqnz_127{font-size:.85rem;color:#b0b0b0;margin:.2rem 0 0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._topic_kwqnz_138{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#4158d01a;border-radius:8px;border:1px solid rgba(65,88,208,.2)}._topicLabel_kwqnz_148{font-size:.8rem;font-weight:600;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:.5px}._topicValue_kwqnz_159{font-size:.9rem;color:#f5f5f5;font-weight:500}._integrationBadges_kwqnz_165{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;flex-shrink:0}._youtubeBadge_kwqnz_174,._youtubeBadgeConnected_kwqnz_175{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600}._youtubeBadge_kwqnz_174{color:#d1d5db;background:#6b728029;border:1px solid rgba(107,114,128,.35)}._youtubeBadgeConnected_kwqnz_175{color:#bbf7d0;background:#22c55e29;border:1px solid rgba(34,197,94,.35)}._autopilotBadge_kwqnz_196,._autopilotBadgeActive_kwqnz_197{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s ease}._autopilotBadge_kwqnz_196{color:#d1d5db;background:#6b728029;border:1px solid rgba(107,114,128,.35)}._autopilotBadgeActive_kwqnz_197{color:#fff;background:linear-gradient(43deg,#4158d0e6,#c850c0e6);border:1px solid rgba(200,80,192,.5)}._autopilotBadge_kwqnz_196:hover,._autopilotBadgeActive_kwqnz_197:hover{filter:brightness(1.15)}._channelActions_kwqnz_226{display:flex;gap:.6rem;align-items:center;flex-shrink:0}._actionButton_kwqnz_233{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;background:#2a2a2a;color:#f5f5f5;border:1px solid #3a3a3a;border-radius:8px;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .2s ease}._actionButton_kwqnz_233:hover{border-color:#4a4a4a;background:#3a3a3a}._autopilotToggle_kwqnz_253{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:40px;padding:.55rem .85rem;color:#fff;background:linear-gradient(#1f1f1f,#1f1f1f) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box;border:1px solid transparent;border-radius:10px;font-size:.82rem;font-weight:850;letter-spacing:.02em;cursor:pointer;box-shadow:0 0 #c850c000;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}._autopilotToggle_kwqnz_253:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;border-radius:11px;background:linear-gradient(43deg,#4158d073,#c850c073,#ffcc7073);opacity:.35;filter:blur(12px)}._autopilotToggle_kwqnz_253 strong{padding:.18rem .45rem;color:#d1d5db;background:#ffffff14;border-radius:999px;font-size:.68rem;font-weight:900}._autopilotToggle_kwqnz_253:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 26px #c850c03d;filter:brightness(1.08)}._autopilotToggleActive_kwqnz_301{background:linear-gradient(43deg,#4158d0f2,#c850c0f2,#ffcc70f2) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box;box-shadow:0 12px 30px #c850c057}._autopilotToggleActive_kwqnz_301:before{opacity:.75}._autopilotToggleActive_kwqnz_301 strong{color:#1f2937;background:#ffffffd1}._autopilotToggle_kwqnz_253:disabled{cursor:not-allowed;opacity:.65;transform:none}._needsAttention_kwqnz_324{position:relative;border-color:#c850c0!important;animation:_needsAttentionPulse_kwqnz_1 1.4s ease-in-out infinite}@keyframes _needsAttentionPulse_kwqnz_1{0%{box-shadow:0 0 #c850c08c}70%{box-shadow:0 0 0 10px #c850c000}to{box-shadow:0 0 #c850c000}}._youtubeConnectButton_kwqnz_342{display:flex;align-items:center;gap:.5rem;padding:.55rem .85rem;background:#ef444424;color:#fecaca;border:1px solid rgba(239,68,68,.35);border-radius:8px;font-weight:700;font-size:.82rem;cursor:pointer;transition:all .2s ease}._youtubeConnectButton_kwqnz_342:hover{background:#ef444438;border-color:#ef444480}._videoTabActions_kwqnz_362{display:flex;justify-content:flex-end;gap:.75rem;margin-bottom:1rem}._newVideoButton_kwqnz_369{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .95rem;background:linear-gradient(90deg,#4158d0,#c850c0);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.82rem;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 15px #4158d059}._newVideoButton_kwqnz_369:hover{transform:translateY(-1px);box-shadow:0 6px 20px #4158d080}._channelTabs_kwqnz_391{display:flex;gap:.6rem;margin-bottom:1.5rem;padding:.45rem;background:#1e1e1e;border:1px solid #2a2a2a;border-radius:14px;box-shadow:0 8px 24px #00000038}._channelTabs_kwqnz_391 button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:1;background:#252525;color:#9ca3af;border:1px solid #333;border-radius:10px;padding:.8rem 1rem;cursor:pointer;font-weight:700;transition:all .2s ease}._channelTabs_kwqnz_391 button:hover{color:#f5f5f5;border-color:#4a4a4a;transform:translateY(-1px)}._channelTabs_kwqnz_391 ._activeChannelTab_kwqnz_424{color:#f5f5f5;border-color:#c850c059;background:var(--selection-gradient);box-shadow:0 8px 22px #4158d047}._tabLabelShort_kwqnz_431{display:none}._tabLabelFull_kwqnz_435{display:inline}._autoPublishSection_kwqnz_439{overflow:visible;background:transparent;border:none;border-radius:0;box-shadow:none}._connectOnlyState_kwqnz_447{display:grid;place-items:center;min-height:220px;padding:2rem}._autoPublishHero_kwqnz_454{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.4rem;background:linear-gradient(135deg,#ef444429,#c850c01a),#171717;border-bottom:1px solid rgba(255,255,255,.08)}._autoPublishEyebrow_kwqnz_466{display:inline-flex;align-items:center;gap:.45rem;color:#ffcc70;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}._autoPublishHero_kwqnz_454 h2{color:#fff;font-size:clamp(1.45rem,3vw,2rem);line-height:1.08;margin:.45rem 0 .5rem}._autoPublishHero_kwqnz_454 p,._youtubeConnectedInfo_kwqnz_485 p,._panelHeader_kwqnz_486 p{color:#b9b9b9;margin:0;line-height:1.45}._autoPublishHeroActions_kwqnz_492{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;flex:0 0 auto}._savePublishButton_kwqnz_500,._disconnectButton_kwqnz_501,._addTimeButton_kwqnz_502,._timeRow_kwqnz_503 button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:38px;border-radius:10px;font-size:.84rem;font-weight:800;cursor:pointer;transition:opacity .2s,transform .2s,border-color .2s,background .2s}._savePublishButton_kwqnz_500{padding:.55rem .9rem;color:#fff;border:none;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 8px 22px #4158d04d}._savePublishButton_kwqnz_500:hover,._disconnectButton_kwqnz_501:hover,._addTimeButton_kwqnz_502:hover,._timeRow_kwqnz_503 button:hover{transform:translateY(-1px)}._savePublishButton_kwqnz_500:disabled,._disconnectButton_kwqnz_501:disabled{opacity:.55;cursor:not-allowed;transform:none}._publishSummaryGrid_kwqnz_538{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;padding:1.25rem 1.25rem 0}._publishSummaryGrid_kwqnz_538>div{padding:.9rem;background:#121212db;border:1px solid #303030;border-radius:14px}._publishSummaryGrid_kwqnz_538 span,._formLabel_kwqnz_553{display:block;color:#9ca3af;font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}._publishSummaryGrid_kwqnz_538 strong{display:block;color:#fff;font-size:.98rem;margin-top:.35rem}._publishPanel_kwqnz_569{display:grid;gap:1rem;padding:1.25rem}._youtubeAccountCard_kwqnz_575{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:#121212db;border:1px solid #303030;border-radius:16px}._youtubeConnectedInfo_kwqnz_485{display:flex;align-items:center;gap:.85rem;min-width:0}._youtubeAvatar_kwqnz_593,._youtubeAvatarFallback_kwqnz_594{width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#121212;flex:0 0 auto}._youtubeAvatar_kwqnz_593{object-fit:cover}._youtubeAvatarFallback_kwqnz_594{display:grid;place-items:center;color:#fca5a5;font-size:.78rem;font-weight:900;background:#ef44441f}._disconnectButton_kwqnz_501{padding:.55rem .85rem;color:#fca5a5;background:#ef44441f;border:1px solid rgba(239,68,68,.35)}._publishControlGrid_kwqnz_623,._publishMetadataGrid_kwqnz_624{display:grid;grid-template-columns:minmax(220px,360px);gap:.85rem}._publishMetadataGrid_kwqnz_624{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}._publishLayout_kwqnz_634{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:1rem}._formField_kwqnz_640{display:flex;flex-direction:column;gap:.5rem}._input_kwqnz_646,._textarea_kwqnz_647{width:100%;background:#121212;border:1px solid #3a3a3a;border-radius:12px;color:#fff;padding:.78rem .85rem;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}._input_kwqnz_646:focus,._textarea_kwqnz_647:focus{border-color:#c850c0a6;box-shadow:0 0 0 3px #c850c01f}._textarea_kwqnz_647{min-height:112px;resize:vertical}._schedulePanel_kwqnz_670,._rulesPanel_kwqnz_671{padding:1rem;background:#121212;border:1px solid #303030;border-radius:16px;overflow:visible}._panelHeader_kwqnz_486 h3{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 .25rem;color:#fff;font-size:1rem}._panelHeader_kwqnz_486 p{margin-bottom:1rem;font-size:.88rem}._timeZoneRow_kwqnz_693{display:grid;gap:.45rem;margin-bottom:1rem}._timeZoneHint_kwqnz_699{margin:0;color:#b8b8b8;font-size:.82rem;line-height:1.4}._weeklyCreditsNotice_kwqnz_706{display:grid;gap:.35rem;margin-bottom:1rem;padding:.85rem 1rem;color:#f8fafc;background:linear-gradient(135deg,#4158d029,#c850c024),#ffffff0a;border:1px solid rgba(200,80,192,.28);border-radius:14px}._weeklyCreditsNotice_kwqnz_706 strong{font-size:.95rem;line-height:1.35}._weeklyCreditsNotice_kwqnz_706 span{color:#b8b8b8;font-size:.84rem}._weeklyCreditsNoticeAlert_kwqnz_729{background:linear-gradient(135deg,#fbbf2429,#f59e0b1a),#ffffff0a;border-color:#fbbf2461}._weeklyCreditsNoticeAlert_kwqnz_729 span{color:#fde68a}._weekScheduleGrid_kwqnz_740{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.75rem}._scheduleDay_kwqnz_746,._scheduleDayActive_kwqnz_747{display:grid;gap:.75rem;align-content:start;padding:.75rem .6rem;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff09;cursor:pointer;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s}._scheduleDayActive_kwqnz_747{border-color:#c850c07a;background:linear-gradient(135deg,#4158d01f,#c850c01f),#ffffff0a;box-shadow:inset 0 1px #ffffff0f}._scheduleDay_kwqnz_746:hover,._scheduleDayActive_kwqnz_747:hover{transform:translateY(-1px);border-color:#c850c06b}._dayToggle_kwqnz_773{display:flex;flex-direction:column;align-items:center;width:100%;gap:.5rem;padding:0;color:#fff;background:transparent;border:none;font-weight:800;cursor:pointer;text-align:center}._dayBubble_kwqnz_788{display:grid;place-items:center;width:34px;height:34px;color:#d1d5db;background:#121212;border:1px solid rgba(255,255,255,.1);border-radius:999px;font-size:.9rem;font-weight:900;transition:background .2s,color .2s,border-color .2s}._scheduleDayActive_kwqnz_747 ._dayBubble_kwqnz_788{color:#fff;background:var(--selection-gradient);border-color:transparent}._timeList_kwqnz_808{display:grid;gap:.55rem;justify-items:center}._timeRow_kwqnz_503{display:flex;gap:.5rem}._timeRow_kwqnz_503 select{flex:1;min-width:0;padding:.6rem .7rem;color:#fff;background:#121212e6;border:1px solid rgba(255,255,255,.1);border-radius:999px;cursor:pointer}._timeRow_kwqnz_503 button,._addTimeButton_kwqnz_502{padding:.55rem .75rem;color:#f5f5f5;background:#ffffff12;border:1px solid rgba(255,255,255,.1)}._timeRow_kwqnz_503 button{width:38px;padding:0;border-radius:999px;font-size:1.2rem;line-height:1}._timeWheelRow_kwqnz_846{position:relative;display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._timeDisplayButton_kwqnz_855{min-width:78px;padding:.62rem .75rem;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:999px;cursor:pointer;font-size:1rem;font-weight:900;letter-spacing:.02em;transition:border-color .2s,background .2s,transform .2s}._timeDisplayButton_kwqnz_855:hover{background:#c850c024;border-color:#c850c06b;transform:translateY(-1px)}._timeWheelDropdown_kwqnz_875{position:fixed;z-index:1000;display:grid;gap:.65rem;width:min(320px,calc(100vw - 24px));padding:.85rem;background:#171717;border:1px solid rgba(255,255,255,.12);border-radius:20px;box-shadow:0 18px 46px #0000006b}._timeWheelPicker_kwqnz_888{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.35rem;height:138px;padding:.55rem;background:#121212e6;border:1px solid rgba(255,255,255,.1);border-radius:18px}._timeWheelPicker_kwqnz_888 [data-rwp]{height:122px}._timeWheelPicker_kwqnz_888 [data-rwp-wrapper]{gap:.35rem}._timeWheelOption_kwqnz_908{min-height:34px;color:#8f8f8f!important;background:transparent;border:none;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:800}._timeWheelHighlight_kwqnz_919{border-radius:999px;background:linear-gradient(43deg,#4158d0eb,#c850c0eb);box-shadow:0 8px 22px #4158d03d}._timeWheelHighlightItem_kwqnz_925{color:#fff!important;font-size:1.05rem;font-weight:900}._timeWheelSeparator_kwqnz_931{color:#f5f5f5;font-size:1.2rem;font-weight:900}._removeWheelTimeButton_kwqnz_937{width:34px;height:34px;color:#f5f5f5;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:999px;cursor:pointer;font-size:1.2rem;line-height:1}._addTimeButton_kwqnz_502{width:100%;color:#ffcc70;border-color:#ffcc7059;background:#ffcc7017}._toggleGrid_kwqnz_956{display:grid;grid-template-columns:1fr;gap:.75rem}._checkboxField_kwqnz_962{display:flex;align-items:center;gap:.75rem;min-height:50px;padding:.85rem;color:#e5e7eb;font-size:.92rem;font-weight:800;background:#1e1e1e;border:1px solid #303030;border-radius:14px;cursor:pointer}._checkboxField_kwqnz_962 input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:7px;border:1px solid #4a4a4a;background:#121212;display:grid;place-content:center;flex:0 0 auto}._checkboxField_kwqnz_962 input:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;border-radius:3px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._checkboxField_kwqnz_962 input:checked:before{transform:scale(1)}._checkboxField_kwqnz_962:has(input:checked){border-color:#c850c080;background:#c850c014}._publishMainToggle_kwqnz_1008{display:flex;align-items:center;gap:.85rem;padding:1rem;color:#fff;font-weight:900;background:#c850c014;border:1px solid rgba(200,80,192,.32);border-radius:16px;cursor:pointer}._publishMainToggle_kwqnz_1008 input{width:22px;height:22px;accent-color:#c850c0;flex:0 0 auto}._configSection_kwqnz_1029,._videosSection_kwqnz_1030{background:#1e1e1e;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000004d;border:1px solid #2a2a2a}._sectionTitle_kwqnz_1039{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#f5f5f5;margin:0 0 1.5rem}._sectionHeader_kwqnz_1049{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._configGrid_kwqnz_1057{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}._configItem_kwqnz_1063{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#2a2a2a;border-radius:8px;border:1px solid #3a3a3a}._configLabel_kwqnz_1073{font-size:.9rem;font-weight:600;color:#b0b0b0}._configValue_kwqnz_1079{font-size:.9rem;color:#f5f5f5;font-weight:500}._videosGrid_kwqnz_1086{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._videoCard_kwqnz_1092{background:#2a2a2a;border-radius:12px;overflow:hidden;border:1px solid #3a3a3a;transition:all .3s ease}._videoCard_kwqnz_1092:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}._videoThumbnail_kwqnz_1105{width:100%;aspect-ratio:16 / 9;background:#3a3a3a;display:flex;align-items:center;justify-content:center;overflow:hidden}._videoThumbnail_kwqnz_1105 img{width:100%;height:100%;object-fit:cover}._thumbnailPlaceholder_kwqnz_1121{color:#b0b0b0}._videoInfo_kwqnz_1125{padding:1rem}._videoTitle_kwqnz_1129{font-size:1rem;font-weight:600;color:#f5f5f5;margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._videoStatus_kwqnz_1141{font-size:.85rem;color:#b0b0b0;margin:0 0 1rem}._status_kwqnz_1147{font-weight:600;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}._status_kwqnz_1147._creating_kwqnz_1154{background:#fef3c7;color:#d97706}._status_kwqnz_1147._finished_kwqnz_1159{background:#d1fae5;color:#059669}._status_kwqnz_1147._error_kwqnz_24{background:#fee2e2;color:#dc2626}._viewVideoButton_kwqnz_1169{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.85rem;transition:all .2s ease}._viewVideoButton_kwqnz_1169:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4158d066;color:#fff;text-decoration:none}._emptyState_kwqnz_1191{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:#b0b0b0;padding:2rem;background:#2a2a2a;border-radius:16px;border:1px solid #3a3a3a}._emptyState_kwqnz_1191 ._iconContainer_kwqnz_81{margin-bottom:2rem}._emptyState_kwqnz_1191 ._icon_kwqnz_81{color:#b0b0b0}._emptyState_kwqnz_1191 ._title_kwqnz_113{font-size:1.5rem;font-weight:700;color:#f5f5f5;margin-bottom:1rem}._emptyState_kwqnz_1191 ._description_kwqnz_1220{font-size:1rem;margin-bottom:2rem;max-width:500px;line-height:1.6;color:#b0b0b0}._emptyState_kwqnz_1191 ._createButton_kwqnz_1228{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4158d066;margin-bottom:2rem}._emptyState_kwqnz_1191 ._createButton_kwqnz_1228:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4158d099}._stepsContainer_kwqnz_1250{max-width:600px;width:100%}._stepsTitle_kwqnz_1255{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#f5f5f5}._steps_kwqnz_1250{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._step_kwqnz_1250{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#3a3a3a;border-radius:8px;border:1px solid #4a4a4a}._stepNumber_kwqnz_1281{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;border-radius:50%;font-weight:700;font-size:1rem;flex-shrink:0}._stepContent_kwqnz_1295{flex:1}._stepTitle_kwqnz_1299{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#f5f5f5}._stepDescription_kwqnz_1306{font-size:.9rem;margin:0;color:#b0b0b0;line-height:1.4}@media(max-width:768px){._channelDetailContainer_kwqnz_1{padding:.75rem .7rem 1.25rem}._channelHeader_kwqnz_61{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem;margin-bottom:.75rem;border-radius:14px}._channelInfo_kwqnz_73{flex-direction:row;align-items:center;text-align:left;gap:.65rem}._backLink_kwqnz_36{width:34px;height:34px}._iconContainer_kwqnz_81{width:36px;height:36px;border-radius:9px}._titleRow_kwqnz_113{flex-direction:column;align-items:flex-start;gap:.4rem}._channelName_kwqnz_120{font-size:1.05rem;line-height:1.2}._integrationBadges_kwqnz_165{gap:.35rem}._youtubeBadge_kwqnz_174,._youtubeBadgeConnected_kwqnz_175{padding:.2rem .45rem;font-size:.65rem}._channelActions_kwqnz_226{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-items:stretch}._channelActions_kwqnz_226 ._youtubeConnectButton_kwqnz_342{grid-column:1 / -1}._autopilotToggle_kwqnz_253,._actionButton_kwqnz_233,._youtubeConnectButton_kwqnz_342{width:100%;min-height:42px;justify-content:center;padding:.55rem .6rem;font-size:.75rem}._autopilotToggle_kwqnz_253{gap:.35rem}._autopilotToggle_kwqnz_253 strong{padding:.14rem .38rem;font-size:.62rem}._actionButton_kwqnz_233 span,._newVideoButton_kwqnz_369 span{white-space:nowrap}._channelTabs_kwqnz_391{gap:.4rem;margin-bottom:.85rem;padding:.35rem;border-radius:12px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}._channelTabs_kwqnz_391::-webkit-scrollbar{display:none}._channelTabs_kwqnz_391 button{flex:0 0 auto;min-width:0;gap:.35rem;padding:.55rem .7rem;font-size:.75rem;font-weight:650;white-space:nowrap;border-radius:9px}._channelTabs_kwqnz_391 button svg{width:14px;height:14px;flex-shrink:0}._tabLabelFull_kwqnz_435{display:none}._tabLabelShort_kwqnz_431{display:inline}._videoTabActions_kwqnz_362{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:.85rem}._newVideoButton_kwqnz_369{width:100%;min-height:42px;justify-content:center;padding:.55rem;font-size:.75rem}._autoPublishHero_kwqnz_454,._youtubeAccountCard_kwqnz_575,._timeRow_kwqnz_503{flex-direction:column;align-items:stretch}._autoPublishHeroActions_kwqnz_492{justify-content:flex-start}._publishSummaryGrid_kwqnz_538,._publishControlGrid_kwqnz_623,._publishMetadataGrid_kwqnz_624,._publishLayout_kwqnz_634{grid-template-columns:1fr}._savePublishButton_kwqnz_500,._disconnectButton_kwqnz_501{width:100%}._publishPanel_kwqnz_569{padding:0;gap:.75rem}._schedulePanel_kwqnz_670,._rulesPanel_kwqnz_671{padding:0;border:none;border-radius:0;background:transparent}._panelHeader_kwqnz_486 h3{font-size:.95rem}._schedulePanel_kwqnz_670 ._panelHeader_kwqnz_486 h3{display:none}._panelHeader_kwqnz_486 p{margin-bottom:.85rem;font-size:.82rem}._weeklyCreditsNotice_kwqnz_706{margin-bottom:.85rem;padding:.7rem .8rem}._weeklyCreditsNotice_kwqnz_706 strong{font-size:.87rem}._weeklyCreditsNotice_kwqnz_706 span{font-size:.78rem}._weekScheduleGrid_kwqnz_740{grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:.4rem}._scheduleDay_kwqnz_746,._scheduleDayActive_kwqnz_747{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;padding:.45rem .6rem;border-radius:12px}._dayToggle_kwqnz_773{flex-direction:row;align-items:center;justify-content:flex-start;gap:.6rem}._dayBubble_kwqnz_788{width:28px;height:28px;font-size:.8rem}._timeList_kwqnz_808{justify-items:end}._timeDisplayButton_kwqnz_855{min-width:68px;padding:.45rem .6rem;font-size:.9rem}._removeWheelTimeButton_kwqnz_937{width:30px;height:30px}._connectOnlyState_kwqnz_447{min-height:0;padding:1rem 0}._configGrid_kwqnz_1057,._videosGrid_kwqnz_1086{grid-template-columns:1fr}._emptyState_kwqnz_1191{padding:1rem}._steps_kwqnz_1250{gap:.75rem}._step_kwqnz_1250{padding:.75rem}}@media(max-width:400px){._channelActions_kwqnz_226{grid-template-columns:1fr}._channelTabs_kwqnz_391 button{padding:.5rem .6rem;font-size:.72rem}._videoTabActions_kwqnz_362{grid-template-columns:1fr}}._analysisSection_gwr8o_1{display:flex;flex-direction:column;gap:1rem;background:#1e1e1e;border:1px solid #2a2a2a;border-radius:16px;padding:1.25rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000004d}._topBar_gwr8o_14{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}._eyebrow_gwr8o_22{display:inline-flex;align-items:center;gap:.4rem;color:#c850c0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}._topBarHead_gwr8o_33 h2{margin:.25rem 0 0;color:#f5f5f5;font-size:1.25rem;font-weight:800}._topBarActions_gwr8o_40{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._analyzedAt_gwr8o_47{color:#9ca3af;font-size:.78rem;font-weight:600}._primaryButton_gwr8o_53,._secondaryButton_gwr8o_54,._tuneButton_gwr8o_55{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1.1rem;border-radius:10px;border:none;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:filter .15s ease,background-color .15s ease,border-color .15s ease}._primaryButton_gwr8o_53{background:var(--selection-gradient);box-shadow:0 8px 20px #4158d042}._primaryButton_gwr8o_53:hover:not(:disabled){filter:brightness(1.08)}._secondaryButton_gwr8o_54,._tuneButton_gwr8o_55{background:#2a2a2a;border:1px solid #3a3a3a;color:#e0e0e0}._tuneButton_gwr8o_55:hover{border-color:#c850c080;color:#fff}._tuneCount_gwr8o_91{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 .3rem;border-radius:999px;background:#c850c040;color:#f0c4ec;font-size:.7rem;font-weight:800}._primaryButton_gwr8o_53:disabled{opacity:.65;cursor:not-allowed}._spinning_gwr8o_110{animation:_spin_gwr8o_110 1s linear infinite}@keyframes _spin_gwr8o_110{to{transform:rotate(360deg)}}._keywordBar_gwr8o_118{padding:.85rem;border-radius:12px;border:1px solid #333;background:#252525}._formError_gwr8o_125{margin:0;color:#fbbf24;font-size:.82rem;font-weight:600}._warning_gwr8o_132{padding:.75rem .9rem;border-radius:10px;color:#fbbf24;background:#fbbf241a;border:1px solid rgba(251,191,36,.22);font-size:.85rem}._emptyState_gwr8o_142{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.25rem 1.25rem;border-radius:14px;border:1px dashed #3a3a3a;background:#212121;text-align:center}._emptyIcon_gwr8o_154{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:#c850c024;color:#c850c0}._emptyState_gwr8o_142 h3{margin:0;color:#f5f5f5;font-size:1.05rem;font-weight:800}._emptyState_gwr8o_142 p{margin:0;max-width:46ch;color:#9ca3af;font-size:.85rem;line-height:1.5}._block_gwr8o_181{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:14px;border:1px solid #2f2f2f;background:#212121}._blockHead_gwr8o_191{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}._blockHead_gwr8o_191 h3{display:inline-flex;align-items:center;gap:.45rem;margin:0;color:#f5f5f5;font-size:1rem;font-weight:800}._blockHead_gwr8o_191 h3 svg{color:#c850c0}._blockCount_gwr8o_212{padding:.1rem .5rem;border-radius:999px;background:#c850c029;color:#f0c4ec;font-size:.75rem;font-weight:800}._sortNote_gwr8o_221{margin-left:auto;color:#8a8a8a;font-size:.75rem;font-weight:600;border-bottom:1px dotted #555;cursor:help}._blockEmpty_gwr8o_230{margin:0;color:#9ca3af;font-size:.85rem}._ideaGrid_gwr8o_240{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:.5rem}._ideaCard_gwr8o_246{display:flex;align-items:center;gap:.5rem;min-width:0;padding:.6rem .7rem;border-radius:11px;border:1px solid #333;background:#1b1b1b;transition:border-color .15s ease,background-color .15s ease}._ideaCard_gwr8o_246:hover{border-color:#c850c066}._ideaCardSelected_gwr8o_262{border-color:#c850c0bf;background:#c850c014}._ideaCard_gwr8o_246:focus-within{border-color:#c850c0e6;box-shadow:0 0 0 2px #c850c040}._ideaMain_gwr8o_272{display:flex;align-items:center;flex:1;min-width:0;cursor:pointer}._ideaCheckbox_gwr8o_280{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}._ideaCopy_gwr8o_292{min-width:0}._ideaCopy_gwr8o_292 strong{display:block;color:#f0f0f0;font-size:.85rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere}._ideaCopy_gwr8o_292 small{display:block;margin-top:.2rem;color:#8a8a8a;font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ideaAction_gwr8o_315{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;padding:.4rem .6rem;border-radius:8px;border:1px solid #3a3a3a;background:#262626;color:#d8d8d8;font-size:.75rem;font-weight:700;cursor:pointer}._ideaAction_gwr8o_315:hover{border-color:#c850c080;background:#c850c024;color:#fff}._selectionBar_gwr8o_336{position:sticky;bottom:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.65rem .85rem;border-radius:11px;border:1px solid rgba(200,80,192,.45);background:#1a1420;box-shadow:0 10px 26px #0006}._selectionCount_gwr8o_351{color:#f0f0f0;font-size:.82rem;font-weight:700}._selectionActions_gwr8o_357{display:flex;align-items:center;gap:.5rem}._selectionSecondary_gwr8o_363{padding:.45rem .7rem;border:none;border-radius:8px;background:transparent;color:#9ca3af;font-size:.78rem;font-weight:600;cursor:pointer}._selectionSecondary_gwr8o_363:hover{color:#f0f0f0}._selectionPrimary_gwr8o_378{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border:none;border-radius:9px;background:var(--selection-gradient);color:#fff;font-size:.8rem;font-weight:700;cursor:pointer}._selectionPrimary_gwr8o_378:hover{filter:brightness(1.08)}._channelFilter_gwr8o_397{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.5rem}._channelFilter_gwr8o_397::-webkit-scrollbar{height:8px}._channelFilter_gwr8o_397::-webkit-scrollbar-track{background:#0f0f14cc;border-radius:999px}._channelFilter_gwr8o_397::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#4158d0,#c850c0);border-radius:999px}._channelFilter_gwr8o_397::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#c850c0,#4158d0)}._channelChip_gwr8o_424{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;max-width:240px;padding:.4rem .6rem;border-radius:999px;border:1px solid #333;background:#1b1b1b;color:#e0e0e0;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}._channelChip_gwr8o_424:hover{border-color:#4a4a4a}._channelChipActive_gwr8o_444{border-color:#c850c0b3;background:#c850c01f}._chipAvatar_gwr8o_449,._chipAvatarFallback_gwr8o_450{width:28px;height:28px;flex-shrink:0;border-radius:50%;object-fit:cover}._chipAvatarFallback_gwr8o_450{padding:.3rem;background:#333}._chipCopy_gwr8o_463{min-width:0}._chipCopy_gwr8o_463 strong{display:block;font-size:.78rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._chipCopy_gwr8o_463 small{display:block;color:#8a8a8a;font-size:.68rem}._chipScore_gwr8o_482{flex-shrink:0;padding:.15rem .4rem;border-radius:999px;background:#c850c02e;color:#f0c4ec;font-size:.7rem;font-weight:800}._typeSwitch_gwr8o_493{display:inline-flex;gap:.25rem;padding:.25rem;border-radius:999px;border:1px solid #333;background:#1b1b1b;width:max-content}._typeSwitch_gwr8o_493 button{padding:.4rem .9rem;border:none;border-radius:999px;background:transparent;color:#9ca3af;font-size:.78rem;font-weight:700;cursor:pointer}._typeSwitch_gwr8o_493 ._typeSwitchActive_gwr8o_514{background:var(--selection-gradient);color:#fff}._videoGrid_gwr8o_519{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(230px,100%),1fr));gap:.65rem}._videoCard_gwr8o_525{display:flex;flex-direction:column;min-width:0;border-radius:12px;border:1px solid #333;background:#1b1b1b;overflow:hidden;transition:border-color .15s ease}._videoCard_gwr8o_525:hover{border-color:#4a4a4a}._thumbnailLink_gwr8o_540{position:relative;display:block;aspect-ratio:16 / 9;background:#2a2a2a}._thumbnailLink_gwr8o_540 img{width:100%;height:100%;object-fit:cover}._thumbnailFallback_gwr8o_553{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._thumbnailFallback_gwr8o_553 img{width:40px;height:40px;object-fit:contain;opacity:.6}._videoScore_gwr8o_568{position:absolute;top:.4rem;right:.4rem;padding:.1rem .4rem;border-radius:999px;background:#0a0a10d9;border:1px solid rgba(200,80,192,.5);color:#f0c4ec;font-size:.7rem;font-weight:800}._videoBody_gwr8o_581{display:flex;flex-direction:column;gap:.3rem;flex:1;padding:.6rem .7rem .7rem}._videoBody_gwr8o_581 h4{margin:0;color:#f0f0f0;font-size:.82rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._videoChannel_gwr8o_601{margin:0;color:#8a8a8a;font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._videoFooter_gwr8o_611{display:flex;align-items:center;justify-content:space-between;gap:.4rem;flex-wrap:wrap;margin-top:auto;padding-top:.35rem}._videoLink_gwr8o_621{display:inline-flex;align-items:center;gap:.25rem;color:#93c5fd;font-size:.73rem;font-weight:700;text-decoration:none}._videoLink_gwr8o_621:hover{text-decoration:underline}._videoStats_gwr8o_635{display:inline-flex;align-items:center;gap:.45rem;color:#8a8a8a;font-size:.7rem;font-weight:600;white-space:nowrap}._videoStats_gwr8o_635>span{display:inline-flex;align-items:center;gap:.2rem}._videoStats_gwr8o_635 svg{opacity:.7}._pagination_gwr8o_655{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#9ca3af;font-size:.8rem}._pagination_gwr8o_655 button{padding:.45rem .8rem;border:1px solid #3a3a3a;border-radius:8px;background:#262626;color:#f0f0f0;font-size:.78rem;font-weight:700;cursor:pointer}._pagination_gwr8o_655 button:disabled{opacity:.45;cursor:not-allowed}._tuningModal_gwr8o_681{display:flex;flex-direction:column;gap:1rem}._tuningGroup_gwr8o_687{display:flex;flex-direction:column;gap:.5rem;padding:.85rem;border-radius:12px;border:1px solid #333;background:#212121}._tuningGroup_gwr8o_687 h4{margin:0;color:#f5f5f5;font-size:.9rem;font-weight:800}._tuningGroup_gwr8o_687 label{margin-top:.15rem;color:#b9b9b9;font-size:.78rem;font-weight:700}._tuningActions_gwr8o_711{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}@media(max-width:700px){._analysisSection_gwr8o_1{gap:.85rem;padding:0;margin-bottom:1.25rem;border:none;border-radius:0;background:transparent;box-shadow:none}._block_gwr8o_181{padding:.85rem}._ideaCard_gwr8o_246{padding:.55rem .6rem}._emptyState_gwr8o_142{padding:1.5rem 1rem}._topBar_gwr8o_14{align-items:stretch}._topBarActions_gwr8o_40{width:100%}._topBarActions_gwr8o_40 ._primaryButton_gwr8o_53{flex:1}._analyzedAt_gwr8o_47{width:100%}._ideaGrid_gwr8o_240{grid-template-columns:minmax(0,1fr)}._videoGrid_gwr8o_519{grid-template-columns:repeat(auto-fill,minmax(min(130px,100%),1fr))}._ideaAction_gwr8o_315 span{display:none}._tuningActions_gwr8o_711 ._primaryButton_gwr8o_53,._tuningActions_gwr8o_711 ._secondaryButton_gwr8o_54{flex:1}}._container_8wjpp_1{display:flex;flex-direction:column;gap:1rem}._autopilotHero_8wjpp_9{display:flex;flex-direction:column;gap:1.15rem;padding:1.35rem 1.4rem;border-radius:20px;border:1px solid transparent;background:linear-gradient(#1a1a1a,#1a1a1a) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box;box-shadow:0 0 0 1px #c850c01f,0 18px 40px #00000059,0 0 48px #c850c01f;color:inherit;text-align:left;font:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}._autopilotHero_8wjpp_9:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #c850c038,0 22px 48px #0006,0 0 56px #c850c033}._autopilotHeroActive_8wjpp_38{background:linear-gradient(135deg,#14281efa,#1a1a1a) padding-box,linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70) border-box}._autopilotHeroTop_8wjpp_46{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon text pill";align-items:start;gap:.95rem}._autopilotHeroText_8wjpp_54{grid-area:text;min-width:0}._autopilotHeroIcon_8wjpp_59{grid-area:icon;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:14px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;box-shadow:0 8px 22px #c850c059}._autopilotEyebrow_8wjpp_73{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.25rem;color:#ffcc70;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}._autopilotHeroText_8wjpp_54 h2{margin:0;font-size:1.45rem;font-weight:900;letter-spacing:-.02em;color:#fff}._autopilotHeroText_8wjpp_54 p{margin:.35rem 0 0;max-width:42rem;font-size:.9rem;line-height:1.5;color:#b8b8c8}._autopilotStatusPill_8wjpp_101{grid-area:pill;display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#c8c8c8;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}._autopilotStatusOn_8wjpp_117{border-color:#4ade8059;background:#4ade8024;color:#4ade80}._autopilotVisual_8wjpp_124{display:block;width:100%;max-width:780px;height:auto;margin:0 auto}._autopilotPipeline_8wjpp_132{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}._pipelineStep_8wjpp_138{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .8rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0c0c12b8}._pipelineStepDone_8wjpp_148{border-color:#c850c059;background:linear-gradient(135deg,#4158d024,#c850c01a)}._pipelineIcon_8wjpp_153{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-bottom:.3rem;border-radius:8px;background:#c850c024;color:#c850c0}._pipelineStepDone_8wjpp_148 ._pipelineIcon_8wjpp_153{background:var(--selection-gradient);color:#fff}._pipelineStep_8wjpp_138 strong{font-size:.8125rem;font-weight:800;color:#f5f5f5}._pipelineStep_8wjpp_138 small{font-size:.72rem;color:#9ca3af}._autopilotHeroCta_8wjpp_181{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:.15rem;border-top:1px solid rgba(255,255,255,.07)}._autopilotCtaButton_8wjpp_191{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:12px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;font-size:.9375rem;font-weight:800;box-shadow:0 8px 22px #c850c059}._autopilotHeroCta_8wjpp_181 small{flex:1;min-width:200px;font-size:.8rem;line-height:1.45;color:#9ca3af}._createRow_8wjpp_213{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#1a1a1ae6}._createRow_8wjpp_213 p{margin:0;flex:1;min-width:220px;font-size:.8125rem;line-height:1.45;color:#9ca3af}._createButton_8wjpp_233{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.8rem 1.4rem;border:none;border-radius:12px;background:var(--selection-gradient);color:#fff;font-size:.9375rem;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #4158d047;transition:transform .15s ease,filter .15s ease}._createButton_8wjpp_233:hover{transform:translateY(-1px);filter:brightness(1.08)}._configPanel_8wjpp_257{display:block;width:100%;padding:1rem 1.15rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#1a1a1ae6;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}._configPanel_8wjpp_257:hover{border-color:#c850c066;background:#c850c00d}._configHeader_8wjpp_276{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._configHeader_8wjpp_276 h3{margin:0;font-size:1.0625rem;font-weight:800;color:#fff}._configHeader_8wjpp_276 p{margin:.15rem 0 0;font-size:.8125rem;color:#9ca3af}._configCta_8wjpp_297{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;font-size:.8125rem;font-weight:700;color:#c850c0}._configPanel_8wjpp_257:hover ._configCta_8wjpp_297{color:#e9a8e3}._configList_8wjpp_313{display:flex;flex-wrap:wrap;gap:.4rem}._configItem_8wjpp_319{display:flex;align-items:center;gap:.55rem;flex:1 1 auto;max-width:100%;padding:.4rem .6rem .4rem .5rem;border-radius:10px;background:#ffffff08}._configIcon_8wjpp_330{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border-radius:9px;background:#c850c01f;color:#c850c0}._configText_8wjpp_342{min-width:0}._configText_8wjpp_342 small{display:block;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8a8a8a}._configText_8wjpp_342 strong{display:block;font-size:.83rem;font-weight:600;color:#ececec;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._configMissing_8wjpp_365{color:#fbbf24}@media(max-width:900px){._autopilotHero_8wjpp_9{gap:1rem;padding:1.15rem}._autopilotHeroText_8wjpp_54 h2{font-size:1.3rem}._pipelineStep_8wjpp_138{padding:.65rem .7rem}}@media(max-width:700px){._autopilotHeroTop_8wjpp_46{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon pill" "text text";align-items:center;gap:.75rem .9rem}._autopilotStatusPill_8wjpp_101{justify-self:end}._autopilotHeroIcon_8wjpp_59{width:42px;height:42px;border-radius:12px}._autopilotPipeline_8wjpp_132{grid-template-columns:1fr;gap:.4rem}._pipelineStep_8wjpp_138{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon title" "icon meta";align-items:center;column-gap:.6rem;row-gap:0}._pipelineIcon_8wjpp_153{grid-area:icon;margin-bottom:0}._pipelineStep_8wjpp_138 strong{grid-area:title}._pipelineStep_8wjpp_138 small{grid-area:meta}._autopilotHeroCta_8wjpp_181{padding-top:.75rem}._autopilotCtaButton_8wjpp_191{width:100%;justify-content:center}}@media(max-width:700px){._autopilotVisual_8wjpp_124{aspect-ratio:12 / 5;object-fit:cover;object-position:center;border-radius:14px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}}@media(max-width:420px){._autopilotHero_8wjpp_9{padding:1rem;border-radius:16px}._autopilotHeroText_8wjpp_54 h2{font-size:1.2rem}._autopilotHeroText_8wjpp_54 p{font-size:.85rem}._autopilotStatusPill_8wjpp_101{padding:.3rem .65rem;font-size:.68rem}._autopilotCtaButton_8wjpp_191{padding:.75rem 1rem;font-size:.875rem}}[data-rwp-wrapper] ul{margin:0;padding:0;list-style:none}[data-rwp-wrapper] li{margin:0;padding:0}[data-rwp-wrapper]{position:relative;overflow:hidden;display:flex;width:100%;align-items:stretch;justify-content:space-between;perspective:2000px;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-rwp]{position:relative;overflow:hidden;flex:1;cursor:default;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%)}[data-rwp]:focus-visible{outline:none}[data-rwp-highlight-wrapper]{position:absolute;overflow:hidden;top:50%;width:100%;transform:translateY(-50%);font-size:1rem;font-weight:500}[data-rwp-highlight-list]{position:absolute;width:100%}[data-rwp-options]{position:absolute;top:50%;left:0;display:block;width:100%;height:0;margin:0 auto;-webkit-font-smoothing:subpixel-antialiased;will-change:transform;backface-visibility:hidden;transform-style:preserve-3d}[data-rwp-option]{position:absolute;top:0;left:0;width:100%;-webkit-font-smoothing:subpixel-antialiased;will-change:visibility;font-size:.875rem}[data-rwp-option],[data-rwp-highlight-item]{display:flex;align-items:center;justify-content:center}[data-rwp-option][data-disabled],[data-rwp-highlight-item][data-disabled]{pointer-events:none}._container_1rrit_1{display:flex;flex-direction:column;align-items:center;gap:1.1rem;text-align:center;padding:.5rem .25rem}._iconWrapper_1rrit_10{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 12px 30px #c850c057}._intro_1rrit_22{margin:0;color:#d4d4d8;font-size:.95rem;line-height:1.5}._statsGrid_1rrit_29{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;width:100%}._statCard_1rrit_36{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1rem .75rem;background:#1f1f1f;border:1px solid #3a3a3a;border-radius:12px;color:#a1a1aa}._statCard_1rrit_36 svg{color:#c850c0}._statCard_1rrit_36 strong{font-size:1.6rem;font-weight:900;color:#fff;line-height:1}._statCard_1rrit_36 span{font-size:.78rem}._note_1rrit_63{margin:0;color:#9ca3af;font-size:.82rem;line-height:1.5}._creditsAlert_1rrit_70{display:flex;align-items:flex-start;gap:.65rem;width:100%;padding:.85rem .95rem;text-align:left;background:#fbbf241a;border:1px solid rgba(251,191,36,.32);border-radius:12px;color:#fde68a}._creditsAlert_1rrit_70 svg{flex-shrink:0;margin-top:.1rem;color:#fbbf24}._creditsAlert_1rrit_70 p{margin:0;font-size:.84rem;line-height:1.5}._creditsAlert_1rrit_70 strong{color:#fef3c7}._actions_1rrit_99{display:flex;gap:.75rem;width:100%;margin-top:.25rem}._cancelButton_1rrit_106,._confirmButton_1rrit_107{flex:1;padding:.7rem 1rem;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s ease}._cancelButton_1rrit_106{background:#2a2a2a;color:#f5f5f5;border:1px solid #3a3a3a}._cancelButton_1rrit_106:hover:not(:disabled){background:#3a3a3a}._confirmButton_1rrit_107{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;border:none;box-shadow:0 10px 26px #c850c03d}._confirmButton_1rrit_107:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}._cancelButton_1rrit_106:disabled,._confirmButton_1rrit_107:disabled{opacity:.65;cursor:not-allowed;transform:none}._settingsContainer_1z048_1{min-height:100vh;min-height:100dvh;padding:2rem;color:#f5f5f5;background:#121212}._content_1z048_9{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;max-width:1180px;margin:0 auto}._loadingContainer_1z048_17,._errorContainer_1z048_18{display:flex;justify-content:center;align-items:center;min-height:50vh;color:#fff}._header_1z048_26,._overviewGrid_1z048_27,._sectionHeading_1z048_28,._videoSettingsGrid_1z048_29,._youtubeSection_1z048_30,._dangerZone_1z048_31{grid-column:1 / -1}._header_1z048_26{order:0;display:grid;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#1e1e1ef5,#181818eb);border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 18px 50px #00000047}._headerTop_1z048_46{display:flex;align-items:center;justify-content:space-between;min-width:0}._backLink_1z048_53{display:inline-flex;align-items:center;gap:.5rem;color:#c7c7c7;text-decoration:none;font-size:.875rem;transition:color .2s,transform .2s}._backLink_1z048_53:hover{color:#fff;transform:translate(-2px)}._title_1z048_68{font-size:clamp(1.45rem,3vw,2.15rem);line-height:1.05;font-weight:800;color:#fff;margin:0 0 .35rem;letter-spacing:-.04em}._subtitle_1z048_77{max-width:680px;font-size:.92rem;color:#a7a7a7;margin:0;line-height:1.5}._youtubeHeaderMain_1z048_85{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center}._youtubeHeaderIdentity_1z048_92{display:flex;align-items:center;gap:.95rem;min-width:0}._youtubeHeaderIdentity_1z048_92 img,._youtubeHeaderIdentity_1z048_92>span{width:58px;height:58px;border-radius:18px;flex:0 0 auto}._youtubeHeaderIdentity_1z048_92 img{object-fit:cover}._youtubeHeaderIdentity_1z048_92>span{display:grid;place-items:center;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 12px 28px #c850c047;font-size:1.35rem;font-weight:900;letter-spacing:-.04em}._youtubeHeaderIdentity_1z048_92>div{min-width:0}._youtubeHeaderIdentity_1z048_92 ._title_1z048_68{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:.35rem}._privacyTabsSection_1z048_133{display:grid;gap:.55rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.08)}._privacyTabsHeader_1z048_140{display:grid;gap:.2rem}._privacyTabsHeader_1z048_140 span{color:#9ca3af;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}._privacyTabsHeader_1z048_140 p{margin:0;color:#a3a3a3;font-size:.72rem;font-weight:500;line-height:1.4}._privacyTabs_1z048_133{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.28rem;background:#121212d1;border:1px solid rgba(255,255,255,.09);border-radius:12px}._privacyTab_1z048_133{min-height:38px;padding:.55rem .65rem;color:#a3a3a3;background:transparent;border:1px solid transparent;border-radius:9px;font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background .2s,border-color .2s,color .2s}._privacyTab_1z048_133:hover{color:#fff;background:#ffffff0d}._privacyTab_1z048_133:focus-visible{outline:none;border-color:#c850c08c;box-shadow:0 0 0 3px #c850c024}._privacyTabActive_1z048_197{color:#fff;background:#c850c029;border-color:#c850c059}._youtubePrivacyField_1z048_203 select option{color:#fff;background:#121212}._youtubeConnectButton_1z048_208,._youtubeDisconnectButton_1z048_209{min-height:42px;padding:.7rem .95rem;border-radius:12px;font-size:.84rem;font-weight:900;white-space:nowrap;cursor:pointer}._youtubeConnectButton_1z048_208{color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none}._youtubeDisconnectButton_1z048_209{color:#fca5a5;background:#ef44441a;border:1px solid rgba(239,68,68,.28)}._youtubeRulesStrip_1z048_231{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.08)}._youtubeRuleItem_1z048_239{display:flex;align-items:flex-start;gap:.45rem;min-width:0;padding:.5rem .55rem;color:#e5e7eb;background:#121212b8;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s}._youtubeRuleCopy_1z048_253{display:grid;gap:.15rem;min-width:0}._youtubeRuleCopy_1z048_253 strong{color:#f3f4f6;font-size:.72rem;font-weight:700;line-height:1.2}._youtubeRuleCopy_1z048_253 small{color:#9ca3af;font-size:.62rem;font-weight:500;line-height:1.35}._youtubeRulesStrip_1z048_231 input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;margin-top:.1rem;display:grid;place-content:center;border-radius:4px;background:#1e1e1e;border:1px solid #4a4a4a;flex:0 0 auto}._youtubeRulesStrip_1z048_231 input:before{content:"";width:7px;height:7px;border-radius:2px;transform:scale(0);background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);transition:.12s transform ease-in-out}._youtubeRulesStrip_1z048_231 input:checked:before{transform:scale(1)}._youtubeRulesStrip_1z048_231 label:has(input:checked){border-color:#c850c080;background:#c850c017}._youtubeRulesStrip_1z048_231 label:has(input:disabled){opacity:.55;cursor:not-allowed}._headerStatus_1z048_310{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}._statusConnected_1z048_317,._statusMuted_1z048_318{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .7rem;border-radius:999px;font-size:.78rem;font-weight:800;white-space:nowrap}._statusConnected_1z048_317{color:#bbf7d0;background:#22c55e26;border:1px solid rgba(34,197,94,.28)}._statusMuted_1z048_318{color:#d1d5db;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}._overviewGrid_1z048_27{order:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}._overviewCard_1z048_348{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;padding:1rem;background:#1e1e1ee6;border:1px solid #2a2a2a;border-radius:16px}._overviewIcon_1z048_359{display:grid;place-items:center;width:40px;height:40px;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:12px;grid-row:span 2}._overviewCard_1z048_348 span{color:#9ca3af;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}._overviewCard_1z048_348 strong{color:#fff;font-size:.95rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._videoSettingsGrid_1z048_29{order:4;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.65rem}._configCard_1z048_394{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;min-height:0;padding:.65rem .75rem;background:#1e1e1ef0;border:1px solid #2a2a2a;border-radius:14px;cursor:pointer;outline:none;transition:border-color .2s,transform .2s,box-shadow .2s,background .2s}._configCard_1z048_394:hover,._configCard_1z048_394:focus-visible{background:#242424fa;border-color:#c850c073;transform:translateY(-2px);box-shadow:0 16px 36px #00000047}._configCard_1z048_394:focus-visible{box-shadow:0 0 0 3px #c850c03d,0 16px 36px #00000047}._configIcon_1z048_423{display:grid;place-items:center;width:32px;height:32px;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:10px;box-shadow:0 8px 18px #c850c03d}._configIcon_1z048_423 svg{width:15px;height:15px}._configCopy_1z048_439{display:grid;gap:.12rem;min-width:0}._configCopy_1z048_439 span{color:#9ca3af;font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}._configCopy_1z048_439 strong{color:#fff;font-size:.78rem;font-weight:750;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardActionButton_1z048_464{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px;cursor:pointer;transition:transform .2s,background .2s,border-color .2s}._cardActionButton_1z048_464 svg{width:13px;height:13px}._cardActionButton_1z048_464:hover{background:#c850c038;border-color:#c850c06b;transform:scale(1.04)}._sectionHeading_1z048_28{order:3;display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}._sectionHeading_1z048_28 span,._sectionEyebrow_1z048_498{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;color:#ffcc70;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}._sectionHeading_1z048_28 h2{color:#fff;font-size:1.45rem;line-height:1.2;margin:0}._sectionHeading_1z048_28 p{color:#9ca3af;margin:0;line-height:1.45}._settingSection_1z048_523{order:4;grid-column:span 6;background:#1e1e1ef0;border:1px solid #2a2a2a;border-radius:18px;padding:1.1rem;min-width:0;transition:border-color .2s,transform .2s,box-shadow .2s}._basicSection_1z048_534{order:5;grid-column:1 / -1;width:100%}._brandingSection_1z048_540{order:5;grid-column:1 / -1}._settingSection_1z048_523:hover{border-color:#3a3a3a;transform:translateY(-1px);box-shadow:0 14px 34px #00000038}._settingHeader_1z048_551{display:flex;justify-content:space-between;align-items:center;gap:.85rem;margin-bottom:1rem}._settingHeader_1z048_551 h3{display:inline-flex;align-items:center;gap:.55rem;font-size:1rem;font-weight:800;color:#fff;margin:0}._settingHeader_1z048_551 h3 svg{color:#ffcc70}._settingActions_1z048_573{display:flex;flex-wrap:wrap;gap:.5rem}._settingContent_1z048_579{color:#e5e7eb}._editButton_1z048_583,._playButton_1z048_584,._secondaryDangerButton_1z048_585{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:38px;padding:.55rem .85rem;border-radius:10px;font-size:.84rem;font-weight:800;cursor:pointer;transition:opacity .2s,transform .2s,border-color .2s,background .2s}._editButton_1z048_583{color:#fff;border:none;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._editButton_1z048_583:hover,._playButton_1z048_584:hover,._secondaryDangerButton_1z048_585:hover{transform:translateY(-1px)}._editButton_1z048_583:disabled,._playButton_1z048_584:disabled,._secondaryDangerButton_1z048_585:disabled{opacity:.55;cursor:not-allowed;transform:none}._playButton_1z048_584{background:#252525;color:#fff;border:1px solid #3a3a3a}._secondaryDangerButton_1z048_585{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.35)}._infoItem_1z048_631{display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:.75rem;background:#171717;border:1px solid #2a2a2a;border-radius:12px;margin-bottom:.65rem}._infoItem_1z048_631:last-child{margin-bottom:0}._label_1z048_647{font-size:.76rem;color:#9ca3af;font-weight:800;text-transform:uppercase;letter-spacing:.045em}._value_1z048_655{font-size:.95rem;color:#fff;overflow-wrap:anywhere}._notConfigured_1z048_661{display:inline-flex;color:#9ca3af;background:#171717;border:1px solid #2a2a2a;border-radius:12px;padding:.85rem}._voicePreview_1z048_670{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem;background:#171717;border:1px solid #2a2a2a;border-radius:14px}._voiceName_1z048_681{font-size:1rem;color:#fff;font-weight:800}._visualStylePreview_1z048_687,._imageModelPreview_1z048_688,._visualStyleItem_1z048_689,._subtitleGroup_1z048_690{display:flex;flex-direction:column;gap:.75rem}._stylePreviewContent_1z048_696{display:inline-flex;align-items:center;gap:.75rem;width:fit-content;max-width:100%;padding:.65rem .85rem;background:#c850c01a;border-radius:12px;border:1px solid rgba(200,80,192,.22)}._styleIcon_1z048_708{font-size:1.3rem}._styleName_1z048_712{font-size:.95rem;color:#fff;font-weight:800}._formatDurationPreview_1z048_718{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}._formatItem_1z048_724,._durationItem_1z048_725{display:flex;flex-direction:column;gap:.35rem;justify-content:center;min-height:84px;padding:.85rem;background:#171717;border:1px solid #2a2a2a;border-radius:14px}._formatItem_1z048_724{align-items:flex-start}._formatIcon_1z048_741{color:#ffcc70}._durationValue_1z048_745{font-size:1.4rem;font-weight:900;color:#fff}._durationLabel_1z048_751{font-size:.78rem;color:#9ca3af;font-weight:700}._subtitlesPreview_1z048_757{display:grid;gap:1rem}._subtitleGroup_1z048_690{padding:.85rem;background:#171717;border:1px solid #2a2a2a;border-radius:14px}._subtitleGroupTitle_1z048_769{font-size:.78rem;font-weight:900;color:#9ca3af;margin:0;text-transform:uppercase;letter-spacing:.06em}._subtitleGrid_1z048_778{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem}._subtitleStyleRow_1z048_784,._youtubeActions_1z048_785{display:flex;flex-wrap:wrap;gap:.5rem}._styleBadge_1z048_791{padding:.35rem .65rem;background:#252525;border:1px solid #3a3a3a;border-radius:999px;font-size:.82rem;color:#e5e7eb;font-weight:800}._colorPreview_1z048_801{display:flex;align-items:center;gap:.55rem}._colorSwatch_1z048_807{width:28px;height:28px;border-radius:8px;border:2px solid #3a3a3a;flex-shrink:0}._colorValue_1z048_815{font-size:.82rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}._youtubeSection_1z048_30{order:1;grid-column:1 / -1;width:100%;padding:1rem;overflow:hidden;border-color:#2a2a2a;background:#1e1e1ef0}._youtubePublishCard_1z048_831{order:1;grid-column:1 / -1;display:grid;gap:.85rem;padding:1rem;background:#1b1b1b;border:1px solid #2a2a2a;border-radius:18px}._youtubePublishHeader_1z048_842{display:flex;align-items:center;justify-content:space-between;gap:1rem}._youtubePublishTitle_1z048_849{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-size:1rem;font-weight:900}._youtubePublishTitle_1z048_849 svg{color:#ffcc70}._youtubePublishActions_1z048_862{display:flex;gap:.5rem}._youtubeGhostButton_1z048_867,._youtubeSaveButton_1z048_868{min-height:36px;padding:.55rem .85rem;border-radius:10px;font-size:.82rem;font-weight:900;cursor:pointer}._youtubeGhostButton_1z048_867{color:#fca5a5;background:#ef44441a;border:1px solid rgba(239,68,68,.25)}._youtubeSaveButton_1z048_868{color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border:none}._youtubePublishBody_1z048_889{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(160px,.35fr) minmax(0,1fr);gap:.75rem;align-items:stretch}._youtubeChannelChip_1z048_896,._youtubePrivacyField_1z048_203,._youtubePublishToggles_1z048_898 label{background:#121212;border:1px solid #303030;border-radius:14px}._youtubeChannelChip_1z048_896{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.85rem}._youtubeChannelChip_1z048_896 img,._youtubeChannelChip_1z048_896>span{width:42px;height:42px;border-radius:999px;flex:0 0 auto}._youtubeChannelChip_1z048_896 img{object-fit:cover}._youtubeChannelChip_1z048_896>span{display:grid;place-items:center;color:#fca5a5;background:#ef44441f;font-size:.78rem;font-weight:900}._youtubeChannelChip_1z048_896 small,._youtubePrivacyField_1z048_203 small{display:block;color:#9ca3af;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}._youtubeChannelChip_1z048_896 strong{display:block;color:#fff;margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._youtubePrivacyField_1z048_203{display:grid;gap:.45rem;padding:.75rem}._youtubePrivacyField_1z048_203 select{width:100%;color:#fff;background:transparent;border:none;outline:none;font-size:.95rem;font-weight:800}._youtubePublishToggles_1z048_898{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}._youtubePublishToggles_1z048_898 label{display:flex;align-items:center;gap:.55rem;min-height:42px;padding:.65rem .75rem;color:#e5e7eb;font-size:.82rem;font-weight:850;cursor:pointer}._youtubePublishToggles_1z048_898 input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;display:grid;place-content:center;border-radius:5px;background:#1e1e1e;border:1px solid #4a4a4a;flex:0 0 auto}._youtubePublishToggles_1z048_898 input:before{content:"";width:8px;height:8px;border-radius:2px;transform:scale(0);background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);transition:.12s transform ease-in-out}._youtubePublishToggles_1z048_898 input:checked:before{transform:scale(1)}._youtubePublishToggles_1z048_898 label:has(input:checked){border-color:#c850c07a;background:#c850c014}._brandingGrid_1z048_1017{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._assetCard_1z048_1023{position:relative;display:grid;gap:.9rem;padding:1rem;background:#171717;border:1px solid #2a2a2a;border-radius:16px;min-width:0;container-type:inline-size;container-name:asset-card}._assetHeader_1z048_1036{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;min-width:0}._assetHeader_1z048_1036>div{min-width:0;flex:1 1 auto}._assetHeader_1z048_1036 ._value_1z048_655{margin:.35rem 0 0;font-size:.8rem;font-weight:500;color:#b4b4b4;line-height:1.4}._assetHeader_1z048_1036 ._checkboxField_1z048_1057{flex:0 0 auto;align-self:flex-start;min-height:0;padding:.55rem .7rem;font-size:.76rem;font-weight:700;white-space:nowrap;border-radius:12px}._assetHeader_1z048_1036 ._checkboxField_1z048_1057 span{white-space:nowrap}._assetHeader_1z048_1036 ._checkboxField_1z048_1057 input{width:16px;height:16px;border-radius:5px}._assetHeader_1z048_1036 ._checkboxField_1z048_1057 input:before{width:8px;height:8px}@container asset-card (max-width: 420px){._assetHeader_1z048_1036{flex-direction:column;align-items:stretch;gap:.65rem}._assetHeader_1z048_1036 ._checkboxField_1z048_1057{width:100%;justify-content:flex-start}._assetActions_1z048_1096{grid-template-columns:1fr}._assetUploadButton_1z048_1100,._assetRemoveButton_1z048_1101{width:100%}}._assetPreview_1z048_1106{width:100%;max-height:220px;background:#0b0b0b;border:1px solid #303030;border-radius:14px}._assetActions_1z048_1096{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:stretch}._assetUploadButton_1z048_1100{align-self:end;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:42px;padding:.75rem 1rem;color:#fff;font-size:.88rem;font-weight:900;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);border-radius:12px;cursor:pointer}._assetRemoveButton_1z048_1101{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.75rem .9rem;color:#fecaca;font-size:.84rem;font-weight:850;background:#ef44441f;border:1px solid rgba(239,68,68,.35);border-radius:12px;cursor:pointer}._assetRemoveButton_1z048_1101:hover:not(:disabled){background:#ef444433}._assetRemoveButton_1z048_1101:disabled{opacity:.6;cursor:not-allowed}._assetUploadButtonDisabled_1z048_1162{opacity:.65;cursor:wait;pointer-events:none}._assetUploadButton_1z048_1100 input{display:none}._assetProcessing_1z048_1172{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:.6rem;color:#fff;font-size:.9rem;font-weight:900;background:#0a0a0ac7;border-radius:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._assetProcessing_1z048_1172 svg{animation:_spin_1z048_1 .9s linear infinite}._fieldHint_1z048_1192{margin:0 0 1rem;color:#b4b4b4;font-size:.85rem;line-height:1.45}._brandingSection_1z048_540>._checkboxField_1z048_1057{margin-bottom:1.25rem}._thumbBrandGrid_1z048_1203{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}._thumbAssetList_1z048_1210{display:grid;gap:.75rem}._thumbAssetItem_1z048_1215{display:grid;gap:.6rem}._assetPreviewImage_1z048_1220{width:100%;height:140px;object-fit:contain;background:#0b0b0b;border:1px solid #303030;border-radius:14px}@media(max-width:900px){._thumbBrandGrid_1z048_1203{grid-template-columns:1fr}}@keyframes _spin_1z048_1{to{transform:rotate(360deg)}}._disabledCheckboxField_1z048_1241{opacity:.55;cursor:not-allowed}._youtubeHero_1z048_1246{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.35rem;background:linear-gradient(135deg,#ef444426,#c850c014),#171717;border-bottom:1px solid rgba(255,255,255,.08)}._youtubeHeroCopy_1z048_1258{max-width:680px}._youtubeHeroCopy_1z048_1258 h2{color:#fff;font-size:clamp(1.45rem,3vw,2rem);line-height:1.05;margin:.45rem 0 .5rem}._youtubeHeroCopy_1z048_1258 p{color:#c7c7c7;margin:0;line-height:1.5}._youtubeHeroActions_1z048_1275{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;flex:0 0 auto}._youtubeCompactHeader_1z048_1283{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}._youtubeCompactHeader_1z048_1283 h2{margin:.25rem 0 0;color:#fff;font-size:1.2rem;line-height:1.2}._youtubeCompactGrid_1z048_1298{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:.85rem}._youtubeConnectedInfo_1z048_1304{display:flex;align-items:center;gap:.85rem;min-width:0}._youtubeAvatar_1z048_1311,._youtubeAvatarFallback_1z048_1312{width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#121212;flex:0 0 auto}._youtubeAvatar_1z048_1311{object-fit:cover}._youtubeAvatarFallback_1z048_1312{display:grid;place-items:center;color:#fca5a5;font-size:.78rem;font-weight:900;background:#ef44441f}._youtubeConnectionPanel_1z048_1334{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:92px;padding:.9rem;background:#171717;border:1px solid #2a2a2a;border-radius:16px}._youtubeSettingsPanel_1z048_1346{display:grid;grid-template-columns:minmax(190px,.45fr) minmax(0,1fr);gap:.85rem;padding:.9rem;background:#171717;border:1px solid #2a2a2a;border-radius:16px}._youtubeSettingsPanel_1z048_1346 ._formField_1z048_1356{margin-bottom:0}._connectionPill_1z048_1360,._connectionPillActive_1z048_1361{padding:.45rem .7rem;border-radius:999px;font-size:.78rem;font-weight:900;white-space:nowrap}._connectionPill_1z048_1360{color:#d1d5db;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}._connectionPillActive_1z048_1361{color:#bbf7d0;background:#22c55e24;border:1px solid rgba(34,197,94,.28)}._youtubeSummaryGrid_1z048_1381{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}._youtubeSummaryGrid_1z048_1381>div{padding:.9rem;background:#171717;border:1px solid #2a2a2a;border-radius:14px}._youtubeSummaryGrid_1z048_1381 span{display:block;color:#9ca3af;font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}._youtubeSummaryGrid_1z048_1381 strong{color:#fff;font-size:.98rem}._youtubeToggles_1z048_1409{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}._formField_1z048_1356{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._input_1z048_1422,._textarea_1z048_1423{width:100%;background:#121212;border:1px solid #3a3a3a;border-radius:12px;color:#fff;padding:.78rem .85rem;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}._input_1z048_1422:focus,._textarea_1z048_1423:focus{border-color:#c850c0a6;box-shadow:0 0 0 3px #c850c01f}._textarea_1z048_1423{min-height:120px;resize:vertical}._schedulePanel_1z048_1446,._youtubeRulesPanel_1z048_1453{padding:1rem;background:#121212;border:1px solid #303030;border-radius:16px}._scheduleHeader_1z048_1460 h4{margin:0 0 .25rem;color:#fff}._scheduleHeader_1z048_1460 p{margin:0 0 1rem;color:#9ca3af;font-size:.88rem;line-height:1.45}._weekScheduleGrid_1z048_1472{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem}._scheduleDay_1z048_1478,._scheduleDayActive_1z048_1479{padding:.85rem;border:1px solid #303030;border-radius:14px;background:#1e1e1e;transition:border-color .2s,background .2s}._scheduleDayActive_1z048_1479{border-color:#c850c073;background:#c850c014}._dayToggle_1z048_1492{display:flex;align-items:center;gap:.65rem;color:#fff;font-weight:800;cursor:pointer}._dayToggle_1z048_1492 input{accent-color:#c850c0}._timeList_1z048_1505{display:grid;gap:.55rem;margin-top:.75rem}._timeRow_1z048_1511{display:flex;gap:.5rem}._timeRow_1z048_1511 input{flex:1;min-width:0;padding:.55rem;color:#fff;background:#121212;border:1px solid #3a3a3a;border-radius:10px}._timeRow_1z048_1511 button,._addTimeButton_1z048_1527{padding:.55rem .7rem;color:#f5f5f5;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:10px;cursor:pointer;font-weight:800}._addTimeButton_1z048_1527{width:100%;color:#ffcc70;border-color:#ffcc7059;background:#ffcc7014}._toggleGrid_1z048_1544{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._youtubeRulesPanel_1z048_1453 ._toggleGrid_1z048_1544{grid-template-columns:1fr}._checkboxField_1z048_1057{display:flex;align-items:center;gap:.75rem;min-height:50px;padding:.85rem;color:#e5e7eb;font-size:.92rem;font-weight:800;background:#121212;border:1px solid #303030;border-radius:14px;cursor:pointer}._checkboxField_1z048_1057 input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:7px;border:1px solid #4a4a4a;background:#1e1e1e;display:grid;place-content:center;flex:0 0 auto}._checkboxField_1z048_1057 input:before{content:"";width:10px;height:10px;transform:scale(0);transition:.12s transform ease-in-out;border-radius:3px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._checkboxField_1z048_1057 input:checked:before{transform:scale(1)}._checkboxField_1z048_1057:has(input:checked){border-color:#c850c080;background:#c850c014}._dangerZone_1z048_31{order:6;display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1.25rem;background:#dc354512;border:1px solid rgba(220,53,69,.22);border-radius:18px}._dangerZoneTitle_1z048_1613{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:900;color:#fca5a5;margin:0 0 .35rem}._dangerZoneDescription_1z048_1623{font-size:.875rem;color:#9ca3af;margin:0;line-height:1.5}._deleteChannelButton_1z048_1630{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:42px;padding:.75rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:900;cursor:pointer;transition:all .2s;flex:0 0 auto}._deleteChannelButton_1z048_1630:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}._deleteChannelButton_1z048_1630:disabled{opacity:.5;cursor:not-allowed}._tabContent_1z048_1659{display:flex;flex-direction:column;gap:1rem}._tabContent_1z048_1659 ._sectionHeading_1z048_28{margin:0}._tabContent_1z048_1659 ._dangerZone_1z048_31{margin-top:.5rem}._youtubeBlock_1z048_1673{display:grid;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#1e1e1ef5,#181818eb);border:1px solid rgba(255,255,255,.08);border-radius:18px}._youtubeBlockHeader_1z048_1682{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}._youtubeBlockIdentity_1z048_1690{display:flex;align-items:center;gap:.85rem;min-width:0}._youtubeBlockIdentity_1z048_1690 strong{display:block;font-size:1.05rem;color:#fff}._youtubeBlockIdentity_1z048_1690 small{display:block;margin-top:2px;font-size:.8125rem;color:#9ca3af}._youtubeBlockIcon_1z048_1710{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border-radius:12px;background:#ff00001f;color:#ff4d4d}@media(max-width:980px){._settingsContainer_1z048_1{padding:1rem}._overviewGrid_1z048_27{grid-template-columns:repeat(2,minmax(0,1fr))}._settingSection_1z048_523{grid-column:1 / -1}._youtubeControlGrid_1z048_1735,._youtubeSummaryGrid_1z048_1381,._youtubeAutomationLayout_1z048_1737,._youtubePublishBody_1z048_889{grid-template-columns:1fr}._youtubePublishToggles_1z048_898{grid-template-columns:repeat(2,minmax(0,1fr))}._youtubeHeaderMain_1z048_85{grid-template-columns:1fr;align-items:stretch}._youtubeRulesStrip_1z048_231{grid-template-columns:repeat(2,minmax(0,1fr))}._brandingGrid_1z048_1017{grid-template-columns:1fr}}@media(max-width:680px){._content_1z048_9{gap:.8rem}._header_1z048_26,._dangerZone_1z048_31,._youtubeHero_1z048_1246,._youtubePublishHeader_1z048_842,._youtubeAccountCard_1z048_1769,._voicePreview_1z048_670,._settingHeader_1z048_551{flex-direction:column;align-items:stretch}._headerStatus_1z048_310,._youtubeActions_1z048_785,._youtubeHeroActions_1z048_1275,._settingActions_1z048_573{justify-content:flex-start}._overviewGrid_1z048_27,._formatDurationPreview_1z048_718,._toggleGrid_1z048_1544,._brandingGrid_1z048_1017{grid-template-columns:1fr}._assetHeader_1z048_1036{flex-direction:column;align-items:stretch;gap:.65rem}._assetHeader_1z048_1036 ._value_1z048_655{font-size:.76rem}._assetHeader_1z048_1036 ._checkboxField_1z048_1057{width:100%;justify-content:flex-start}._assetActions_1z048_1096{grid-template-columns:1fr}._assetUploadButton_1z048_1100,._assetRemoveButton_1z048_1101{width:100%}._assetPreview_1z048_1106{max-height:180px}._settingSection_1z048_523,._youtubeSection_1z048_30,._dangerZone_1z048_31,._header_1z048_26{border-radius:16px;padding:1rem}._youtubeSection_1z048_30{padding:0}._youtubeHero_1z048_1246,._youtubeDashboard_1z048_1831{padding:1rem}._editButton_1z048_583,._playButton_1z048_584,._youtubeGhostButton_1z048_867,._youtubeSaveButton_1z048_868,._secondaryDangerButton_1z048_585,._deleteChannelButton_1z048_1630,._youtubePublishActions_1z048_862{width:100%}._youtubePublishToggles_1z048_898,._youtubeRulesStrip_1z048_231{grid-template-columns:1fr}._privacyTabs_1z048_133{gap:.25rem}._privacyTab_1z048_133{min-height:34px;padding:.5rem .3rem;font-size:.7rem}._youtubeBlock_1z048_1673{gap:.75rem;padding:0;border:none;border-radius:0;background:transparent}._youtubeBlockHeader_1z048_1682{gap:.65rem}._youtubeBlockIdentity_1z048_1690{gap:.6rem}._youtubeBlockIdentity_1z048_1690 strong{font-size:.95rem}._youtubeBlockIdentity_1z048_1690 small{font-size:.76rem}._youtubeBlockIcon_1z048_1710{width:36px;height:36px;border-radius:10px}._youtubeHeaderIdentity_1z048_92{align-items:flex-start}._youtubeHeaderIdentity_1z048_92 img,._youtubeHeaderIdentity_1z048_92>span{width:48px;height:48px;border-radius:15px}._youtubeConnectButton_1z048_208,._youtubeDisconnectButton_1z048_209{width:100%}._weekScheduleGrid_1z048_1472{grid-template-columns:1fr}._timeRow_1z048_1511{flex-direction:column}}._container_q2s8j_1{display:flex;flex-direction:column;gap:1rem}._loading_q2s8j_7{display:flex;justify-content:center;padding:3rem 0}._hero_q2s8j_13{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.35rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#1e1e1ef5,#181818eb)}._heroActive_q2s8j_24{border-color:#4ade8052;background:linear-gradient(135deg,#142d20e6,#181818eb)}._heroIcon_q2s8j_29{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex-shrink:0;border-radius:14px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;box-shadow:0 8px 22px #c850c04d}._heroActive_q2s8j_24 ._heroIcon_q2s8j_29{background:#4ade8029;color:#4ade80;box-shadow:none}._heroCopy_q2s8j_48{flex:1;min-width:240px}._heroState_q2s8j_53{display:block;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}._heroActive_q2s8j_24 ._heroState_q2s8j_53{color:#4ade80}._heroCopy_q2s8j_48 h2{margin:.2rem 0 .35rem;font-size:1.2rem;font-weight:800;color:#fff}._heroCopy_q2s8j_48 p{margin:0;font-size:.875rem;line-height:1.5;color:#9ca3af}._activateButton_q2s8j_80,._deactivateButton_q2s8j_81{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.4rem;border-radius:12px;border:none;font-size:.9rem;font-weight:800;cursor:pointer;transition:all .18s ease;flex-shrink:0}._activateButton_q2s8j_80{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);color:#fff;box-shadow:0 8px 22px #c850c04d}._activateButton_q2s8j_80:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}._deactivateButton_q2s8j_81{background:transparent;border:1px solid rgba(255,255,255,.18);color:#e5e5e5}._deactivateButton_q2s8j_81:hover:not(:disabled){border-color:#dc354580;color:#fca5a5}._activateButton_q2s8j_80:disabled,._deactivateButton_q2s8j_81:disabled{opacity:.5;cursor:not-allowed}._spin_q2s8j_123{animation:_spin_q2s8j_123 1s linear infinite}@keyframes _spin_q2s8j_123{to{transform:rotate(360deg)}}._activeSummary_q2s8j_131,._blockedNotice_q2s8j_132{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border-radius:12px;font-size:.875rem;line-height:1.45}._activeSummary_q2s8j_131{background:#4ade8014;border:1px solid rgba(74,222,128,.22);color:#bbf7d0}._blockedNotice_q2s8j_132{background:#fbbf2414;border:1px solid rgba(251,191,36,.22);color:#fde68a}._activeSummary_q2s8j_131 svg,._blockedNotice_q2s8j_132 svg,._creditsAlert_q2s8j_156 svg{flex-shrink:0}._creditsAlert_q2s8j_156{display:flex;align-items:flex-start;gap:.6rem;padding:.85rem 1rem;border-radius:12px;font-size:.875rem;line-height:1.45;background:#fbbf241a;border:1px solid rgba(251,191,36,.32);color:#fde68a}._creditsAlert_q2s8j_156 strong{color:#fef3c7}._checklist_q2s8j_177{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}._step_q2s8j_188{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"marker header" ".      extra";gap:.9rem;padding:1.1rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#1a1a1ae6}._stepDone_q2s8j_201{border-color:#4ade804d;background:linear-gradient(#4ade801f,#4ade800d),#1a1a1ae6}._stepMarker_q2s8j_208{grid-area:marker;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:#212121;font-size:.8125rem;font-weight:800;color:#9ca3af}._stepDone_q2s8j_201 ._stepMarker_q2s8j_208{border-color:transparent;background:#4ade8038;color:#4ade80}._stepHeader_q2s8j_230{grid-area:header;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-width:0}._stepCopy_q2s8j_240{min-width:0;flex:1}._stepCopy_q2s8j_240 strong{display:block;font-size:.9375rem;font-weight:700;color:#f5f5f5}._stepCopy_q2s8j_240 p{margin:.25rem 0 0;font-size:.8125rem;line-height:1.5;color:#9ca3af}._stepAction_q2s8j_259{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:transparent;color:#d8d8d8;font-size:.8125rem;font-weight:600;cursor:pointer;flex-shrink:0}._stepAction_q2s8j_259:hover{border-color:#c850c08c;background:#c850c01f;color:#fff}._stepExtra_q2s8j_280{grid-area:extra;min-width:0}._stepLocked_q2s8j_285{margin:0;padding:.85rem;border-radius:10px;border:1px dashed rgba(255,255,255,.14);font-size:.8125rem;color:#9ca3af}@media(max-width:700px){._hero_q2s8j_13{align-items:flex-start;gap:.85rem;padding:1rem}._heroCopy_q2s8j_48{min-width:0}._heroCopy_q2s8j_48 h2{font-size:1.1rem}._activateButton_q2s8j_80,._deactivateButton_q2s8j_81{width:100%;justify-content:center}._step_q2s8j_188{grid-template-areas:"marker header" "extra  extra";gap:.75rem;padding:.85rem;border-radius:14px}._stepMarker_q2s8j_208{width:24px;height:24px;font-size:.75rem}._stepHeader_q2s8j_230{gap:.6rem}._stepAction_q2s8j_259{width:100%;justify-content:center}._activeSummary_q2s8j_131,._blockedNotice_q2s8j_132,._creditsAlert_q2s8j_156{align-items:flex-start;padding:.75rem .85rem;font-size:.82rem}}._container_1d8jl_1{width:100%}._formatOptions_1d8jl_5{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._formatOption_1d8jl_5{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border-radius:.75rem;background-color:#1a1a1a;border:2px solid #2a2a2a;cursor:pointer;transition:all .2s ease}._formatOption_1d8jl_5:hover{background-color:#222;border-color:#3a3a3a;transform:translateY(-2px)}._selected_1d8jl_30{background:linear-gradient(135deg,#4158d026,#c850c026);border:2px solid #c850c0;box-shadow:0 0 20px #c850c040}._formatPreview_1d8jl_36{display:flex;justify-content:center;align-items:center}._horizontalPreview_1d8jl_42{width:120px;height:68px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:.5rem;display:flex;align-items:center;justify-content:center;border:2px solid #3a3a3a}._verticalPreview_1d8jl_53{width:60px;height:100px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:.5rem;display:flex;align-items:center;justify-content:center;border:2px solid #3a3a3a}._selected_1d8jl_30 ._horizontalPreview_1d8jl_42,._selected_1d8jl_30 ._verticalPreview_1d8jl_53{border-color:#c850c0;background:linear-gradient(135deg,#c850c033,#4158d033)}._formatIcon_1d8jl_70{width:28px;height:28px;color:#888;transition:color .2s ease}._selected_1d8jl_30 ._formatIcon_1d8jl_70{color:#c850c0}._formatLabel_1d8jl_81{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}._formatName_1d8jl_89{font-size:1rem;font-weight:600;color:#f5f5f5}._aspectRatio_1d8jl_95{font-size:.75rem;font-weight:500;color:#c850c0;background:#c850c026;padding:.15rem .5rem;border-radius:.25rem}._formatDescription_1d8jl_104{font-size:.8rem;color:#888;margin-top:.25rem}@media(max-width:500px){._formatOptions_1d8jl_5{grid-template-columns:1fr}._formatOption_1d8jl_5{flex-direction:row;padding:1rem;gap:1rem}._formatLabel_1d8jl_81{align-items:flex-start;text-align:left}}._card_ajlu3_3{display:flex;align-items:stretch;min-width:0;border:1px solid #2b2b2b;border-radius:14px;background:#1a1a1a;overflow:hidden;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}._card_ajlu3_3:hover{border-color:#c850c073;background:#1f1c1f;transform:translateY(-2px)}._cardMain_ajlu3_20{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;min-width:0;min-height:124px;padding:1rem .95rem;background:transparent;border:none;color:inherit;text-align:left;font:inherit;cursor:pointer}._icon_ajlu3_37{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:10px;background:#c850c024;color:#c850c0;transition:background .15s ease,color .15s ease}._card_ajlu3_3:hover ._icon_ajlu3_37{background:var(--selection-gradient);color:#fff}._copy_ajlu3_55{display:flex;flex-direction:column;gap:.3rem;min-width:0;width:100%;margin-top:auto}._label_ajlu3_64{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8a8a8a}._summary_ajlu3_72{font-size:.9rem;font-weight:700;line-height:1.35;color:#f5f5f5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._summaryMissing_ajlu3_83{color:#fbbf24}._headerAction_ajlu3_87{display:flex;align-items:flex-start;padding:.85rem .85rem 0 0}._modalBody_ajlu3_95{display:flex;flex-direction:column}._modalContent_ajlu3_100{min-width:0}._actions_ajlu3_105{position:sticky;bottom:-.75rem;z-index:1;display:flex;justify-content:flex-end;gap:.65rem;margin:.9rem -1rem -.75rem;padding:.85rem 1rem;background:#1e1e1e;border-top:1px solid #2b2b2b}._cancelButton_ajlu3_118{padding:8px 16px;border-radius:8px;border:1px solid #3a3a3a;background:transparent;color:#c8c8c8;font-size:.875rem;cursor:pointer}._cancelButton_ajlu3_118:hover:not(:disabled){background:#212121;color:#f5f5f5}._saveButton_ajlu3_133{padding:8px 18px;border-radius:8px;border:none;background:var(--selection-gradient);color:#fff;font-size:.875rem;font-weight:700;cursor:pointer}._saveButton_ajlu3_133:hover:not(:disabled){opacity:.92}._cancelButton_ajlu3_118:disabled,._saveButton_ajlu3_133:disabled{opacity:.6;cursor:not-allowed}@media(max-width:820px){._cardMain_ajlu3_20{min-height:0;flex-direction:row;align-items:center;gap:.75rem}._copy_ajlu3_55{margin-top:0}}@media(max-width:768px){._actions_ajlu3_105{bottom:-.5rem;margin:.9rem -.75rem -.5rem;padding:.75rem}}@media(max-width:480px){._actions_ajlu3_105{margin:.9rem -.5rem -.5rem}}._wrapper_kmetl_1{display:flex;flex-direction:column;gap:.65rem}._cards_kmetl_7{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;gap:.65rem;align-items:stretch}._previewButton_kmetl_15{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #3a3a3a;background:#212121;color:#c850c0;cursor:pointer}._previewButton_kmetl_15:hover{background:#c850c024;border-color:#c850c073}._fieldHint_kmetl_33{margin:0;font-size:.875rem;color:#9a9a9a}._derivedHint_kmetl_40{margin:.85rem 0 0;padding:.6rem .75rem;border:1px solid rgba(251,191,36,.35);border-radius:9px;background:#fbbf241a;font-size:.85rem;color:#fbbf24}._durationSelector_kmetl_50{display:grid;grid-template-columns:repeat(var(--duration-columns, 5),minmax(0,1fr));gap:.5rem;max-width:27rem;margin-inline:auto}._durationOption_kmetl_58{display:flex;flex-direction:column;align-items:center;gap:2px;padding:.6rem .25rem;border-radius:9px;border:1px solid #3a3a3a;background:#212121;color:#c8c8c8;cursor:pointer;transition:all .15s ease}._durationOption_kmetl_58:hover{border-color:#c850c08c}._durationSelected_kmetl_76{border-color:transparent;background:var(--selection-gradient);color:#fff}._durationValue_kmetl_82{font-size:1.05rem;font-weight:700}._durationUnit_kmetl_87{font-size:.7rem;opacity:.7}@media(max-width:1100px){._cards_kmetl_7{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){._cards_kmetl_7{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){._cards_kmetl_7{grid-template-columns:1fr}}@media(max-width:430px){._durationSelector_kmetl_50{grid-template-columns:repeat(4,minmax(0,1fr))}}._modalOverlay_1q75g_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:_fadeIn_1q75g_1 .2s ease-out}@keyframes _fadeIn_1q75g_1{0%{opacity:0}to{opacity:1}}._modalContent_1q75g_27{background:#1e1e1e;border:2px solid rgba(220,53,69,.3);border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;animation:_slideUp_1q75g_1 .3s ease-out}@keyframes _slideUp_1q75g_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_1q75g_50{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 0}._iconContainer_1q75g_57{flex:1;display:flex;justify-content:center;margin-bottom:1rem}._warningIcon_1q75g_64{color:#dc3545}._closeButton_1q75g_68{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:1rem}._closeButton_1q75g_68:hover:not(:disabled){background:#2a2a2a;color:#fff}._closeButton_1q75g_68:disabled{opacity:.5;cursor:not-allowed}._modalBody_1q75g_95{padding:0 1.5rem 1.5rem;color:#e5e7eb}._title_1q75g_100{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1.5rem;text-align:center;line-height:1.3}._warningBox_1q75g_109{background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:8px;padding:1rem;margin-bottom:1rem}._warningText_1q75g_117{font-size:.875rem;color:#e5e7eb;margin:0 0 .5rem;font-weight:600}._warningList_1q75g_124{margin:0;padding-left:1.5rem;color:#e5e7eb;font-size:.875rem}._warningList_1q75g_124 li{margin-bottom:.25rem}._infoBox_1q75g_135{background:#4158d01a;border:1px solid rgba(65,88,208,.3);border-radius:8px;padding:1rem;margin-bottom:1rem}._infoText_1q75g_143{font-size:.875rem;color:#e5e7eb;margin:0;line-height:1.5}._infoText_1q75g_143 strong{color:#fff}._confirmText_1q75g_154{font-size:.875rem;color:#9ca3af;margin:0;text-align:center;line-height:1.5}._modalFooter_1q75g_163{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #2a2a2a}._cancelButton_1q75g_171,._deleteButton_1q75g_172{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}._cancelButton_1q75g_171{background:#2a2a2a;color:#fff}._cancelButton_1q75g_171:hover:not(:disabled){background:#3a3a3a}._deleteButton_1q75g_172{background:#dc3545;color:#fff}._deleteButton_1q75g_172:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}._deleteButton_1q75g_172:active:not(:disabled){transform:translateY(0)}._cancelButton_1q75g_171:disabled,._deleteButton_1q75g_172:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._modalContent_1q75g_27{max-width:100%;border-radius:16px 16px 0 0;max-height:95vh}._modalFooter_1q75g_163{flex-direction:column-reverse}._cancelButton_1q75g_171,._deleteButton_1q75g_172{width:100%}._title_1q75g_100{font-size:1.25rem}}._modalContent_1q75g_27::-webkit-scrollbar{width:8px}._modalContent_1q75g_27::-webkit-scrollbar-track{background:#1e1e1e}._modalContent_1q75g_27::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}._modalContent_1q75g_27::-webkit-scrollbar-thumb:hover{background:#4a4a4a}._statsContainer_1fcpq_1{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}._statCard_1fcpq_8{background:#1a1a1a!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.1);transition:transform .2s,box-shadow .2s}._statCard_1fcpq_8:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}._statContent_1fcpq_20{display:flex;align-items:center;gap:16px;padding:20px!important}._statIcon_1fcpq_27{flex-shrink:0}._statInfo_1fcpq_31{flex:1}._statLabel_1fcpq_35{color:#ffffffb3;font-size:.85em;margin-bottom:8px}._statValue_1fcpq_41{color:#fff;font-weight:700;margin:4px 0}._statSubtitle_1fcpq_47{color:#ffffff80;font-size:.75em}@media(max-width:1200px){._statsContainer_1fcpq_1{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._statsContainer_1fcpq_1{grid-template-columns:1fr}}._loadingContainer_moqe4_1,._emptyContainer_moqe4_2{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px}._emptyIcon_moqe4_11{color:#ffffff4d}._treeContent_moqe4_15{display:flex;flex-direction:column;gap:4px}._treeNode_moqe4_21{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .2s;color:#fff}._treeNode_moqe4_21:hover{background:#ffffff0d}._nodeIcon_moqe4_36{color:#fff9;flex-shrink:0}._nodeLabel_moqe4_41{flex:1;color:#fff}._countBadge_moqe4_46{background:#ff980033;color:#ff9800;padding:2px 8px;border-radius:12px;font-size:.75em;font-weight:600}._treeChildren_moqe4_55{margin-left:24px;border-left:1px solid rgba(255,255,255,.1);padding-left:12px;margin-top:4px}._errorItem_moqe4_62{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s,border .2s;border:1px solid transparent;margin-bottom:4px}._errorItem_moqe4_62:hover{background:#ffffff0d}._errorItem_moqe4_62._selected_moqe4_78{background:#4158d01a;border-color:#4158d080}._errorIcon_moqe4_83{color:#ff9800;flex-shrink:0;margin-top:2px}._errorInfo_moqe4_89{flex:1;min-width:0}._errorMessage_moqe4_94{color:#fff;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._errorDate_moqe4_102{color:#ffffff80}._statusBadge_moqe4_106{padding:4px 8px;border-radius:4px;font-size:.7em;font-weight:600;text-transform:uppercase;flex-shrink:0}._statusBadge_moqe4_106._unresolved_moqe4_115{background:#f4433633;color:#f44336}._statusBadge_moqe4_106._resolved_moqe4_120{background:#4caf5033;color:#4caf50}._statusBadge_moqe4_106._ignored_moqe4_125{background:#9e9e9e33;color:#9e9e9e}._statusBadge_moqe4_106._fixing_moqe4_130{background:#ff980033;color:#ff9800}._emptyPanel_luj7e_1,._loadingPanel_luj7e_2{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px}._emptyIcon_luj7e_11{color:#ffffff4d}._detailPanel_luj7e_15{height:100%;overflow-y:auto;padding:24px;color:#fff}._detailHeader_luj7e_22{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}._headerTop_luj7e_28{display:flex;gap:8px;margin-bottom:12px}._errorTitle_luj7e_34{color:#fff;margin:12px 0;font-weight:600}._errorMeta_luj7e_40{display:flex;gap:16px;flex-wrap:wrap}._metaItem_luj7e_46{display:flex;align-items:center;gap:6px;color:#fff9;font-size:.85em}._actionsSection_luj7e_54,._section_luj7e_55{margin-bottom:24px}._sectionTitle_luj7e_59{color:#ffffffe6;font-weight:600;margin-bottom:12px;text-transform:uppercase;font-size:.8em;letter-spacing:.5px}._actionButtons_luj7e_68{display:flex;gap:8px;flex-wrap:wrap}._contextGrid_luj7e_74{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._contextItem_luj7e_80{background:#ffffff0d;padding:12px;border-radius:8px}._contextLabel_luj7e_86{color:#fff9;display:block;margin-bottom:4px;text-transform:uppercase;font-size:.7em;letter-spacing:.5px}._promptText_luj7e_95{color:#fff;font-family:Courier New,monospace;font-size:.9em;line-height:1.5;white-space:pre-wrap;word-break:break-word}._accordion_luj7e_104{background:#ffffff0d!important;color:#fff!important;margin-bottom:12px!important;border-radius:8px!important}._codeBlock_luj7e_111{background:#0a0a0a;padding:16px;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:.85em;line-height:1.5;color:#4caf50;margin:0}._retryTimeline_luj7e_123{position:relative;padding-left:24px}._retryEntry_luj7e_128{position:relative;margin-bottom:20px}._retryEntry_luj7e_128:last-child{margin-bottom:0}._retryDot_luj7e_137{position:absolute;left:-28px;top:4px;width:12px;height:12px;border-radius:50%;background:#ff9800;border:2px solid #1a1a1a}._retryEntry_luj7e_128:before{content:"";position:absolute;left:-22px;top:16px;bottom:-20px;width:1px;background:#ff98004d}._retryEntry_luj7e_128:last-child:before{display:none}._retryContent_luj7e_162{background:#ffffff0d;padding:12px;border-radius:8px}._retryTitle_luj7e_168{color:#fff;font-weight:600;margin-bottom:4px}._retryDate_luj7e_174{color:#ffffff80;display:block;margin-bottom:8px}._retryResult_luj7e_180{color:#fffc}._notesList_luj7e_184{background:#ffffff0d;padding:12px;border-radius:8px;margin-bottom:12px}._notesText_luj7e_191{color:#fffc;line-height:1.6}._addNoteForm_luj7e_196{margin-top:12px}@media(max-width:768px){._contextGrid_luj7e_74{grid-template-columns:1fr}._actionButtons_luj7e_68{flex-direction:column}._actionButtons_luj7e_68 button{width:100%}}._dashboard_fbp0u_1{width:100%;min-height:100vh;min-height:100dvh;background:#0a0a0a;padding:24px}._header_fbp0u_9{margin-bottom:24px}._headerContent_fbp0u_13{display:flex;align-items:center;gap:16px}._headerIcon_fbp0u_19{color:#ff9800}._title_fbp0u_23{color:#fff;font-weight:600;margin:0}._subtitle_fbp0u_29{color:#fff9;margin:4px 0 0}._splitScreen_fbp0u_34{display:grid;grid-template-columns:1fr 1fr;gap:24px;height:calc(100vh - 300px);min-height:600px}._leftPanel_fbp0u_42,._rightPanel_fbp0u_43{background:#1a1a1a;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}._panelHeader_fbp0u_51{padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}._tabs_fbp0u_56{min-height:40px}._treeContainer_fbp0u_60{flex:1;overflow-y:auto;padding:16px}@media(max-width:1200px){._splitScreen_fbp0u_34{grid-template-columns:1fr;height:auto}._leftPanel_fbp0u_42{max-height:500px}}._page_15gkc_5{min-height:100vh;padding:2rem 1.5rem 4rem;background:var(--background)}._container_15gkc_11{max-width:800px;margin:0 auto}._loading_15gkc_16{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#fff9}._successHeader_15gkc_28{text-align:center;margin-bottom:2.5rem}._successIcon_15gkc_33{width:72px;height:72px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#34d39933,#10b98133);border-radius:50%;color:#34d399;border:2px solid rgba(52,211,153,.4)}._title_15gkc_46{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:.5rem}._subtitle_15gkc_53{font-size:1.1rem;color:#fff9}._videoPreview_15gkc_62{margin-bottom:2rem}._videoWrapper_15gkc_66{border-radius:16px;overflow:hidden;background:#0006;border:1px solid rgba(255,255,255,.1)}._video_15gkc_62{width:100%;display:block}._videoPlaceholder_15gkc_78{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:#fff6}._videoInfo_15gkc_88{padding:1rem 0}._videoTitle_15gkc_92{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}._videoMeta_15gkc_99{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ffffff80}._downloadSection_15gkc_111{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}._backLink_15gkc_121{background:none;border:none;color:#ffffff80;font-size:.9rem;cursor:pointer;transition:color .2s ease}._backLink_15gkc_121:hover{color:#fffc}._upsellSection_15gkc_138{text-align:center}._upsellTitle_15gkc_142{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}._upsellSubtitle_15gkc_149{font-size:1rem;color:#fff9;margin-bottom:2rem}._comparisonTable_15gkc_159{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;margin-bottom:2rem}._comparisonHeader_15gkc_167{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.08)}._comparisonRow_15gkc_174{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;border-bottom:1px solid rgba(255,255,255,.05)}._comparisonRow_15gkc_174:last-child{border-bottom:none}._comparisonCell_15gkc_184{padding:.875rem 1rem;font-size:.85rem;font-weight:600;color:#ffffffb3;text-align:center}._comparisonCell_15gkc_184._current_15gkc_192{color:#ffffff80}._comparisonCell_15gkc_184._highlight_15gkc_196{background:#c850c01a;color:#c850c0}._comparisonLabel_15gkc_201{padding:.875rem 1rem;font-size:.85rem;color:#ffffffb3;text-align:left}._comparisonValue_15gkc_208{padding:.875rem 1rem;font-size:.9rem;font-weight:600;color:#fff;text-align:center}._comparisonValue_15gkc_208._current_15gkc_192{color:#ffffff80}._comparisonValue_15gkc_208._highlight_15gkc_196{background:#c850c00d;color:#fff}._upsellCtas_15gkc_229{display:flex;flex-direction:column;align-items:center;gap:1rem}._ctaNote_15gkc_236{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffff80}._ctaNote_15gkc_236 svg{color:#ffcc70}@media(max-width:640px){._page_15gkc_5{padding:1.5rem 1rem 3rem}._successIcon_15gkc_33{width:56px;height:56px}._comparisonHeader_15gkc_167,._comparisonRow_15gkc_174{grid-template-columns:1.2fr .8fr .8fr .8fr}._comparisonCell_15gkc_184,._comparisonLabel_15gkc_201,._comparisonValue_15gkc_208{padding:.625rem .5rem;font-size:.75rem}}._container_2lx7r_4{width:100%}._modalOverlay_2lx7r_11{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}._modal_2lx7r_11{position:relative;background:linear-gradient(180deg,#141423fa,#0f0f19fa);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;max-width:850px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #0009}._modalWide_2lx7r_39{max-width:1200px}._closeButton_2lx7r_43{position:absolute;top:1rem;right:1rem;background:#ffffff0d;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff9;cursor:pointer;transition:all .2s ease;z-index:10}._closeButton_2lx7r_43:hover{background:#ffffff1a;color:#fff}._initialView_2lx7r_69{display:flex;flex-direction:column;align-items:center}._cardsRow_2lx7r_75{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;width:100%}._cardsRow_2lx7r_75>article{flex:1;min-width:300px;max-width:380px}._trialUsedNote_2lx7r_90{color:#fff9;font-size:.9rem;text-align:center;margin-top:1.5rem}._plansView_2lx7r_100{display:flex;flex-direction:column;gap:1.5rem}._plansHeader_2lx7r_106{display:flex;align-items:center;margin-bottom:.5rem}._backButton_2lx7r_112{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#fff9;cursor:pointer;font-size:.9rem;padding:.5rem;border-radius:8px;transition:all .2s ease}._backButton_2lx7r_112:hover{color:#fff;background:#ffffff14}._billingToggleWrapper_2lx7r_132{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;min-height:70px}._billingToggle_2lx7r_132{position:relative;display:flex;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:4px}._toggleSlider_2lx7r_150{position:absolute;top:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:linear-gradient(135deg,#4158d0,#c850c0);border-radius:50px;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #c850c066}._sliderLeft_2lx7r_161{transform:translate(0)}._sliderRight_2lx7r_165{transform:translate(100%)}._toggleOption_2lx7r_169{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:.625rem 1.75rem;background:transparent;border:none;border-radius:50px;color:#ffffff80;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .3s ease;min-width:100px}._toggleOption_2lx7r_169:hover{color:#ffffffb3}._toggleOption_2lx7r_169._active_2lx7r_191{color:#fff}._savingsBadge_2lx7r_195{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:linear-gradient(135deg,#34d39926,#34d3990d);border:1px solid rgba(52,211,153,.3);border-radius:50px;font-size:.8rem;font-weight:600;color:#34d399;transition:opacity .3s ease,transform .3s ease}._savingsBadge_2lx7r_195._visible_2lx7r_209{opacity:1;transform:translateY(0)}._savingsBadge_2lx7r_195._hidden_2lx7r_214{opacity:0;transform:translateY(-5px);pointer-events:none}._savingsIcon_2lx7r_220{font-size:.9rem}._plansGrid_2lx7r_225{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}._trialBottomSection_2lx7r_232{margin-top:2rem;display:flex;justify-content:center}._topUpsBlock_2lx7r_238{margin-top:2rem}@media(max-width:1024px){._plansGrid_2lx7r_225{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._modal_2lx7r_11{padding:1.5rem}._plansGrid_2lx7r_225{grid-template-columns:1fr}._cardsRow_2lx7r_75{flex-direction:column;align-items:center}._cardsRow_2lx7r_75>article{width:100%;max-width:100%}}._modal_2lx7r_11::-webkit-scrollbar{width:6px}._modal_2lx7r_11::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._modal_2lx7r_11::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._modal_2lx7r_11::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._page_1hybk_1{min-height:100vh;min-height:100dvh;background-color:#121212;color:#f5f5f5}._content_1hybk_8{max-width:860px;margin:0 auto;padding:0 16px 48px}._title_1hybk_14{font-size:30px;font-weight:700;margin:0 0 8px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._subtitle_1hybk_25{color:#ffffff9e;margin:0 0 32px}._loading_1hybk_30,._empty_1hybk_31{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 16px;color:#fff9}._empty_1hybk_31 a{color:#c850c0}._list_1hybk_44{display:flex;flex-direction:column;gap:12px}._row_1hybk_50{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:12px;border:1px solid #2a2a2a;border-radius:12px;background:#1e1e1e;text-decoration:none;color:inherit}._thumb_1hybk_62{aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;background:#121212;display:flex;align-items:center;justify-content:center}._thumb_1hybk_62 img{width:100%;height:100%;object-fit:cover}._body_1hybk_78 h3{margin:0 0 6px;font-size:1rem}._phase_1hybk_83{margin:0 0 10px;color:#c850c0;font-size:.9rem}._hint_1hybk_89{margin:10px 0 0;color:#ffffff9e;font-size:.85rem;line-height:1.4}@media(max-width:640px){._row_1hybk_50{grid-template-columns:1fr}}._page_1xyzz_1{min-height:100vh;background:#121212;color:#f5f5f5}._content_1xyzz_7{max-width:960px;margin:0 auto;padding:2rem 1rem}._header_1xyzz_13{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}._tabs_1xyzz_21{display:flex;gap:.5rem;align-items:center;margin-bottom:1.5rem}._tab_1xyzz_21,._tabActive_1xyzz_29{display:inline-flex;gap:.4rem;align-items:center;border:1px solid #2a2a2a;background:#1a1a1a;color:#f5f5f5;border-radius:999px;padding:.45rem .9rem;cursor:pointer}._tabActive_1xyzz_29{border-color:#c850c0;background:#c850c026}._quota_1xyzz_46{margin-left:auto;color:#b0b0b0;font-size:.85rem}._list_1xyzz_52{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}._row_1xyzz_61{display:grid;grid-template-columns:minmax(160px,1fr) 1.4fr auto auto;gap:.75rem;align-items:center;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:.75rem;padding:.75rem 1rem}._name_1xyzz_72{background:transparent;border:1px solid #333;color:#f5f5f5;border-radius:.4rem;padding:.4rem .6rem}._meta_1xyzz_80{color:#b0b0b0;font-size:.8rem}._delete_1xyzz_85{background:none;border:none;color:#b0b0b0;cursor:pointer}._preview_1xyzz_92 audio{width:100%;height:32px}._specimen_1xyzz_97{font-size:1.2rem}._empty_1xyzz_101,._emptyBox_1xyzz_102{color:#b0b0b0;text-align:center;padding:3rem 1rem}._emptyBox_1xyzz_102{display:flex;flex-direction:column;align-items:center;gap:.75rem}._grid_1ck2l_1{display:grid;grid-template-columns:1fr;gap:1.5rem 1.15rem}@media(min-width:640px){._grid_1ck2l_1{grid-template-columns:repeat(2,1fr)}._featured_1ck2l_12{grid-column:1 / -1}}@media(min-width:1024px){._grid_1ck2l_1{grid-template-columns:repeat(3,1fr)}._featured_1ck2l_12{grid-column:span 2}}._card_1ck2l_27{display:block;width:100%;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;color:inherit}._featured_1ck2l_12 ._thumbWrap_1ck2l_38{border-color:#ffcc70b3;box-shadow:0 0 36px #c850c073,0 0 28px #4158d047,0 0 18px #ffcc7038}._featured_1ck2l_12 ._play_1ck2l_46{width:3.75rem;height:3.75rem}._thumbWrap_1ck2l_38{position:relative;overflow:hidden;aspect-ratio:16 / 9;border-radius:12px;background:#0a0a10;border:1px solid rgba(255,255,255,.1)}._thumb_1ck2l_38{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}._card_1ck2l_27:hover ._thumb_1ck2l_38,._card_1ck2l_27:focus-visible ._thumb_1ck2l_38{transform:scale(1.04)}._duration_1ck2l_73{position:absolute;right:.5rem;bottom:.5rem;padding:.15rem .4rem;border-radius:4px;background:#000000d1;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.02em}._play_1ck2l_46{position:absolute;top:50%;left:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#c850c0e0;color:#fff;pointer-events:none;opacity:0;transform:translate(-50%,-50%);transition:opacity .2s ease}._card_1ck2l_27:hover ._play_1ck2l_46,._card_1ck2l_27:focus-visible ._play_1ck2l_46{opacity:1}._playerWrap_1ck2l_110{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:10px;background:#000}._player_1ck2l_110,._playerPlaceholder_1ck2l_119{width:100%;height:100%;display:block;border:none;background:#000}._playerPlaceholder_1ck2l_119{display:flex;align-items:center;justify-content:center;color:#ffffffa6;font-size:.9rem}._error_1ck2l_135{margin:0;color:#f87171;font-size:.9rem}._container_1swj1_1{width:100%;max-width:1200px;margin:0 auto}._title_ncte7_2{color:#b0b0b0;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;margin-top:0}._item_1d58d_1{display:flex;align-items:center;padding:8px;border-radius:6px;color:#b0b0b0;text-decoration:none;transition:background-color .2s,color .2s}._item_1d58d_1:hover{background-color:#2a2a2a;color:#f5f5f5}._active_1d58d_16{background-color:#c850c01a;color:#c850c0}._highlight_1d58d_21{color:#f5f5f5;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}._icon_1d58d_26{width:20px;height:20px;flex-shrink:0}._highlightIcon_1d58d_32{color:#f5f5f5}._label_1d58d_36{margin-left:12px;flex:1;white-space:nowrap}._badge_1d58d_42{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#c850c0;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}._userProfile_o56th_1{position:relative;display:flex;align-items:center;padding:8px;margin:0 -8px;border-radius:8px;text-decoration:none;transition:background-color .15s ease}._userProfile_o56th_1:hover{background-color:#2a2a2a}._collapsed_o56th_16{justify-content:center;margin:0;padding:4px 0}._chevron_o56th_22{flex-shrink:0;color:#6b7280}._userProfile_o56th_1:hover ._chevron_o56th_22{color:#f5f5f5}._wheel_o56th_31{position:relative;width:44px;height:44px;flex-shrink:0}._wheelSvg_o56th_38{display:block;transform:rotate(-90deg)}._wheelTrack_o56th_43{stroke:#ffffff29}._wheelFill_o56th_47{transition:stroke-dashoffset .35s ease}._wheelValue_o56th_51{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;letter-spacing:-.04em;pointer-events:none}._tooltip_o56th_64{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);min-width:148px;padding:.55rem .7rem;border-radius:10px;background:#16161f;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 28px #00000073;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;z-index:80}._userProfile_o56th_1:hover ._tooltip_o56th_64{opacity:1;visibility:visible}._tooltipRow_o56th_87{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:12px;color:#ffffff8c;line-height:1.45}._tooltipRow_o56th_87 strong{color:#fff;font-weight:700}._userInfo_o56th_102{margin-left:12px;flex:1;min-width:0}._userEmail_o56th_108{color:#b0b0b0;font-size:12px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sidebar_4cweg_1{position:fixed;top:0;left:0;height:100vh;height:100dvh;width:220px;background-color:#1e1e1e;border-right:1px solid #2a2a2a;display:flex;flex-direction:column;overflow:visible;transition:width .3s ease;z-index:50}._collapsed_4cweg_17{width:64px}._header_4cweg_21{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #2a2a2a}._logoContainer_4cweg_29{display:flex;align-items:center}._logoIcon_4cweg_34{color:#c850c0;margin-right:8px}._logoText_4cweg_39{font-size:1.5rem;font-weight:700;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.5px}._collapseButton_4cweg_49,._closeButton_4cweg_50{background:none;border:none;color:#f5f5f5;cursor:pointer}._navigation_4cweg_57{flex:1;overflow-y:auto;padding:8px 10px}._section_4cweg_63{margin-bottom:16px}._navList_4cweg_67{list-style:none;padding:0;margin:0}._footer_4cweg_73{padding:10px 10px 12px;border-top:1px solid #2a2a2a;overflow:visible}._footer_4cweg_73 ._navList_4cweg_67{margin-bottom:12px}@media(max-width:768px){._sidebar_4cweg_1{display:none}}._themeButton_ka3ty_1{display:flex;align-items:center;width:100%;padding:8px;border-radius:6px;background:none;border:none;color:#b0b0b0;cursor:pointer;margin-bottom:8px;text-align:left}._themeButton_ka3ty_1:hover{background-color:#2a2a2a;color:#f5f5f5}._icon_ka3ty_20{width:20px;height:20px}._label_ka3ty_25{margin-left:12px}._appPage_4yt2y_1{height:100vh;height:100dvh}._container_4yt2y_6{display:flex;width:100%;height:100%;overflow:hidden;background-color:#121212}._appContent_4yt2y_15{--sidebar-width: 220px;margin-left:220px;flex:1;height:100%;overflow:auto;transition:margin-left .3s ease;padding-top:0}._collapsed_4yt2y_26{--sidebar-width: 64px;margin-left:64px}@media(max-width:768px){._appContent_4yt2y_15{margin-left:0!important;padding-top:64px;--sidebar-width: 0}}._mobileHeader_shqly_1{position:fixed;top:0;left:0;right:0;height:64px;background-color:#1e1e1e;border-bottom:1px solid #2a2a2a;display:flex;align-items:center;justify-content:center;z-index:100}._logoContainer_shqly_15{display:flex;align-items:center}._logoIcon_shqly_20{color:#c850c0;margin-right:8px}._logoText_shqly_25{font-size:1.5rem;font-weight:700;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.5px}._menuButton_shqly_36{position:absolute;right:16px;background:none;border:none;color:#f5f5f5;cursor:pointer;padding:8px}._srOnly_shqly_46{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}._overlay_shqly_57{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:90}._mobileSidebar_shqly_68{position:fixed;top:0;left:0;bottom:0;width:100%;background-color:#1e1e1e;z-index:100;overflow-y:auto;padding-top:64px}._widget_pxpk1_1{position:fixed;right:24px;bottom:24px;z-index:150;font-family:inherit}._fab_pxpk1_9{position:relative;width:62px;height:62px;border:none;border-radius:22px;background:linear-gradient(135deg,#4158d0,#c850c0 55%,#ffcc70);color:#fff;box-shadow:0 18px 38px #00000061;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}._fab_pxpk1_9:hover{transform:translateY(-2px);box-shadow:0 22px 45px #c850c052}._badge_pxpk1_30{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ff4d6d;color:#fff;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #121212}._userInitials_pxpk1_48{position:absolute;right:-4px;bottom:-4px;width:24px;height:24px;border-radius:50%;background:#151528;color:#ffffffe6;border:2px solid rgba(255,255,255,.2);font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center}._panel_pxpk1_65{position:absolute;right:0;bottom:78px;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100vh - 120px));border-radius:24px;background:#12121afa;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 80px #0000008c;overflow:hidden;display:flex;flex-direction:column}._header_pxpk1_80{padding:18px;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#4158d0f2,#c850c0e0);color:#fff}._header_pxpk1_80 h3{margin:0;font-size:1rem}._header_pxpk1_80 p{margin:2px 0 0;color:#ffffffc7;font-size:.82rem}._agentAvatar_pxpk1_100{width:38px;height:38px;border-radius:14px;background:#0d0d1abf;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:inset 0 0 0 1px #ffffff24;flex-shrink:0}._closeButton_pxpk1_114{margin-left:auto;width:34px;height:34px;border-radius:10px;border:none;background:#0000002e;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}._messages_pxpk1_128{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:radial-gradient(circle at 10% 0%,rgba(65,88,208,.14),transparent 32%),#101018}._empty_pxpk1_140,._welcome_pxpk1_141{color:#ffffffb8;font-size:.9rem;line-height:1.45}._welcome_pxpk1_141{display:flex;align-items:flex-start;gap:12px}._welcome_pxpk1_141 p{margin:0;padding:12px 14px;border-radius:16px;background:#ffffff12}._messageRow_pxpk1_160{display:flex}._mine_pxpk1_164{justify-content:flex-end}._theirs_pxpk1_168{justify-content:flex-start}._bubble_pxpk1_172{max-width:82%;padding:11px 13px 8px;border-radius:17px;color:#fff;box-shadow:0 10px 26px #0000002e}._mine_pxpk1_164 ._bubble_pxpk1_172{border-bottom-right-radius:6px;background:linear-gradient(135deg,#4158d0,#9346d8)}._theirs_pxpk1_168 ._bubble_pxpk1_172{border-bottom-left-radius:6px;background:#232337;border:1px solid rgba(255,255,255,.08)}._bubble_pxpk1_172 p{margin:0;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.4}._bubble_pxpk1_172 span{display:block;margin-top:5px;color:#ffffff94;font-size:.68rem;text-align:right}._error_pxpk1_207{padding:8px 14px;color:#ffb4b4;background:#ff4d6d1f;font-size:.82rem}._composer_pxpk1_214{display:flex;gap:10px;padding:12px;background:#171724;border-top:1px solid rgba(255,255,255,.08)}._composer_pxpk1_214 textarea{flex:1;min-height:44px;max-height:110px;resize:none;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:#101018;color:#fff;padding:12px;outline:none;font-family:inherit}._composer_pxpk1_214 textarea:focus{border-color:#c850c0a6}._composer_pxpk1_214 button{width:44px;height:44px;border:none;border-radius:15px;background:linear-gradient(135deg,#4158d0,#c850c0);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}._composer_pxpk1_214 button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:768px){._widget_pxpk1_1{right:14px;bottom:max(14px,env(safe-area-inset-bottom))}._fab_pxpk1_9{width:54px;height:54px;border-radius:18px}._panel_pxpk1_65{right:-4px;bottom:70px;width:calc(100vw - 24px);height:min(540px,calc(100vh - 100px))}}body.mobile-menu-open ._widget_pxpk1_1{display:none!important}._logoContainer_17svu_1{display:flex;justify-content:center;padding:24px}._successMessage_17svu_7{text-align:center}._successIcon_17svu_11{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;background-color:#48bb78;color:#fff;border-radius:50%;font-size:24px}._loginLinkContainer_17svu_24{margin-top:16px;text-align:center}._loginLink_17svu_24{color:#c850c0;text-decoration:none;font-size:14px}._loginLink_17svu_24:hover{text-decoration:underline}._logoContainer_xpylb_1{display:flex;justify-content:center;padding:24px}._successMessage_xpylb_7{text-align:center}._successIcon_xpylb_11{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;background-color:#48bb78;color:#fff;border-radius:50%;font-size:24px}._loginLink_xpylb_24{display:inline-block;margin-top:16px;color:#c850c0;text-decoration:none;font-size:14px}._loginLink_xpylb_24:hover{text-decoration:underline}._container_iuemp_1{padding:8rem 2rem;position:relative;overflow:hidden}._content_iuemp_7{max-width:800px;margin:0 auto;background-color:#1e1e2880;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;box-shadow:0 10px 30px #0000004d}._title_iuemp_19{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}._lastUpdated_iuemp_30{font-size:.9rem;color:#fff9;margin-bottom:2.5rem;font-style:italic}._section_iuemp_37{margin-bottom:2.5rem}._section_iuemp_37 h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}._paragraph_iuemp_48{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:1rem;white-space:pre-line}._contactInfo_iuemp_56{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.95rem;color:#ffffffb3}._link_iuemp_64{color:#c850c0;text-decoration:none;transition:all .2s ease}._link_iuemp_64:hover{text-decoration:underline;color:#ffcc70}@media(max-width:768px){._container_iuemp_1{padding:6rem 1rem}._content_iuemp_7{padding:2rem}._title_iuemp_19{font-size:2rem}._section_iuemp_37 h2{font-size:1.3rem}}._verifyContainer_1yji0_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 70px);padding:2rem;position:relative;overflow:hidden;margin-top:4rem}._verifyContent_1yji0_13{max-width:700px;text-align:center;z-index:1;background:#1e1e2880;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d;animation:_fadeIn_1yji0_1 .8s ease-out forwards}._emailIcon_1yji0_27{width:100px;height:100px;border-radius:50%;background:linear-gradient(145deg,#4158d033,#c850c033 46%,#ffcc7033);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;box-shadow:0 0 20px #c850c066;animation:_float_1yji0_1 6s ease-in-out infinite}._verifyTitle_1yji0_46{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._verifyMessage_1yji0_56{font-size:1.1rem;line-height:1.6;color:#ffffffe6;margin-bottom:2.5rem}._verifySteps_1yji0_63{display:flex;justify-content:space-between;margin-bottom:2.5rem;gap:1.5rem}._step_1yji0_70{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}._stepNumber_1yji0_78{width:40px;height:40px;border-radius:50%;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff;box-shadow:0 0 15px #c850c080}._stepText_1yji0_92{font-size:.95rem;color:#fffc;line-height:1.4}._verifyNote_1yji0_98{background-color:#ffffff1a;border-radius:12px;padding:1.25rem;margin-bottom:2rem}._verifyNote_1yji0_98 p{font-size:.95rem;color:#ffffffb3;margin:0}._verifyActions_1yji0_111{display:flex;flex-direction:column;align-items:center;gap:1rem}._homeLink_1yji0_118{font-size:.95rem;color:#ffffffb3;text-decoration:underline;transition:all .3s ease}._homeLink_1yji0_118:hover{color:#fff}._successMessage_1yji0_129{display:flex;align-items:center;gap:.5rem;background-color:#4cd96433;color:#4cd964;padding:.75rem 1.25rem;border-radius:8px;margin-top:1.5rem;animation:_fadeIn_1yji0_1 .3s ease-out forwards}._spinIcon_1yji0_141{animation:_spin_1yji0_141 1.5s linear infinite}._verifyBackground_1yji0_145{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb1_1yji0_155{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d04d,#4158d000 70%);top:-20vw;right:-20vw;filter:blur(50px)}._gradientOrb2_1yji0_166{position:absolute;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,#c850c033,#c850c000 70%);bottom:-20vw;left:-10vw;filter:blur(50px)}._gridOverlay_1yji0_177{position:absolute;top:0;left:0;right:0;bottom: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:40px 40px;z-index:-1}@keyframes _fadeIn_1yji0_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _float_1yji0_1{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes _spin_1yji0_141{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._verifyContent_1yji0_13{padding:2rem}._verifyTitle_1yji0_46{font-size:2rem}._verifySteps_1yji0_63{flex-direction:column;gap:2rem}}@media(max-width:480px){._verifyContent_1yji0_13{padding:1.5rem}._verifyTitle_1yji0_46{font-size:1.75rem}._emailIcon_1yji0_27{width:80px;height:80px}}._verifyContainer_10xl5_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 70px);padding:2rem;position:relative;overflow:hidden}._verifyContent_10xl5_12{max-width:600px;width:100%;text-align:center;z-index:1;background:#1e1e2880;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d;animation:_fadeIn_10xl5_1 .8s ease-out forwards}._iconContainer_10xl5_27{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative}._loadingState_10xl5_38 ._iconContainer_10xl5_27{background:linear-gradient(145deg,#4158d033,#c850c033 46%,#ffcc7033);box-shadow:0 0 20px #c850c066}._successState_10xl5_48 ._iconContainer_10xl5_27{background:linear-gradient(145deg,#4cd96433,#4cd9641a);box-shadow:0 0 20px #4cd96466}._errorState_10xl5_53 ._iconContainer_10xl5_27{background:linear-gradient(145deg,#ff3b3033,#ff3b301a);box-shadow:0 0 20px #ff3b3066}._loadingIcon_10xl5_58{color:#fff;animation:_spin_10xl5_1 1.5s linear infinite}._successIcon_10xl5_63{color:#4cd964}._errorIcon_10xl5_67{color:#ff3b30}._title_10xl5_71{font-size:2.5rem;font-weight:700;margin-bottom:1rem}._loadingState_10xl5_38 ._title_10xl5_71{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._successState_10xl5_48 ._title_10xl5_71{background:linear-gradient(43deg,#4cd964,#5ac8fa);-webkit-background-clip:text;background-clip:text;color:transparent}._errorState_10xl5_53 ._title_10xl5_71{background:linear-gradient(43deg,#ff3b30,#ff9500);-webkit-background-clip:text;background-clip:text;color:transparent}._message_10xl5_98{font-size:1.1rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem}._subMessage_10xl5_105{font-size:1rem;line-height:1.6;color:#ffffffb3;margin-bottom:2rem}._actionButtons_10xl5_112{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}._verifyBackground_10xl5_119{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb1_10xl5_129{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d04d,#4158d000 70%);top:-20vw;right:-20vw;filter:blur(50px)}._gradientOrb2_10xl5_140{position:absolute;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,#c850c033,#c850c000 70%);bottom:-20vw;left:-10vw;filter:blur(50px)}._gridOverlay_10xl5_151{position:absolute;top:0;left:0;right:0;bottom: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:40px 40px;z-index:-1}@keyframes _fadeIn_10xl5_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_10xl5_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._verifyContent_10xl5_12{padding:2rem}._title_10xl5_71{font-size:2rem}._actionButtons_10xl5_112{flex-direction:column;gap:1rem}}@media(max-width:480px){._verifyContent_10xl5_12{padding:1.5rem}._title_10xl5_71{font-size:1.75rem}._iconContainer_10xl5_27{width:80px;height:80px}}._container_jqyeu_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 70px);padding:2rem;position:relative;overflow:hidden;margin-top:4rem}._content_jqyeu_13{width:100%;max-width:700px;z-index:1;background:#1e1e2880;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d;animation:_fadeIn_jqyeu_1 .8s ease-out forwards}._centered_jqyeu_27{text-align:center}._iconCircle_jqyeu_31{width:92px;height:92px;border-radius:50%;background:linear-gradient(145deg,#4158d033,#c850c033 46%,#ffcc7033);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;box-shadow:0 0 20px #c850c066}._title_jqyeu_49{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._message_jqyeu_59{font-size:1.05rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem}._note_jqyeu_66{background-color:#ffffff14;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;text-align:left}._note_jqyeu_66 p{font-size:.95rem;color:#ffffffb3;margin:0;line-height:1.5}._actions_jqyeu_81{display:flex;flex-direction:column;align-items:center;gap:1rem}._homeLink_jqyeu_88{font-size:.95rem;color:#ffffffb3;text-decoration:underline;transition:color .3s ease}._homeLink_jqyeu_88:hover{color:#fff}._form_jqyeu_101{margin-top:2rem;display:flex;flex-direction:column;gap:2rem;text-align:left}._question_jqyeu_109{display:flex;flex-direction:column;gap:.75rem}._questionText_jqyeu_115{font-size:1.05rem;font-weight:600;color:#fff;margin:0;line-height:1.4}._required_jqyeu_123{color:#c850c0}._questionHelper_jqyeu_127{font-size:.875rem;color:#ffffff8c;margin:-.25rem 0 0;line-height:1.4}._options_jqyeu_134{display:flex;flex-direction:column;gap:.5rem}._option_jqyeu_134{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;cursor:pointer;transition:border-color .2s ease,background .2s ease}._option_jqyeu_134:hover{border-color:#c850c080;background:#ffffff0f}._radioInput_jqyeu_157{position:absolute;opacity:0;width:0;height:0}._radioCustom_jqyeu_164{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.35);transition:all .2s ease}._radioInput_jqyeu_157:checked+._radioCustom_jqyeu_164{border-color:#c850c0;background:radial-gradient(circle,#c850c0 0%,#c850c0 45%,transparent 50%);box-shadow:0 0 10px #c850c080}._optionLabel_jqyeu_179{font-size:.95rem;color:#ffffffd9;line-height:1.4}._channelList_jqyeu_185{display:flex;flex-direction:column;gap:.6rem}._channelRow_jqyeu_191{display:flex;align-items:center;gap:.5rem}._textInput_jqyeu_197,._textArea_jqyeu_198{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0f0f1999;color:#fff;font-size:.95rem;font-family:inherit;transition:border-color .2s ease}._textInput_jqyeu_197:focus,._textArea_jqyeu_198:focus{outline:none;border-color:#c850c099}._textArea_jqyeu_198{resize:vertical}._iconButton_jqyeu_220{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#fff9;cursor:pointer;transition:all .2s ease}._iconButton_jqyeu_220:hover{color:#ff6b6b;border-color:#ff6b6b80}._addChannel_jqyeu_240{align-self:flex-start;display:flex;align-items:center;gap:.4rem;padding:.4rem 0;background:none;border:none;color:#ffffffb3;font-size:.9rem;cursor:pointer;transition:color .2s ease}._addChannel_jqyeu_240:hover{color:#fff}._formError_jqyeu_258{background-color:#ff6b6b26;border:1px solid rgba(255,107,107,.35);color:#ff9d9d;padding:.75rem 1rem;border-radius:10px;font-size:.9rem}._spinIcon_jqyeu_267{animation:_spin_jqyeu_267 1.5s linear infinite}._background_jqyeu_273{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb1_jqyeu_283{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d04d,#4158d000 70%);top:-20vw;right:-20vw;filter:blur(50px)}._gradientOrb2_jqyeu_294{position:absolute;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,#c850c033,#c850c000 70%);bottom:-20vw;left:-10vw;filter:blur(50px)}._gridOverlay_jqyeu_305{position:absolute;top:0;left:0;right:0;bottom: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:40px 40px;z-index:-1}@keyframes _fadeIn_jqyeu_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_jqyeu_267{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._content_jqyeu_13{padding:2rem}._title_jqyeu_49{font-size:1.85rem}}@media(max-width:480px){._content_jqyeu_13{padding:1.5rem}._title_jqyeu_49{font-size:1.6rem}._iconCircle_jqyeu_31{width:76px;height:76px}}._errorContainer_1g6qp_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:2rem;position:relative;overflow:hidden}._errorContent_1g6qp_13{max-width:600px;text-align:center;z-index:1;background:#1e1e2880;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d;animation:_fadeIn_1g6qp_1 .8s ease-out forwards}._errorIcon_1g6qp_27{width:100px;height:100px;border-radius:50%;background:linear-gradient(145deg,#4158d033,#c850c033 46%,#ffcc7033);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;box-shadow:0 0 20px #c850c066;animation:_pulse_1g6qp_1 3s infinite}._errorCode_1g6qp_46{font-size:5rem;font-weight:800;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;line-height:1;text-shadow:0 0 20px rgba(200,80,192,.5)}._errorTitle_1g6qp_58{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}._errorMessage_1g6qp_65{font-size:1.1rem;line-height:1.6;color:#fffc;margin-bottom:2rem}._errorActions_1g6qp_72{display:flex;justify-content:center}._errorBackground_1g6qp_77{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden}._gradientOrb1_1g6qp_87{position:absolute;width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,#4158d04d,#4158d000 70%);top:-20vw;right:-20vw;filter:blur(50px)}._gradientOrb2_1g6qp_98{position:absolute;width:50vw;height:50vw;border-radius:50%;background:radial-gradient(circle,#c850c033,#c850c000 70%);bottom:-20vw;left:-10vw;filter:blur(50px)}._gridOverlay_1g6qp_109{position:absolute;top:0;left:0;right:0;bottom: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:40px 40px;z-index:-1}@keyframes _pulse_1g6qp_1{0%,to{box-shadow:0 0 10px #c850c066}50%{box-shadow:0 0 25px #c850c0b3}}@keyframes _fadeIn_1g6qp_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._errorContent_1g6qp_13{padding:2rem}._errorCode_1g6qp_46{font-size:4rem}._errorTitle_1g6qp_58{font-size:1.75rem}}@media(max-width:480px){._errorContent_1g6qp_13{padding:1.5rem}._errorCode_1g6qp_46{font-size:3rem}._errorTitle_1g6qp_58{font-size:1.5rem}._errorIcon_1g6qp_27{width:80px;height:80px}}._page_1glnm_2{position:relative;width:100%;overflow-x:hidden;min-height:100vh;min-height:100dvh;background-color:var(--background)}._hero_1glnm_12{min-height:60vh;padding-top:10rem;padding-bottom:6rem;display:flex;align-items:center;justify-content:center;position:relative}._heroContent_1glnm_22{max-width:900px;margin:0 auto;padding:0 2rem;text-align:center;z-index:1}._badge_1glnm_30{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:linear-gradient(145deg,#4158d033,#c850c033);border:1px solid rgba(200,80,192,.3);border-radius:50px;font-size:.9rem;font-weight:600;color:#ffffffe6;margin-bottom:2rem}._heroTitle_1glnm_48{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-2px;color:#fff}._highlight_1glnm_57{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._heroSubtitle_1glnm_64{font-size:1.35rem;line-height:1.7;color:#fffc;max-width:700px;margin:0 auto}._missionSection_1glnm_73{padding:6rem 2rem;position:relative}._missionGrid_1glnm_78{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1100px;margin:0 auto}._missionCard_1glnm_86{background:linear-gradient(145deg,#1e1e2899,#28283c66);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .4s ease}._missionCard_1glnm_86:hover{transform:translateY(-8px);border-color:#c850c066;box-shadow:0 20px 50px #c850c026}._missionIcon_1glnm_102{width:70px;height:70px;border-radius:20px;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem;box-shadow:0 10px 30px #c850c04d}._missionCard_1glnm_86 h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#fff}._missionCard_1glnm_86 p{font-size:1.1rem;line-height:1.7;color:#ffffffbf}._storySection_1glnm_129{padding:8rem 2rem;position:relative}._storyContent_1glnm_134{max-width:800px;margin:0 auto}._sectionTitle_1glnm_139{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;width:100%}._storyText_1glnm_152{background:linear-gradient(145deg,#1e1e2880,#28283c4d);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:3rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._storyText_1glnm_152 p{font-size:1.15rem;line-height:1.9;color:#fffc;margin-bottom:1.5rem}._storyText_1glnm_152 p:last-child{margin-bottom:0}._storyText_1glnm_152 strong{color:#fff;font-weight:600}._valuesSection_1glnm_178{padding:6rem 2rem;position:relative}._valuesGrid_1glnm_183{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}._valueCard_1glnm_191{text-align:center;padding:2.5rem 2rem;background:linear-gradient(145deg,#1e1e2866,#28283c33);border:1px solid rgba(255,255,255,.08);border-radius:20px;transition:all .3s ease}._valueCard_1glnm_191:hover{transform:translateY(-5px);border-color:#4158d066;box-shadow:0 15px 40px #4158d026}._valueIcon_1glnm_206{width:56px;height:56px;border-radius:16px;background:linear-gradient(43deg,#4158d04d,#c850c04d 46%,#ffcc704d);display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.25rem}._valueCard_1glnm_191 h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}._valueCard_1glnm_191 p{font-size:1rem;line-height:1.6;color:#ffffffb3}._cta_1glnm_237{padding:8rem 2rem;position:relative}._ctaContent_1glnm_242{max-width:800px;margin:0 auto;text-align:center;background:linear-gradient(145deg,#1e1e2899,#28283c66);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:4rem 3rem;position:relative;z-index:1}._ctaTitle_1glnm_256{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}._ctaSubtitle_1glnm_263{font-size:1.15rem;color:#fffc;line-height:1.6;margin-bottom:2rem}._ctaButtons_1glnm_270{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){._heroTitle_1glnm_48{font-size:3.25rem}._missionGrid_1glnm_78{grid-template-columns:1fr}}@media(max-width:768px){._hero_1glnm_12{padding-top:8rem;padding-bottom:4rem}._heroTitle_1glnm_48{font-size:2.5rem}._heroSubtitle_1glnm_64{font-size:1.15rem}._sectionTitle_1glnm_139{font-size:2.25rem}._valuesGrid_1glnm_183{grid-template-columns:1fr}._ctaTitle_1glnm_256{font-size:2rem}._ctaContent_1glnm_242{padding:3rem 2rem}}@media(max-width:480px){._heroTitle_1glnm_48{font-size:2rem}._storyText_1glnm_152,._missionCard_1glnm_86{padding:2rem 1.5rem}}._page_tnjll_1{position:relative;isolation:isolate;padding-top:70px;background:radial-gradient(circle at 12% 18%,rgba(65,88,208,.22),transparent 34rem),radial-gradient(circle at 88% 28%,rgba(200,80,192,.2),transparent 36rem),var(--background)}._page_tnjll_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,black 0%,black 55%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 55%,transparent 100%)}._hero_tnjll_24{padding:5rem 2rem 2.75rem;text-align:center}._heroContent_tnjll_29{max-width:760px;margin:0 auto}._iconWrapper_tnjll_34{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 1.5rem;border-radius:22px;color:#fff;background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);box-shadow:0 18px 42px #c850c042}._heroTitle_tnjll_46{margin:0 0 1rem;color:#fff;font-size:clamp(2.35rem,6vw,4rem);font-weight:850;letter-spacing:-.05em;line-height:1}._heroSubtitle_tnjll_55{max-width:640px;margin:0 auto;color:#ffffffc7;font-size:1.12rem;line-height:1.75}._contactSection_tnjll_63{padding:2rem 2rem 6rem}._contactContainer_tnjll_67{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:2rem;align-items:stretch}._infoCard_tnjll_76,._formCard_tnjll_77{background:linear-gradient(145deg,#1b1b27d1,#1f1d2db8);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.25rem;box-shadow:0 24px 70px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._infoCard_tnjll_76{align-self:start}._infoCard_tnjll_76 h2{margin:0 0 1rem;color:#fff;font-size:1.65rem;line-height:1.2}._infoCard_tnjll_76>p{margin:0 0 2rem;color:#ffffffbd;font-size:1rem;line-height:1.7}._contactInfo_tnjll_104{margin-bottom:2rem}._infoItem_tnjll_108{display:flex;align-items:center;gap:1rem}._infoIcon_tnjll_114{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;border-radius:13px;color:#ffcc70;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}._infoLabel_tnjll_126{display:block;margin-bottom:.25rem;color:#ffffff94;font-size:.82rem}._infoValue_tnjll_133{color:#fff;font-weight:700;text-decoration:none}._infoValue_tnjll_133:hover{color:#ffcc70}._responseTime_tnjll_143{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;border-radius:13px;color:#86efac;background:#22c55e1c;border:1px solid rgba(34,197,94,.22);font-size:.9rem;font-weight:650}._form_tnjll_77{display:flex;flex-direction:column;gap:1.25rem}._formRow_tnjll_162{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}._textareaGroup_tnjll_168{display:flex;flex-direction:column;gap:.5rem}._textareaLabel_tnjll_174{color:#ffffffe6;font-size:.9rem;font-weight:600}._textarea_tnjll_168{width:100%;min-height:150px;padding:.9rem 1rem;resize:vertical;border-radius:13px;border:1px solid rgba(255,255,255,.14);outline:none;background:#ffffff0e;color:#fff;font:inherit;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}._textarea_tnjll_168::placeholder{color:#ffffff6b}._textarea_tnjll_168:focus{border-color:#c850c0a6;background:#ffffff13;box-shadow:0 0 0 3px #c850c026}._textareaError_tnjll_205{border-color:#f87171bf}._errorText_tnjll_209{color:#fca5a5;font-size:.82rem}._successMessage_tnjll_214{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}._successIcon_tnjll_224{width:76px;height:76px;display:grid;place-items:center;margin-bottom:1.35rem;border-radius:999px;color:#86efac;background:#22c55e24;border:1px solid rgba(34,197,94,.26)}._successMessage_tnjll_214 h3{margin:0 0 .75rem;color:#fff;font-size:1.55rem}._successMessage_tnjll_214 p{max-width:460px;margin:0;color:#ffffffb8;line-height:1.65}@media(max-width:900px){._contactContainer_tnjll_67{grid-template-columns:1fr}}@media(max-width:640px){._hero_tnjll_24{padding:4rem 1.25rem 2rem}._contactSection_tnjll_63{padding:1rem 1rem 4rem}._formRow_tnjll_162{grid-template-columns:1fr}._infoCard_tnjll_76,._formCard_tnjll_77{padding:1.5rem;border-radius:20px}}._page_1opla_1{position:relative;isolation:isolate;width:100%;min-height:100vh;min-height:100dvh;padding-top:70px;overflow:clip;background-color:var(--background)}._hero_1opla_12{padding:5rem 2rem 2.5rem;text-align:center}._heroContent_1opla_17{max-width:760px;margin:0 auto}._heroTitle_1opla_22{margin:0 0 1rem;color:#fff;font-size:clamp(2.35rem,6vw,4rem);font-weight:800;letter-spacing:-.05em;line-height:1.05}._highlight_1opla_31{background:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70);-webkit-background-clip:text;background-clip:text;color:transparent}._heroSubtitle_1opla_38{max-width:640px;margin:0 auto;color:#ffffffc7;font-size:1.12rem;line-height:1.75}._list_1opla_46{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:0 0 4rem}._page_8iuon_1{position:relative;min-height:100vh;min-height:100dvh;padding-top:5rem;overflow-x:hidden}._container_8iuon_9{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}._loadingContainer_8iuon_16{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}._loadingText_8iuon_25{font-size:1.1rem;color:#ffffffb3}._errorContainer_8iuon_31{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem;text-align:center;padding:2rem}._errorIcon_8iuon_42{color:#ef4444;opacity:.8}._errorTitle_8iuon_47{font-size:1.75rem;font-weight:700;color:#fff;margin:0}._errorText_8iuon_54{font-size:1.1rem;color:#fff9;max-width:400px}._header_8iuon_61{text-align:center;margin-bottom:3rem}._headerTop_8iuon_66{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}._badge_8iuon_75{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#c850c033,#ffcc701a);border:1px solid rgba(200,80,192,.4);color:#c850c0;padding:.5rem 1rem;border-radius:30px;font-size:.85rem;font-weight:600}._previewInfo_8iuon_88{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.5rem 1rem;border-radius:30px;font-size:.85rem}._title_8iuon_100{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}._subtitle_8iuon_108{font-size:1.1rem;color:#fff9;max-width:600px;margin:0 auto;line-height:1.5}._editorContent_8iuon_117{background:#14141e99;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._errorBanner_8iuon_126{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(90deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.3);border-radius:12px;margin-bottom:1.5rem}._errorBanner_8iuon_126 svg{color:#ef4444;flex-shrink:0}._errorBannerText_8iuon_142{flex:1}._errorBannerText_8iuon_142 strong{display:block;color:#fff;font-size:.95rem;margin-bottom:.25rem}._errorBannerText_8iuon_142 p{margin:0;font-size:.85rem;color:#fff9}@media(max-width:768px){._container_8iuon_9{padding:1rem}._editorContent_8iuon_117{padding:1rem;border-radius:16px}._headerTop_8iuon_66{flex-direction:column;gap:.75rem}._errorBanner_8iuon_126{flex-direction:column;text-align:center;gap:.75rem}}
