.DashboardSidebar_sidebar__inTpO{width:250px;height:100vh;position:fixed;left:0;top:0;background-color:var(--background);box-shadow:0 0 10px var(--shadow);display:flex;flex-direction:column;z-index:100;transition:transform .3s ease,left .3s ease,background-color .3s ease,color .3s ease;border-right:1px solid var(--border)}.DashboardSidebar_sidebarHeader__aJVga{display:flex;justify-content:space-between;align-items:center;padding-right:1rem;border-bottom:1px solid var(--border);background-color:var(--background)}.DashboardSidebar_closeSidebarButton__sXzcU{display:none;width:32px;height:32px;border-radius:50%;border:none;background:var(--button-bg);color:var(--text);cursor:pointer;align-items:center;justify-content:center;font-size:.9rem;transition:all .2s ease}.DashboardSidebar_closeSidebarButton__sXzcU:hover{background:var(--button-hover-bg);color:var(--nav-active-bg)}.DashboardSidebar_sidebarOverlay__FQXeP{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--overlay-bg);z-index:90;animation:DashboardSidebar_fadeIn__JhOGr .3s ease}@keyframes DashboardSidebar_fadeIn__JhOGr{0%{opacity:0}to{opacity:1}}.DashboardSidebar_logoContainer__ootER{padding:1.5rem;border-bottom:1px solid var(--border);text-align:center;background-color:var(--background)}.DashboardSidebar_logoLink__HV_JM{display:flex;align-items:center;justify-content:center;text-decoration:none}.DashboardSidebar_logo__qY9_m{height:40px;width:auto;margin-right:10px}.DashboardSidebar_logoText__zPeqF{color:var(--text);font-family:Heebo,sans-serif;font-size:1.2rem;font-weight:600;text-decoration:none}.DashboardSidebar_userProfile__nJbt8{padding:1.5rem;display:flex;align-items:center;border-bottom:1px solid var(--border);background-color:var(--background)}.DashboardSidebar_userAvatar__9xf97{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:.75rem;border:2px solid var(--nav-active-bg)}.DashboardSidebar_userAvatar__9xf97 img{width:100%;height:100%;object-fit:cover}.DashboardSidebar_userName__yDGat{font-weight:500;color:var(--text)}.DashboardSidebar_navigation__XH1cB{flex:1 1;overflow-y:auto;padding:1rem 0;background-color:var(--background)}.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar{width:6px}.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:3px}.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.DashboardSidebar_navigation__XH1cB{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar{width:6px}.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:3px}.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.DashboardSidebar_customScrollbar__mHZEA{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.DashboardSidebar_navigation__XH1cB ul{list-style:none;padding:0;margin:0}.DashboardSidebar_navLink__YNP4L{display:flex;align-items:center;padding:.75rem 1.5rem;color:var(--secondary-text);text-decoration:none;transition:all .2s ease;cursor:pointer}.DashboardSidebar_navLink__YNP4L:hover{background-color:var(--nav-hover-bg);color:var(--text)}.DashboardSidebar_navLink__YNP4L.DashboardSidebar_active___MUvw{background-color:var(--nav-active-bg);color:var(--settings-tab-active-text);border-left:3px solid var(--nav-active-bg)}.DashboardSidebar_navIcon__l1FK0{width:18px;margin-right:.75rem;opacity:.8}.DashboardSidebar_logoutContainer__O8jic{padding:1.5rem;border-top:1px solid var(--border)}.DashboardSidebar_logoutButton__PaGU3{display:flex;align-items:center;width:100%;padding:.75rem;background:none;border:none;border-radius:4px;color:var(--secondary-text);cursor:pointer;transition:all .2s ease}.DashboardSidebar_logoutButton__PaGU3:hover{background-color:var(--nav-hover-bg);color:var(--text)}@media (max-width:768px){.DashboardSidebar_sidebar__inTpO{transform:translateX(-100%);transition:transform .3s ease;width:280px}.DashboardSidebar_sidebar__inTpO.DashboardSidebar_open__jRk3H{transform:translateX(0)}.DashboardSidebar_logoLink__HV_JM{justify-content:flex-start}.DashboardSidebar_closeSidebarButton__sXzcU{display:flex}.DashboardSidebar_sidebarOverlay__FQXeP{display:block}.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar,.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar{width:4px}.DashboardSidebar_customScrollbar__mHZEA,.DashboardSidebar_navigation__XH1cB{scrollbar-width:thin}.DashboardSidebar_navLink__YNP4L{padding:1rem 1.5rem}.DashboardSidebar_userProfile__nJbt8{padding:1.2rem 1.5rem}.DashboardSidebar_logoContainer__ootER{padding:1.2rem 1.5rem;border-bottom:none}.DashboardSidebar_sidebarHeader__aJVga{border-bottom:1px solid var(--border)}}.DashboardSidebar_navLink__YNP4L:focus{outline:none;background-color:var(--nav-hover-bg);color:var(--text)}.DashboardSidebar_navLink__YNP4L:focus-visible{box-shadow:0 0 0 2px rgba(130,108,253,.4)!important;outline:none}@media (hover:none){.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar-thumb,.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-hover)}.DashboardSidebar_navLink__YNP4L:active{background-color:var(--nav-hover-bg)}}@media (hover:none){.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar-thumb,.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-hover)}}@media (min-width:1440px){.DashboardSidebar_customScrollbar__mHZEA::-webkit-scrollbar,.DashboardSidebar_navigation__XH1cB::-webkit-scrollbar{width:8px}}.Dashboard_headerSection__12XrO{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;width:100%}.Dashboard_headerTextContainer__wYF_p{display:flex;flex-direction:column;flex:1 1}.Dashboard_headerIcon__sKQ_Y{color:var(--text);font-size:1.25rem;margin-right:.5rem;margin-bottom:.5rem}.Dashboard_headerTitle__IaLNS{font-size:1.5rem;font-weight:600;color:var(--text);margin:0 0 .25rem;font-family:Heebo,sans-serif}.Dashboard_headerSubtitle__3NfZG{font-size:.95rem;color:var(--secondary-text);margin:0}.Dashboard_headerButtonContainer__nJhds{display:flex;align-items:center;justify-content:flex-end;margin-left:1rem}.Dashboard_createButton__Xet1k{background:var(--primary);color:#fff;padding:.6rem 1.2rem;font-size:.9rem;justify-content:center;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 5px rgba(0,0,0,.1)}.Dashboard_createButton__Xet1k:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.Dashboard_createButton__Xet1k svg{margin-right:.5rem;font-size:.9rem}@media (max-width:768px){.Dashboard_headerSection__12XrO{flex-direction:column}.Dashboard_headerTextContainer__wYF_p{margin-bottom:1rem}.Dashboard_headerButtonContainer__nJhds{margin-left:0;width:100%}.Dashboard_createButton__Xet1k{width:100%}}.Dashboard_actionButton__uSZd_:hover{background:hsla(0,0%,100%,.96)}.Dashboard_sourceTypeCard__yKVmB{transition:transform .2s,box-shadow .2s,background-color .2s;cursor:pointer;position:relative;overflow:hidden}.Dashboard_sourceTypeCard__yKVmB:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,0);transition:background .3s}.Dashboard_sourceTypeCard__yKVmB:active:after{background:hsla(0,0%,100%,.1)}@media (max-width:768px){.Dashboard_sourceTypeGrid__vOTZ_{grid-template-columns:1fr;gap:15px}.Dashboard_instruction__OFQBa{font-size:1rem;margin-bottom:20px;text-align:center}.Dashboard_sourcesTypeContainer__Lk7Hd{padding:15px;margin-top:15px}}@media (max-width:480px){.Dashboard_sourceTypeCard__yKVmB{flex-direction:column;text-align:center;padding:15px}.Dashboard_sourceTypeIcon__6Xx27{margin-right:0;margin-bottom:12px;width:60px;height:60px;font-size:28px}.Dashboard_sourceTypeInfo__HEAQq{margin-bottom:15px;width:100%}.Dashboard_sourceTypeName__oK8R5{font-size:1.2rem;margin-bottom:8px}.Dashboard_sourceTypeDesc__BWOAJ{font-size:.95rem}.Dashboard_addButton___X3EB{width:100%;padding:12px;font-size:1rem;border-radius:8px}.Dashboard_pageHeader__z48b3{flex-direction:column;align-items:center;margin-top:50px}.Dashboard_backButton__ONunC{margin-right:0;margin-bottom:10px;width:100%;justify-content:center;padding:10px;font-size:1rem}.Dashboard_pageTitle__t5ris{font-size:1.5rem;text-align:center;width:100%;margin-top:5px}.Dashboard_contentContainer__V_uyh{padding-top:20px}}.Dashboard_dashboardContainer__tpY3n{min-height:100vh;background-color:var(--background);font-family:Nunito,sans-serif;color:var(--text);position:relative;transition:var(--theme-transition)}.Dashboard_dashboardLayout__cIzvb{display:flex;min-height:100vh}.Dashboard_dashboardContent__RHeN9,.Dashboard_mainContent__Zm5NS{flex:1 1;padding:2rem;margin-left:250px;background-color:var(--background);transition:var(--theme-transition)}.Dashboard_pageTitle__t5ris{font-size:1.75rem;font-weight:600}.Dashboard_pageTitle__t5ris,.Dashboard_sectionTitle__hn3pZ{color:var(--text);margin-bottom:1.5rem;font-family:Heebo,sans-serif}.Dashboard_sectionTitle__hn3pZ{font-size:1.5rem}.Dashboard_cardsGrid__Y8CGp{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:1rem}.Dashboard_welcomeSection__uRgEn{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;background-color:var(--card-bg);border-radius:10px;box-shadow:0 2px 10px var(--shadow);border:1px solid var(--border)}.Dashboard_greeting___2oSE{font-size:1.75rem;font-weight:700;color:var(--text);margin:0;font-family:Heebo,sans-serif}.Dashboard_welcomeText__vvoFQ{font-size:1rem;color:var(--secondary-text);margin:.5rem 0 0}.Dashboard_currentTime__4_LG_{font-size:1.25rem;font-weight:500;color:var(--secondary-text);margin:.5rem 0 0;font-family:Heebo,sans-serif}.Dashboard_userAvatarLarge__RRGhU{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid var(--theme-gradient-2,#826cfd)}.Dashboard_userAvatarLarge__RRGhU img{width:100%;height:100%;object-fit:cover}.Dashboard_statsGrid__q6VIK{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:1rem}.Dashboard_statCard___s_vV{display:flex;align-items:center;padding:1.25rem;background-color:var(--card-bg);border-radius:10px;box-shadow:0 2px 10px var(--shadow);transition:all .3s ease;border:1px solid var(--border)}.Dashboard_statCard___s_vV:hover{transform:translateY(-5px);box-shadow:0 8px 15px var(--shadow);border-color:var(--theme-gradient-2,#826cfd)}.Dashboard_statIcon__bg5tk{width:50px;height:50px;border-radius:10px;font-size:1.5rem;margin-right:1rem}.Dashboard_statInfo__vrQBT{flex:1 1}.Dashboard_statValue__zrG6R{margin:0;line-height:1}.Dashboard_statLabel__pk18J{font-size:.9rem;margin:.25rem 0 0}.Dashboard_mobileHeader__ZtKfx{display:none;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.Dashboard_menuToggle__RaHkY{width:40px;height:40px;background:var(--button-bg);border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--text);font-size:1.25rem;cursor:pointer;transition:all .3s ease;margin-right:1rem}.Dashboard_menuToggle__RaHkY:hover{background:var(--button-hover-bg);color:var(--nav-active-bg)}.Dashboard_mobileLogoContainer__uwrRu{display:flex;align-items:center;text-decoration:none}.Dashboard_mobileLogo__cG1tm{height:30px;margin-right:10px}.Dashboard_mobileLogoText__16Azv{color:var(--text);font-family:Heebo,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none}@media (max-width:1200px){.Dashboard_cardsGrid__Y8CGp{grid-template-columns:1fr}.Dashboard_statsGrid__q6VIK{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Dashboard_dashboardContent__RHeN9,.Dashboard_mainContent__Zm5NS{margin-left:0;padding:1rem;transition:all .3s ease}.Dashboard_sidebarActive__5ydY5 .Dashboard_dashboardContent__RHeN9,.Dashboard_sidebarActive__5ydY5 .Dashboard_mainContent__Zm5NS{margin-left:0}.Dashboard_mobileHeader__ZtKfx{display:flex;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border)}.Dashboard_menuToggle__RaHkY{width:40px;height:40px;background:var(--button-bg);border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text);font-size:1.25rem;cursor:pointer;transition:all .3s ease;margin-right:1rem}.Dashboard_menuToggle__RaHkY:focus,.Dashboard_menuToggle__RaHkY:hover{background:var(--button-hover-bg);color:var(--nav-active-bg)}.Dashboard_mobileLogoContainer__uwrRu{display:flex;align-items:center;text-decoration:none}.Dashboard_mobileLogo__cG1tm{height:24px;margin-right:8px}.Dashboard_mobileLogoText__16Azv{color:var(--text);font-family:Heebo,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none}.Dashboard_dashboardHeader__V4JbL .Dashboard_menuToggle__RaHkY{display:none}.Dashboard_welcomeSection__uRgEn{flex-direction:column;text-align:center;padding:1.25rem}.Dashboard_userAvatarLarge__RRGhU{margin-top:1rem}.Dashboard_statsGrid__q6VIK{grid-template-columns:1fr;gap:.75rem}.Dashboard_cardsGrid__Y8CGp{grid-template-columns:1fr}}.Dashboard_dashboardContainer__tpY3n:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:90;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}@media (max-width:768px){.Dashboard_dashboardContainer__tpY3n.Dashboard_sidebarActive__5ydY5:before{opacity:1;visibility:visible;pointer-events:auto}.Dashboard_sidebarActive__5ydY5 .Dashboard_mainContent__Zm5NS{position:relative;z-index:89}}.Dashboard_viewContainer__Ksbn8{padding:1rem;width:100%}.Dashboard_viewTitle__uCy0z{font-size:1.8rem;margin-bottom:1rem;color:var(--textClrPrm);font-weight:600}.Dashboard_pipelinesContent__tkxY3,.Dashboard_publishingContent__q7vy6,.Dashboard_sourcesContent__YBIgs{margin-top:20px;display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.Dashboard_overviewGrid__XkjF1{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.Dashboard_overviewCard__CbfxF{background:var(--card-bg);border-radius:10px;padding:1.5rem;border:1px solid var(--border);transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Dashboard_overviewCard__CbfxF:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1);background:var(--card-hover-bg)}.Dashboard_overviewCard__CbfxF h3{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.Dashboard_overviewCard__CbfxF p{color:var(--secondary-text);margin-bottom:1rem}.Dashboard_addNewCard__KyR5x{background:var(--card-bg);border-radius:10px;padding:20px;border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all .3s ease}.Dashboard_addNewCard__KyR5x:hover{background:var(--card-hover-bg);border-color:var(--themeHr2,#826cfd)}.Dashboard_addNewCard__KyR5x h3{color:var(--text)}.Dashboard_addIconLarge__8CMOU{font-size:2rem;width:60px;height:60px;border-radius:50%;background:rgba(130,108,253,.1);color:var(--themeHr2,#826cfd);display:flex;align-items:center;justify-content:center;margin-bottom:15px}.Dashboard_addNewCard__KyR5x:hover .Dashboard_addIconLarge__8CMOU{background:var(--themeHr2,#826cfd);color:#fff}.Dashboard_addNewCard__KyR5x h3{font-size:1.2rem;color:hsla(0,0%,100%,.9);margin:0;white-space:nowrap}.Dashboard_statusBadge__VC128{padding:3px 8px;border-radius:10px;margin-top:10px;background-color:rgba(0,168,107,.2);color:var(--success)}.Dashboard_statusBadge__VC128:contains("Paused"){background-color:rgba(255,149,0,.2);color:var(--warning)}.Dashboard_detailHeader__mSez8{display:flex;align-items:center;margin-bottom:20px}.Dashboard_backButton__ONunC{background:none;color:var(--link);border-radius:4px;margin-right:15px}.Dashboard_backButton__ONunC:hover{background:rgba(130,108,253,.1)}.Dashboard_backButton__ONunC svg{margin-right:5px}.Dashboard_detailContent__nRN04{background:hsla(0,0%,100%,.03);border-radius:10px;padding:25px;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_detailContent__nRN04 h2{font-size:1.5rem;margin:0 0 15px;color:#fff}.Dashboard_detailContent__nRN04 p{color:hsla(0,0%,100%,.7);margin-bottom:20px}.Dashboard_detailCard__9beCC{background:hsla(0,0%,100%,.03);border-radius:8px;padding:20px;margin-top:20px;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_detailCard__9beCC h3{font-size:1.2rem;margin:0 0 15px;color:#fff}.Dashboard_configForm__x23jn{display:flex;flex-direction:column;gap:15px}.Dashboard_formGroup__MUlGz{gap:5px}.Dashboard_formGroup__MUlGz label{font-size:.9rem;color:hsla(0,0%,100%,.8)}.Dashboard_formGroup__MUlGz input,.Dashboard_formGroup__MUlGz select,.Dashboard_formGroup__MUlGz textarea{width:100%;padding:.75rem 1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;background-color:rgba(0,0,0,.2);color:#fff;font-size:.95rem;transition:all .3s}.Dashboard_formGroup__MUlGz input:focus,.Dashboard_formGroup__MUlGz select:focus,.Dashboard_formGroup__MUlGz textarea:focus{border-color:var(--themeHr2,#826cfd);outline:none}.Dashboard_formGroup__MUlGz select{-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='white' 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 1rem center;background-size:1em}.Dashboard_formGroup__MUlGz select option{background-color:#1c151c;color:#fff}.Dashboard_saveButton__eLFHC{background:var(--themeHr2,#826cfd);padding:10px;border-radius:4px;margin-top:10px;transition:all .2s ease}.Dashboard_saveButton__eLFHC:hover{background:#6a57ce}.Dashboard_pipelineStages__rumy3{display:flex;flex-direction:column;gap:15px;margin-top:20px}.Dashboard_pipelineStage__WVhpo{background:hsla(0,0%,100%,.05);border-radius:8px;padding:15px;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_pipelineStage__WVhpo h3{font-size:1.1rem;margin:0 0 8px;color:#fff}.Dashboard_pipelineStage__WVhpo p{margin:0;color:hsla(0,0%,100%,.7)}.Dashboard_videoGrid__yk0qZ{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-top:15px}.Dashboard_videoCard__uEAWn{background:hsla(0,0%,100%,.03);transition:all .2s ease;cursor:pointer}.Dashboard_videoCard__uEAWn:hover{box-shadow:0 8px 15px rgba(0,0,0,.2)}.Dashboard_videoThumbnail__zpOrn{height:158px}.Dashboard_videoInfo__Agjwp{padding:15px}.Dashboard_videoInfo__Agjwp h4{font-size:1rem;margin:0 0 5px;color:#fff}.Dashboard_videoInfo__Agjwp p{color:hsla(0,0%,100%,.6);font-size:.85rem;margin:5px 0 0}@media (max-width:992px){.Dashboard_overviewGrid__XkjF1{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:768px){.Dashboard_detailHeader__mSez8{flex-direction:column;align-items:flex-start;gap:10px}.Dashboard_backButton__ONunC{margin-bottom:10px}}@media (min-width:992px){.Dashboard_publishingContent__q7vy6{grid-template-columns:1fr;max-width:800px}}.Dashboard_contentSection__YlpUh{background:hsla(0,0%,100%,.05);border-radius:10px;padding:1.5rem;margin-bottom:2rem;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_sectionHeader__Slhv3{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Dashboard_sectionHeader__Slhv3 h2{font-size:1.25rem;font-weight:600;margin:0;color:#fff}.Dashboard_primaryButton__N6EKq{background:linear-gradient(135deg,var(--themeHvr1,#ff516b) 0,var(--themeHr2,#826cfd) 100%);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:4px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 10px rgba(130,108,253,.3)}.Dashboard_primaryButton__N6EKq:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(255,81,107,.4)}.Dashboard_sourcesList__fiMAW{display:flex;flex-direction:column;gap:1rem}.Dashboard_sourceItem__OAxud{display:flex;align-items:center;background:var(--card-bg);border-radius:8px;padding:1rem;transition:all .3s ease}.Dashboard_sourceItem__OAxud:hover{background:hsla(0,0%,100%,.1);transform:translateX(5px)}.Dashboard_sourceDetails__BB1QM{flex:1 1}.Dashboard_sourceDetails__BB1QM h3{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.Dashboard_sourceDetails__BB1QM p{color:var(--secondary-text)}.Dashboard_sourceActions___zk84{display:flex;gap:.5rem}.Dashboard_actionButton__uSZd_{background:hsla(0,0%,100%,.1);border-radius:4px;padding:.4rem .8rem;font-size:.75rem}.Dashboard_actionButton__uSZd_:hover{background:hsla(0,0%,100%,.2)}.Dashboard_toolsGrid__DSupg{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.Dashboard_toolCard__tCC_L{background:var(--card-bg);border-radius:10px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid var(--border);transition:all .3s ease}.Dashboard_toolCard__tCC_L:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.08);box-shadow:0 10px 20px rgba(0,0,0,.2)}.Dashboard_toolIcon___uGRU{width:64px;height:64px;border-radius:15px;background:rgba(130,108,253,.2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1rem}.Dashboard_toolCard__tCC_L h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.Dashboard_toolCard__tCC_L p{color:var(--secondary-text);font-size:.875rem;margin:0 0 1.5rem;line-height:1.5}@media (max-width:992px){.Dashboard_toolsGrid__DSupg{grid-template-columns:1fr}}.Dashboard_pipelineForm__EMpSI{display:flex;flex-direction:column;gap:2rem}.Dashboard_formSection__3j1vE{background:var(--card-bg);border-radius:10px;padding:1.5rem;border:1px solid var(--border)}.Dashboard_formSection__3j1vE h2{font-size:1.2rem;margin:0 0 1rem;color:var(--text)}.Dashboard_fieldInfo__ZFYFI{font-size:.9rem;color:var(--secondary-text);margin:0 0 1rem}.Dashboard_formGroup__MUlGz input[type=time]{background-color:rgba(0,0,0,.2);color:#fff;padding:.75rem 1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;font-size:.95rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.Dashboard_formGroup__MUlGz input[type=time]::-webkit-calendar-picker-indicator{background-color:hsla(0,0%,100%,.1);border-radius:2px;cursor:pointer;padding:5px;position:absolute;right:10px;filter:invert(1)}.Dashboard_formGroup__MUlGz input[type=time]:focus{border-color:var(--themeHr2,#826cfd);outline:none}.Dashboard_formGroup__MUlGz textarea{padding:10px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:4px;color:#fff;font-size:.9rem;width:100%;resize:vertical;min-height:80px;font-family:inherit}.Dashboard_formGroup__MUlGz textarea:focus{outline:none;border-color:var(--themeHr2,#826cfd)}.Dashboard_outputOptions__yoxxd{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.Dashboard_outputOption__PNn0w{background:hsla(0,0%,100%,.05);border-radius:8px;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border:1px solid hsla(0,0%,100%,.1);transition:all .2s ease}.Dashboard_outputOption__PNn0w:hover{background:hsla(0,0%,100%,.08)}.Dashboard_outputSelected___Is4l{border-color:var(--themeHr2,#826cfd);background:rgba(130,108,253,.1)}.Dashboard_platformIcon__o1EPl{font-size:1.5rem;margin-bottom:.5rem;color:var(--link)}.Dashboard_formActions__qkYfs{margin-top:1rem}.Dashboard_cancelButton__cq5Sw{background:hsla(0,0%,100%,.05);border:none;padding:.75rem 1.5rem;font-size:.9rem;transition:all .2s ease}.Dashboard_cancelButton__cq5Sw:hover{background:hsla(0,0%,100%,.1)}.Dashboard_buttonIcon__xmaP1{margin-right:.5rem}.Dashboard_pipelineHeader___bg0R{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.Dashboard_pipelineStatus__Q2hK9{text-transform:capitalize}.Dashboard_pipelineStatus__Q2hK9,.Dashboard_pipelineType__jS4sR{font-size:.8rem;padding:.25rem .75rem;border-radius:20px;font-weight:500}.Dashboard_pipelineType__jS4sR{background-color:rgba(68,70,171,.2);color:var(--link)}.Dashboard_pipelineHeader___bg0R .Dashboard_pipelineStatus__Q2hK9{margin-left:1rem}.Dashboard_pipelineActions___iJqD{gap:.75rem}.Dashboard_active__zA7Ay{background-color:rgba(0,168,107,.2);color:var(--success)}.Dashboard_paused__FXsdb{background-color:rgba(255,149,0,.2);color:var(--warning)}.Dashboard_pipelineWorkflow__BkCCL{display:flex;flex-direction:column;gap:1.5rem}.Dashboard_stageContent___2Dqw{display:flex;align-items:center;margin-top:.75rem;background:hsla(0,0%,100%,.03);border-radius:8px;padding:1rem}.Dashboard_sourceIcon__IP7jl{width:48px;height:48px;border-radius:10px;background:rgba(130,108,253,.2);color:var(--link);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:1rem}.Dashboard_sourceDetails__BB1QM h4{font-size:1.1rem;margin:0 0 .25rem}.Dashboard_sourceDetails__BB1QM p{margin:0;color:hsla(0,0%,100%,.6);font-size:.875rem}.Dashboard_processList__psQzA{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.Dashboard_processItem__BIBjM{display:flex;align-items:center;background:hsla(0,0%,100%,.03);border-radius:8px;padding:.75rem 1rem;transition:all .2s ease}.Dashboard_processItem__BIBjM:hover{background:hsla(0,0%,100%,.05)}.Dashboard_processNumber__Yc5yZ{width:24px;height:24px;border-radius:50%;background:rgba(130,108,253,.2);color:var(--link);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;margin-right:1rem}.Dashboard_processName__tveY4{font-size:.95rem}.Dashboard_addProcessButton__vngL1{background:hsla(0,0%,100%,.03);border:1px dashed hsla(0,0%,100%,.2);border-radius:8px;padding:.75rem;color:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.Dashboard_addProcessButton__vngL1:hover{background:hsla(0,0%,100%,.05);color:#fff}.Dashboard_addProcessButton__vngL1 svg{margin-right:.5rem}.Dashboard_outputPlatforms__oOFKa{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem}.Dashboard_platformItem__itcWB{display:flex;align-items:center;background:hsla(0,0%,100%,.03);border-radius:8px;padding:.75rem 1rem}.Dashboard_platformItem__itcWB .Dashboard_platformIcon__o1EPl{margin-right:.75rem;margin-bottom:0}.Dashboard_pipelineActions___iJqD{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.Dashboard_editButton__ksASO,.Dashboard_runButton__brD0q{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,var(--nav-active-bg),#473687);color:#fff}.Dashboard_runButton__brD0q:hover{background:linear-gradient(135deg,var(--settings-button-hover-bg),#5a4a9c);transform:translateY(-2px)}@media (max-width:768px){.Dashboard_pipelineHeader___bg0R{flex-direction:column}.Dashboard_pipelineHeader___bg0R .Dashboard_pipelineStatus__Q2hK9{margin-top:1rem}.Dashboard_outputOptions__yoxxd{grid-template-columns:1fr 1fr}.Dashboard_pipelineActions___iJqD{flex-direction:column}.Dashboard_deleteButton__oZxgT,.Dashboard_editButton__ksASO,.Dashboard_runButton__brD0q{width:100%}}.Dashboard_pipelineSchedule__i80sM{background:hsla(0,0%,100%,.03);border-radius:10px;padding:1.5rem;margin:1.5rem 0;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_pipelineSchedule__i80sM h3{font-size:1.1rem;margin:0 0 1rem;color:#fff}.Dashboard_scheduleIcon__yHIil,.Dashboard_scheduleInfo__kzloD{display:flex;align-items:center}.Dashboard_scheduleIcon__yHIil{width:48px;height:48px;border-radius:10px;background:rgba(130,108,253,.2);color:var(--link);justify-content:center;font-size:1.25rem;margin-right:1rem}.Dashboard_scheduleDetails___JeDc{flex:1 1}.Dashboard_scheduleDescription__99HwU{font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.Dashboard_scheduleCron__kkWtI{font-size:.85rem;color:hsla(0,0%,100%,.6)}.Dashboard_scheduleCron__kkWtI code{font-family:monospace;background:hsla(0,0%,100%,.05);padding:.1rem .4rem;border-radius:4px;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_editScheduleButton__Ki4RK{background:hsla(0,0%,100%,.05);border:none;color:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.Dashboard_editScheduleButton__Ki4RK:hover{background:hsla(0,0%,100%,.1)}.Dashboard_cronPreview__U0SRS{background:hsla(0,0%,100%,.03);border-radius:8px;padding:1rem;margin-top:1rem;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_cronPreviewItem__1Ujjr{margin-bottom:.5rem}.Dashboard_cronPreviewItem__1Ujjr:last-child{margin-bottom:0}.Dashboard_cronLabel__Qs5N8{font-size:.9rem;color:hsla(0,0%,100%,.7);display:inline-block;width:130px}.Dashboard_cronValue__vHcyZ{font-size:.9rem}.Dashboard_cronExpression__heiux{font-family:monospace;background:hsla(0,0%,100%,.05);padding:.1rem .4rem;border-radius:4px;font-size:.9rem;border:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.Dashboard_scheduleInfo__kzloD{flex-direction:column;align-items:flex-start}.Dashboard_scheduleIcon__yHIil{margin-bottom:1rem}.Dashboard_scheduleDetails___JeDc{margin-bottom:1rem;width:100%}.Dashboard_editScheduleButton__Ki4RK{width:100%;justify-content:center}}.Dashboard_scheduleTypeSelector__R0RgY{display:flex;gap:1rem;margin-bottom:1.5rem}.Dashboard_scheduleTypeOption__Y6xFG{flex:1 1;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all .3s ease}.Dashboard_scheduleTypeOption__Y6xFG:hover{background:hsla(0,0%,100%,.08)}.Dashboard_scheduleTypeOption__Y6xFG.Dashboard_selected__m_4sW{border-color:var(--themeHr2,#826cfd);background:rgba(130,108,253,.1)}.Dashboard_scheduleTypeIcon__e4BTs{font-size:1.5rem;margin-bottom:.75rem;color:var(--link)}.Dashboard_cronHelpLink__g76j6{margin-left:.5rem;font-size:.8rem}.Dashboard_cronHelpLink__g76j6 a{color:var(--link);text-decoration:none}.Dashboard_cronHelpLink__g76j6 a:hover{text-decoration:underline}.Dashboard_cronHint__GVi_L{font-size:.8rem;color:hsla(0,0%,100%,.6);margin-top:.5rem}@media (max-width:768px){.Dashboard_scheduleTypeSelector__R0RgY{flex-direction:column}}.Dashboard_sectionActions___hGvo{display:flex;align-items:center;gap:.75rem}.Dashboard_importButton__sjQ8q{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.07);color:#fff;border:1px solid hsla(0,0%,100%,.15);border-radius:5px;padding:.6rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.Dashboard_importButton__sjQ8q:hover{background:var(--button-hover-bg);transform:translateY(-2px)}.Dashboard_addButton___X3EB{gap:.5rem;background:linear-gradient(135deg,var(--themeHvr1,#ff516b) 0,var(--themeHr2,#826cfd) 100%);padding:.6rem 1.25rem;transition:all .2s ease;box-shadow:0 4px 10px rgba(130,108,253,.3);white-space:nowrap;flex-direction:row}.Dashboard_addButton___X3EB span{display:inline-block;line-height:1;vertical-align:middle}.Dashboard_addButton___X3EB:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(255,81,107,.4)}.Dashboard_sourceInfoCard__0GK0w{display:flex;background:hsla(0,0%,100%,.05);border-radius:8px;padding:1.5rem;margin-bottom:2rem}.Dashboard_sourceIconLarge__qaC6N{width:80px;height:80px;border-radius:12px;background:rgba(130,108,253,.2);color:var(--link);display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-right:2rem}.Dashboard_sourceInfo___2Rk_{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem 2rem;gap:1rem 2rem}.Dashboard_sourceInfoItem__MOjiW{display:flex;flex-direction:column}.Dashboard_sourceInfoLabel__NTA_N{font-size:.75rem;color:hsla(0,0%,100%,.5);margin-bottom:.25rem}.Dashboard_sourceInfoValue__mzBX_{font-size:1rem;font-weight:500}.Dashboard_contentList___aoH2{background:hsla(0,0%,100%,.03);border-radius:8px;overflow:hidden}.Dashboard_contentListHeader__7qU_j{display:flex;padding:.75rem 1rem;background:hsla(0,0%,100%,.1);font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.5px}.Dashboard_contentItem__8xBRc{display:flex;padding:1rem;border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .3s ease}.Dashboard_contentItem__8xBRc:hover{background:hsla(0,0%,100%,.05)}.Dashboard_contentTitle__BMQwo{flex:3 1}.Dashboard_contentDate__x36Wv,.Dashboard_contentType__uSKOe{flex:1 1}.Dashboard_contentStatus__A3vNe{flex:1 1;gap:.5rem}.Dashboard_statusIconSuccess__v_shf{color:var(--success)}.Dashboard_statusIconPending__mBscG{color:var(--warning)}.Dashboard_statusIconError__HVmMO{color:var(--error)}.Dashboard_syncButton__55AwY{background:rgba(82,196,26,.1);color:var(--success);display:flex;align-items:center}.Dashboard_syncButton__55AwY:hover{background:rgba(82,196,26,.2)}.Dashboard_editButton__ksASO{background:rgba(250,173,20,.1);color:var(--warning);display:flex;align-items:center;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.Dashboard_editButton__ksASO:hover{background:rgba(250,173,20,.2)}.Dashboard_deleteButton__oZxgT{background:rgba(245,34,45,.1);display:flex;align-items:center;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.Dashboard_deleteButton__oZxgT:hover{background:rgba(245,34,45,.2)}.Dashboard_sourceStatus__Num_Y{font-size:.75rem;padding:.25rem .5rem;margin-left:.5rem;text-transform:capitalize}.Dashboard_connected__wAW2D{background-color:rgba(82,196,26,.15);color:var(--success)}.Dashboard_pending__LlVrR{background-color:rgba(250,173,20,.15)}.Dashboard_error__I2xNU{background-color:rgba(245,34,45,.15)}.Dashboard_syncingBadge__hxCre{font-size:.7rem;background:rgba(24,144,255,.15);color:var(--info);padding:.2rem .4rem;border-radius:4px;margin-left:.5rem;animation:Dashboard_pulse__7KKP5 1.5s infinite}.Dashboard_itemDetails__Rz4oV{display:flex;gap:1rem;font-size:.75rem;color:hsla(0,0%,100%,.7);margin-top:.25rem}.Dashboard_itemDetail__mMGqb{display:flex;align-items:center;gap:.25rem}.Dashboard_headerActions__UdIDj{display:flex;gap:.75rem}.Dashboard_actionButton__uSZd_{gap:.5rem;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;transition:all .3s ease}.Dashboard_actionButton__uSZd_ svg{font-size:1rem}.Dashboard_buttonLabel__3pznQ,.Dashboard_buttonText__gFYXQ{display:inline-block;line-height:1}.Dashboard_buttonLabel__3pznQ{margin-left:.5rem;white-space:nowrap}.Dashboard_button__idTka span{white-space:nowrap}.Dashboard_modalOverlay__ngr4m{background:rgba(0,0,0,.7)}.Dashboard_modalContent__RCU2d{background:var(--card-bg);border-radius:10px;padding:30px;width:90%;max-width:500px;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_modalContent__RCU2d h3{font-size:1.4rem;margin:0 0 10px;color:var(--text)}.Dashboard_modalContent__RCU2d p{color:var(--secondary-text);margin-bottom:20px}.Dashboard_platformButtons__Ea4Zv{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px;margin-bottom:25px}.Dashboard_platformButton__nOQ3F{display:flex;align-items:center;padding:12px 15px;background:var(--button-bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;cursor:pointer;transition:all .2s ease}.Dashboard_platformButton__nOQ3F:hover{background:var(--button-hover-bg)}.Dashboard_platformButton__nOQ3F.Dashboard_selected__m_4sW{border-color:var(--nav-active-bg);background:rgba(130,108,253,.1)}.Dashboard_platformButton__nOQ3F svg{font-size:1.3rem;margin-right:10px}.Dashboard_modalActions__1GrUP{display:flex;justify-content:flex-end;gap:15px}.Dashboard_cancelButton__cq5Sw,.Dashboard_connectButton__LoYLw{padding:10px 20px;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.Dashboard_cancelButton__cq5Sw{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#fff}.Dashboard_cancelButton__cq5Sw:hover{background:hsla(0,0%,100%,.05)}.Dashboard_connectButton__LoYLw{background:var(--themeHr2,#826cfd);border:none;color:#fff}.Dashboard_connectButton__LoYLw:hover{background:#6a57ce}.Dashboard_connectButton__LoYLw:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.Dashboard_platformButtons__Ea4Zv{grid-template-columns:1fr}}.Dashboard_sourceTypeGrid__vOTZ_{grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.Dashboard_sourceTypeCard__yKVmB{background:var(--card-bg);border:1px solid var(--border)}.Dashboard_sourceTypeCard__yKVmB:hover{background:var(--card-hover-bg)}.Dashboard_sourceTypeIcon__6Xx27{background:linear-gradient(135deg,var(--themeHvr1,#ff516b) 0,var(--themeHr2,#826cfd) 100%);width:48px;height:48px;font-size:1.5rem;box-shadow:0 3px 8px rgba(255,81,107,.3)}.Dashboard_sourceTypeInfo__HEAQq{flex:1 1;margin:0 1.5rem}.Dashboard_sourceTypeName__oK8R5{color:var(--text)}.Dashboard_sourceTypeDescription__geSHM{font-size:.9rem;color:var(--secondary-text);margin:0}.Dashboard_viewDescription__W4CAJ{color:hsla(0,0%,100%,.7);margin-top:.5rem}.Dashboard_sourceForm__3AD0v{max-width:800px;margin:1.5rem 0}.Dashboard_formGroup__MUlGz{margin-bottom:1.5rem}.Dashboard_formGroup__MUlGz label{display:block;margin-bottom:.5rem;font-weight:500;color:hsla(0,0%,100%,.9)}.Dashboard_formInput__teeW5,.Dashboard_formSelect__SX1sM,.Dashboard_formTextarea___OMJB{width:100%;padding:.75rem 1rem;border-radius:6px;border:1px solid hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.05);color:#fff;font-size:1rem;transition:border-color .2s ease}.Dashboard_formInput__teeW5:focus,.Dashboard_formSelect__SX1sM:focus,.Dashboard_formTextarea___OMJB:focus{outline:none;border-color:var(--themeHr2,#826cfd);box-shadow:0 0 0 2px rgba(130,108,253,.2)}.Dashboard_formInput__teeW5:disabled{opacity:.7;cursor:not-allowed}.Dashboard_formTextarea___OMJB{min-height:100px;resize:vertical}.Dashboard_formActions__qkYfs{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2rem}.Dashboard_addSourceButton__jvipX,.Dashboard_verifyButton__SLKY9{padding:.75rem 1.5rem;border-radius:6px;border:none;font-weight:500;display:flex;align-items:center;cursor:pointer;transition:all .2s ease}.Dashboard_verifyButton__SLKY9{background:hsla(0,0%,100%,.1);color:#fff}.Dashboard_verifyButton__SLKY9:hover:not(:disabled){background:hsla(0,0%,100%,.2)}.Dashboard_addSourceButton__jvipX{background:linear-gradient(135deg,var(--themeHvr1,#ff516b) 0,var(--themeHr2,#826cfd) 100%);color:#fff;box-shadow:0 3px 8px rgba(130,108,253,.3)}.Dashboard_addSourceButton__jvipX:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px rgba(130,108,253,.4)}.Dashboard_addSourceButton__jvipX:disabled,.Dashboard_verifyButton__SLKY9:disabled{opacity:.5;cursor:not-allowed}.Dashboard_verifiedMessage__QHLXc{display:flex;align-items:center;color:#4caf50;font-weight:500;padding:.75rem 1rem;border-radius:6px;background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3)}.Dashboard_verifiedIcon__TTCjk{margin-right:.5rem}.Dashboard_editSourceButton__CyBYN{background:linear-gradient(135deg,var(--themeHvr1,#ff516b) 0,var(--themeHr2,#826cfd) 100%);color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 8px rgba(130,108,253,.3)}.Dashboard_editSourceButton__CyBYN:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(130,108,253,.4)}@media (max-width:768px){.Dashboard_sourceTypeGrid__vOTZ_{grid-template-columns:1fr}.Dashboard_formActions__qkYfs{flex-direction:column}}.Dashboard_publishingContent__q7vy6{margin-top:20px}.Dashboard_publishingHeader___PErn{display:flex;justify-content:flex-end;margin-bottom:20px}.Dashboard_viewAllButton__a_PKD{background-color:#6c5ce7;color:#fff;padding:8px 16px;border-radius:6px;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;transition:background-color .2s ease}.Dashboard_viewAllButton__a_PKD:hover{background-color:#5b4ed1}.Dashboard_platformsContainer__7Hfto{background-color:rgba(0,0,0,.3);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);padding:24px;margin-top:20px;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_platformsTable__x65nx{width:100%;border-collapse:collapse}.Dashboard_platformsTableHeader__yocgi{display:flex;padding:12px 16px;border-bottom:2px solid hsla(0,0%,100%,.1);font-weight:600;color:#fff}.Dashboard_platformsTableRow__7wFky{display:flex;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.1);transition:background-color .2s ease}.Dashboard_platformsTableRow__7wFky:hover{background-color:hsla(0,0%,100%,.05)}.Dashboard_platformsTableRow__7wFky:last-child{border-bottom:none}.Dashboard_platformColumn__7ldxV{flex:3 1}.Dashboard_statusColumn__wII_2,.Dashboard_typeColumn__I3LX9{flex:2 1}.Dashboard_actionsColumn__Sj098{flex:1 1;display:flex;justify-content:flex-end;gap:8px}.Dashboard_statusBadge__VC128{padding:4px 10px;border-radius:12px;font-size:.75rem}.Dashboard_statusBadge__VC128.Dashboard_connected__wAW2D{background-color:rgba(82,196,26,.2);color:var(--success)}.Dashboard_statusBadge__VC128.Dashboard_active__zA7Ay{background-color:rgba(24,144,255,.2);color:var(--info)}.Dashboard_statusBadge__VC128.Dashboard_disconnected__5uP7d{background-color:rgba(245,34,45,.2);color:var(--error)}.Dashboard_actionButton__uSZd_{background:none;padding:6px;color:hsla(0,0%,100%,.6);transition:color .2s ease;justify-content:center}.Dashboard_actionButton__uSZd_:hover{color:var(--link)}.Dashboard_addButton___X3EB{background-color:#6c5ce7;border-radius:6px;font-size:.9rem;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}.Dashboard_addButton___X3EB:hover{background-color:#5b4ed1}.Dashboard_platformTypesContainer__EnUYp{background-color:rgba(0,0,0,.3);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);padding:24px;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_sectionTitle__hn3pZ{margin-top:0;margin-bottom:20px}.Dashboard_platformTypesList__h_zvs{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.Dashboard_platformTypeCard__3kQPR{display:flex;align-items:center;padding:20px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background-color:rgba(0,0,0,.2);cursor:pointer;transition:all .2s ease}.Dashboard_platformTypeCard__3kQPR:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.3);background-color:rgba(30,30,30,.5)}.Dashboard_platformTypeIconContainer__BVTT0{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0}.Dashboard_platformTypeIcon__aZt3w{font-size:1.5rem;color:#fff}.Dashboard_platformTypeInfo__xcCkV{flex-grow:1}.Dashboard_platformTypeName__zLhnm{font-weight:600;font-size:1.1rem;margin:0 0 4px;color:#fff}.Dashboard_platformTypeDescription__9QYis{font-size:.85rem;color:hsla(0,0%,100%,.7);margin:0}.Dashboard_formContainer__E7yeN{background-color:rgba(0,0,0,.3);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);padding:24px;max-width:700px;margin:0 auto;border:1px solid hsla(0,0%,100%,.1)}.Dashboard_platformAddHeader__tdnrg{display:flex;align-items:center;margin-bottom:24px}.Dashboard_platformLargeIcon__ann6r{font-size:2rem;margin-right:16px;color:var(--text)}.Dashboard_platformAddTitle__CanWV{font-size:1.4rem;font-weight:600;color:var(--text);margin:0}.Dashboard_formGroup__MUlGz{margin-bottom:20px}.Dashboard_formLabel__QCbtY{display:block;margin-bottom:8px;color:var(--text)}.Dashboard_formInput__teeW5{width:100%;padding:10px 12px;border-radius:6px;border:1px solid hsla(0,0%,100%,.1);background-color:rgba(0,0,0,.2);color:#fff;font-size:1rem;transition:border-color .2s ease}.Dashboard_formInput__teeW5:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 2px rgba(130,108,253,.2)}.Dashboard_errorMessage__zFgb8{margin-top:8px;gap:6px;font-size:.9rem}.Dashboard_connectionStatus__lY__x{margin:20px 0;min-height:40px}.Dashboard_connecting__37TUq,.Dashboard_error__I2xNU,.Dashboard_success__Gh_dI{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:6px;font-size:.9rem}.Dashboard_connecting__37TUq{background-color:rgba(250,173,20,.2);color:var(--warning)}.Dashboard_success__Gh_dI{background-color:rgba(82,196,26,.2);color:var(--success)}.Dashboard_error__I2xNU{background-color:rgba(245,34,45,.2)}.Dashboard_spinner__mjARw{width:16px;height:16px;border:2px solid rgba(250,173,20,.3);border-top-color:#faad14}.Dashboard_formActions__qkYfs{justify-content:flex-end;gap:12px;margin-top:30px}.Dashboard_deleteButton__oZxgT,.Dashboard_saveButton__eLFHC,.Dashboard_testButton__NYfJN{padding:10px 20px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.Dashboard_testButton__NYfJN{background-color:var(--card-bg);color:var(--link);border:1px solid var(--link)}.Dashboard_testButton__NYfJN:hover{background-color:rgba(108,92,253,.1)}.Dashboard_saveButton__eLFHC{background-color:var(--settings-button-bg);color:var(--settings-button-text)}.Dashboard_saveButton__eLFHC:hover{background-color:var(--settings-button-hover-bg)}.Dashboard_deleteButton__oZxgT{background-color:var(--card-bg);color:var(--error);border:1px solid var(--error)}.Dashboard_deleteButton__oZxgT:hover{background-color:rgba(245,34,45,.1)}.Dashboard_disabled__5Xulo{opacity:.7;cursor:not-allowed}.Dashboard_disabled__5Xulo:hover{background-color:inherit}.Dashboard_platformInstructions__An77Y{margin-top:40px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.Dashboard_platformInstructions__An77Y h3{font-size:1.1rem;margin-top:0;margin-bottom:12px;color:var(--text)}.Dashboard_platformInstructions__An77Y ol{padding-left:20px;color:var(--secondary-text)}.Dashboard_platformInstructions__An77Y li{margin-bottom:8px}.Dashboard_modalOverlay__ngr4m{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.Dashboard_deleteModal__KNkmh{background-color:var(--themeClrDrk,#1c151c);border-radius:12px;padding:24px;width:90%;max-width:500px;box-shadow:0 6px 24px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}.Dashboard_deleteModalHeader__JFpo1{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.Dashboard_deleteModalHeader__JFpo1 h3{font-size:1.25rem;margin:0;color:var(--error)}.Dashboard_closeModalButton__D7Mer{background:none;border:none;font-size:1.2rem;color:var(--secondary-text);cursor:pointer}.Dashboard_deleteModalContent__HshrS{margin-bottom:24px;color:var(--text)}.Dashboard_deleteWarning__3Tsmb{background-color:rgba(250,173,20,.2);padding:12px;border-radius:6px;margin-bottom:16px;font-size:.95rem;line-height:1.5;color:var(--warning)}.Dashboard_deleteModalActions__UOmPd{display:flex;justify-content:flex-end;gap:12px}.Dashboard_cancelButton__cq5Sw{background-color:var(--button-bg);color:var(--text);border:1px solid var(--border);padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.Dashboard_cancelButton__cq5Sw:hover{background-color:var(--button-hover-bg)}.Dashboard_confirmDeleteButton__q0aXP{background-color:var(--error);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.Dashboard_confirmDeleteButton__q0aXP:hover{background-color:rgba(211,47,47,.8)}.Dashboard_confirmDeleteButton__q0aXP.Dashboard_disabled__5Xulo{background-color:rgba(245,34,45,.5);cursor:not-allowed}@media (max-width:768px){.Dashboard_platformTypesList__h_zvs{grid-template-columns:1fr}.Dashboard_formActions__qkYfs{flex-direction:column}.Dashboard_formActions__qkYfs button{width:100%}.Dashboard_formContainer__E7yeN{padding:16px}}.Dashboard_errorContainer__S5m_M{margin-bottom:1.5rem}.Dashboard_errorMessage__zFgb8{display:flex;align-items:center;padding:.8rem 1rem;background-color:rgba(245,34,45,.1);border:1px solid rgba(245,34,45,.3);border-radius:6px;color:var(--error);position:relative;animation:Dashboard_fadeIn__gSAky .3s ease}.Dashboard_errorMessage__zFgb8 svg{margin-right:.75rem;font-size:1rem}.Dashboard_closeErrorButton__dIx0r{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(245,34,45,.8);cursor:pointer;font-size:1.2rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0;transition:all .2s ease}.Dashboard_closeErrorButton__dIx0r:hover{background-color:rgba(245,34,45,.2)}.Dashboard_pageActions__1OsGB{justify-content:space-between;margin-bottom:1.5rem}.Dashboard_refreshButton__4jnVX{background:var(--button-bg);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.6rem 1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;font-size:.9rem}.Dashboard_refreshButton__4jnVX svg{margin-right:.5rem}.Dashboard_refreshButton__4jnVX:hover{background-color:var(--button-hover-bg);transform:translateY(-2px)}.Dashboard_refreshButton__4jnVX.Dashboard_loading__sgY4T{opacity:.7;cursor:not-allowed}.Dashboard_loadingContainer__Ge_5h{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;text-align:center;color:hsla(0,0%,100%,.8)}.Dashboard_spinner__mjARw{width:40px;height:40px;border:3px solid hsla(0,0%,100%,.1);border-top:3px solid var(--link);border-radius:50%;animation:Dashboard_spin__3djDi 1s linear infinite;margin-bottom:1rem}@keyframes Dashboard_spin__3djDi{to{transform:rotate(1turn)}}.Dashboard_emptyState__9P6F_{text-align:center;padding:3rem 0;color:var(--secondary-text);background:var(--card-bg);border-radius:8px;border:1px dashed var(--border)}@media (max-width:768px){.Dashboard_dashboardSidebar__D5cHh{position:fixed;left:-280px;top:0;bottom:0;width:280px;background-color:var(--card-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;transition:all .3s ease-in-out;box-shadow:none;padding-top:1rem}.Dashboard_sidebarActive__5ydY5 .Dashboard_dashboardSidebar__D5cHh{left:0;box-shadow:5px 0 15px rgba(0,0,0,.3)}.Dashboard_sidebarOverlay__r8nH4{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--overlay-bg);z-index:90;opacity:0;visibility:hidden;transition:all .3s ease}.Dashboard_sidebarActive__5ydY5 .Dashboard_sidebarOverlay__r8nH4{opacity:1;visibility:visible}.Dashboard_dashboardContent__RHeN9,.Dashboard_mainContent__Zm5NS{padding:1rem;margin-left:0;transition:all .3s ease}.Dashboard_sidebarActive__5ydY5 .Dashboard_dashboardContent__RHeN9,.Dashboard_sidebarActive__5ydY5 .Dashboard_mainContent__Zm5NS{transform:translateX(0)}.Dashboard_platformsTableHeader__yocgi{display:none}.Dashboard_platformsTableRow__7wFky{flex-direction:column;padding:1rem;margin-bottom:.75rem;border-radius:8px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.Dashboard_platformColumn__7ldxV{font-weight:700;font-size:1rem;margin-bottom:.5rem;width:100%}.Dashboard_typeColumn__I3LX9{font-size:.9rem;color:hsla(0,0%,100%,.7)}.Dashboard_statusColumn__wII_2,.Dashboard_typeColumn__I3LX9{margin-bottom:.5rem;width:100%}.Dashboard_actionsColumn__Sj098{display:flex;justify-content:flex-end;width:100%;margin-top:.5rem;padding-top:.5rem;border-top:1px solid hsla(0,0%,100%,.08)}.Dashboard_pageActions__1OsGB{flex-direction:column;gap:.5rem;margin-bottom:1rem}.Dashboard_addButton___X3EB,.Dashboard_refreshButton__4jnVX{width:100%;justify-content:center}.Dashboard_dashboardHeader__V4JbL{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.Dashboard_backButton__ONunC{width:100%;justify-content:center;margin-right:0}.Dashboard_dashboardTitle__LxaRt{width:100%;text-align:center;font-size:1.25rem}.Dashboard_dashboardBody__XIxHL{padding:0}.Dashboard_platformTypesList__h_zvs{grid-template-columns:1fr;gap:.75rem}.Dashboard_platformTypeCard__3kQPR{padding:.75rem}.Dashboard_platformTypeIconContainer__BVTT0{width:40px;height:40px;font-size:1.25rem}.Dashboard_platformTypeName__zLhnm{font-size:1rem}.Dashboard_platformTypeDescription__9QYis{font-size:.85rem}}.Dashboard_dashboardTitle__LxaRt{font-size:1.5rem;font-weight:600;margin:0;font-family:Heebo,sans-serif;color:#fff}.Dashboard_dashboardHeader__V4JbL{display:flex;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.Dashboard_backButton__ONunC{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.9);padding:.5rem .75rem;border-radius:6px;font-size:.9rem;transition:all .2s ease;margin-right:1rem}.Dashboard_backButton__ONunC:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.Dashboard_backButton__ONunC svg{margin-right:.4rem}@media (max-width:480px){.Dashboard_dashboardContent__RHeN9,.Dashboard_mainContent__Zm5NS{padding:.75rem}.Dashboard_mobileHeader__ZtKfx{padding-bottom:.75rem;margin-bottom:.75rem}.Dashboard_menuToggle__RaHkY{width:36px;height:36px;font-size:1.1rem;margin-right:.75rem}.Dashboard_mobileLogo__cG1tm{height:20px;margin-right:6px}.Dashboard_mobileLogoText__16Azv{font-size:1rem}.Dashboard_dashboardHeader__V4JbL{flex-direction:column;align-items:flex-start}.Dashboard_backButton__ONunC{margin-right:0;margin-bottom:.5rem;width:100%;justify-content:center}.Dashboard_dashboardTitle__LxaRt{font-size:1.15rem;text-align:center;width:100%}.Dashboard_refreshButton__4jnVX .Dashboard_buttonLabel__3pznQ{display:none}.Dashboard_refreshButton__4jnVX{width:auto;padding:.6rem}.Dashboard_refreshButton__4jnVX svg{margin-right:0}.Dashboard_actionButton__uSZd_{padding:.5rem}}.Dashboard_sourcesTypeContainer__Lk7Hd{padding:20px;background-color:hsla(0,0%,8%,.5);border-radius:10px;margin-top:20px}.Dashboard_instruction__OFQBa{font-size:1.1rem;color:#ccc;margin-bottom:30px}.Dashboard_sourceTypeGrid__vOTZ_{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}.Dashboard_sourceTypeCard__yKVmB{display:flex;align-items:center;background-color:rgba(30,30,30,.7);border-radius:8px;padding:20px;transition:transform .2s,box-shadow .2s}.Dashboard_sourceTypeCard__yKVmB:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.Dashboard_sourceTypeIcon__6Xx27{background:linear-gradient(45deg,#9c27b0,#673ab7);border-radius:8px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;margin-right:15px;flex-shrink:0}.Dashboard_sourceTypeInfo__HEAQq{flex-grow:1}.Dashboard_sourceTypeName__oK8R5{font-weight:600;font-size:1.1rem;margin:0 0 5px;color:#fff}.Dashboard_sourceTypeDesc__BWOAJ{font-size:.9rem;color:#aaa;margin:0}.Dashboard_addButton___X3EB{background-color:#e91e63;color:#fff;border:none;border-radius:5px;padding:8px 16px;font-weight:500;cursor:pointer;transition:background-color .2s}.Dashboard_addButton___X3EB:hover{background-color:#d81b60}.Dashboard_formContainer__E7yeN{background-color:hsla(0,0%,8%,.5);border-radius:10px;padding:20px;margin-top:20px}.Dashboard_addSourceForm__LYwVC{display:flex;flex-direction:column;gap:20px}.Dashboard_formGroup__MUlGz{display:flex;flex-direction:column;gap:8px}.Dashboard_formLabel__QCbtY{font-weight:500;color:#eee}.Dashboard_fileInput__SGoFb,.Dashboard_formInput__teeW5,.Dashboard_formSelect__SX1sM{background-color:rgba(30,30,30,.7);border:1px solid #444;border-radius:5px;padding:10px 15px;color:#fff;font-size:1rem}.Dashboard_formInput__teeW5:focus,.Dashboard_formSelect__SX1sM:focus{border-color:#9c27b0;outline:none}.Dashboard_checkboxGroup__joOXw{display:flex;align-items:center;gap:10px}.Dashboard_checkboxGroup__joOXw input[type=checkbox]{width:18px;height:18px;accent-color:#9c27b0}.Dashboard_formActions__qkYfs{display:flex;gap:15px;margin-top:20px}.Dashboard_cancelButton__cq5Sw,.Dashboard_submitButton__mSXzK{padding:10px 20px;border-radius:5px;font-weight:500;cursor:pointer;transition:background-color .2s}.Dashboard_submitButton__mSXzK{background-color:#9c27b0;color:#fff;border:none}.Dashboard_submitButton__mSXzK:hover{background-color:#7b1fa2}.Dashboard_cancelButton__cq5Sw{background-color:transparent;color:#ccc;border:1px solid #444}.Dashboard_cancelButton__cq5Sw:hover{background-color:hsla(0,0%,100%,.05)}.Dashboard_detailsContainer__Uc_kF{background-color:hsla(0,0%,8%,.5);border-radius:10px;padding:25px;margin-top:20px}.Dashboard_detailsTitle__qEFc0{font-size:2rem;font-weight:600;margin:0 0 15px;color:#fff}.Dashboard_sourceType__LHHGZ{font-size:1rem;color:#aaa;margin-bottom:10px}.Dashboard_sourceStatus__Num_Y{display:inline-block;padding:5px 10px;border-radius:4px;font-size:.85rem;font-weight:500;margin-bottom:20px}.Dashboard_connected__wAW2D{background-color:rgba(76,175,80,.2);color:#4caf50}.Dashboard_pending__LlVrR{background-color:rgba(255,152,0,.2);color:#ff9800}.Dashboard_error__I2xNU{background-color:rgba(244,67,54,.2);color:#f44336}.Dashboard_sourceStats__M0igS{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:15px;gap:15px;margin-bottom:25px}.Dashboard_statItem___b96p{background-color:rgba(30,30,30,.7);border-radius:8px;padding:15px}.Dashboard_statLabel__pk18J{display:block;font-size:.85rem;color:var(--secondary-text);margin-bottom:5px}.Dashboard_statValue__zrG6R{display:block;font-size:1.5rem;font-weight:700;line-height:1.2;font-family:Heebo,sans-serif;color:var(--text)}.Dashboard_sectionDivider__9__TJ{height:1px;background-color:hsla(0,0%,100%,.1);margin:25px 0}.Dashboard_sectionTitle__hn3pZ{font-size:1.2rem;margin:0 0 15px}.Dashboard_configItems__nZ_qP{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:15px;gap:15px}.Dashboard_configItem__T8MF0{background-color:rgba(30,30,30,.7);border-radius:8px;padding:15px}.Dashboard_configLabel__pXuaG{display:block;font-size:.85rem;color:#aaa;margin-bottom:5px}.Dashboard_configValue__EjHRJ{display:block;font-size:1rem;color:#fff;word-break:break-word}.Dashboard_contentSection__YlpUh{margin-top:25px}.Dashboard_contentTable___zvTw{width:100%;border-collapse:collapse;margin-top:15px}.Dashboard_contentTable___zvTw th{text-align:left;padding:12px 15px;background-color:var(--table-header-bg);color:var(--secondary-text);font-weight:500;font-size:.9rem}.Dashboard_contentTable___zvTw td{padding:12px 15px;border-bottom:1px solid var(--border);color:var(--text)}.Dashboard_contentTable___zvTw tr:hover{background-color:var(--card-hover-bg)}.Dashboard_contentStatus__A3vNe{display:flex;align-items:center;gap:5px}.Dashboard_contentStatus__A3vNe svg{margin-right:5px}.Dashboard_imported__CRC2i{color:var(--success)}.Dashboard_pending__LlVrR{color:var(--warning)}.Dashboard_error__I2xNU{color:var(--error)}.Dashboard_pageHeader__z48b3{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.Dashboard_pageActions__1OsGB{display:flex;gap:10px}.Dashboard_actionButton__uSZd_{display:flex;align-items:center;gap:8px;background-color:hsla(0,0%,100%,.1);color:#fff;border:none;border-radius:5px;padding:8px 16px;font-size:.9rem;cursor:pointer;transition:background-color .2s}.Dashboard_actionButton__uSZd_:hover{background-color:hsla(0,0%,100%,.2)}.Dashboard_backButton__ONunC{display:flex;align-items:center;gap:8px;background:var(--button-bg);color:var(--text);border:none;padding:5px 10px;cursor:pointer;transition:color .2s;border-radius:5px}.Dashboard_backButton__ONunC:hover{background-color:var(--button-hover-bg);color:var(--text)}.Dashboard_errorState__7mUwm,.Dashboard_loadingState__xTQzt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background-color:var(--card-bg);border-radius:10px;margin-top:20px;text-align:center;border:1px solid var(--border);color:var(--text)}.Dashboard_returnButton__YK5t_{margin-top:15px;background-color:var(--button-bg);color:var(--text);border:none;border-radius:5px;padding:8px 16px;cursor:pointer}.Dashboard_returnButton__YK5t_:hover{background-color:var(--button-hover-bg)}.Dashboard_tabsContainer__bM1Ux{margin-top:.75rem}.Dashboard_tabs__Wf4PQ{display:flex;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:1.5rem;overflow-x:auto;gap:.5rem}.Dashboard_tabButton__d3dDf{background:none;color:hsla(0,0%,100%,.7);padding:.75rem 1rem;font-weight:600;border-bottom:2px solid transparent;transition:all .3s ease}.Dashboard_tabButton__d3dDf:hover{color:#fff}.Dashboard_tabButton__d3dDf.Dashboard_activeTab__X1bJD{color:#fff;border-bottom-color:var(--themeHr2,#826cfd)}.Dashboard_tabIcon__gYuDd{font-size:.9rem;margin-right:.25rem}.Dashboard_tabContent__DnLd6{padding-top:.5rem}.Dashboard_statsSection__T6NMn{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.Dashboard_statItem___b96p{padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.Dashboard_statItem___b96p h3{font-size:1rem;margin:0 0 .5rem;color:hsla(0,0%,100%,.7);font-weight:500}.Dashboard_statValue__zrG6R{font-size:1.75rem;font-weight:600;margin-bottom:.25rem;color:#fff}.Dashboard_statChange__RfWv6,.Dashboard_statMeta__wOjUk{font-size:.85rem;color:hsla(0,0%,100%,.7)}.Dashboard_positive__7qOin{color:var(--success)}.Dashboard_negative___A4fZ{color:var(--error)}.Dashboard_chartPlaceholder__zN_Nr{height:250px;background:hsla(0,0%,100%,.02);border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px dashed hsla(0,0%,100%,.1);margin-bottom:2rem}.Dashboard_placeholderText__QpSvE{color:hsla(0,0%,100%,.4);font-style:italic}.Dashboard_tableWrapper__nzA41{margin-bottom:1.5rem;overflow-x:auto}.Dashboard_dataTable__D9k_Q{width:100%;border-collapse:collapse;font-size:.9rem}.Dashboard_dataTable__D9k_Q th{text-align:left;padding:.75rem;border-bottom:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7);font-weight:600;font-size:.8rem}.Dashboard_dataTable__D9k_Q td{padding:.75rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.Dashboard_dataTable__D9k_Q tr:hover td{background:hsla(0,0%,100%,.02)}.Dashboard_recommendationsList__QD4FO{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.Dashboard_recommendationItem__jN5hj{padding:1rem 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.Dashboard_recommendationItem__jN5hj h3{font-size:1.1rem;margin:0 0 .5rem;color:#fff}.Dashboard_recommendationItem__jN5hj p{font-size:.9rem;margin:0 0 .75rem;color:hsla(0,0%,100%,.8);line-height:1.5}.Dashboard_recommendationMetrics__5wO0P{font-size:.85rem;color:hsla(0,0%,100%,.7)}.Dashboard_sectionTitle__hn3pZ{font-size:1.25rem;font-weight:600;margin:1.5rem 0 1rem;color:#fff}@media (max-width:992px){.Dashboard_statsSection__T6NMn{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Dashboard_tabs__Wf4PQ{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem}.Dashboard_tabButton__d3dDf{padding:.5rem .75rem;font-size:.85rem;outline:none}.Dashboard_statsSection__T6NMn{grid-template-columns:1fr}.Dashboard_statItem___b96p{padding:.5rem 0}.Dashboard_dataTable__D9k_Q{display:block;overflow-x:auto}}.Dashboard_videosGrid__HXiLP{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:20px}.Dashboard_videoCard__uEAWn{background-color:var(--card-bg);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:transform .2s,box-shadow .2s;border:1px solid var(--border)}.Dashboard_videoCard__uEAWn:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.Dashboard_videoThumbnail__zpOrn{position:relative;width:100%;padding-top:56.25%;background-color:#f4f4f4;overflow:hidden}.Dashboard_videoThumbnail__zpOrn img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.Dashboard_videoDuration__x7g0C{position:absolute;bottom:8px;right:8px;background-color:rgba(0,0,0,.7);color:#fff;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:500}.Dashboard_draftBadge__zgs7l,.Dashboard_processingBadge__XpFe5{position:absolute;top:8px;left:8px;color:#fff;padding:3px 8px;border-radius:4px;font-size:12px;font-weight:500}.Dashboard_processingBadge__XpFe5{background-color:#ff9800}.Dashboard_draftBadge__zgs7l{background-color:#757575}.Dashboard_videoCardContent__5c7AG{padding:16px}.Dashboard_videoTitle__vMkUC{font-size:16px;font-weight:600;margin:0 0 10px;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.Dashboard_videoMeta__VdPU6{font-size:13px;color:var(--secondary-text);margin-bottom:12px}.Dashboard_videoDate__JF4OE{display:flex;align-items:center;gap:5px}.Dashboard_videoStats__KH4tZ{display:flex;gap:12px;margin-bottom:16px}.Dashboard_videoStat__sCOGh{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--secondary-text)}.Dashboard_videoActions__7pW5W{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #f0f0f0;padding-top:12px;margin-top:12px}.Dashboard_videoAction__IJctw{background:none;border:none;color:var(--secondary-text);font-size:15px;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s,color .2s}.Dashboard_videoAction__IJctw:hover{background-color:var(--button-bg);color:var(--text)}.Dashboard_deleteAction___qVgj:hover{color:#d32f2f}.Dashboard_videosList__WggDf{margin-top:20px;background:var(--card-bg);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid var(--border)}.Dashboard_videosTable__W8Erh{width:100%;border-collapse:collapse}.Dashboard_videosTable__W8Erh td,.Dashboard_videosTable__W8Erh th{padding:16px;text-align:left;border-bottom:1px solid var(--border)}.Dashboard_videosTable__W8Erh th{background-color:var(--table-header-bg);font-weight:600;color:var(--secondary-text)}.Dashboard_videosTable__W8Erh tr:last-child td{border-bottom:none}.Dashboard_videosTable__W8Erh tr:hover{background-color:var(--card-hover-bg)}.Dashboard_videoCell__wqjNH{width:320px}.Dashboard_videoPreview__Y9Okr{display:flex;align-items:center;gap:12px}.Dashboard_videoListThumbnail__V1RvD{width:120px;height:67px;object-fit:cover;border-radius:4px}.Dashboard_videoListInfo__T8Lbo{display:flex;flex-direction:column;gap:4px}.Dashboard_videoListTitle__sp8E3{font-size:14px;font-weight:600;margin:0;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.Dashboard_statusBadge__VC128{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;color:#fff}.Dashboard_published__qbyYS{background-color:var(--success);color:#fff}.Dashboard_draft__wv8iS{background-color:var(--secondary-text);color:#fff}.Dashboard_processing__5V5t2{background-color:var(--warning);color:#fff}.Dashboard_statusDot__QhwR9.Dashboard_published__qbyYS{background:var(--success)}.Dashboard_statusDot__QhwR9.Dashboard_draft__wv8iS{background:var(--secondary-text)}.Dashboard_statusDot__QhwR9.Dashboard_processing__5V5t2{background:var(--warning)}.Dashboard_processingBadge__XpFe5{background-color:var(--warning);color:#fff}.Dashboard_draftBadge__zgs7l{background-color:var(--secondary-text);color:#fff}.Dashboard_engagementStats__PekId{display:flex;gap:10px}.Dashboard_engagementStat__ieXwR{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--secondary-text)}.Dashboard_tableActions__3Y4TX{display:flex;gap:10px}.Dashboard_tableAction__n7Xb_{background:none;border:none;color:var(--secondary-text);font-size:15px;cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s,color .2s}.Dashboard_tableAction__n7Xb_:hover{background-color:var(--button-bg);color:var(--text)}.Dashboard_toolbarContainer__ebO9D{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap;gap:15px}.Dashboard_searchFilterContainer__HnE9W{display:flex;flex-wrap:wrap;gap:15px;flex:1 1}.Dashboard_searchWrapper__pQkwD{position:relative;flex:1 1;min-width:200px;max-width:400px}.Dashboard_searchIcon__CF8nA{color:#aaa}.Dashboard_searchInput__0BS9Z{width:100%;padding:10px 10px 10px 40px;border:1px solid var(--border);border-radius:6px;font-size:14px;outline:none;transition:border-color .2s;background-color:var(--input-bg);color:var(--input-text)}.Dashboard_searchInput__0BS9Z:focus{border-color:var(--input-focus-border)}.Dashboard_filterContainer__v9jno{display:flex;gap:15px;flex-wrap:wrap}.Dashboard_filterSelect__fHW8J{display:flex;align-items:center;gap:8px}.Dashboard_filterSelect__fHW8J label{font-size:14px;color:#555}.Dashboard_selectFilter__FF61p{padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;outline:none;background-color:var(--input-bg);color:var(--input-text);cursor:pointer}.Dashboard_selectFilter__FF61p:focus{border-color:var(--input-focus-border)}.Dashboard_sortOrderButton___9FmO{color:var(--secondary-text);padding:5px}.Dashboard_sortAsc__m2bHp,.Dashboard_sortDesc__F4ooc{transition:transform .2s}.Dashboard_sortDesc__F4ooc{transform:rotate(180deg)}.Dashboard_viewButtons__EiTAy{display:flex;gap:10px;align-items:center}.Dashboard_viewButton___XTJR{background:none;border:1px solid var(--border);border-radius:6px;padding:8px;cursor:pointer;color:var(--secondary-text);transition:background-color .2s,color .2s}.Dashboard_activeView__48xmd,.Dashboard_viewButton___XTJR:hover{background-color:var(--button-bg)}.Dashboard_activeView__48xmd{color:var(--text)}.Dashboard_createButton__Xet1k{background-color:var(--settings-button-bg);color:var(--settings-button-text);border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.Dashboard_createButton__Xet1k:hover{background-color:var(--settings-button-hover-bg)}.Dashboard_noVideosContainer__f1Kmh{display:flex;justify-content:center;align-items:center;min-height:300px;background-color:var(--card-bg);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-top:20px;border:1px solid var(--border)}.Dashboard_noVideosContent__eIqji{text-align:center;padding:40px 20px;color:var(--text)}.Dashboard_noVideosIcon__2bWSo{font-size:48px;color:var(--secondary-text);margin-bottom:16px}.Dashboard_noVideosContent__eIqji h3{font-size:18px;font-weight:600;color:var(--text);margin:0 0 8px}.Dashboard_noVideosContent__eIqji p{font-size:14px;color:var(--secondary-text);margin:0 0 24px}@media (max-width:1024px){.Dashboard_videosGrid__HXiLP{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:768px){.Dashboard_toolbarContainer__ebO9D{flex-direction:column;align-items:stretch}.Dashboard_searchFilterContainer__HnE9W{flex-direction:column}.Dashboard_searchWrapper__pQkwD{max-width:none}.Dashboard_filterContainer__v9jno{flex-direction:column}.Dashboard_videoCell__wqjNH{width:auto}.Dashboard_videosTable__W8Erh td:nth-child(5),.Dashboard_videosTable__W8Erh th:nth-child(5){display:none}}@media (max-width:576px){.Dashboard_videosGrid__HXiLP{grid-template-columns:1fr}.Dashboard_videosTable__W8Erh td:nth-child(4),.Dashboard_videosTable__W8Erh th:nth-child(4){display:none}.Dashboard_videoListThumbnail__V1RvD{width:90px;height:50px}}.Dashboard_headerTitleSection__sv_W8{display:flex;align-items:center;gap:12px}.Dashboard_headerIcon__sKQ_Y{font-size:1.6rem;color:#826cfd}.Dashboard_modernButton__wYL4S{background:linear-gradient(135deg,#826cfd,#6152e1);color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(130,108,253,.25)}.Dashboard_modernButton__wYL4S:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(130,108,253,.4);background:linear-gradient(135deg,#9b7ffb,#7366e6)}.Dashboard_modernSearchBar__rmW20{display:flex;justify-content:space-between;align-items:center;margin:24px 0;background:rgba(25,21,33,.6);border-radius:8px;padding:12px 16px;border:1px solid hsla(0,0%,100%,.08);gap:12px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.Dashboard_searchInput__0BS9Z{position:relative;flex:0.7 1;min-width:200px}.Dashboard_searchInput__0BS9Z input{width:100%;background:rgba(30,25,35,.7);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;padding:10px 10px 10px 36px;color:#fff;font-size:14px;height:40px;transition:all .3s ease}.Dashboard_searchInput__0BS9Z input:focus{outline:none;border-color:rgba(130,108,253,.5);box-shadow:0 0 0 1px rgba(130,108,253,.2)}.Dashboard_searchIcon__CF8nA{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.5);font-size:14px}.Dashboard_filtersGroup__DYnE5{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;flex:0.3 1;justify-content:flex-end;height:40px}.Dashboard_filterDropdown__SIyet{position:relative;height:40px}.Dashboard_filterSelect__fHW8J{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(30,25,35,.7);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:#fff;padding:0 36px 0 12px;font-size:14px;cursor:pointer;transition:all .3s ease;height:40px;min-width:120px}.Dashboard_filterSelect__fHW8J:focus{outline:none;border-color:rgba(130,108,253,.5);box-shadow:0 0 0 1px rgba(130,108,253,.2)}.Dashboard_selectIcon__DbEPT{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.5);pointer-events:none;font-size:12px}.Dashboard_sortOrderButton___9FmO{background:none;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;position:absolute;right:-30px;top:0;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:40px;border-radius:4px;transition:all .2s ease}.Dashboard_sortOrderButton___9FmO:hover{color:#826cfd}.Dashboard_viewToggle__1vuwn{display:flex;background:rgba(30,25,35,.7);border-radius:6px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);height:40px}.Dashboard_viewToggleButton__PQw3W{background:none;border:none;padding:0 14px;color:hsla(0,0%,100%,.5);cursor:pointer;font-size:14px;transition:all .2s ease;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.Dashboard_viewToggleButton__PQw3W:hover{color:#fff;background:hsla(0,0%,100%,.1)}.Dashboard_viewToggleButton__PQw3W.Dashboard_active__zA7Ay{background:rgba(130,108,253,.3);color:#fff}.Dashboard_contentWrapper__N3XEd{margin-top:24px;min-height:60vh}.Dashboard_emptyStateModern__GWecD{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:rgba(40,34,50,.5);border-radius:16px;border:1px dashed hsla(0,0%,100%,.1)}.Dashboard_emptyStateIcon__WMgrP{width:80px;height:80px;border-radius:50%;background:rgba(130,108,253,.1);display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:32px;color:#826cfd}.Dashboard_emptyStateModern__GWecD h3{font-size:20px;font-weight:600;margin:0 0 12px;color:#fff}.Dashboard_emptyStateModern__GWecD p{font-size:15px;color:hsla(0,0%,100%,.7);margin:0 0 32px;max-width:400px}.Dashboard_modernVideosGrid__8KppO{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}.Dashboard_modernVideoCard__2_Hg5{background:rgba(40,34,50,.5);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.08)}.Dashboard_modernVideoCard__2_Hg5:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2);border-color:rgba(130,108,253,.3)}.Dashboard_modernVideoCard__2_Hg5:hover .Dashboard_cardOverlay__EnF0p{display:flex;opacity:1}.Dashboard_cardActions__FTWec{display:none;gap:12px;transform:translateY(20px);opacity:0;transition:all .3s ease}.Dashboard_modernVideoCard__2_Hg5:hover .Dashboard_cardActions__FTWec{display:flex;transform:translateY(0);opacity:1}.Dashboard_modernThumbnail__J9awb{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.Dashboard_modernThumbnail__J9awb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.Dashboard_modernVideoCard__2_Hg5:hover .Dashboard_modernThumbnail__J9awb img{transform:scale(1.05)}.Dashboard_cardOverlay__EnF0p{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.Dashboard_actionCircleButton__SSFuQ{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.15);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease;transform:scale(.9)}.Dashboard_actionCircleButton__SSFuQ:hover{background:rgba(130,108,253,.8);transform:translateY(-2px) scale(1)}.Dashboard_modernDuration__Kfguj{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.Dashboard_durationIcon__ajHrP{font-size:10px}.Dashboard_modernBadge__QTjCp{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.Dashboard_processingDot__6GB2H{background:#ff9800;animation:Dashboard_pulse__7KKP5 1.5s infinite}.Dashboard_draftDot__o3pcG,.Dashboard_processingDot__6GB2H{width:8px;height:8px;border-radius:50%;display:inline-block}.Dashboard_draftDot__o3pcG{background:#757575}@keyframes Dashboard_pulse__7KKP5{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:.5;transform:scale(.8)}}.Dashboard_modernCardContent__fH0fK{padding:16px}.Dashboard_modernVideoTitle__xys8x{font-size:16px;font-weight:600;margin:0 0 10px;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.Dashboard_modernVideoMeta__CFsgU{display:flex;color:hsla(0,0%,100%,.7);font-size:13px;margin-bottom:16px;align-items:center;justify-content:flex-start}.Dashboard_modernVideoDate__4exWF{display:flex;align-items:center;gap:10px;font-weight:500;background:rgba(30,25,40,.3);padding:6px 12px;border-radius:6px;transition:all .2s ease}.Dashboard_modernVideoDate__4exWF:hover{background:rgba(130,108,253,.15);transform:translateY(-2px)}.Dashboard_modernVideoStats__ujQbC{display:flex;gap:16px;align-items:center;justify-content:flex-start;margin-top:5px}.Dashboard_statItem___b96p{display:flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.7);font-size:13px;min-width:70px;background:rgba(30,25,40,.3);padding:6px 12px;border-radius:6px;transition:all .2s ease}.Dashboard_statItem___b96p:hover{background:rgba(130,108,253,.15);transform:translateY(-2px)}.Dashboard_statIcon__bg5tk{font-size:15px;opacity:.9;width:18px;height:18px;text-align:center;color:#826cfd;display:flex;align-items:center;justify-content:center}.Dashboard_modernTableContainer__tlEUz{background:rgba(40,34,50,.5);border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08)}.Dashboard_modernTable__4IxsW{width:100%;border-collapse:collapse}.Dashboard_modernTable__4IxsW th{background:rgba(30,25,35,.7);color:hsla(0,0%,100%,.8);font-size:13px;font-weight:600;text-align:left;padding:14px 20px;text-transform:uppercase;letter-spacing:.5px}.Dashboard_modernTable__4IxsW td{padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.05);color:#fff;font-size:14px;vertical-align:middle}.Dashboard_modernTable__4IxsW tr:last-child td{border-bottom:none}.Dashboard_modernTable__4IxsW tr:hover td{background:rgba(130,108,253,.05)}.Dashboard_videoPreviewModern__OvnR3{display:flex;align-items:center;gap:16px;max-width:400px}.Dashboard_thumbnailContainer__a2IVF{position:relative;width:120px;height:68px;border-radius:6px;overflow:hidden;flex-shrink:0}.Dashboard_thumbnailContainer__a2IVF img{width:100%;height:100%;object-fit:cover}.Dashboard_videoLength__5FnXX{position:absolute;bottom:4px;right:4px;background:rgba(0,0,0,.8);color:#fff;font-size:10px;padding:2px 4px;border-radius:2px;font-weight:500}.Dashboard_videoInfoModern__lmDpu{display:flex;flex-direction:column;gap:4px;min-width:0}.Dashboard_videoInfoModern__lmDpu h4{font-size:15px;font-weight:500;color:#fff}.Dashboard_videoDescription__x5fbC,.Dashboard_videoInfoModern__lmDpu h4{margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.Dashboard_videoDescription__x5fbC{font-size:12px;color:hsla(0,0%,100%,.6)}.Dashboard_statusIndicator__uTSZS{display:flex;align-items:center;gap:8px}.Dashboard_statusDot__QhwR9{width:8px;height:8px;border-radius:50%;display:inline-block}.Dashboard_statusDot__QhwR9.Dashboard_published__qbyYS{background:#4caf50}.Dashboard_statusDot__QhwR9.Dashboard_draft__wv8iS{background:#757575}.Dashboard_statusDot__QhwR9.Dashboard_processing__5V5t2{background:#ff9800;animation:Dashboard_pulse__7KKP5 1.5s infinite}.Dashboard_statusText__Dw6oE{font-size:13px}.Dashboard_metricItem__r8kxO{display:flex;align-items:center;gap:8px;font-size:14px}.Dashboard_metricIcon__wNI3e{opacity:.7;font-size:14px}.Dashboard_metricGroup__6pI_6{display:flex;gap:16px}.Dashboard_actionColumn__0Papq{text-align:right}.Dashboard_tableButtonGroup__IrJgx{display:flex;gap:8px;justify-content:flex-end}.Dashboard_tableActionButton__aus4X{background:hsla(0,0%,100%,.08);border:none;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.7);cursor:pointer;transition:all .2s ease}.Dashboard_tableActionButton__aus4X:hover{background:rgba(130,108,253,.3);color:#fff}.Dashboard_tableActionButton__aus4X.Dashboard_deleteBtn__LNUYU:hover{background:rgba(244,67,54,.3);color:#f44336}@media (max-width:1080px){.Dashboard_modernVideosGrid__8KppO{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:968px){.Dashboard_modernSearchBar__rmW20{flex-direction:column;align-items:stretch;padding:14px;gap:14px}.Dashboard_searchInput__0BS9Z{flex:1 1;width:100%}.Dashboard_filtersGroup__DYnE5{width:100%;justify-content:space-between;gap:8px}.Dashboard_filterDropdown__SIyet{flex:1 1}.Dashboard_filterSelect__fHW8J{width:100%;min-width:auto}}@media (max-width:768px){.Dashboard_dashboardHeader__V4JbL{flex-direction:column;align-items:flex-start;gap:16px}.Dashboard_headerTitleSection__sv_W8{width:100%}.Dashboard_modernButton__wYL4S{width:100%;justify-content:center}.Dashboard_modernVideosGrid__8KppO{grid-template-columns:1fr}.Dashboard_filtersGroup__DYnE5{flex-wrap:wrap;height:auto;gap:12px}.Dashboard_filterDropdown__SIyet{width:calc(50% - 6px);margin-right:0!important}.Dashboard_viewToggle__1vuwn{width:100%;justify-content:center}.Dashboard_videoInfoModern__lmDpu h4{-webkit-line-clamp:2}.Dashboard_modernTable__4IxsW td:nth-child(4),.Dashboard_modernTable__4IxsW th:nth-child(4){display:none}}@media (max-width:576px){.Dashboard_modernTable__4IxsW td:nth-child(5),.Dashboard_modernTable__4IxsW th:nth-child(5){display:none}.Dashboard_thumbnailContainer__a2IVF{width:80px;height:45px}.Dashboard_videoPreviewModern__OvnR3{gap:10px}.Dashboard_filterDropdown__SIyet{width:100%}.Dashboard_sortOrderButton___9FmO{right:8px;top:0}.Dashboard_filterSelect__fHW8J,.Dashboard_searchInput__0BS9Z input{font-size:13px}}.Dashboard_viewHeader__tixXL{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.Dashboard_secondaryButton__0sPN7{background-color:hsla(0,0%,100%,.08);color:#fff;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500}.Dashboard_secondaryButton__0sPN7:hover{background-color:hsla(0,0%,100%,.12);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.Dashboard_activeButton__RIyAG{background-color:rgba(130,108,253,.2);border:1px solid rgba(130,108,253,.3);box-shadow:0 0 0 1px rgba(130,108,253,.1)}.Dashboard_outlineButton__S3_Fn{background-color:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500}.Dashboard_outlineButton__S3_Fn:hover{background-color:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.Dashboard_currentPlanCard__eSGoi{position:relative;border-radius:16px;padding:1.75rem;background:rgba(25,25,35,.4);border:1px solid hsla(0,0%,100%,.08);margin-bottom:2rem;transition:all .3s ease;overflow:hidden}.Dashboard_currentPlanCard__eSGoi:hover{box-shadow:0 12px 36px rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.12);transform:translateY(-2px)}.Dashboard_currentPlanHeader__iakNw{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.Dashboard_currentPlanInfo__tmXAm{display:flex;align-items:flex-start;gap:1.25rem}.Dashboard_planBadgeContainer__d7dRD{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.Dashboard_planBadgeContainer__d7dRD h2{margin:0;font-size:1.6rem}.Dashboard_renewalInfo__DyVSr{font-size:.9rem;color:hsla(0,0%,100%,.7);margin:0;display:flex;align-items:center;gap:.5rem}.Dashboard_inlineIcon__m4_Gt{color:hsla(0,0%,100%,.5);font-size:.9rem}.Dashboard_planActions__azKVc{display:flex;align-items:center;gap:1rem}.Dashboard_currentPlanDetails__5WRjF{display:flex;flex-wrap:wrap;gap:2rem}.Dashboard_detailColumn__LQaB4{flex:1 1;min-width:280px;display:flex;flex-direction:column;gap:1.5rem}.Dashboard_detailGroup__r6WjQ{background:rgba(0,0,0,.2);border-radius:12px;padding:1.25rem;border:1px solid hsla(0,0%,100%,.05)}.Dashboard_detailGroupTitle__XxV65{font-size:1rem;font-weight:600;margin:0 0 1rem;color:hsla(0,0%,100%,.9);padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.Dashboard_detailItem__glsjW{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.Dashboard_detailItem__glsjW:last-child{margin-bottom:0}.Dashboard_detailIcon__zPQnO{color:hsla(0,0%,100%,.5);font-size:1.1rem;margin-top:3px}.Dashboard_detailLabel__aEjB5{font-size:.85rem;color:hsla(0,0%,100%,.6);margin-bottom:.25rem}.Dashboard_detailValue__toVwr{font-size:1rem;font-weight:500;color:#fff}.Dashboard_featureTags__tnbMd{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.Dashboard_featureTag__2d_AC{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:20px;font-size:.85rem;color:hsla(0,0%,100%,.9);transition:all .2s ease}.Dashboard_featureTag__2d_AC:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.2)}.Dashboard_usageContainer__Ey_Um{background:rgba(0,0,0,.2);border-radius:12px;padding:1.25rem;border:1px solid hsla(0,0%,100%,.05)}.Dashboard_usageHeader__tFkBO{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.Dashboard_usageHeader__tFkBO h3{font-size:1rem;font-weight:600;margin:0;color:hsla(0,0%,100%,.9)}.Dashboard_usageFraction__r917O{display:flex;align-items:baseline;font-weight:600;font-size:1.2rem}.Dashboard_usageTotal__fMgWo{font-size:.9rem;color:hsla(0,0%,100%,.5);margin-left:.25rem}.Dashboard_progressBarContainer__gVvYl{height:8px;background-color:hsla(0,0%,100%,.1);border-radius:4px;overflow:hidden;margin-bottom:.75rem}.Dashboard_progressBar__783xt{height:100%;border-radius:4px;transition:width .8s cubic-bezier(.16,1,.3,1)}.Dashboard_usageGood__pmcf3{background-color:#00a86b}.Dashboard_usageWarning__l_Ygh{background-color:#f7b955}.Dashboard_usageCritical__SA1CO{background-color:#ff516b}.Dashboard_usageFooter__MR1d7{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:hsla(0,0%,100%,.7)}.Dashboard_usagePercentage__ywGE5{font-weight:600}.Dashboard_comparisonContainer__1Oi3R{background:rgba(25,25,35,.4);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:1.75rem;margin-bottom:2rem;transition:all .3s ease}.Dashboard_comparisonContainer__1Oi3R:hover{box-shadow:0 12px 28px rgba(0,0,0,.15);border-color:hsla(0,0%,100%,.12)}.Dashboard_comparisonTitle__Nk709{font-size:1.25rem;margin-bottom:1.5rem;font-weight:600}.Dashboard_tableContainer___29iQ{overflow-x:auto;margin-bottom:1rem}.Dashboard_comparisonTable__vZPvz{width:100%;border-collapse:separate;border-spacing:0;text-align:left;font-size:.95rem}.Dashboard_comparisonTable__vZPvz th{padding:1rem 1.5rem 1rem .75rem;border-bottom:1px solid hsla(0,0%,100%,.1);font-weight:600;color:hsla(0,0%,100%,.8);position:relative;background-color:rgba(0,0,0,.1);transition:all .2s ease}.Dashboard_comparisonTable__vZPvz th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.Dashboard_comparisonTable__vZPvz th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.Dashboard_comparisonTable__vZPvz td{padding:1rem 1.5rem 1rem .75rem;border-bottom:1px solid hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.7);transition:all .2s ease}.Dashboard_comparisonTable__vZPvz tr:hover td{background-color:hsla(0,0%,100%,.02)}.Dashboard_comparisonTable__vZPvz tr:last-child td{border-bottom:none}.Dashboard_recommendedBadge__WWDFc{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background-color:inherit;color:#fff;font-size:.75rem;padding:.3rem .75rem;border-radius:20px;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1}.Dashboard_currentPlanBadge__EakQ6{display:inline-block;padding:.3rem .75rem;background-color:hsla(0,0%,100%,.1);color:#fff;border-radius:20px;font-size:.8rem;font-weight:500}.Dashboard_priceTd__ovlZV{font-size:1.1rem;font-weight:600}.Dashboard_compactPrimaryButton__IjVYb{padding:.4rem .9rem;background-color:#826cfd;color:#fff;border:none;border-radius:20px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.Dashboard_compactPrimaryButton__IjVYb:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.Dashboard_planCard__LAMXi{position:relative;overflow:visible;display:flex;flex-direction:column;border-radius:16px;padding:1.75rem;transition:all .3s ease;background:rgba(25,25,35,.4);border:1px solid hsla(0,0%,100%,.08);height:100%}.Dashboard_planCard__LAMXi:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.12)}.Dashboard_recommendedCard__vPXed{background:rgba(35,35,50,.6);z-index:1}.Dashboard_currentPlanHighlight__Ovn80{border:1px solid hsla(0,0%,100%,.2);background:rgba(45,45,60,.4)}.Dashboard_recommendedTag__RUK0G{position:absolute;top:-12px;right:-5px;color:#fff;padding:.3rem .9rem;border-radius:20px;font-size:.75rem;font-weight:700;z-index:2;box-shadow:0 4px 12px rgba(0,0,0,.2)}.Dashboard_currentTag__uay8R{position:absolute;top:15px;left:15px;background-color:rgba(0,0,0,.6);color:#fff;font-size:.7rem;font-weight:500;padding:.25rem .6rem;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.Dashboard_planHeader__1tVxG{margin-bottom:1.75rem;text-align:center}.Dashboard_planIconContainer__w3tbI{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem;transition:all .3s ease}.Dashboard_planCard__LAMXi:hover .Dashboard_planIconContainer__w3tbI{transform:scale(1.1)}.Dashboard_planHeader__1tVxG h3{font-size:1.3rem;margin:0 0 .75rem;color:#fff}.Dashboard_planPrice__Oj0_t{font-size:1.75rem;font-weight:700;margin:.75rem 0;transition:all .3s ease}.Dashboard_planCard__LAMXi:hover .Dashboard_planPrice__Oj0_t{transform:scale(1.05)}.Dashboard_planDescription__AId47{opacity:.8;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.Dashboard_planFeatures__nQa_q{flex-grow:1;margin-bottom:1.5rem}.Dashboard_featuresTitle__NP_sS{font-size:1rem;font-weight:600;margin:0 0 1rem;color:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:space-between;position:relative}.Dashboard_featuresPopover__4xH3Y{position:absolute;top:-45px;right:-20px;background:rgba(0,0,0,.8);padding:.75rem;border-radius:8px;width:220px;box-shadow:0 5px 15px rgba(0,0,0,.3);opacity:0;animation:Dashboard_fadeIn__gSAky .3s forwards;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes Dashboard_fadeIn__gSAky{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Dashboard_popoverArrow__IBniO{position:absolute;bottom:-8px;right:20px;width:16px;height:8px;overflow:hidden}.Dashboard_popoverArrow__IBniO:after{content:"";position:absolute;width:12px;height:12px;background:rgba(0,0,0,.8);transform:translateY(-8px) rotate(45deg);top:0;left:2px}.Dashboard_popoverIcon__8UWHH{color:hsla(0,0%,100%,.7);margin-right:8px}.Dashboard_featuresPopover__4xH3Y p{margin:0;font-size:.85rem;color:hsla(0,0%,100%,.9)}.Dashboard_featuresList__W0WUz{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.Dashboard_featureItem__9JZbC{display:flex;align-items:flex-start;font-size:.9rem;line-height:1.4}.Dashboard_featureIcon__9f5Tx{margin-right:10px;margin-top:3px;flex-shrink:0}.Dashboard_planButton__y_Apd{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;border-radius:8px;padding:.8rem;font-weight:500;font-size:.95rem;transition:all .3s ease}.Dashboard_planButton__y_Apd:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.25)}.Dashboard_planButton__y_Apd:disabled{cursor:not-allowed;opacity:.7}.Dashboard_planButton__y_Apd svg{transition:transform .2s ease}.Dashboard_planButton__y_Apd:hover svg{transform:translateX(4px)}.Dashboard_enterpriseCard__oc178{background:rgba(25,25,35,.4);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:1.75rem;transition:all .3s ease;max-width:900px}.Dashboard_enterpriseCard__oc178:hover{box-shadow:0 15px 35px rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.12);transform:translateY(-3px)}.Dashboard_enterpriseCardContent__qOwOu{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.Dashboard_enterpriseInfo__1S5X_{display:flex;align-items:center;gap:1.5rem;flex:1 1}.Dashboard_enterpriseIcon__F3GNe{width:70px;height:70px;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;transition:all .3s ease;box-shadow:0 8px 16px rgba(0,0,0,.2)}.Dashboard_enterpriseCard__oc178:hover .Dashboard_enterpriseIcon__F3GNe{transform:scale(1.1)}.Dashboard_enterpriseText__O7ADy{flex:1 1}.Dashboard_enterpriseText__O7ADy h3{margin:0 0 .75rem;font-size:1.4rem;font-weight:600}.Dashboard_enterpriseText__O7ADy p{margin:0 0 1.25rem;opacity:.8;font-size:.95rem;line-height:1.5}.Dashboard_enterpriseFeatures__bTKeZ{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.25rem}.Dashboard_enterpriseFeatures__bTKeZ li{font-size:.9rem;color:var(--text);display:flex;align-items:center;gap:.6rem;background-color:var(--card-bg);padding:.5rem 1rem;border-radius:20px;transition:all .2s ease}.Dashboard_enterpriseFeatures__bTKeZ li:hover{background-color:var(--card-hover-bg);transform:translateY(-2px)}.Dashboard_enterpriseButton__4sBfo{padding:.8rem 2rem;font-weight:600;font-size:1rem;border-radius:8px;transition:all .3s ease;background-color:var(--button-bg);color:var(--button-text)}.Dashboard_enterpriseButton__4sBfo:hover{transform:translateY(-2px);box-shadow:0 8px 16px var(--shadow)}@media (max-width:992px){.Dashboard_currentPlanHeader__iakNw{flex-direction:column;gap:1.25rem;align-items:flex-start}.Dashboard_currentPlanInfo__tmXAm,.Dashboard_planActions__azKVc{width:100%}.Dashboard_planActions__azKVc .Dashboard_outlineButton__S3_Fn{width:100%;justify-content:center}.Dashboard_enterpriseCardContent__qOwOu{flex-direction:column;align-items:flex-start}.Dashboard_enterpriseButton__4sBfo,.Dashboard_enterpriseInfo__1S5X_{width:100%}}@media (max-width:768px){.Dashboard_currentPlanDetails__5WRjF{flex-direction:column;gap:1.25rem}.Dashboard_detailColumn__LQaB4{width:100%;min-width:unset}.Dashboard_viewHeader__tixXL{flex-direction:column;gap:1rem;align-items:flex-start}.Dashboard_viewHeader__tixXL .Dashboard_secondaryButton__0sPN7{width:100%;justify-content:center}.Dashboard_comparisonTable__vZPvz{font-size:.85rem}.Dashboard_comparisonTable__vZPvz td,.Dashboard_comparisonTable__vZPvz th{padding:.75rem .5rem}.Dashboard_enterpriseFeatures__bTKeZ,.Dashboard_featureTags__tnbMd{flex-direction:column;align-items:flex-start}.Dashboard_enterpriseFeatures__bTKeZ li{width:100%}}@media (max-width:576px){.Dashboard_comparisonContainer__1Oi3R,.Dashboard_currentPlanCard__eSGoi,.Dashboard_enterpriseCard__oc178,.Dashboard_planCard__LAMXi{padding:1.25rem;border-radius:12px}.Dashboard_currentPlanInfo__tmXAm{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.Dashboard_planBadgeContainer__d7dRD{flex-direction:column;align-items:center;gap:.5rem}.Dashboard_statusBadge__VC128{margin-top:.5rem}.Dashboard_planHeader__1tVxG{text-align:center}.Dashboard_enterpriseInfo__1S5X_{flex-direction:column;text-align:center;gap:1rem}.Dashboard_enterpriseText__O7ADy{text-align:center}}.Dashboard_profileContainer__PDzw6{width:100%;max-width:900px;margin:0 auto;padding:1.5rem;background-color:var(--card-bg);border-radius:10px;border:1px solid var(--border);box-shadow:0 4px 16px var(--shadow);transition:var(--theme-transition)}.Dashboard_profileHeader__2ep9t{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);transition:var(--theme-transition)}.Dashboard_profileAvatarSection__u4pcn{display:flex;align-items:center;gap:1.5rem}.Dashboard_profileAvatar__jnSHB{position:relative;width:100px;height:100px;overflow:hidden;border-radius:50%;box-shadow:0 4px 10px var(--shadow);transition:var(--theme-transition)}.Dashboard_profileAvatar__jnSHB img{width:100%;height:100%;object-fit:cover}.Dashboard_profileName__xWtVB{font-size:1.5rem;font-weight:600;color:var(--text);margin:0;transition:var(--theme-transition)}.Dashboard_profileButton__KlNY5{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease,var(--theme-transition)}.Dashboard_profileButton__KlNY5 svg{font-size:.875rem}.Dashboard_editButton__ksASO{background:linear-gradient(135deg,#826cfd,#6152e1);color:#fff;box-shadow:0 4px 12px rgba(130,108,253,.25)}.Dashboard_editButton__ksASO:hover{background:linear-gradient(135deg,#9b7ffb,#7366e6);transform:translateY(-2px);box-shadow:0 6px 16px rgba(130,108,253,.4)}.Dashboard_cancelButton__cq5Sw{background-color:rgba(245,34,45,.1);color:#f5222d;border:1px solid rgba(245,34,45,.2)}.Dashboard_cancelButton__cq5Sw:hover{background-color:rgba(245,34,45,.2);color:#ff4d4f;transform:translateY(-2px);box-shadow:0 6px 16px rgba(245,34,45,.25)}.Dashboard_saveButton__eLFHC{background:linear-gradient(135deg,#52c41a,#389e0d);box-shadow:0 4px 12px rgba(82,196,26,.25)}.Dashboard_saveButton__eLFHC:hover{background:linear-gradient(135deg,#73d13d,#52c41a);box-shadow:0 6px 16px rgba(82,196,26,.4)}[data-theme=light] .Dashboard_profileButton__KlNY5.Dashboard_editButton__ksASO{background:linear-gradient(135deg,#826cfd,#6152e1);color:#fff}[data-theme=light] .Dashboard_profileButton__KlNY5.Dashboard_editButton__ksASO:hover{background:linear-gradient(135deg,#9b7ffb,#7366e6)}[data-theme=light] .Dashboard_profileButton__KlNY5.Dashboard_cancelButton__cq5Sw{background-color:rgba(245,34,45,.1);color:#f5222d;border:1px solid rgba(245,34,45,.2)}[data-theme=light] .Dashboard_profileButton__KlNY5.Dashboard_cancelButton__cq5Sw:hover{background-color:rgba(245,34,45,.2);color:#ff4d4f}[data-theme=light] .Dashboard_profileButton__KlNY5.Dashboard_saveButton__eLFHC{background:linear-gradient(135deg,#52c41a,#389e0d);color:#fff}[data-theme=light] .Dashboard_profileButton__KlNY5.Dashboard_saveButton__eLFHC:hover{background:linear-gradient(135deg,#73d13d,#52c41a)}.Dashboard_profileContent__LZVn6{margin-top:1rem}.Dashboard_profileDetails__zV_uM{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.Dashboard_profileDetailItem__CYd83{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:var(--card-hover-bg);border-radius:8px;border:1px solid var(--border);transition:all .2s ease,var(--theme-transition)}.Dashboard_profileDetailItem__CYd83:hover{box-shadow:0 4px 12px var(--shadow);transform:translateY(-2px)}.Dashboard_profileDetailIcon__rTQPK{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:rgba(130,108,253,.2);color:#826cfd;transition:var(--theme-transition)}.Dashboard_profileDetailContent__nov_A h3{font-size:.875rem;color:var(--secondary-text);margin:0 0 .25rem;font-weight:500;transition:var(--theme-transition)}.Dashboard_profileDetailContent__nov_A p{font-size:1rem;color:var(--text);margin:0;font-weight:500;word-break:break-word;transition:var(--theme-transition)}.Dashboard_profileForm__eQZ3o{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.Dashboard_profileFormGroup__cFagi{margin-bottom:1rem}.Dashboard_profileLabel__loANv{display:block;font-size:.875rem;font-weight:500;color:var(--secondary-text);margin-bottom:.5rem;transition:var(--theme-transition)}.Dashboard_profileInput__GX52f{width:100%;padding:.75rem 1rem;font-size:1rem;background-color:var(--input-bg,#1e1e1e);color:var(--text,#e4e4e4);border:1px solid var(--border,#333);border-radius:6px;transition:all .2s ease,var(--theme-transition)}.Dashboard_profileInput__GX52f:focus{outline:none;border-color:#826cfd;box-shadow:0 0 0 3px rgba(130,108,253,.2)}.Dashboard_profileFormActions__URQ9e{grid-column:1/-1;display:flex;justify-content:flex-end;margin-top:1rem}[data-theme=light] .Dashboard_profileName__xWtVB{color:var(--text)}[data-theme=light] .Dashboard_profileDetailItem__CYd83{background-color:var(--card-hover-bg);border:1px solid var(--border)}[data-theme=light] .Dashboard_profileDetailContent__nov_A h3{color:var(--secondary-text)}[data-theme=light] .Dashboard_profileDetailContent__nov_A p{color:var(--text)}[data-theme=light] .Dashboard_profileInput__GX52f{background-color:var(--input-bg);color:var(--text);border:1px solid var(--border)}[data-theme=light] .Dashboard_profileInput__GX52f:focus{border-color:#826cfd;box-shadow:0 0 0 3px rgba(130,108,253,.2)}[data-theme=light] .Dashboard_profileLabel__loANv{color:var(--secondary-text)}[data-theme=light] .Dashboard_profileDetailIcon__rTQPK{background-color:rgba(130,108,253,.1)}@media (max-width:768px){.Dashboard_profileHeader__2ep9t{flex-direction:column;align-items:flex-start;gap:1rem}.Dashboard_profileAvatarSection__u4pcn{width:100%;flex-direction:column;gap:1rem;align-items:center;text-align:center}.Dashboard_profileButton__KlNY5{width:100%;justify-content:center}.Dashboard_profileDetails__zV_uM,.Dashboard_profileForm__eQZ3o{grid-template-columns:1fr}.Dashboard_settingsTabs__5_pQ5{flex-wrap:nowrap;overflow-x:auto;padding:.75rem .5rem;gap:.5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.Dashboard_tabButton__d3dDf{font-size:0;flex-direction:column;padding:.75rem;min-width:60px;height:60px;justify-content:center;border-radius:8px}.Dashboard_tabButton__d3dDf svg{font-size:1.5rem;margin-right:0}}.Dashboard_settingsContainer__1Gre_{display:flex;flex-direction:column;gap:1rem;border-radius:12px;transition:all .3s ease;width:100%;padding:2rem;background-color:var(--background);min-height:100vh;transition:var(--theme-transition)}.Dashboard_settingsTabs__5_pQ5{display:flex;gap:.75rem;margin-bottom:1.5rem;padding:.5rem;background-color:var(--card-bg);border-radius:12px;overflow-x:auto;scrollbar-width:none;box-shadow:0 2px 8px var(--shadow);border:1px solid var(--border)}.Dashboard_settingsTabs__5_pQ5::-webkit-scrollbar{display:none}.Dashboard_tabButton__d3dDf{padding:.75rem 1.25rem;background:transparent;color:var(--text);border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;white-space:nowrap;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;outline:none}.Dashboard_tabButton__d3dDf:focus{outline:none}.Dashboard_tabButton__d3dDf:hover{background:var(--button-hover-bg);transform:translateY(-2px)}.Dashboard_tabButton__d3dDf svg{font-size:.95rem}.Dashboard_activeTab__X1bJD{color:#fff;box-shadow:0 4px 10px rgba(130,108,253,.3)}.Dashboard_activeTab__X1bJD,.Dashboard_activeTab__X1bJD:hover{background:linear-gradient(135deg,var(--themeHvr1,#ff516b) 0,var(--themeHr2,#826cfd) 100%)}.Dashboard_settingsPanel__rwVu_{background-color:var(--card-bg);border-radius:12px;padding:1.75rem;box-shadow:0 2px 8px var(--shadow);border:1px solid var(--border);transition:all .3s ease}.Dashboard_settingsPanelTitle__l0o35{color:var(--settings-section-title);font-size:1.5rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.Dashboard_settingsPanelTitle__l0o35 svg{color:var(--settings-tab-active-bg)}.Dashboard_settingsPanelDescription__lwndj{color:var(--settings-description);margin-bottom:2rem}.Dashboard_settingsForm__hJ8T_{display:flex;flex-direction:column;gap:2rem}.Dashboard_settingsFormGroup__Ohq6Q{background-color:var(--background);border-radius:10px;padding:1.25rem;border:1px solid var(--border);transition:all .25s ease}.Dashboard_settingsFormGroup__Ohq6Q:hover{box-shadow:0 6px 12px var(--shadow);transform:translateY(-2px)}.Dashboard_settingsSectionTitle__LCHVu{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;padding-bottom:.625rem;border-bottom:1px solid var(--border)}.Dashboard_settingsSectionTitle__LCHVu h3{font-size:1.1rem;font-weight:600;color:var(--text);margin:0}.Dashboard_settingsSectionTitle__LCHVu svg{color:var(--link);font-size:1.1rem}.Dashboard_settingsFormRow__5q7hF{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.5rem 0}.Dashboard_settingsFormRow__5q7hF:last-child{margin-bottom:0}.Dashboard_settingsLabel__PVnO3{font-size:.95rem;color:var(--text);font-weight:500}.Dashboard_settingsInput__uH_oK{background-color:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:.625rem 1rem;color:var(--text);width:175px;font-size:.9rem;transition:all .25s ease}.Dashboard_settingsInput__uH_oK:focus{border-color:var(--themeHr2,#826cfd);outline:none;box-shadow:0 0 0 2px rgba(130,108,253,.2)}.Dashboard_settingsSelect__Ehwp6{background-color:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:.625rem 1rem;color:var(--text);width:175px;font-size:.9rem;-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='currentColor' 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 .75rem center;background-size:1em;transition:all .25s ease}.Dashboard_settingsSelect__Ehwp6:focus{border-color:var(--themeHr2,#826cfd);outline:none;box-shadow:0 0 0 2px rgba(130,108,253,.2)}.Dashboard_settingsSelect__Ehwp6 option{background-color:var(--card-bg);color:var(--text)}.Dashboard_settingsHelperText__AwKZe{font-size:.75rem;color:var(--secondary-text);margin-top:.5rem;margin-left:auto;width:175px}.Dashboard_toggleSwitch__pj6Y_{position:relative;display:inline-block;width:50px;height:28px}.Dashboard_toggleSwitch__pj6Y_ input{opacity:0;width:0;height:0}.Dashboard_toggleLabel__yj7TO{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#e0e0e0;border-radius:34px;cursor:pointer;transition:all .3s ease;overflow:hidden;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.Dashboard_toggleLabel__yj7TO:before{content:"";position:absolute;height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.2);z-index:2}.Dashboard_toggleSwitch__pj6Y_ input:checked+.Dashboard_toggleLabel__yj7TO{background-color:#5e5aff}.Dashboard_toggleSwitch__pj6Y_ input:checked+.Dashboard_toggleLabel__yj7TO:before{transform:translateX(26px)}.Dashboard_toggleLabel__yj7TO span{display:none}.Dashboard_toggleSwitch__pj6Y_ input:focus+.Dashboard_toggleLabel__yj7TO{box-shadow:0 0 1px #5e5aff,inset 0 1px 3px rgba(0,0,0,.1)}[data-theme=light] .Dashboard_toggleLabel__yj7TO{background-color:#e9e9e9}[data-theme=light] .Dashboard_toggleLabel__yj7TO:before{background-color:#fff}[data-theme=light] .Dashboard_toggleSwitch__pj6Y_ input:checked+.Dashboard_toggleLabel__yj7TO{background-color:#6366f1}.Dashboard_settingsFormActions__t2zH6{display:flex;justify-content:flex-end;margin-top:1rem;gap:1rem}.Dashboard_saveButton__eLFHC{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--themeHvr1,#ff516b) 0,var(--themeHr2,#826cfd) 100%);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 10px rgba(130,108,253,.3)}.Dashboard_saveButton__eLFHC:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(130,108,253,.4)}.Dashboard_saveButton__eLFHC svg{font-size:1.1rem}@media (max-width:768px){.Dashboard_settingsTabs__5_pQ5{flex-wrap:nowrap;overflow-x:auto}.Dashboard_settingsPanel__rwVu_{padding:1.25rem}.Dashboard_settingsFormRow__5q7hF{flex-direction:column;align-items:flex-start;gap:.75rem}.Dashboard_settingsInput__uH_oK,.Dashboard_settingsSelect__Ehwp6{width:100%}.Dashboard_settingsHelperText__AwKZe{width:100%;margin-left:0}.Dashboard_settingsFormActions__t2zH6{justify-content:center}.Dashboard_saveButton__eLFHC{width:100%;justify-content:center}}.Dashboard_lightTheme__E44Bj{background-color:#fff;color:#1a1a1a}.Dashboard_lightThemeContent__Kr5jC{background-color:#fff}.Dashboard_lightThemeHeader__peRfL{background-color:#fff;border-bottom:1px solid #e9ecef}.Dashboard_lightThemeTitle__kEDsv{color:#1a1a1a;font-weight:600}.Dashboard_lightThemeButton__5dnHH{background-color:#6366f1;color:#fff;border:none;box-shadow:0 2px 4px rgba(99,102,241,.1)}.Dashboard_lightThemeButton__5dnHH:hover{background-color:#4f46e5;box-shadow:0 4px 6px rgba(99,102,241,.2)}.Dashboard_lightThemeSearchBar__ykwvi{background-color:#fff;border:1px solid #e9ecef;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Dashboard_lightThemeSearchBar__ykwvi input{color:#1a1a1a;background-color:#fff}.Dashboard_lightThemeSearchBar__ykwvi input::placeholder{color:#6b7280}.Dashboard_lightThemeGrid__G9vEK{gap:1.5rem}.Dashboard_lightThemeCard__1POfZ{background-color:#fff;border:1px solid #e9ecef;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.Dashboard_lightThemeCard__1POfZ:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.Dashboard_lightThemeThumbnail__PLv_g{position:relative;overflow:hidden;border-radius:8px 8px 0 0}.Dashboard_lightThemeImage__6GZY8{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.Dashboard_lightThemeCard__1POfZ:hover .Dashboard_lightThemeImage__6GZY8{transform:scale(1.05)}.Dashboard_lightThemeDuration__RF5GB{background-color:rgba(0,0,0,.75);color:#fff;padding:4px 8px;border-radius:4px;font-size:.875rem}.Dashboard_lightThemeProcessingBadge__U0vw3{background-color:#fef3c7;color:#92400e;border:1px solid #fbbf24}.Dashboard_lightThemeDraftBadge__UPG72{background-color:#e5e7eb;color:#374151;border:1px solid #d1d5db}.Dashboard_lightThemeOverlay__Ah_17{background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);opacity:0;transition:opacity .2s}.Dashboard_lightThemeCard__1POfZ:hover .Dashboard_lightThemeOverlay__Ah_17{opacity:1}.Dashboard_lightThemeCardContent__uYTPm{padding:1rem}.Dashboard_lightThemeCardContent__uYTPm h3{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.Dashboard_lightThemeMeta__DslXU{color:#6b7280;font-size:.875rem}.Dashboard_lightThemeDate__7ji2p{color:#6b7280}.Dashboard_lightThemeStats__RzNjs{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e9ecef}.Dashboard_lightThemeStats__RzNjs .Dashboard_statItem___b96p{color:#6b7280}.Dashboard_lightThemeStats__RzNjs .Dashboard_statIcon__bg5tk{color:#6366f1}.Dashboard_lightThemeTable__tV7tN{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Dashboard_lightThemeTable__tV7tN th{background-color:#fff;color:#374151;font-weight:600;border-bottom:2px solid #e9ecef}.Dashboard_lightThemeTable__tV7tN td{border-bottom:1px solid #e9ecef;color:#1a1a1a}.Dashboard_lightThemeEmptyState__FKsT6{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Dashboard_lightThemeEmptyState__FKsT6 h3{color:#1a1a1a;font-weight:600}.Dashboard_lightThemeEmptyState__FKsT6 p{color:#6b7280}.Dashboard_lightTheme__E44Bj .Dashboard_actionCircleButton__SSFuQ{background-color:hsla(0,0%,100%,.9);color:#1a1a1a;border:none;box-shadow:0 2px 4px rgba(0,0,0,.1)}.Dashboard_lightTheme__E44Bj .Dashboard_actionCircleButton__SSFuQ:hover{background-color:#fff;color:#6366f1;box-shadow:0 4px 6px rgba(0,0,0,.15)}.Dashboard_lightTheme__E44Bj .Dashboard_statusDot__QhwR9{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.Dashboard_lightTheme__E44Bj .Dashboard_statusDot__QhwR9.Dashboard_published__qbyYS{background-color:#10b981}.Dashboard_lightTheme__E44Bj .Dashboard_statusDot__QhwR9.Dashboard_processing__5V5t2{background-color:#f59e0b}.Dashboard_lightTheme__E44Bj .Dashboard_statusDot__QhwR9.Dashboard_draft__wv8iS{background-color:#6b7280}.Dashboard_lightTheme__E44Bj .Dashboard_filterSelect__fHW8J{background-color:#fff;border:1px solid #e9ecef;color:#1a1a1a}.Dashboard_lightTheme__E44Bj .Dashboard_filterSelect__fHW8J:hover{border-color:#6366f1}.Dashboard_lightTheme__E44Bj .Dashboard_sortOrderButton___9FmO{color:#6b7280}.Dashboard_lightTheme__E44Bj .Dashboard_sortOrderButton___9FmO:hover{color:#6366f1}.Dashboard_lightTheme__E44Bj .Dashboard_viewToggleButton__PQw3W{background-color:#fff;border:1px solid #e9ecef;color:#6b7280}.Dashboard_lightTheme__E44Bj .Dashboard_viewToggleButton__PQw3W.Dashboard_active__zA7Ay{background-color:#6366f1;color:#fff;border-color:#6366f1}[data-theme=light] .Dashboard_modernVideoCard__2_Hg5{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(99,102,241,.04);transition:box-shadow .2s,border-color .2s;padding:0}[data-theme=light] .Dashboard_modernVideoCard__2_Hg5:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f133}[data-theme=light] .Dashboard_modernBadge__QTjCp{font-size:12px;font-weight:600;border-radius:8px;padding:2px 10px;border:1px solid #fbbf24;background:#fff7e6;color:#b45309;box-shadow:none}[data-theme=light] .Dashboard_modernBadge__QTjCp .Dashboard_draftDot__o3pcG{background:#6b7280}[data-theme=light] .Dashboard_modernBadge__QTjCp.Dashboard_draft__wv8iS{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}[data-theme=light] .Dashboard_modernVideoTitle__xys8x{color:#1a1a1a;font-weight:700;font-size:16px;text-shadow:0 1px 2px #fff8;margin-bottom:6px}[data-theme=light] .Dashboard_modernVideoMeta__CFsgU,[data-theme=light] .Dashboard_modernVideoStats__ujQbC{color:#6b7280;font-size:13px}[data-theme=light] .Dashboard_statItem___b96p{background:#f3f4f6;color:#6b7280;border-radius:6px;padding:4px 10px;margin-right:6px;transition:background .2s}[data-theme=light] .Dashboard_statItem___b96p:hover{background:#e0e7ff;color:#6366f1}[data-theme=light] .Dashboard_statIcon__bg5tk{color:#6366f1;margin-right:4px}[data-theme=light] .Dashboard_modernSearchBar__rmW20{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.04)}[data-theme=light] .Dashboard_searchInput__0BS9Z input{background:#f3f4f6;color:#1a1a1a;border-radius:6px;border:1px solid #e5e7eb}[data-theme=light] .Dashboard_searchInput__0BS9Z input::placeholder{color:#9ca3af}[data-theme=light] .Dashboard_searchIcon__CF8nA{color:#6b7280}[data-theme=light] .Dashboard_modernTableContainer__tlEUz{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}[data-theme=light] .Dashboard_modernTable__4IxsW th{background:#f3f4f6;color:#374151;font-weight:700;text-transform:uppercase;border-bottom:2px solid #e5e7eb}[data-theme=light] .Dashboard_modernTable__4IxsW td{color:#1a1a1a;border-bottom:1px solid #e5e7eb}[data-theme=light] .Dashboard_modernTable__4IxsW tr:hover td{background:#f8fafc}[data-theme=light] .Dashboard_statusBadge__VC128{font-size:12px;font-weight:600;border-radius:8px;padding:2px 10px;margin-right:4px}[data-theme=light] .Dashboard_statusBadge__VC128.Dashboard_published__qbyYS{background:#e0f7ef;color:#10b981;border:1px solid #b9f6ca}[data-theme=light] .Dashboard_statusBadge__VC128.Dashboard_processing__5V5t2{background:#fff7e6;color:#f59e0b;border:1px solid #ffe0b2}[data-theme=light] .Dashboard_statusBadge__VC128.Dashboard_draft__wv8iS{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}[data-theme=light] .Dashboard_modernButton__wYL4S{background:#6366f1;color:#fff;border-radius:8px;box-shadow:0 2px 8px #6366f11a;font-weight:600;transition:background .2s,box-shadow .2s}[data-theme=light] .Dashboard_modernButton__wYL4S:hover{background:#4f46e5;box-shadow:0 4px 16px #6366f133}[data-theme=light] .Dashboard_filterSelect__fHW8J,[data-theme=light] .Dashboard_viewToggleButton__PQw3W{background:#fff;border:1px solid #e5e7eb;color:#1a1a1a;border-radius:6px}[data-theme=light] .Dashboard_viewToggleButton__PQw3W.Dashboard_active__zA7Ay{background:#6366f1;color:#fff;border-color:#6366f1}[data-theme=light] .Dashboard_filterSelect__fHW8J:focus,[data-theme=light] .Dashboard_filterSelect__fHW8J:hover{border-color:#6366f1}[data-theme=light] .Dashboard_sortOrderButton___9FmO{color:#6b7280}[data-theme=light] .Dashboard_sortOrderButton___9FmO:hover{color:#6366f1}[data-theme=light] .Dashboard_emptyStateModern__GWecD{background:#fff;border:1px dashed #e5e7eb;color:#6b7280;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}[data-theme=light] .Dashboard_dashboardTitle__LxaRt,[data-theme=light] .Dashboard_modernVideoTitle__xys8x,[data-theme=light] .Dashboard_videoListTitle__sp8E3{color:#1a1a1a!important;font-weight:700}[data-theme=light] .Dashboard_videoDescription__x5fbC{color:#6b7280!important}[data-theme=light] .Dashboard_modernTable__4IxsW th{color:#374151!important;background:#f3f4f6!important}[data-theme=light] .Dashboard_modernTable__4IxsW td{color:#1a1a1a!important;background:#fff!important}[data-theme=light] .Dashboard_modernVideoDate__4exWF{background:#e0e7ff!important;color:#3730a3!important;border-radius:8px;font-weight:500;padding:6px 14px;border:none;box-shadow:none}[data-theme=light] .Dashboard_modernVideoDate__4exWF .Dashboard_statIcon__bg5tk{color:#6366f1!important}[data-theme=light] .Dashboard_videoInfoModern__lmDpu h4{color:#1a1a1a!important;font-weight:700;font-size:1rem;margin:0 0 4px;line-height:1.3}[data-theme=light] .Dashboard_tableActionButton__aus4X{background:#f3f4f6;color:#6366f1;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(99,102,241,.04);transition:background .2s,color .2s,border .2s}[data-theme=light] .Dashboard_tableActionButton__aus4X:hover{background:#e0e7ff;color:#4338ca;border-color:#6366f1}[data-theme=light] .Dashboard_tableActionButton__aus4X.Dashboard_deleteBtn__LNUYU{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}[data-theme=light] .Dashboard_tableActionButton__aus4X.Dashboard_deleteBtn__LNUYU:hover{background:#fee2e2;color:#b91c1c;border-color:#f87171}[data-theme=light] .Dashboard_sourcesTypeContainer__Lk7Hd{background:#fff;border:1px solid #e5e7eb}[data-theme=light] .Dashboard_instruction__OFQBa{color:#6b7280}[data-theme=light] .Dashboard_sourceTypeCard__yKVmB{background:#fff;border:1.5px solid #e0e7ff;color:#1a1a1a;box-shadow:0 2px 8px rgba(99,102,241,.04);transition:border .2s,box-shadow .2s}[data-theme=light] .Dashboard_sourceTypeCard__yKVmB:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f133}[data-theme=light] .Dashboard_sourceTypeIcon__6Xx27{background:#e0e7ff;color:#6366f1}[data-theme=light] .Dashboard_sourceTypeName__oK8R5{color:#1a1a1a;font-weight:700}[data-theme=light] .Dashboard_sourceTypeDesc__BWOAJ{color:#6b7280}[data-theme=light] .Dashboard_addButton___X3EB{color:#fff;background:linear-gradient(135deg,#ff516b,#826cfd);box-shadow:0 2px 8px rgba(130,108,253,.1)}[data-theme=light] .Dashboard_addButton___X3EB:hover{background:linear-gradient(135deg,#f43f5e,#6366f1)}[data-theme=light] .Dashboard_formContainer__E7yeN,[data-theme=light] .Dashboard_modalContent__RCU2d,[data-theme=light] .Dashboard_sourceForm__3AD0v{background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(99,102,241,.04)}[data-theme=light] .Dashboard_formGroup__MUlGz label,[data-theme=light] .Dashboard_formLabel__QCbtY{color:#1a1a1a;font-weight:600}[data-theme=light] .Dashboard_formInput__teeW5,[data-theme=light] .Dashboard_formSelect__SX1sM,[data-theme=light] .Dashboard_formTextarea___OMJB{background:#fff;color:#1a1a1a;border:1px solid #e5e7eb}[data-theme=light] .Dashboard_formInput__teeW5:focus,[data-theme=light] .Dashboard_formSelect__SX1sM:focus,[data-theme=light] .Dashboard_formTextarea___OMJB:focus{border-color:#6366f1;box-shadow:0 0 0 2px #e0e7ff}[data-theme=light] .Dashboard_formInput__teeW5::placeholder,[data-theme=light] .Dashboard_formTextarea___OMJB::placeholder{color:#9ca3af}[data-theme=light] .Dashboard_cancelButton__cq5Sw{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}[data-theme=light] .Dashboard_cancelButton__cq5Sw:hover{background:#fee2e2;color:#b91c1c;border-color:#f87171}[data-theme=light] .Dashboard_primaryButton__N6EKq,[data-theme=light] .Dashboard_saveButton__eLFHC{background:linear-gradient(135deg,#ff516b,#826cfd);color:#fff;border:none;box-shadow:0 2px 8px rgba(130,108,253,.1)}[data-theme=light] .Dashboard_primaryButton__N6EKq:hover,[data-theme=light] .Dashboard_saveButton__eLFHC:hover{background:linear-gradient(135deg,#f43f5e,#6366f1)}[data-theme=light] .Dashboard_formGroup__MUlGz{margin-bottom:0}[data-theme=light] .Dashboard_toolCard__tCC_L{background:#fff;border:1.5px solid #e0e7ff;color:#1a1a1a;box-shadow:0 2px 8px rgba(99,102,241,.04);transition:transform .2s,box-shadow .2s,border-color .2s}[data-theme=light] .Dashboard_toolCard__tCC_L:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f133}[data-theme=light] .Dashboard_toolIcon___uGRU{background:#e0e7ff;color:#6366f1}[data-theme=light] .Dashboard_toolCard__tCC_L h3{color:#1a1a1a;font-weight:600}[data-theme=light] .Dashboard_toolCard__tCC_L p{color:#6b7280}[data-theme=light] .Dashboard_primaryButton__N6EKq{background:linear-gradient(135deg,#ff516b,#826cfd);color:#fff;box-shadow:0 2px 8px rgba(130,108,253,.1)}[data-theme=light] .Dashboard_primaryButton__N6EKq:hover{background:linear-gradient(135deg,#f43f5e,#6366f1);box-shadow:0 4px 12px rgba(130,108,253,.2)}[data-theme=light] .Dashboard_viewContainer__Ksbn8{background:#fff}[data-theme=light] .Dashboard_viewTitle__uCy0z{color:#1a1a1a;font-weight:700}[data-theme=light] .Dashboard_viewContainer__Ksbn8 p{color:#6b7280}[data-theme=light] .Dashboard_detailContent__nRN04{background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(99,102,241,.04)}[data-theme=light] .Dashboard_fileUploadArea__c_hM0{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px}[data-theme=light] .Dashboard_fileUploadArea__c_hM0:hover{border-color:#6366f1;background:#e0e7ff40}[data-theme=light] .Dashboard_dropzone__cgIbP{background:#fff;border:2px dashed #d1d5db;border-radius:8px}[data-theme=light] .Dashboard_dropzone__cgIbP:hover{border-color:#6366f1;background:#e0e7ff40}[data-theme=light] .Dashboard_backButton__ONunC{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}[data-theme=light] .Dashboard_backButton__ONunC:hover{background:#e5e7eb;color:#1f2937}[data-theme=light] .Dashboard_dropzoneContainer__yspbZ{background:#fff!important;border:2px dashed #d1d5db!important;box-shadow:0 2px 4px rgba(0,0,0,.02)}[data-theme=light] .Dashboard_dropzoneContainer__yspbZ h3{color:#1f2937!important}[data-theme=light] .Dashboard_dropzoneContainer__yspbZ p{color:#6b7280!important}[data-theme=light] .Dashboard_dragActive__38mAt{background:#e0e7ff!important;border-color:#6366f1!important}[data-theme=light] .Dashboard_controlPanel__yEctM,[data-theme=light] .Dashboard_editorPanel__gH2ql{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 2px 4px rgba(0,0,0,.03)}[data-theme=light] .Dashboard_controlPanel__yEctM h3,[data-theme=light] .Dashboard_editorPanel__gH2ql h3{color:#1f2937!important}[data-theme=light] .Dashboard_controlLabel__dx1O2{color:#4b5563!important}[data-theme=light] .Dashboard_controlValue__Ihw_q{color:#1f2937!important;font-weight:600}[data-theme=light] .Dashboard_tipsContainer__D6oU7{background:#f3f4f6!important;border:1px solid #e5e7eb!important}[data-theme=light] .Dashboard_tipsContainer__D6oU7 h3{color:#1f2937!important}[data-theme=light] .Dashboard_tipsContainer__D6oU7 ul{color:#4b5563!important}[data-theme=light] .Dashboard_tipsContainer__D6oU7 li{color:#6b7280!important}[data-theme=light] .Dashboard_videoPreview__Y9Okr{background:#000;border:1px solid #e5e7eb;border-radius:8px}[data-theme=light] .Dashboard_resultPanel__5KpB7{background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 4px rgba(0,0,0,.03)}[data-theme=light] .Dashboard_resultPanel__5KpB7 h3{color:#1f2937}[data-theme=light] .Dashboard_resultPanel__5KpB7 p{color:#6b7280}[data-theme=light] .Dashboard_timelineContainer__794_b{background:#f3f4f6;border:1px solid #e5e7eb}[data-theme=light] .Dashboard_downloadButton__3SN31{background:linear-gradient(135deg,#ff516b,#826cfd);color:#fff}[data-theme=light] .Dashboard_downloadButton__3SN31:hover{background:linear-gradient(135deg,#f43f5e,#6366f1);box-shadow:0 4px 6px rgba(99,102,241,.2)}[data-theme=light] .Dashboard_rangeInput__o2dm9{background:#f3f4f6;border:1px solid #e5e7eb}[data-theme=light] .Dashboard_rangeInput__o2dm9::-webkit-slider-thumb{background:#6366f1}[data-theme=light] .Dashboard_controlLabel__dx1O2,[data-theme=light] .Dashboard_formGroup__MUlGz label,[data-theme=light] .Dashboard_formLabel__QCbtY{color:#1a1a1a;font-weight:600}[data-theme=light] .Dashboard_formEmailInput__TCRXb,[data-theme=light] .Dashboard_formInput__teeW5,[data-theme=light] .Dashboard_formNumberInput__ur68_,[data-theme=light] .Dashboard_formPasswordInput__NOpbv,[data-theme=light] .Dashboard_formSelect__SX1sM,[data-theme=light] .Dashboard_formTextInput__eBlEL,[data-theme=light] .Dashboard_formTextarea___OMJB{background:#fff;color:#1a1a1a;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.02)}[data-theme=light] .Dashboard_formEmailInput__TCRXb:focus,[data-theme=light] .Dashboard_formInput__teeW5:focus,[data-theme=light] .Dashboard_formNumberInput__ur68_:focus,[data-theme=light] .Dashboard_formPasswordInput__NOpbv:focus,[data-theme=light] .Dashboard_formSelect__SX1sM:focus,[data-theme=light] .Dashboard_formTextInput__eBlEL:focus,[data-theme=light] .Dashboard_formTextarea___OMJB:focus{border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.1)}[data-theme=light] .Dashboard_formInput__teeW5::placeholder,[data-theme=light] .Dashboard_formTextInput__eBlEL::placeholder,[data-theme=light] .Dashboard_formTextarea___OMJB::placeholder{color:#9ca3af}[data-theme=light] .Dashboard_popover__8W5QS,[data-theme=light] .Dashboard_tooltip__rZaTQ{background:#fff;color:#1a1a1a;border:1px solid #e5e7eb;box-shadow:0 4px 8px rgba(0,0,0,.1)}[data-theme=light] .Dashboard_dropdown__jGmYz{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 8px rgba(0,0,0,.1)}[data-theme=light] .Dashboard_dropdownItem__oj4fV{color:#1a1a1a}[data-theme=light] .Dashboard_dropdownItem__oj4fV:hover{background:#e0e7ff;color:#4338ca}[data-theme=light] .Dashboard_secondaryButton__0sPN7{background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db}[data-theme=light] .Dashboard_secondaryButton__0sPN7:hover{background:#e5e7eb;color:#1f2937;border-color:#9ca3af}[data-theme=light] .Dashboard_button__idTka:disabled,[data-theme=light] .Dashboard_primaryButton__N6EKq:disabled,[data-theme=light] .Dashboard_secondaryButton__0sPN7:disabled{background:#e5e7eb;color:#9ca3af;box-shadow:none;cursor:not-allowed}[data-theme=light] .Dashboard_alert__J_Mei{border:1px solid transparent}[data-theme=light] .Dashboard_alertSuccess__8OsqA{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}[data-theme=light] .Dashboard_alertError__OI2ar{background:#fef2f2;color:#b91c1c;border-color:#fecaca}[data-theme=light] .Dashboard_alertWarning__gBJde{background:#fffbeb;color:#92400e;border-color:#fcd34d}[data-theme=light] .Dashboard_alertInfo__V6WYm{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}[data-theme=light] .Dashboard_infoPanel__akcx5{background:#fff!important;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(99,102,241,.04)}[data-theme=light] .Dashboard_infoPanel__akcx5 h3{color:#1a1a1a;font-weight:600}[data-theme=light] .Dashboard_infoLabel__O250N{color:#6b7280!important}[data-theme=light] .Dashboard_infoValue__W4e3J{color:#1a1a1a!important;font-weight:600}[data-theme=light] .Dashboard_tipsContainer__D6oU7{background:#fff!important;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(99,102,241,.04)}[data-theme=light] .Dashboard_tipsContainer__D6oU7 h3{color:#1a1a1a;font-weight:600}[data-theme=light] .Dashboard_tipsContainer__D6oU7 ul{color:#4b5563}[data-theme=light] .Dashboard_tipsContainer__D6oU7 li{margin-bottom:8px}[data-theme=light] .Dashboard_dashboardHeader__V4JbL .Dashboard_sidebarToggle__F0cnI{display:none}