.Header_header__rnHCf{background-color:rgba(0,0,0,.95);backdrop-filter:blur(20px);padding:1rem 0;border-bottom:1px solid hsla(0,0%,100%,.1);position:sticky;top:0;z-index:100}.Header_headerContainer__LkVSk{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.Header_logo__QjwYx{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none;transition:all .3s;display:flex;align-items:center}.Header_logo__QjwYx:hover{opacity:.8;text-shadow:0 0 20px rgba(0,255,204,.5)}.Header_logoImage__ZK6f6{height:40px;width:auto;margin-right:10px}.Header_brandText__4zxUY{font-size:1.5rem;font-weight:700;color:#fff;transition:color .3s}.Header_brandText__4zxUY:hover{color:var(--primary)}.Header_logo__QjwYx span{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Header_tagline__MXpuQ{display:none;font-size:.9rem;color:hsla(0,0%,100%,.6);font-weight:500;margin-left:1rem}.Header_navLinks__U4Th5,.Header_navigation__cg_BR{display:flex;align-items:center}.Header_navLinks__U4Th5{list-style:none;margin:0;padding:0;gap:1.5rem}.Header_navLinks__U4Th5 li a{color:hsla(0,0%,100%,.9);text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s;display:flex;align-items:center;position:relative}.Header_navLinks__U4Th5 li a:hover{color:var(--primary);text-shadow:0 0 10px rgba(0,255,204,.3)}.Header_navLinks__U4Th5 li a.Header_active___ZnR2{color:var(--primary);font-weight:600;position:relative}.Header_navLinks__U4Th5 li a.Header_active___ZnR2:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;box-shadow:0 0 10px rgba(0,255,204,.5)}.Header_new__d8fUK{background:linear-gradient(135deg,#f0f,#f06);color:#fff;font-size:.7rem;padding:.1rem .4rem;border-radius:3px;margin-left:.5rem;font-weight:600;animation:Header_pulse__l2KzI 2s ease infinite}@keyframes Header_pulse__l2KzI{0%,to{opacity:1}50%{opacity:.7}}.Header_ctaButton__9tYOF a{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#000;padding:8px 20px;border-radius:50px;font-weight:600;transition:all .3s ease;border:none}.Header_ctaButton__9tYOF a:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,255,204,.4);color:#000!important}.Header_authButton__aFede a{color:hsla(0,0%,100%,.9);padding:8px 20px;border-radius:50px;font-weight:600;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.3);background-color:transparent}.Header_authButton__aFede a:hover{background-color:hsla(0,0%,100%,.1);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,255,204,.2);color:var(--primary)!important}.Header_signOutButton__mwp6o{background:transparent;border:1px solid rgba(255,0,0,.5);color:#f36;padding:8px 16px;border-radius:50px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.Header_signOutButton__mwp6o:hover{background-color:rgba(255,51,102,.1);border-color:#f36;color:#f36;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,51,102,.3)}.Header_mobileMenuButton__oEt6y{display:none;background:none;border:none;cursor:pointer;flex-direction:column;justify-content:space-between;height:24px;width:30px;padding:0}.Header_mobileMenuButton__oEt6y span{display:block;height:3px;width:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:2px;transition:transform .3s,opacity .3s}.Header_dashboardButton__iV5Md{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff!important;padding:8px 20px;border-radius:50px;font-weight:600;transition:all .3s ease}.Header_dashboardButton__iV5Md:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(123,63,242,.4)}@media (min-width:1024px){.Header_tagline__MXpuQ{display:block}}@media (max-width:1024px){.Header_headerContainer__LkVSk{padding:0 1rem}.Header_tagline__MXpuQ{order:3;width:100%;margin:.5rem 0 0;text-align:center}}@media (max-width:768px){.Header_mobileMenuButton__oEt6y{display:flex;z-index:101}.Header_navigation__cg_BR{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:linear-gradient(180deg,rgba(0,0,0,.98),rgba(5,5,5,.98));backdrop-filter:blur(20px);flex-direction:column;padding:5rem 2rem 2rem;box-shadow:-5px 0 20px rgba(0,0,0,.5);transition:right .3s ease;z-index:100;border-left:1px solid hsla(0,0%,100%,.1)}.Header_navigation__cg_BR.Header_open__Squ2a{right:0}.Header_navLinks__U4Th5{flex-direction:column;width:100%}.Header_navLinks__U4Th5 li{width:100%;margin:.5rem 0}.Header_navLinks__U4Th5 li a{display:flex;padding:.7rem 0;width:100%}.Header_navLinks__U4Th5 li a.Header_active___ZnR2:after{bottom:0}.Header_navLinks__U4Th5 li:has(.Header_dashboardButton__iV5Md){margin-top:.5rem}.Header_navLinks__U4Th5 li.Header_authButton__aFede,.Header_navLinks__U4Th5 li.Header_ctaButton__9tYOF{margin:.25rem 0}.Header_authButton__aFede a,.Header_ctaButton__9tYOF a,.Header_dashboardButton__iV5Md,.Header_signOutButton__mwp6o{padding:10px 20px;display:block;text-align:center;margin:5px 0}.Header_signOutButton__mwp6o{width:100%}.Header_open__Squ2a .Header_mobileMenuButton__oEt6y span:first-child{transform:translateY(10px) rotate(45deg)}.Header_open__Squ2a .Header_mobileMenuButton__oEt6y span:nth-child(2){opacity:0}.Header_open__Squ2a .Header_mobileMenuButton__oEt6y span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.Header_logoImage__ZK6f6{height:32px}}@media (min-width:769px){.Header_navLinks__U4Th5 li:has(.Header_dashboardButton__iV5Md){margin-left:.5rem}}.Footer_footer__HDTA0{background:#0a0915;padding:60px 0 30px;border-top:1px solid hsla(0,0%,100%,.1)}.Footer_footerContent__Oth72{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px;margin-bottom:40px}.Footer_footerCol__v_67K{position:relative}.Footer_footerCol__v_67K:after{content:"";position:absolute;top:0;right:-30px;width:1px;height:100%;background:linear-gradient(180deg,hsla(0,0%,100%,.1),transparent)}.Footer_footerCol__v_67K:last-child:after{display:none}.Footer_footerCol__v_67K h3{color:#fff;margin-bottom:20px;font-size:1.2rem;font-weight:600}.Footer_footerCol__v_67K p{color:hsla(0,0%,100%,.7);font-size:.9rem;margin-bottom:20px;line-height:1.6}.Footer_footerCol__v_67K ul{list-style:none}.Footer_footerCol__v_67K ul li{margin-bottom:10px}.Footer_footerCol__v_67K ul li a{color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .2s ease;font-size:.9rem}.Footer_footerCol__v_67K ul li a:hover{color:var(--primary)}.Footer_socialLinks__Bm6xi{display:flex;gap:12px;margin-top:20px}.Footer_socialLinks__Bm6xi a{width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .2s ease}.Footer_socialLinks__Bm6xi a:hover{background:var(--primary);transform:translateY(-2px)}.Footer_socialLinks__Bm6xi a span{font-size:1.1rem}.Footer_footerBottom__NV2qs{text-align:center;padding-top:30px;border-top:1px solid hsla(0,0%,100%,.1)}.Footer_footerBottom__NV2qs p{color:hsla(0,0%,100%,.5);font-size:.85rem}@media (max-width:992px){.Footer_footerContent__Oth72{grid-template-columns:repeat(2,1fr);gap:30px}.Footer_footerCol__v_67K:after{display:none}}@media (max-width:576px){.Footer_footerContent__Oth72{grid-template-columns:1fr;gap:25px}.Footer_footer__HDTA0{padding:40px 0 20px}}.DashboardLayout_dashboardLayout__A4516{display:flex;min-height:100vh;position:relative}.DashboardLayout_content__3scIU{flex:1;display:flex;flex-direction:column;transition:margin-left .3s ease;width:100%;min-height:100vh}.DashboardLayout_contentWithSidebar__9QGJP{margin-left:0}.DashboardLayout_main__STo3t{flex:1;display:flex;flex-direction:column;background-color:#f9fafb;min-height:calc(100vh - 140px)}.DashboardLayout_mainContent__4iyNs{flex:1;padding:2rem 1.5rem}.DashboardLayout_footerWrapper__I3beO{margin-top:auto;width:100%}.DashboardLayout_sidebarToggle__IlF78{position:fixed;bottom:1.5rem;right:1.5rem;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#5865f2;box-shadow:0 2px 10px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;align-items:center;border:none;cursor:pointer;z-index:99;gap:5px}.DashboardLayout_sidebarToggle__IlF78 span{display:block;width:1.5rem;height:2px;background-color:#fff;border-radius:2px}@media (min-width:1280px){.DashboardLayout_contentWithSidebar__9QGJP{margin-left:300px}.DashboardLayout_sidebarToggle__IlF78{display:none}.DashboardLayout_mainContent__4iyNs{padding:2rem}}@media (max-width:768px){.DashboardLayout_mainContent__4iyNs{padding:1.5rem 1rem}}.LoadingSpinner_spinnerContainer__mWYtT{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.8);position:fixed;top:0;left:0;z-index:1000}.LoadingSpinner_spinner___uYAT{display:inline-block;position:relative;width:80px;height:80px}.LoadingSpinner_spinner___uYAT div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:LoadingSpinner_spinner___uYAT 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#ff6b00}.LoadingSpinner_spinner___uYAT div:first-child{animation-delay:-.45s}.LoadingSpinner_spinner___uYAT div:nth-child(2){animation-delay:-.3s}.LoadingSpinner_spinner___uYAT div:nth-child(3){animation-delay:-.15s}@keyframes LoadingSpinner_spinner___uYAT{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.create_createVoiceoverPage__glWbM{padding:24px;width:100%}.create_pageHeader__GBHZR{margin-bottom:24px;text-align:center}.create_pageHeader__GBHZR h1{margin-bottom:8px;font-size:2rem;background:linear-gradient(90deg,#ff6b00,#ff9e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.create_pageHeader__GBHZR p{color:#666;font-size:1rem}.create_backLink__335JU{display:flex;align-items:center;gap:6px;color:#666;font-size:.9rem;text-decoration:none;margin-bottom:12px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.create_backLink__335JU:hover{color:#ff6b00}.create_createContainer__TTV5M{display:grid;grid-template-columns:1.5fr 1fr;gap:24px;max-width:1200px;margin:0 auto}@media (max-width:768px){.create_createContainer__TTV5M{grid-template-columns:1fr}}.create_formSection__z0MkW{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:24px}.create_formGroup__MsPmt{margin-bottom:24px}.create_formGroup__MsPmt label{display:block;margin-bottom:8px;font-weight:500;color:#444}.create_textarea__roZJ5{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;resize:vertical;font-family:inherit;min-height:150px}.create_textarea__roZJ5:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.create_textCounter__BeqfA{text-align:right;font-size:.85rem;color:#777;margin-top:8px}.create_voiceSettings__78qBl{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.create_settingGroup__fta4s{display:flex;flex-direction:column}.create_settingGroup__fta4s label{margin-bottom:8px;font-weight:500;color:#444}.create_select__LPXo1{padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.create_select__LPXo1:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.create_rangeControl__yCmDr{display:flex;align-items:center;gap:12px}.create_rangeSlider__eps64{flex:1;-webkit-appearance:none;height:4px;background:#eee;border-radius:2px}.create_rangeSlider__eps64::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#ff6b00;cursor:pointer}.create_rangeValue__PrA_T{font-size:.9rem;color:#666;min-width:36px}.create_emphasis__qofXh{margin-bottom:24px}.create_emphasis__qofXh label{display:block;margin-bottom:4px;font-weight:500;color:#444}.create_helperText__YOlfk{color:#777;font-size:.85rem;margin-bottom:12px}.create_wordsContainer__oYfF6{display:flex;flex-wrap:wrap;gap:8px;max-height:120px;overflow-y:auto;padding:8px;border:1px solid #eee;border-radius:8px}.create_wordChip__9Fqv5{padding:6px 12px;border-radius:16px;background:#f5f5f5;border:1px solid #ddd;font-size:.9rem;color:#555;cursor:pointer;transition:all .2s ease}.create_wordChip__9Fqv5:hover{background:#f0f0f0;border-color:#ccc}.create_wordChip__9Fqv5.create_emphasized__05Gpy{background:rgba(255,107,0,.1);color:#ff6b00;border-color:rgba(255,107,0,.3)}.create_actionButtons__64QWJ{display:flex;justify-content:center}.create_generateBtn__KsETh{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.create_generateBtn__KsETh:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.create_generateBtn__KsETh:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.create_previewSection__IRzKW{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:24px;display:flex;flex-direction:column}.create_previewHeader___wvxT{margin-bottom:24px;text-align:center}.create_previewHeader___wvxT h3{color:#444;font-size:1.2rem}.create_emptyPreview__2Ki8D{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#888;text-align:center}.create_emptyPreview__2Ki8D svg{color:#ff6b00;opacity:.3;margin-bottom:16px}.create_tipText__cPpx4{font-size:.85rem;margin-top:8px;color:#aaa}.create_audioPreview__a7iaU{flex:1;display:flex;flex-direction:column}.create_audioPlayer__IHQDR{background:#f9f9f9;border-radius:8px;padding:16px;margin-bottom:24px}.create_playerIcon__sIkSF{width:40px;height:40px;background:rgba(255,107,0,.1);color:#ff6b00;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.create_playerWaveform__6hHpU{margin-bottom:16px}.create_waveformPlaceholder__KChWo{height:80px;display:flex;align-items:center;justify-content:space-between}.create_waveBar__idIoH{flex:1;margin:0 2px;background:linear-gradient(0deg,#ff6b00,#ff9e00);border-radius:2px}.create_playerControls__81YA_{display:flex;align-items:center;justify-content:space-between}.create_playBtn__li4JA{background:#ff6b00;color:#fff;border:none;border-radius:24px;padding:6px 16px;font-size:.9rem;cursor:pointer}.create_playBtn__li4JA:hover{background:#ff9e00}.create_duration__wG0sS{font-size:.9rem;color:#666}.create_previewActions__mhCGx{display:flex;gap:12px}.create_regenerateBtn__JuD3y,.create_saveBtn__Dv7b1{flex:1;padding:10px 16px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.create_saveBtn__Dv7b1{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none}.create_saveBtn__Dv7b1:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.create_regenerateBtn__JuD3y{background:#fff;color:#555;border:1px solid #ddd}.create_regenerateBtn__JuD3y:hover{background:#f9f9f9;border-color:#ccc}.create_createPage__fvkrI{padding:24px;width:100%}.create_createHeader__dneNq{margin-bottom:24px;text-align:center}.create_createHeader__dneNq h1{margin-bottom:8px;font-size:2rem;background:linear-gradient(90deg,#ff6b00,#ff9e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.create_createHeader__dneNq p{color:#666;font-size:1rem}.create_createContainer__LDHYW{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden;max-width:1200px;margin:0 auto}.create_stepIndicator__I8JIS{display:flex;align-items:center;justify-content:space-between;padding:24px 40px;background:#f8f9fa;border-bottom:1px solid #eee}.create_step__QMcql{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.create_stepNumber__KP5Qb{width:36px;height:36px;border-radius:50%;background-color:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px}.create_step__QMcql.create_active__PJbRr .create_stepNumber__KP5Qb{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff}.create_stepLabel__2V5f_{font-size:.875rem;color:#666}.create_step__QMcql.create_active__PJbRr .create_stepLabel__2V5f_{color:#ff6b00;font-weight:600}.create_stepConnector__CWR7D{flex-grow:1;height:3px;background-color:#e0e0e0;margin:0 10px;transform:translateY(-20px)}.create_contentContainer__zaIjp{display:grid;grid-template-columns:3fr 2fr;min-height:500px}@media (max-width:768px){.create_contentContainer__zaIjp{grid-template-columns:1fr}}.create_formContainer__Raksy{padding:32px;border-right:1px solid #eee}@media (max-width:768px){.create_formContainer__Raksy{border-right:none;border-bottom:1px solid #eee}}.create_stepContent__kdFyr{max-width:600px}.create_stepContent__kdFyr h2{margin-bottom:12px;color:#333}.create_stepDescription__UpbfM{color:#666;margin-bottom:24px}.create_formGroup__rLI6H{margin-bottom:24px}.create_formGroup__rLI6H label{display:block;margin-bottom:8px;font-weight:500;color:#444}.create_textarea__2nWFU{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem;resize:vertical;font-family:inherit}.create_textarea__2nWFU:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.create_generateBtn__20VMr{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.create_generateBtn__20VMr:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.create_helperText__9mqep{margin-top:8px;font-size:.85rem;color:#777}.create_toggleButtons__xSuO8{display:flex;gap:12px}.create_toggleBtn__Ul_dB{flex:1;padding:10px 16px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:.9rem;color:#555;cursor:pointer;transition:all .2s ease}.create_toggleBtn__Ul_dB.create_active__PJbRr{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border-color:#ff6b00}.create_avatarGrid__LRS7E{min-height:150px;border:1px dashed #ddd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:20px}.create_placeholderText__BNLVd{text-align:center;color:#777}.create_select__CZe01{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background-color:#fff;color:#444;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.create_select__CZe01:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.create_voiceOptions__iJNna{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;align-items:center}.create_voiceOptions__iJNna label{margin:0;min-width:80px}.create_voiceOptions__iJNna .create_select__CZe01{width:auto;flex:1}.create_uploadArea__qI1f0{border:2px dashed #ddd;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.create_uploadArea__qI1f0:hover{border-color:#ff6b00;background-color:rgba(255,107,0,.02)}.create_uploadIcon__E3vn0{font-size:2.5rem;margin-bottom:12px}.create_uploadBtn__2Redw{margin-top:16px;background-color:#f5f5f5;color:#444;border:1px solid #ddd;border-radius:8px;padding:10px 20px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.create_uploadBtn__2Redw:hover{background-color:#eee}.create_formActions__gLePj{display:flex;justify-content:space-between;margin-top:32px}.create_backBtn__VwN3O{background-color:#f5f5f5;color:#555;border:1px solid #ddd;border-radius:8px;padding:12px 24px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.create_backBtn__VwN3O:hover{background-color:#eee}.create_nextBtn__CJEZB{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.create_nextBtn__CJEZB:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.create_generateContentBtn__yo7o0{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.create_generateContentBtn__yo7o0:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.create_previewContainer__mkf9p{background-color:#fafafa;padding:24px}.create_previewHeader__0GfuG{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eee}.create_previewHeader__0GfuG h3{font-size:1.2rem;color:#444}.create_previewContent__K56mA{display:flex;justify-content:center;align-items:center;height:400px}.create_previewPlaceholder__Vc0jU{text-align:center}.create_previewPlaceholder__Vc0jU p{margin-bottom:20px;color:#777}.create_phoneFrame__vZEeF{width:220px;height:380px;border:12px solid #333;border-radius:32px;overflow:hidden;position:relative;margin:0 auto;background-color:#000}.create_phoneScreen__yJeLY{width:100%;height:100%;background-color:#000;display:flex;flex-direction:column;padding:12px;color:#fff;overflow:hidden}.create_previewHook__V1hDT{font-size:1.2rem;font-weight:600;text-align:center;margin-top:auto;margin-bottom:auto;padding:12px;background-color:hsla(0,0%,100%,.1);border-radius:8px}.dashboard_dashboardPage__PsaWy{width:100%}.dashboard_dashboardHeader__v_HXb{margin-bottom:2rem}.dashboard_dashboardHeader__v_HXb h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#333}.dashboard_dashboardHeader__v_HXb p{font-size:1rem;color:#666}.dashboard_dashboardGrid__tAOJK{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}.dashboard_card__uY0FF{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #f0f0f0}.dashboard_cardHeader__yLr5V{padding:1.2rem 1.5rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between}.dashboard_cardHeader__yLr5V h2{font-size:1.2rem;font-weight:600;color:#333;margin:0}.dashboard_badge__3z1pJ{font-size:.75rem;font-weight:500;color:#666;background-color:#f5f5f5;padding:.25rem .5rem;border-radius:4px}.dashboard_cardBody__rFmbh{padding:1.5rem}.dashboard_statGrid__rsMJf{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.dashboard_stat__81ykU{display:flex;flex-direction:column;align-items:center;text-align:center}.dashboard_statValue__RadX0{font-size:2rem;font-weight:700;color:#5865f2;margin-bottom:.5rem}.dashboard_statLabel__5rV5D{font-size:.9rem;color:#666}.dashboard_emptyState__PEmHi{color:#888;text-align:center;margin-bottom:1.5rem}.dashboard_button__NDVWo{display:block;width:100%;padding:.8rem 1rem;background-color:#5865f2;color:#fff;border:none;border-radius:4px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .3s}.dashboard_button__NDVWo:hover{background-color:#4552ee}.dashboard_actionGrid__sFrsp{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.dashboard_action__1cTab{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9fafb;border-radius:8px;padding:1.5rem 1rem;text-decoration:none;text-align:center;transition:all .3s}.dashboard_action__1cTab:hover{background-color:#f0f4ff;transform:translateY(-2px)}.dashboard_actionIcon___UgNn{font-size:2rem;margin-bottom:.8rem}.dashboard_actionLabel__Vfazm{font-size:.9rem;font-weight:600;color:#333}@media (min-width:768px){.dashboard_dashboardGrid__tAOJK{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard_dashboardGrid__tAOJK{grid-template-columns:repeat(3,1fr)}.dashboard_card__uY0FF:first-child{grid-column:span 2}.dashboard_actionGrid__sFrsp{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.dashboard_dashboardGrid__tAOJK{grid-template-columns:repeat(4,1fr)}.dashboard_card__uY0FF:first-child,.dashboard_card__uY0FF:nth-child(4){grid-column:span 2}}.lipsync_lipSyncPage__6QO0q{padding:24px;width:100%}.lipsync_pageHeader__aGrjw{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.lipsync_pageHeader__aGrjw h1{margin-bottom:8px;font-size:2rem;background:linear-gradient(90deg,#ff6b00,#ff9e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lipsync_pageHeader__aGrjw p{color:#666;font-size:1rem}.lipsync_createButton__E0t4Y{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;font-weight:500;font-size:.9rem;background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.lipsync_createButton__E0t4Y:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.lipsync_tabsContainer__cUUwa{display:flex;border-bottom:1px solid #eee;margin-bottom:24px}.lipsync_tabButton__1Ve7Z{padding:12px 24px;font-size:1rem;color:#666;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s ease}.lipsync_tabButton__1Ve7Z:hover{color:#333}.lipsync_activeTab__Zunb0{color:#ff6b00;border-bottom-color:#ff6b00;font-weight:600}.lipsync_filtersContainer__rMeIt{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.lipsync_searchBox__fmN_5{flex:1;max-width:400px}.lipsync_searchInput__D1faQ{width:100%;padding:10px 16px;border:1px solid #ddd;border-radius:8px;font-size:.9rem}.lipsync_searchInput__D1faQ:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.lipsync_filters__vH6Mr{display:flex;gap:12px}.lipsync_filterSelect__XO2PB{padding:10px 32px 10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.lipsync_filterSelect__XO2PB:focus{outline:none;border-color:#ff6b00}.lipsync_lipSyncGrid__J3OE5{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:30px}.lipsync_createCard__Z1102{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:2px dashed #ddd;display:flex;height:100%}.lipsync_createCard__Z1102:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08);border-color:#ff6b00}.lipsync_createCardContent__g05PC{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;text-align:center;color:#666;text-decoration:none;flex:1}.lipsync_createIcon__Jy8gX{width:64px;height:64px;background:rgba(255,107,0,.1);color:#ff6b00;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.lipsync_createCardContent__g05PC h3{margin:0 0 8px;color:#333;font-size:1.1rem}.lipsync_createCardContent__g05PC p{margin:0;font-size:.9rem}.lipsync_lipSyncCard__QQYmr{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.lipsync_lipSyncCard__QQYmr:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.lipsync_cardThumbnail__OYXH7{position:relative;padding-top:56.25%;background:#f5f5f5}.lipsync_thumbnailPlaceholder__eBZZ4{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999}.lipsync_duration__yLXkQ{bottom:8px;background:rgba(0,0,0,.7);color:#fff;font-size:.8rem}.lipsync_duration__yLXkQ,.lipsync_statusBadge__ic9Lv{position:absolute;right:8px;padding:4px 8px;border-radius:4px}.lipsync_statusBadge__ic9Lv{top:8px;font-size:.75rem;text-transform:capitalize}.lipsync_statusPublished__ueCHT{background:rgba(39,174,96,.9);color:#fff}.lipsync_statusProcessing__k5lAA{background:rgba(241,196,15,.9);color:#333}.lipsync_statusDraft__j4l9K{background:hsla(204,8%,76%,.9);color:#333}.lipsync_cardContent__tKICR{padding:16px}.lipsync_cardContent__tKICR h3{margin:0 0 8px;font-size:1.1rem;color:#333}.lipsync_cardMeta__WvrJ4{display:flex;justify-content:space-between;color:#777;font-size:.85rem}.lipsync_cardActions__8qLP4{padding:0 16px 16px;display:flex;gap:8px}.lipsync_actionButton__rkxER{flex:1;padding:8px 0;border:1px solid #ddd;border-radius:6px;background:#fff;color:#555;font-size:.9rem;cursor:pointer;transition:all .2s}.lipsync_actionButton__rkxER:hover{background:#f9f9f9;border-color:#ccc}.lipsync_emptyState__CHSjK{padding:60px 20px;background:#fff;border-radius:12px;text-align:center;display:flex;flex-direction:column;align-items:center;color:#666;margin-top:30px}.lipsync_emptyState__CHSjK svg{color:#ff6b00;opacity:.4;margin-bottom:16px}.lipsync_emptyState__CHSjK h3{margin:0 0 8px;color:#333}.lipsync_emptyState__CHSjK p{margin-bottom:24px}.lipsync_createEmptyButton__u6kZ8{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none}.lipsync_avatarsSection__6LM5G,.lipsync_templatesSection__5UL_N{padding:30px 0}.lipsync_avatarsSection__6LM5G h2,.lipsync_templatesSection__5UL_N h2{font-size:1.5rem;margin-bottom:8px;color:#333}.lipsync_sectionDescription__nVk6k{color:#666;margin-bottom:24px;font-size:1rem}.lipsync_avatarGrid__pvO67,.lipsync_templateGrid__nPQkh{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.lipsync_avatarCard__QzXvn,.lipsync_templateCard__6m2rs{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.lipsync_avatarCard__QzXvn:hover,.lipsync_templateCard__6m2rs:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.lipsync_avatarPlaceholder__5OUWq,.lipsync_templateIcon__2CCCb{width:60px;height:60px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:12px}.lipsync_templateIcon__2CCCb{background:rgba(255,107,0,.1);color:#ff6b00}.lipsync_avatarPlaceholder__5OUWq{background:#f5f5f5;color:#999;border-radius:50%}.lipsync_avatarCard__QzXvn h3,.lipsync_templateCard__6m2rs h3{margin:0 0 8px;color:#333;font-size:1.1rem}.lipsync_avatarCard__QzXvn p,.lipsync_templateCard__6m2rs p{color:#666;font-size:.9rem;margin-bottom:20px}.lipsync_useAvatarBtn__i3LJh,.lipsync_useTemplateBtn__r5rtv{padding:8px 20px;background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s}.lipsync_useAvatarBtn__i3LJh:hover,.lipsync_useTemplateBtn__r5rtv:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,107,0,.2)}@media (max-width:768px){.lipsync_pageHeader__aGrjw{flex-direction:column;align-items:flex-start}.lipsync_pageHeader__aGrjw>div{margin-bottom:16px}.lipsync_tabsContainer__cUUwa{overflow-x:auto;white-space:nowrap;padding-bottom:4px}.lipsync_filtersContainer__rMeIt{flex-direction:column}.lipsync_searchBox__fmN_5{width:100%;max-width:none;margin-bottom:16px}.lipsync_filters__vH6Mr{width:100%}.lipsync_lipSyncGrid__J3OE5{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.Features_section__Is7Ui{padding:100px 0;position:relative;background:linear-gradient(180deg,rgba(5,5,5,0),hsla(0,0%,4%,.5))}.Features_sectionHeader__UTwKH{text-align:center;margin-bottom:80px}.Features_sectionBadge__ueSws{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,rgba(0,255,204,.1),rgba(123,63,242,.1));border:1px solid rgba(0,255,204,.3);border-radius:50px;font-size:12px;font-weight:600;letter-spacing:2px;color:var(--primary);margin-bottom:20px}.Features_sectionTitle__g550d{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;margin-bottom:20px;letter-spacing:-1px}.Features_sectionDescription__fDAVH{font-size:1.25rem;color:hsla(0,0%,100%,.6);max-width:600px;margin:0 auto;line-height:1.6}.Features_featuresGrid__J8Pyn{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:80px}.Features_featureCard__vTBRQ{padding:32px;position:relative;opacity:0;transform:translateY(30px);animation:Features_fadeInUp__92zdC .6s ease forwards}.Features_featureCard__vTBRQ.Features_animate__yXrpZ{opacity:1;transform:translateY(0)}@keyframes Features_fadeInUp__92zdC{to{opacity:1;transform:translateY(0)}}.Features_featureHeader__QcJY_{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.Features_featureIcon__duVCo{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:32px;background:linear-gradient(135deg,rgba(0,255,204,.2),rgba(123,63,242,.1));border-radius:16px;position:relative}.Features_featureIcon__duVCo:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:16px;opacity:0;z-index:-1;transition:opacity .3s ease}.Features_featureCard__vTBRQ:hover .Features_featureIcon__duVCo:after{opacity:.3}.Features_featureStat__CwY_e{padding:4px 12px;background:rgba(255,0,255,.1);border:1px solid rgba(255,0,255,.3);border-radius:20px;font-size:12px;font-weight:600;color:var(--accent)}.Features_featureTitle__gYgHH{font-size:1.5rem;font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,#fff,hsla(0,0%,100%,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Features_featureDescription__hH7XO{font-size:1rem;line-height:1.6;color:hsla(0,0%,100%,.6);margin-bottom:20px}.Features_featureAction__Mwhtg{display:flex;justify-content:flex-start}.Features_featureButton__MeP_A{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:1px solid rgba(0,255,204,.3);border-radius:8px;color:var(--primary);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.Features_featureButton__MeP_A:hover{background:rgba(0,255,204,.1);border-color:var(--primary);transform:translateX(5px)}.Features_featureButton__MeP_A svg{transition:transform .3s ease}.Features_featureButton__MeP_A:hover svg{transform:translateX(3px)}.Features_featuresBottom__2qGUF{display:flex;justify-content:center}.Features_comparisonTable__5Ap9D{background:linear-gradient(135deg,rgba(123,63,242,.05),rgba(0,255,204,.02));border:1px solid rgba(0,255,204,.2);border-radius:20px;padding:40px;max-width:600px;width:100%}.Features_comparisonTable__5Ap9D h3{font-size:1.75rem;margin-bottom:30px;text-align:center;background:var(--gradient-main);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Features_comparisonGrid__4RnI0{display:grid;gap:20px}.Features_comparisonRow__4V9Pd{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.Features_comparisonRow__4V9Pd:last-child{border-bottom:none}.Features_comparisonRow__4V9Pd span:first-child{color:hsla(0,0%,100%,.7);font-size:.95rem}.Features_comparisonBad__LvU57{color:#f44;font-weight:600;text-decoration:line-through;opacity:.7}.Features_comparisonGood__TLqod{color:var(--primary);font-weight:700;font-size:1.1rem;text-shadow:0 0 20px rgba(0,255,204,.5)}@media (max-width:768px){.Features_featuresGrid__J8Pyn{grid-template-columns:1fr;gap:20px}.Features_sectionTitle__g550d{font-size:2rem}.Features_sectionDescription__fDAVH{font-size:1.1rem}.Features_comparisonTable__5Ap9D{padding:20px}}.ROI_roiSection__S5W9o{background:linear-gradient(135deg,rgba(15,14,26,.9),rgba(15,14,26,.95));position:relative;padding:100px 0}.ROI_roiContainer__UQKGk{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.ROI_roiContent__P_lgp h2{font-size:2.5rem;margin-bottom:20px;background:linear-gradient(90deg,#fff,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ROI_roiContent__P_lgp p{margin-bottom:20px;color:hsla(0,0%,100%,.8)}.ROI_roiStats___laG_{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}.ROI_roiStat__WfUSG{background:var(--card-bg);padding:20px;border-radius:15px;backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1)}.ROI_roiStat__WfUSG h3{font-size:2rem;color:var(--accent);margin-bottom:5px}.ROI_roiChart__nZunR{background:var(--card-bg);padding:30px;border-radius:20px;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);height:400px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ROI_roiChart__nZunR:before{content:"";position:absolute;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);top:50%;left:0;transform:translateY(-50%);animation:ROI_pulse__pJaPI 2s infinite}.ROI_chartContainer__hNhtS{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}@keyframes ROI_pulse__pJaPI{0%{opacity:.2}50%{opacity:.8}to{opacity:.2}}@media (max-width:992px){.ROI_roiContainer__UQKGk{grid-template-columns:1fr}.ROI_roiChart__nZunR{height:300px}}@media (max-width:768px){.ROI_roiSection__S5W9o{padding:60px 0}.ROI_roiContent__P_lgp h2{font-size:2rem}.ROI_roiStats___laG_{grid-template-columns:1fr}}.Platform_section__OCImU{padding:100px 0;position:relative;overflow:hidden}.Platform_sectionTitle___nlCM{text-align:center;margin-bottom:60px}.Platform_sectionTitle___nlCM h2{font-size:2.5rem;margin-bottom:20px;background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Platform_sectionTitle___nlCM p{color:hsla(0,0%,100%,.7);max-width:600px;margin:0 auto}.Platform_platformGrid__xF9be{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.Platform_platformCard__mmwQy{background:var(--card-bg);padding:30px;border-radius:20px;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);position:relative;z-index:1;transition:transform .3s ease}.Platform_platformCard__mmwQy:hover{transform:translateY(-5px)}.Platform_platformCard__mmwQy h3{font-size:1.5rem;margin-bottom:15px;display:flex;align-items:center}.Platform_platformCard__mmwQy h3 span{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:var(--primary);border-radius:50%;margin-right:10px;font-size:1rem;color:#fff}.Platform_platformCard__mmwQy p{color:hsla(0,0%,100%,.7)}@media (max-width:768px){.Platform_section__OCImU{padding:60px 0}.Platform_sectionTitle___nlCM h2{font-size:2rem}.Platform_platformGrid__xF9be{grid-template-columns:1fr}}.Token_tokenSection__Bp4CB{background:linear-gradient(135deg,rgba(15,14,26,.9),rgba(15,14,26,.95));padding:100px 0}.Token_tokenContainer__wF_ti{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.Token_tokenContent__yJ6eV h2{font-size:2.5rem;margin-bottom:20px;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Token_tokenContent__yJ6eV p{color:hsla(0,0%,100%,.8);margin-bottom:30px}.Token_tokenFeatures__2Uzuy{display:flex;flex-direction:column;gap:20px}.Token_tokenFeature__pnk_6{display:flex;align-items:flex-start;gap:15px}.Token_tokenFeatureIcon__2OQ4O{width:40px;height:40px;background:rgba(255,51,102,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.Token_tokenFeature__pnk_6 h3{font-size:1.2rem;margin-bottom:5px}.Token_tokenFeature__pnk_6 p{color:hsla(0,0%,100%,.7);font-size:.9rem;margin-bottom:0}.Token_tokenDistribution__bBKl4{background:var(--card-bg);padding:30px;border-radius:20px;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);height:400px;display:flex;align-items:center;justify-content:center;position:relative}.Token_tokenCircle___7Eys{position:relative;width:300px;height:300px;border-radius:50%;background:conic-gradient(var(--primary) 0 40%,var(--secondary) 40% 65%,var(--accent) 65% 80%,hsla(0,0%,100%,.3) 80% 100%)}.Token_tokenCircle___7Eys:before{content:"";position:absolute;width:100px;height:100px;background:var(--dark);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.Token_tokenLegend__3TSx2{position:absolute;top:30px;right:30px;display:flex;flex-direction:column;gap:10px}.Token_tokenLegendItem__QuGiM{display:flex;align-items:center;gap:10px;font-size:.9rem;color:hsla(0,0%,100%,.8)}.Token_tokenLegendColor__OUwAO{width:15px;height:15px;border-radius:3px}@media (max-width:992px){.Token_tokenContainer__wF_ti{grid-template-columns:1fr}.Token_tokenCircle___7Eys{width:250px;height:250px}}@media (max-width:768px){.Token_tokenSection__Bp4CB{padding:60px 0}.Token_tokenContent__yJ6eV h2{font-size:2rem}.Token_tokenDistribution__bBKl4{height:300px}}.CTA_ctaSection__mEryP{text-align:center;padding:120px 0;position:relative;overflow:hidden}.CTA_ctaSection__mEryP:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(var(--primary),transparent 70%);opacity:.1;top:-250px;right:-250px;z-index:-1}.CTA_ctaSection__mEryP h2{font-size:3rem;margin-bottom:20px;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.CTA_ctaSection__mEryP p{font-size:1.2rem;margin-bottom:40px;color:hsla(0,0%,100%,.8);max-width:700px;margin-left:auto;margin-right:auto}.CTA_ctaButtons__k0Vmv{display:flex;gap:20px;justify-content:center}@media (max-width:768px){.CTA_ctaSection__mEryP{padding:60px 0}.CTA_ctaSection__mEryP h2{font-size:2.5rem}.CTA_ctaButtons__k0Vmv{flex-direction:column;align-items:center}}.support_container__UIeqy{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.support_title__cH_EL{font-size:2rem;margin-bottom:2rem;color:#333}.support_content__25V_S{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:900px){.support_content__25V_S{grid-template-columns:1fr 1fr}}.support_contactSection__MrbG6,.support_faqSection__ca6_2{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:2rem}.support_contactSection__MrbG6 h2,.support_faqSection__ca6_2 h2{font-size:1.5rem;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.support_faqItem__XP9Q5{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.support_faqItem__XP9Q5:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.support_faqItem__XP9Q5 h3{font-size:1.1rem;color:#333;margin-bottom:.75rem}.support_faqItem__XP9Q5 p{color:#6b7280;font-size:.95rem;line-height:1.5}.support_error__bV8uh{background-color:#fee2e2;color:#ef4444}.support_error__bV8uh,.support_success__A4Yub{padding:1rem;border-radius:8px;margin-bottom:2rem}.support_success__A4Yub{background-color:#d1fae5;color:#059669}.support_contactForm__QISQt{display:flex;flex-direction:column;gap:1.25rem}.support_formGroup__IOj14{margin-bottom:.5rem}.support_formGroup__IOj14 label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.support_formGroup__IOj14 input,.support_formGroup__IOj14 textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.support_formGroup__IOj14 input:focus,.support_formGroup__IOj14 textarea:focus{border-color:#ff6b00;outline:none;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.support_submitButton__XFvvr{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem;align-self:flex-start}.support_submitButton__XFvvr:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,0,.2)}.support_submitButton__XFvvr:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.tokens_tokensPage__QEqYu{padding:24px;width:100%}.tokens_pageHeader__vdHS7{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.tokens_pageHeader__vdHS7 h1{font-size:2rem;margin-bottom:8px;color:#333}.tokens_pageHeader__vdHS7 p{color:#666;font-size:1rem}.tokens_addTokenButton__MZviF{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:transform .1s ease,box-shadow .2s ease}.tokens_addTokenButton__MZviF:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.tokens_filters__QJzkD{background-color:#fff;border-radius:8px;padding:16px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.tokens_filterControls__loxGW{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.tokens_searchBox__iMV4k{position:relative;width:100%;max-width:300px}.tokens_searchBox__iMV4k input{width:100%;padding:10px 12px 10px 36px;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.tokens_searchIcon__B8V3Y{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999;font-size:1rem}.tokens_filterGroup__AMN02{display:flex;align-items:center;gap:8px}.tokens_filterGroup__AMN02 label{font-size:.9rem;color:#555;white-space:nowrap}.tokens_filterGroup__AMN02 select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background-color:#fff;font-size:.9rem;min-width:120px;color:#333}.tokens_refreshButton__fgE0W{display:flex;align-items:center;gap:6px;padding:8px 16px;background-color:#f8f9fa;border:1px solid #ddd;border-radius:6px;font-size:.9rem;color:#555;cursor:pointer;margin-left:auto;transition:background-color .2s}.tokens_refreshButton__fgE0W:hover{background-color:#e9ecef}.tokens_tokensTable__8cV_G{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden}.tokens_tableHeader__k8DQB{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;padding:16px;background-color:#f8f9fa;border-bottom:1px solid #eee;font-weight:600;color:#555;font-size:.9rem}.tokens_tableHeader__k8DQB>div{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s}.tokens_tableHeader__k8DQB>div:hover{color:#ff6b00}.tokens_sortIcon__Dvt_d{margin-left:4px;font-size:.85rem}.tokens_tableBody__nv2IB{max-height:600px;overflow-y:auto}.tokens_tableRow__bzLWC{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;padding:16px;border-bottom:1px solid #eee;align-items:center;transition:background-color .2s}.tokens_tableRow__bzLWC:hover{background-color:#f8f9fa}.tokens_tableRow__bzLWC:last-child{border-bottom:none}.tokens_tokenCell__pmNQB{display:flex;align-items:center;gap:12px}.tokens_tokenLogo__Ft9O6{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.tokens_logoPlaceholder__44sRV{font-weight:700;color:#666;font-size:.8rem}.tokens_tokenInfo__j6_5I{display:flex;flex-direction:column}.tokens_tokenName__yg4V3{font-weight:600;color:#333;margin-bottom:2px}.tokens_tokenSymbol__uLing{font-size:.85rem;color:#666;display:flex;align-items:center}.tokens_networkIcon__q_RYp{margin-left:8px;font-size:.8rem;display:flex;align-items:center}.tokens_marketCapCell__Tmyir,.tokens_priceCell__6f7Ci,.tokens_volumeCell__CnAJN{display:flex;flex-direction:column}.tokens_mainValue__uEUnE{font-weight:600;color:#333;margin-bottom:2px}.tokens_subValue__j6ZWR{font-size:.75rem;color:#888}.tokens_changeCell__82hfh{font-weight:600}.tokens_positive__pz2Nw{color:#22c55e}.tokens_negative___2Ycq{color:#ef4444}.tokens_hypeScoreCell__PopsR{display:flex;align-items:center;gap:12px}.tokens_hypeScoreBar__vtEJ3{flex-grow:1;height:8px;background-color:#eee;border-radius:4px;overflow:hidden}.tokens_hypeScoreFill__bPTMN{height:100%;border-radius:4px}.tokens_hypeScoreValue__kW_Vn{font-weight:600;color:#333;min-width:24px;text-align:right}.tokens_actionsCell__hQ5uE{display:flex;gap:8px}.tokens_actionButton__Xmz2R{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f5f7fa;border:none;border-radius:4px;font-size:.8rem;color:#555;cursor:pointer;transition:background-color .2s}.tokens_actionButton__Xmz2R:hover{background-color:#e4e7eb}.tokens_emptyState__MMMYp{text-align:center;padding:60px 0;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-top:24px}.tokens_emptyIcon__AQCLO{font-size:3rem;margin-bottom:20px;opacity:.7}.tokens_emptyState__MMMYp h3{font-size:1.4rem;color:#333;margin-bottom:8px}.tokens_emptyState__MMMYp p{color:#777;margin-bottom:24px}@media (max-width:1200px){.tokens_tableHeader__k8DQB,.tokens_tableRow__bzLWC{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr}.tokens_marketCapCell__Tmyir{display:none}}@media (max-width:992px){.tokens_tableHeader__k8DQB,.tokens_tableRow__bzLWC{grid-template-columns:2fr 1fr 1fr 1fr 1fr}.tokens_marketCapCell__Tmyir,.tokens_volumeCell__CnAJN{display:none}}@media (max-width:768px){.tokens_pageHeader__vdHS7{flex-direction:column;align-items:flex-start;gap:16px}.tokens_filterControls__loxGW{flex-direction:column;align-items:stretch}.tokens_searchBox__iMV4k{max-width:none}.tokens_filterGroup__AMN02{flex-direction:column;align-items:flex-start}.tokens_filterGroup__AMN02 select{width:100%}.tokens_refreshButton__fgE0W{margin-left:0;width:100%;justify-content:center}.tokens_tableHeader__k8DQB,.tokens_tableRow__bzLWC{grid-template-columns:1fr 1fr;gap:12px}.tokens_changeCell__82hfh,.tokens_hypeScoreCell__PopsR,.tokens_priceCell__6f7Ci:not(:first-child){display:none}.tokens_tableHeader__k8DQB .tokens_actionsCell__hQ5uE,.tokens_tableHeader__k8DQB .tokens_tokenCell__pmNQB{grid-column:span 1}.tokens_actionsCell__hQ5uE{flex-direction:column}}@media (max-width:480px){.tokens_tableHeader__k8DQB,.tokens_tableRow__bzLWC{display:flex;flex-direction:column;gap:12px;padding:12px}.tokens_tableHeader__k8DQB{display:none}.tokens_actionsCell__hQ5uE,.tokens_changeCell__82hfh,.tokens_hypeScoreCell__PopsR,.tokens_marketCapCell__Tmyir,.tokens_priceCell__6f7Ci,.tokens_tokenCell__pmNQB,.tokens_volumeCell__CnAJN{width:100%;display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}.tokens_tokenInfo__j6_5I{flex-direction:row;gap:8px;align-items:center}.tokens_tokenName__yg4V3,.tokens_tokenSymbol__uLing{margin-bottom:0}}.audios_audiosPage__GmZCM{padding:24px;width:100%}.audios_pageHeader__Sqiqv{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.audios_pageHeader__Sqiqv h1{margin-bottom:8px;font-size:2rem;background:linear-gradient(90deg,#ff6b00,#ff9e00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.audios_pageHeader__Sqiqv p{color:#666;font-size:1rem}.audios_headerButtons__eKqnt{display:flex;gap:12px}.audios_createButton__jK_7D,.audios_importButton__8NwYy{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease}.audios_createButton__jK_7D{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none}.audios_createButton__jK_7D:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,107,0,.2)}.audios_importButton__8NwYy{background:#fff;color:#555;border:1px solid #ddd}.audios_importButton__8NwYy:hover{background:#f9f9f9;border-color:#ccc}.audios_filtersContainer__g0M7z{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.audios_searchBox__HYDa9{position:relative;flex:1;min-width:250px;margin-right:16px}.audios_searchIcon__3G3cY{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999}.audios_searchInput__cFwjy{width:100%;padding:10px 10px 10px 40px;border:1px solid #ddd;border-radius:8px;font-size:.9rem}.audios_searchInput__cFwjy:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.audios_filters__iPgMu{display:flex;gap:16px;flex-wrap:wrap}.audios_filterGroup__gZ25E{display:flex;align-items:center;gap:8px}.audios_filterGroup__gZ25E label{color:#666;font-size:.9rem}.audios_filterSelect__3EgBU{padding:8px 32px 8px 12px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.audios_filterSelect__3EgBU:focus{outline:none;border-color:#ff6b00}.audios_audiosList__GQuvn{display:flex;flex-direction:column;gap:16px;margin-top:20px}.audios_audioItem__yYq1E{display:flex;align-items:center;background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.audios_audioItem__yYq1E:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.audios_audioIcon__RmOOf{background:rgba(255,107,0,.1);color:#ff6b00;width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0}.audios_audioInfo__w3tEH{flex:1}.audios_audioInfo__w3tEH h3{margin:0 0 6px;font-size:1.1rem;color:#333}.audios_audioMeta__wiR3G{display:flex;flex-wrap:wrap;gap:12px;color:#666;font-size:.85rem}.audios_category__SRDJF,.audios_duration__j0fiK,.audios_size___fItD,.audios_uploadDate__V7V_x,.audios_used__wevW0{display:flex;align-items:center;position:relative}.audios_category__SRDJF:after,.audios_duration__j0fiK:after,.audios_size___fItD:after,.audios_uploadDate__V7V_x:after{content:"•";margin-left:12px;color:#ddd}.audios_audioControls__PdClV{display:flex;gap:8px}.audios_playButton__GmiuX,.audios_useButton__q3PLB{padding:8px 16px;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s}.audios_playButton__GmiuX{background:#f1f1f1;color:#555;border:none}.audios_playButton__GmiuX:hover{background:#e5e5e5}.audios_useButton__q3PLB{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none}.audios_useButton__q3PLB:hover{transform:translateY(-2px);box-shadow:0 2px 6px rgba(255,107,0,.2)}.audios_emptyState__s3pgF{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff;border-radius:12px;text-align:center;color:#666}.audios_emptyState__s3pgF h3{margin:16px 0 8px;color:#333}.audios_emptyState__s3pgF p{margin-bottom:24px}.audios_emptyState__s3pgF svg{color:#ff6b00;opacity:.4}.audios_emptyActions__gnGE2{display:flex;gap:12px;margin-top:16px}@media (max-width:768px){.audios_pageHeader__Sqiqv{flex-direction:column;align-items:flex-start}.audios_headerButtons__eKqnt{margin-top:16px;width:100%}.audios_createButton__jK_7D,.audios_importButton__8NwYy{flex:1;justify-content:center}.audios_filtersContainer__g0M7z{flex-direction:column;align-items:stretch}.audios_searchBox__HYDa9{margin-right:0;margin-bottom:16px}.audios_filters__iPgMu{width:100%}.audios_filterGroup__gZ25E{flex:1}.audios_audioItem__yYq1E{flex-direction:column;text-align:center}.audios_audioIcon__RmOOf{margin-right:0;margin-bottom:12px}.audios_audioMeta__wiR3G{justify-content:center;margin-bottom:16px}.audios_audioControls__PdClV{width:100%}.audios_playButton__GmiuX,.audios_useButton__q3PLB{flex:1}}.settings_container__rKMyu{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.settings_title__LuAnw{font-size:2rem;margin-bottom:2rem;color:#333}.settings_error__Y26Bi{background-color:#fee2e2;color:#ef4444}.settings_error__Y26Bi,.settings_success__CdOot{padding:1rem;border-radius:8px;margin-bottom:2rem}.settings_success__CdOot{background-color:#d1fae5;color:#059669}.settings_settingsCard__eJ6Ne{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:2rem;margin-bottom:2rem}.settings_settingsCard__eJ6Ne h2{font-size:1.25rem;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.settings_settingGroup__DS1LE{margin-bottom:2rem}.settings_settingRow__cgFaB{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #f3f4f6}.settings_settingRow__cgFaB:last-child{border-bottom:none}.settings_settingRow__cgFaB h3{font-size:1rem;color:#333;margin:0 0 .25rem}.settings_settingDescription__obA55{color:#6b7280;font-size:.875rem;margin:0}.settings_switch__KGR4D{position:relative;display:inline-block;width:60px;height:30px}.settings_switch__KGR4D input{opacity:0;width:0;height:0}.settings_slider__nz5Oj{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.settings_slider__nz5Oj:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.settings_slider__nz5Oj{background-color:#ff6b00}input:focus+.settings_slider__nz5Oj{box-shadow:0 0 1px #ff6b00}input:checked+.settings_slider__nz5Oj:before{transform:translateX(30px)}.settings_saveButton__FWlrx{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.settings_saveButton__FWlrx:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,0,.2)}.settings_saveButton__FWlrx:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.settings_dangerZone__RySl9{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:2rem}.settings_dangerZone__RySl9 h2{font-size:1.25rem;color:#ef4444;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #fee2e2}.settings_dangerCard__JfMF3{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid #fee2e2;border-radius:8px;margin-bottom:1rem}.settings_dangerCard__JfMF3 h3{font-size:1rem;color:#333;margin:0 0 .25rem}.settings_dangerDescription__1YiLc{color:#6b7280;font-size:.875rem;margin:0;max-width:500px}.settings_secondaryButton__KYJJC{background-color:transparent;border:1px solid #6b7280;color:#6b7280;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.settings_secondaryButton__KYJJC:hover{background-color:#f3f4f6;border-color:#4b5563;color:#4b5563}.settings_deleteButton__fMfVy{background-color:transparent;border:1px solid #ef4444;color:#ef4444;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.settings_deleteButton__fMfVy:hover{background-color:#fee2e2}.profile_container__labX4{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.profile_title__zcUjQ{font-size:2rem;margin-bottom:2rem;color:#333}.profile_error__a_oe7{background-color:#fee2e2;color:#ef4444}.profile_error__a_oe7,.profile_success__UA1TN{padding:1rem;border-radius:8px;margin-bottom:2rem}.profile_success__UA1TN{background-color:#d1fae5;color:#059669}.profile_profileCard__pmiJH{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:2rem;display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.profile_profileCard__pmiJH{flex-direction:row}}.profile_avatarSection__Im_OT{display:flex;flex-direction:column;align-items:center;padding-right:2rem;border-right:1px solid #eee;min-width:200px}.profile_avatar___6u6y{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center}.profile_avatar___6u6y img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile_defaultAvatar__EsvW4{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;color:#94a3b8;background-color:#f1f5f9}.profile_changeAvatarButton__tqPAq{background:transparent;border:1px solid #ccc;color:#666;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.profile_changeAvatarButton__tqPAq:hover{background-color:#f1f5f9;border-color:#94a3b8}.profile_profileForm__cPU97{flex:1}.profile_formGroup__kqWu3{margin-bottom:1.5rem}.profile_formGroup__kqWu3 label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.profile_formGroup__kqWu3 input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.profile_formGroup__kqWu3 input:focus{border-color:#ff6b00;outline:none;box-shadow:0 0 0 2px rgba(255,107,0,.1)}.profile_formGroup__kqWu3 input:disabled{background-color:#f3f4f6;cursor:not-allowed}.profile_helpText__LRk_B{margin-top:.5rem;font-size:.875rem;color:#6b7280}.profile_saveButton__0ycQ1{background:linear-gradient(90deg,#ff6b00,#ff9e00);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.profile_saveButton__0ycQ1:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,0,.2)}.profile_saveButton__0ycQ1:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.subscription_container__FoOvr{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.subscription_title__NoirR{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#333}.subscription_canceled__6slBk,.subscription_error__fBn6B,.subscription_loading__l9sa6,.subscription_success__GXuFD{padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.subscription_success__GXuFD{background-color:rgba(0,200,83,.1);border:1px solid rgba(0,200,83,.3);color:#00a854}.subscription_canceled__6slBk,.subscription_error__fBn6B{background-color:rgba(255,77,79,.1);border:1px solid rgba(255,77,79,.3);color:#f5222d}.subscription_loading__l9sa6{background-color:rgba(24,144,255,.1);border:1px solid rgba(24,144,255,.3);color:#1890ff}.subscription_subscriptionInfo__tOi8X{display:flex;flex-direction:column;gap:2.5rem}.subscription_card__eIL3R{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:2rem;transition:all .3s ease}.subscription_cardHeader__txOoq{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #f0f0f0;padding-bottom:1rem}.subscription_cardHeader__txOoq h2{font-size:1.5rem;font-weight:600;margin:0}.subscription_activeBadge__UKcb5,.subscription_cancelBadge__k4POc{font-size:.875rem;padding:.25rem .75rem;border-radius:20px;font-weight:500}.subscription_activeBadge__UKcb5{background-color:rgba(0,200,83,.1);color:#00a854}.subscription_cancelBadge__k4POc{background-color:rgba(255,77,79,.1);color:#f5222d}.subscription_planDetails__YdaVP{margin-bottom:2rem}.subscription_planDetails__YdaVP h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#333}.subscription_price__5f4Lb{font-size:2rem;font-weight:700;color:#333;margin:.5rem 0 1.5rem}.subscription_price__5f4Lb span{font-size:1rem;font-weight:400;color:#888}.subscription_features__yOGDM{list-style:none;padding:0;margin:1.5rem 0 0}.subscription_features__yOGDM li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1rem;color:#555}.subscription_checkIcon__kPjNU{color:#00a854}.subscription_billingInfo__FG_ap{margin-bottom:2rem;padding:1.5rem;background-color:#f9f9f9;border-radius:8px}.subscription_billingInfo__FG_ap h3{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#333}.subscription_billingDetail__3Vwmq{display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.subscription_billingDetail__3Vwmq:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.subscription_billingDetail__3Vwmq span:first-child{color:#666}.subscription_billingDetail__3Vwmq span:last-child{font-weight:500;color:#333}.subscription_actions___6d_2{display:flex;gap:1rem;flex-wrap:wrap}.subscription_cancelButton__uNStZ,.subscription_paymentButton__5O20v,.subscription_resumeButton__i_0Xl,.subscription_upgradeButton__4T__W,.subscription_viewPlansButton__Xii8o{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.subscription_paymentButton__5O20v{background-color:#f0f0f0;color:#333}.subscription_paymentButton__5O20v:hover{background-color:#e0e0e0}.subscription_cancelButton__uNStZ{background-color:rgba(255,77,79,.1);color:#f5222d}.subscription_cancelButton__uNStZ:hover{background-color:rgba(255,77,79,.2)}.subscription_resumeButton__i_0Xl{background-color:rgba(0,200,83,.1);color:#00a854}.subscription_resumeButton__i_0Xl:hover{background-color:rgba(0,200,83,.2)}.subscription_cancelButton__uNStZ:disabled,.subscription_paymentButton__5O20v:disabled,.subscription_resumeButton__i_0Xl:disabled,.subscription_upgradeButton__4T__W:disabled,.subscription_viewPlansButton__Xii8o:disabled{opacity:.6;cursor:not-allowed}.subscription_upgradeSection__HY3og{margin-top:1rem}.subscription_upgradeSection__HY3og h2{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.subscription_upgradeSection__HY3og>p{color:#666;margin-bottom:1.5rem}.subscription_upgradeOptions__3hq1K{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.subscription_upgradeCard__QS0hU{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex;flex-direction:column}.subscription_upgradeCard__QS0hU h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.subscription_upgradePrice__I0gb3{font-size:1.5rem;font-weight:700;margin:.5rem 0}.subscription_upgradePrice__I0gb3 span{font-size:.875rem;font-weight:400;color:#888}.subscription_upgradeDescription__zxrnQ{color:#666;margin-bottom:1.5rem;flex-grow:1}.subscription_upgradeButton__4T__W{background-color:#1890ff;color:#fff;margin-top:auto}.subscription_upgradeButton__4T__W:hover{background-color:#096dd9}.subscription_noSubscription__UzKaj{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.subscription_noSubscription__UzKaj h2{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.subscription_noSubscription__UzKaj p{color:#666;margin-bottom:2rem;max-width:400px}.subscription_viewPlansButton__Xii8o{background-color:#1890ff;color:#fff}.subscription_viewPlansButton__Xii8o:hover{background-color:#096dd9}@media (max-width:768px){.subscription_container__FoOvr{padding:1rem}.subscription_title__NoirR{font-size:1.75rem}.subscription_actions___6d_2{flex-direction:column}.subscription_actions___6d_2 button{width:100%}.subscription_upgradeOptions__3hq1K{grid-template-columns:1fr}}