*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{height:100%;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{height:100%;width:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:14px;line-height:1.5;color:#111827;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}ul,ol{list-style:none}a{text-decoration:none;color:inherit;background-color:rgba(0,0,0,0)}button{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer;background:none;border:none;padding:0;margin:0}button:focus{outline:none}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}input:focus,textarea:focus,select:focus{outline:none}img{max-width:100%;height:auto;display:block}table{border-collapse:collapse;border-spacing:0}fieldset{border:0;padding:0;margin:0;min-width:0}legend{padding:0}input[type=text],input[type=email],input[type=password],input[type=search],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#111827}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:12px;color:#111827}h1{font-size:32px;font-weight:700}h2{font-size:28px;font-weight:600}h3{font-size:24px;font-weight:600}h4{font-size:20px;font-weight:600}h5{font-size:18px;font-weight:500}h6{font-size:16px;font-weight:500}.drawer-header h2,.drawer-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}p{margin-bottom:12px}p:last-child{margin-bottom:0}.text-primary{color:#111827}.text-secondary{color:#374151}.text-muted{color:#6b7280}.text-on-primary{color:#fff}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-xs{font-size:12px}.text-sm{font-size:13px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:18px}.text-2xl{font-size:20px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes slideIn{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scaleIn{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{from{transform:scale(1);opacity:1}to{transform:scale(0.9);opacity:0}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.animate-fade-in{animation:fadeIn .2s ease}.animate-slide-up{animation:slideUp .2s ease}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}@keyframes contentFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-container{display:flex;height:100vh;overflow:hidden;background:#f9fafb}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.page{position:relative;display:flex;flex-direction:column;height:100%}main{flex:1;overflow:hidden}.top-row{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:flex-end;height:3.5rem;display:flex;align-items:center}@media(max-width: 640.98px){.top-row{justify-content:space-between}}@media(min-width: 641px){.page{flex-direction:row}.top-row{position:sticky;top:0;z-index:1}.top-row,article{padding-left:2rem;padding-right:1.5rem}}.content-pane-container{display:flex;flex-direction:column;margin-top:1px;background:#fff;overflow:clip;flex:1;min-height:0;border:1px solid #e5e7eb;border-radius:8px}.content-pane-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.content-pane-body .content-area{flex:1;overflow-y:auto;padding:24px;animation:contentFadeIn .25s cubic-bezier(0.4, 0, 0.2, 1) forwards}.help-area{background:#f9fafb}.help-container{max-width:1200px;margin:0 auto}.help-container h2{font-size:28px;font-weight:600;color:#111827;margin-bottom:8px}.help-container>p{font-size:16px;color:#6b7280;margin-bottom:32px}.help-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.help-placeholder h3{font-size:20px;font-weight:600;color:#374151;margin-top:16px}.help-placeholder p{font-size:14px;color:#9ca3af;margin-top:8px}.help-topic{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.browser-area{padding:0 !important;display:flex;flex-direction:column}.browser-controls{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.browser-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#6b7280}.browser-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db;color:#374151}.browser-btn:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.browser-address-bar{flex:1;display:flex;gap:8px;align-items:center}.browser-address-bar input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;transition:all .2s ease}.browser-address-bar input:focus{border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.browser-go-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#fff;font-size:18px}.browser-go-btn:hover{opacity:.9;transform:translateY(-1px)}.browser-frame{flex:1;position:relative;background:#fff}.browser-frame iframe{width:100%;height:100%;border:none}.browser-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px}.browser-placeholder h3{font-size:20px;font-weight:600;color:#374151;margin-top:16px}.browser-placeholder p{font-size:14px;color:#9ca3af;margin-top:8px}.header,.section-sidebar-header,.content-drawer-header,.section-header,.top-bar,.drawer-header,.toolbox-header,.tools-panel-header,.sidebar-header{height:64px;padding:0 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.sidebar-header{background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%)}.toolbox-header,.tools-panel-header{background:linear-gradient(90deg, rgb(133.56, 63.64, 195.2) 0%, rgb(20.4, 231.08, 208.08) 100%)}.drawer-header{background:linear-gradient(90deg, rgb(144.12, 80.28, 200.4) 0%, rgb(40.8, 233.16, 212.16) 100%);transition:all .3s ease}.drawer-header.vertical{flex-direction:column;justify-content:flex-start;gap:16px}.top-bar{background:linear-gradient(90deg, rgb(154.68, 96.92, 205.6) 0%, rgb(61.2, 235.24, 216.24) 100%);justify-content:flex-end;padding:0 24px}.content-drawer-header,.section-header{background:linear-gradient(90deg, rgb(165.24, 113.56, 210.8) 0%, rgb(81.6, 237.32, 220.32) 100%)}.header-title,.drawer-title{font-size:16px;font-weight:600;color:#fff}.header-actions,.top-bar-actions,.drawer-actions{display:flex;gap:8px}.top-bar-actions{gap:8px;align-items:center}.top-bar-actions>*,.top-bar-actions>.ui-state-manager>*{flex-shrink:0}.top-bar-actions .btn-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.top-bar-actions .user-type-indicator{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.top-bar-actions .user-type-indicator svg{width:32px;height:32px;display:block}.top-bar-actions .top-bar-separator{width:1px;height:22px;background:hsla(0,0%,100%,.3);flex-shrink:0;align-self:center}.ui-state-manager{display:flex;align-items:center;gap:8px;position:relative}.overlay-portal{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:99999}.tabs,.tools-tabs,.section-tabs,.settings-tabs,.content-pane-tabs,.drawer-subtabs,.drawer-tabs{display:flex;border-bottom:2px solid #e5e7eb;background:#fff;padding:0 20px;overflow-x:auto;overflow-y:hidden;position:relative;scrollbar-width:thin;scrollbar-color:#d1d5db #fff}.tabs::-webkit-scrollbar,.tools-tabs::-webkit-scrollbar,.section-tabs::-webkit-scrollbar,.settings-tabs::-webkit-scrollbar,.content-pane-tabs::-webkit-scrollbar,.drawer-subtabs::-webkit-scrollbar,.drawer-tabs::-webkit-scrollbar{height:4px;width:0}.tabs::-webkit-scrollbar-track,.tools-tabs::-webkit-scrollbar-track,.section-tabs::-webkit-scrollbar-track,.settings-tabs::-webkit-scrollbar-track,.content-pane-tabs::-webkit-scrollbar-track,.drawer-subtabs::-webkit-scrollbar-track,.drawer-tabs::-webkit-scrollbar-track{background:#f3f4f6}.tabs::-webkit-scrollbar-thumb,.tools-tabs::-webkit-scrollbar-thumb,.section-tabs::-webkit-scrollbar-thumb,.settings-tabs::-webkit-scrollbar-thumb,.content-pane-tabs::-webkit-scrollbar-thumb,.drawer-subtabs::-webkit-scrollbar-thumb,.drawer-tabs::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.tabs::-webkit-scrollbar-thumb:hover,.tools-tabs::-webkit-scrollbar-thumb:hover,.section-tabs::-webkit-scrollbar-thumb:hover,.settings-tabs::-webkit-scrollbar-thumb:hover,.content-pane-tabs::-webkit-scrollbar-thumb:hover,.drawer-subtabs::-webkit-scrollbar-thumb:hover,.drawer-tabs::-webkit-scrollbar-thumb:hover{background:#9ca3af}.tabs::-webkit-scrollbar-button,.tools-tabs::-webkit-scrollbar-button,.section-tabs::-webkit-scrollbar-button,.settings-tabs::-webkit-scrollbar-button,.content-pane-tabs::-webkit-scrollbar-button,.drawer-subtabs::-webkit-scrollbar-button,.drawer-tabs::-webkit-scrollbar-button{display:none}.tab-button,.tools-tab,.settings-tab,.content-pane-tab,.drawer-subtab,.drawer-tab{padding:10px 20px;background:rgba(0,0,0,0);border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;border-bottom:none;border-radius:0;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;margin-bottom:-2px;padding:8px 16px;font-size:14px}.tab-button:hover,.tools-tab:hover,.settings-tab:hover,.content-pane-tab:hover,.drawer-subtab:hover,.drawer-tab:hover{background:rgba(123,47,190,.15);color:#7b2fbe;border-top-color:#7b2fbe;border-left-color:#7b2fbe;border-right-color:#7b2fbe}.tab-button.active,.active.tools-tab,.active.settings-tab,.active.content-pane-tab,.active.drawer-subtab,.active.drawer-tab{background:rgba(0,229,204,.15);color:#00e5cc;border-top-color:#00e5cc;border-left-color:#00e5cc;border-right-color:#00e5cc}.drawer-tab{padding:8px 14px;font-size:13px}.drawer-subtabs{border-bottom:1px solid #e5e7eb;background:#f9fafb;scrollbar-color:#7b2fbe #f9fafb}.drawer-subtabs::-webkit-scrollbar{height:6px}.drawer-subtabs::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.drawer-subtabs::-webkit-scrollbar-thumb{background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);border-radius:3px}.drawer-subtabs::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg, rgb(96.5316455696, 36.8860759494, 149.1139240506) 0%, rgb(0, 178, 158.5676855895) 100%)}.drawer-subtab{padding:7px 12px;font-size:12px;margin-bottom:-1px}.content-pane-tabs{border-bottom:2px solid #e5e7eb;background:#fff;padding:0}.content-pane-tab{padding:14px 16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;position:relative}.content-pane-tab i{font-size:16px}.content-pane-tab.active::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);border-radius:0}.nav-section{margin-bottom:8px}.nav-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 20px;border:none;background:rgba(0,0,0,0);color:#111827;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;white-space:nowrap}.nav-item:hover{background:#7b2fbe;color:#fff}.nav-item.active{background:#00e5cc;color:#fff;border-left:3px solid #fff;padding-left:17px}.nav-item i{font-size:18px}.nav-subsection{padding-left:20px;margin-top:8px}.subsection-header{display:flex;align-items:center;gap:8px;padding:8px 20px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase}.subsection-header span{flex:1;text-align:left}.subsection-header .tenant-selector{margin-left:auto;padding:4px 8px;font-size:11px;border:1px solid hsla(0,0%,100%,.3);border-radius:4px;background:hsla(0,0%,100%,.1);color:#fff;cursor:pointer;text-transform:none;font-weight:500}.subsection-header .tenant-selector:hover{background:hsla(0,0%,100%,.2)}.subsection-header .tenant-selector option{background:#1f2937;color:#fff}.subsection-items{margin-bottom:16px}.subsection-item{display:flex;align-items:center;padding:8px 20px;font-size:14px;color:#111827;cursor:pointer;transition:all .2s ease}.subsection-item:hover{background:#7b2fbe;color:#fff}.subsection-item:hover .btn-icon-sm{color:#fff}.subsection-item:hover .btn-icon-sm:hover{background:hsla(0,0%,100%,.2)}.subsection-item.active{background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;font-weight:500}.subsection-item.brand-item{gap:8px;font-weight:500}.subsection-item.brand-item i:first-child{font-size:12px;color:#6b7280;flex-shrink:0}.subsection-item.brand-item:hover i:first-child{color:#fff}.subsection-item.brand-item span{flex:1;text-align:left}.subsection-item.brand-item .btn-icon-sm{margin-left:auto}.subsection-item.hashtag-item{color:#111827}.subsection-item.hashtag-item:hover{color:#fff}.brand-subitems{padding-left:16px;margin-top:4px;margin-bottom:8px}.subsection-subheader{display:flex;align-items:center;gap:8px;padding:6px 20px;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease}.subsection-subheader:hover{background:#7b2fbe;color:#fff}.subsection-subheader:hover i:first-child{color:#fff}.subsection-subheader:hover .btn-icon-sm{color:#fff}.subsection-subheader:hover .btn-icon-sm:hover{background:hsla(0,0%,100%,.2)}.subsection-subheader i:first-child{font-size:10px;flex-shrink:0;color:#6b7280}.subsection-subheader span{flex:1;text-align:left}.subsection-subheader .btn-icon-sm{margin-left:auto}.brand-subitem{padding:6px 20px 6px 36px;font-size:13px;color:#111827;cursor:pointer;transition:all .2s ease;text-align:left}.brand-subitem:hover{background:#7b2fbe;color:#fff}.brand-subitem.selected{background:rgba(123,47,190,.1);color:#7b2fbe;font-weight:500}.btn-icon-sm{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon-sm i,.btn-icon-sm svg,.btn-icon-sm .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.btn-icon-sm{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;width:20px;height:20px;padding:0;color:#6b7280}.btn-icon-sm:hover{background:rgba(17,24,39,.1);color:#111827}.navbar-toggler{background-color:hsla(0,0%,100%,.1)}.top-row{min-height:3.5rem;background-color:rgba(17,24,39,.4)}.navbar-brand{font-size:1.1rem}.bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0;display:inline-block;width:1.25rem;height:1.25rem;margin-right:.75rem;background-size:cover}@media(max-width: 640.98px){.top-row{justify-content:space-between}}@media(min-width: 641px){.navbar-toggler{display:none}.collapse{display:block}.nav-scrollable{height:calc(100vh - 3.5rem);overflow-y:auto}}.user-type-indicator{width:40px;height:40px;cursor:pointer}.user-type-indicator svg{width:100%;height:100%}.user-type-indicator .avatar-fill-stop-1{stop-color:rgb(216.75,251.1,247.35)}.user-type-indicator .avatar-fill-stop-2{stop-color:rgb(235.2,223.8,245.25)}.user-type-indicator .avatar-person{fill:rgb(156,99,206.25)}.user-type-indicator .avatar-border{stroke:#7b2fbe}.details-drawer{width:400px;min-width:300px;max-width:800px;background:#fff;border:1px solid #e5e7eb;margin-right:2px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1),transform .3s cubic-bezier(0.4, 0, 0.2, 1),width .3s cubic-bezier(0.4, 0, 0.2, 1),min-width .3s cubic-bezier(0.4, 0, 0.2, 1),margin-right .3s cubic-bezier(0.4, 0, 0.2, 1);opacity:1;transform:translateX(0)}.details-drawer.hidden{display:none}.details-drawer.opening{animation:drawerSlideIn .3s cubic-bezier(0.4, 0, 0.2, 1) forwards}.details-drawer.open{opacity:1;transform:translateX(0)}.details-drawer.closing{animation:drawerSlideOut .25s cubic-bezier(0.4, 0, 0.2, 1) forwards}.details-drawer.minimized{width:60px !important;min-width:60px !important}.details-drawer.minimized .drawer-resize-handle{display:none;pointer-events:none}@keyframes drawerSlideIn{from{opacity:0;transform:translateX(-24px);width:0;min-width:0;margin-right:0}to{opacity:1;transform:translateX(0)}}@keyframes drawerSlideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-24px);width:0;min-width:0;margin-right:0}}.drawer-resize-handle{position:absolute;right:0;top:0;bottom:0;width:4px;cursor:ew-resize;background:rgba(0,0,0,0);transition:background .2s ease;z-index:1020}.drawer-resize-handle:hover,.drawer-resize-handle:active{background:#10b981}body.drawer-resizing{user-select:none;cursor:ew-resize}body.drawer-resizing *{cursor:inherit}.drawer-minimized-container{display:flex;flex-direction:column;height:100%;background:#f9fafb;align-items:center}.drawer-restore-btn{width:100%;height:64px;display:flex;align-items:flex-start;justify-content:center;padding-top:12px;background:linear-gradient(135deg, rgb(156, 99, 206.25) 0%, rgb(63.75, 235.5, 216.75) 100%);color:#fff;border:none;cursor:pointer;font-size:18px;transition:all .2s ease;flex-shrink:0}.drawer-restore-btn:hover{background:linear-gradient(135deg, rgb(96.5316455696, 36.8860759494, 149.1139240506) 0%, rgb(0, 178, 158.5676855895) 100%);box-shadow:0 2px 8px rgba(123,47,190,.3)}.drawer-restore-btn:hover i{transform:translateX(2px)}.drawer-restore-btn i{transition:transform .2s ease}.drawer-vertical-title{display:flex;align-items:flex-start;justify-content:center;writing-mode:tb;transform:rotate(180deg);padding:20px;user-select:none;color:#6b7280;font-size:14px;font-weight:700}.drawer-vertical-title span{white-space:nowrap}.drawer-minimize{display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer-minimize i,.drawer-minimize svg,.drawer-minimize .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.drawer-minimize{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;width:28px;height:28px;color:hsla(0,0%,100%,.9)}.drawer-minimize:hover{background:hsla(0,0%,100%,.2);color:#fff}.drawer-close{display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer-close i,.drawer-close svg,.drawer-close .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.drawer-close{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;width:28px;height:28px;color:hsla(0,0%,100%,.9)}.drawer-close:hover{background:hsla(0,0%,100%,.2);color:#fff}.drawer-content-pane{display:flex;flex-direction:column;margin-top:1px;background:#fff;overflow:clip;flex:1;border:1px solid #e5e7eb}.drawer-content{flex:1;overflow-y:auto;padding:0px;background:#fff}.config-drawer-content{flex:1;overflow-y:auto;padding:24px;background:#fff}.drawer-section{margin-bottom:24px}.sidebar{width:240px;min-width:60px;max-width:400px;background:#fff;border:1px solid #e5e7eb;margin-right:2px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;position:relative;transition:width .3s ease}.sidebar.collapsed{width:60px}.sidebar.collapsed .sidebar-header{padding:0 10px;justify-content:center}.sidebar.collapsed .logo{display:none}.sidebar.collapsed .nav-item{padding:10px;justify-content:center}.sidebar.collapsed .nav-item span{display:none}.sidebar.collapsed .nav-item i.ms-auto{display:none}.sidebar.collapsed .nav-item.active{border-left:none;border-top:3px solid #fff;padding-left:10px;padding-top:7px}.sidebar.collapsed .nav-subsection{display:none}.sidebar.collapsed .resize-handle{display:none}.burger-menu{display:flex;align-items:center;justify-content:center;flex-shrink:0}.burger-menu i,.burger-menu svg,.burger-menu .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.burger-menu{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;width:32px;height:32px;color:#fff;font-size:20px}.burger-menu:hover{background:hsla(0,0%,100%,.2)}.logo{display:flex;align-items:center;gap:12px;flex:1;margin-left:8px}.logo-icon{width:32px;height:32px;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15))}.logo-text{font-size:18px;font-weight:700;color:#fff;white-space:nowrap}.resize-handle{position:absolute;right:0;top:0;bottom:0;width:4px;cursor:ew-resize;background:rgba(0,0,0,0);transition:background .2s ease}.resize-handle:hover{background:#10b981}.sidebar-nav{flex:1;padding:16px 0}.sidebar-footer{border-top:1px solid #e5e7eb;padding:16px 0;background:#fff}.breadcrumb-container{display:flex;align-items:center;padding:12px 20px;background:linear-gradient(90deg, rgb(196.92, 163.48, 226.4) 0%, rgb(142.8, 243.56, 232.56) 100%);border-bottom:1px solid #e5e7eb;font-size:13px;overflow-x:auto;white-space:nowrap}.breadcrumb-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.drawer-breadcrumbs{padding:12px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:8px;font-size:13px;overflow-x:auto;white-space:nowrap}.breadcrumb-item{display:inline-flex;align-items:center;gap:8px;color:#6b7280}.breadcrumb-item:last-child .breadcrumb-separator{display:none}.breadcrumb-link{display:inline-flex;align-items:center;gap:4px;color:#7b2fbe;cursor:pointer;transition:color .2s ease;text-decoration:none;background:none;border:none;padding:0;font:inherit;white-space:nowrap}.breadcrumb-link:hover{color:#00e5cc;text-decoration:underline}.breadcrumb-current{display:inline-flex;align-items:center;gap:4px;color:#111827;font-weight:500;white-space:nowrap}.breadcrumb-separator{color:#d1d5db;font-size:14px;display:inline-flex;align-items:center}.btn{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;border:none}.btn-primary,.btn.btn-primary{background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;border:none;border-radius:4px}.btn-primary:hover:not(:disabled),.btn-primary:focus:not(:disabled),.btn.btn-primary:hover:not(:disabled),.btn.btn-primary:focus:not(:disabled){background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.btn-primary:active:not(:disabled),.btn.btn-primary:active:not(:disabled){background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);transform:translateY(0);box-shadow:none}.btn-primary:disabled,.btn-primary.disabled,.btn.btn-primary:disabled,.btn.btn-primary.disabled{background:rgb(207,184.9,229.2);color:rgb(0,152.5,135.8515283843);cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary,.btn.btn-secondary{background:#fff;border:1px solid rgb(197.2,175.8,221.5);color:#374151;border-radius:4px}.btn-secondary:hover:not(:disabled),.btn-secondary:focus:not(:disabled),.btn.btn-secondary:hover:not(:disabled),.btn.btn-secondary:focus:not(:disabled){border-color:#7b2fbe;color:#7b2fbe;background:rgba(123,47,190,.05)}.btn-secondary:active:not(:disabled),.btn.btn-secondary:active:not(:disabled){background:rgba(123,47,190,.1)}.btn-secondary:disabled,.btn-secondary.disabled,.btn.btn-secondary:disabled,.btn.btn-secondary.disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.btn-outline{border:1px solid #e5e7eb;background:#fff;color:#374151}.btn-outline:hover{background:#f3f4f6}.btn-gradient{background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;border:none;padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.btn-gradient:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(123,47,190,.3)}.btn-gradient:disabled{background:rgb(207,184.9,229.2);color:rgb(0,152.5,135.8515283843);cursor:not-allowed}.btn-gradient-lg{background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;padding:16px 32px;font-size:16px;border-radius:4px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.btn-gradient-lg:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(123,47,190,.3)}.btn-gradient-lg:disabled{background:rgb(207,184.9,229.2);color:rgb(0,152.5,135.8515283843);cursor:not-allowed}.btn-outline-lg{padding:16px 32px;font-size:16px;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-outline-lg:hover{border-color:#7b2fbe;color:#7b2fbe}.btn-link{background:none;border:none;color:#7b2fbe;cursor:pointer;padding:0;font-weight:500}.btn-link:hover{color:#00e5cc}.btn-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon i,.btn-icon svg,.btn-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.btn-icon{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;width:40px;height:40px;border:2px solid hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.9)}.btn-icon:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);color:#fff}.btn-icon-danger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon-danger i,.btn-icon-danger svg,.btn-icon-danger .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.btn-icon-danger{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;border:2px solid rgb(244.6,133.45,133.45);color:#ef4444;width:32px;height:32px}.btn-icon-danger:hover{background:rgb(253.4,236.3,236.3);border-color:#ef4444}.btn-icon-xs{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon-xs i,.btn-icon-xs svg,.btn-icon-xs .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.btn-icon-xs{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;color:#6b7280;width:20px;height:20px}.btn-icon-xs:hover{background:#e5e7eb;color:#ef4444}.btn-audio{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-audio:hover:not(:disabled){background:#f9fafb;border-color:#7b2fbe;color:#7b2fbe}.btn-audio:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.btn-send{width:40px;height:40px;background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.btn-send:disabled{background:rgb(207,184.9,229.2);color:rgb(0,152.5,135.8515283843);cursor:not-allowed}.btn-add-new{margin-top:28px;white-space:nowrap}.search-box{position:relative;width:280px}.search-box input{width:100%;padding:8px 36px 8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;transition:all .2s ease}.search-box input:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.search-box i{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:8px}.form-control{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;transition:all .2s ease}.form-control:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.form-control:disabled,.form-control:read-only{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-section{margin-bottom:32px}.form-section:last-child{margin-bottom:0}.video-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media(max-width: 1400px){.video-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1024px){.video-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.video-grid{grid-template-columns:1fr}}.video-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.video-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.video-card.dragged-in{background:linear-gradient(135deg, rgb(241.8, 234.2, 248.5) 0%, rgb(235.2, 223.8, 245.25) 100%)}.video-card-header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #e5e7eb}.video-source{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#374151}.video-source.dragged{color:#00e5cc}.video-source i{font-size:16px}.video-actions{display:flex;gap:4px}.video-thumbnail{position:relative;aspect-ratio:16/9;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.play-button{width:64px;height:64px;border-radius:9999px;background:hsla(0,0%,100%,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.play-button:hover{background:#fff;transform:scale(1.1)}.play-button i{font-size:28px;color:#111827;margin-left:4px}.generating-overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(147, 51, 234, 0.1) 0%, rgba(99, 102, 241, 0.1) 50%, rgba(59, 130, 246, 0.1) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px}.spinner-icon{animation:spin 2s linear infinite}.generating-text{text-align:center}.generating-text strong{display:block;font-size:14px;color:#111827;margin-bottom:4px}.generating-text small{font-size:12px;color:#374151}.product-tag{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;padding:6px 16px;border-radius:9999px;font-size:13px;font-weight:600}.video-controls{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(17,24,39,.05);border-top:1px solid #e5e7eb}.progress-bar{flex:1;height:4px;background:rgba(17,24,39,.1);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);transition:width .3s ease}.time-display{font-size:11px;color:#6b7280;min-width:60px;text-align:center}.video-footer{display:flex;align-items:center;gap:8px;padding:12px;border-top:1px solid #e5e7eb}.video-footer i{color:#6b7280;font-size:16px}.save-text{font-size:13px;color:#374151}.save-text.highlighted{color:#7b2fbe}.save-text strong{color:#7b2fbe}.save-text .placeholder{color:#6b7280}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.status-badge .status-dot{width:6px;height:6px;border-radius:9999px}.status-badge.draft{background:#f3f4f6;color:#6b7280}.status-badge.draft .status-dot{background:#9ca3af}.status-badge.active{background:rgb(207.2,241,229.8);color:#000}.status-badge.active .status-dot{background:#10b981}.status-badge.paused{background:rgb(253.5,240.45,218.4);color:rgb(.9606299213,.6181102362,.0393700787)}.status-badge.paused .status-dot{background:#f59e0b}.status-badge.completed{background:rgb(225.6,236.25,253.65);color:rgb(5.5536585366,49.3658536585,120.9463414634)}.status-badge.completed .status-dot{background:#3b82f6}.status-badge.archived{background:#f3f4f6;color:#374151}.status-badge.archived .status-dot{background:#6b7280}.campaign-count{font-size:11px;color:#6b7280;margin-left:4px}.collaborator-badge{display:inline-block;background:rgb(235.2,223.8,245.25);color:rgb(17.1265822785,6.5443037975,26.4556962025);padding:2px 8px;border-radius:12px;font-size:11px;margin-right:4px;margin-top:2px}.campaign-status{width:8px;height:8px;border-radius:9999px;flex-shrink:0}.campaign-status.status-draft{background:#9ca3af}.campaign-status.status-active{background:#10b981}.campaign-status.status-paused{background:#f59e0b}.campaign-status.status-completed{background:#3b82f6}.campaign-status.status-archived{background:#6b7280}.collaborators-list{display:flex;flex-direction:column;gap:8px}.collaborator-item{display:flex;align-items:center;gap:12px;padding:8px;background:#f9fafb;border-radius:6px}.collaborator-avatar{width:32px;height:32px;border-radius:4px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.collaborator-info{flex:1}.collaborator-name{font-size:13px;font-weight:500;color:#111827}.collaborator-role{font-size:11px;color:#6b7280}.audit-log{margin-top:8px;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;max-height:200px;overflow-y:auto}.drawer-audit-log{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;max-height:300px;overflow-y:auto}.drawer-audit-entry{padding:8px 0;border-bottom:1px solid #e5e7eb}.drawer-audit-entry:last-child{border-bottom:none}.audit-entry-header{display:flex;justify-content:space-between;margin-bottom:4px}.audit-entry-user{font-size:12px;font-weight:500;color:#111827}.audit-entry-time{font-size:11px;color:#6b7280}.audit-entry-action{font-size:12px;color:#7b2fbe;font-weight:500}.audit-entry-details{font-size:12px;color:#6b7280;margin-top:2px}.campaign-list{padding-left:16px;margin-top:4px}.campaign-item{display:flex;align-items:center;gap:8px;padding:6px 20px 6px 52px;font-size:13px;color:#111827;cursor:pointer;transition:all .2s ease}.campaign-item:hover{background:#f3f4f6}.campaign-item.selected{background:rgb(241.8,234.2,248.5)}.campaign-name{flex:1}.campaign-details{padding:8px 20px 8px 60px;background:#f9fafb;border-left:2px solid #e5e7eb;margin-left:52px;font-size:12px}.campaign-info{margin-bottom:6px;color:#374151}.campaign-info strong{color:#111827;margin-right:4px}.campaign-actions{margin-top:8px}.drawer-campaigns-list{display:flex;flex-direction:column;gap:8px}.drawer-campaign-item{padding:12px;background:#f9fafb;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1px solid rgba(0,0,0,0)}.drawer-campaign-item:hover{background:#f3f4f6;border-color:#e5e7eb}.drawer-campaign-item.selected{background:rgb(241.8,234.2,248.5);border-color:#7b2fbe}.drawer-campaign-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.drawer-campaign-name{font-size:13px;font-weight:500;color:#111827}.drawer-campaign-meta{font-size:11px;color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:20px;margin-bottom:24px}@media(max-width: 1024px){.stats-grid{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}}@media(max-width: 640px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:12px;padding:20px;display:flex;gap:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.stat-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon i,.stat-icon svg,.stat-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.stat-icon{width:48px;height:48px;border-radius:10px;font-size:24px}.stat-icon.blue{background:linear-gradient(135deg, #7B2FBE 0%, rgb(160.4810126582, 97.4683544304, 216.0316455696) 100%);color:#fff}.stat-icon.purple{background:linear-gradient(135deg, #00E5CC 0%, rgb(50.5, 255, 232.6746724891) 100%);color:#fff}.stat-icon.green{background:linear-gradient(135deg, #10B981 0%, rgb(41.0074626866, 236.4925373134, 171.7164179104) 100%);color:#fff}.stat-icon.orange{background:linear-gradient(135deg, #F59E0B 0%, rgb(248.0118110236, 187.2145669291, 84.4881889764) 100%);color:#fff}.stat-content{flex:1;display:flex;flex-direction:column;gap:4px}.stat-label{font-size:14px;color:#6b7280;font-weight:500}.stat-value{font-size:28px;font-weight:700;color:#111827;line-height:1}@media(max-width: 640px){.stat-value{font-size:24px}}.stat-change{font-size:13px;font-weight:500;display:flex;align-items:center;gap:4px}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.quick-actions h3{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px 0}.action-buttons{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:12px}@media(max-width: 640px){.action-buttons{grid-template-columns:1fr}}.action-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600;color:#374151}.action-btn:hover{border-color:#7b2fbe;background:linear-gradient(135deg, rgba(123, 47, 190, 0.05) 0%, rgba(0, 229, 204, 0.05) 100%);transform:translateY(-2px)}.action-btn i{font-size:24px;color:#7b2fbe}.activity-feed{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.activity-header h3{font-size:18px;font-weight:700;color:#111827;margin:0}.view-all-link{font-size:14px;color:#7b2fbe;text-decoration:none;font-weight:500}.view-all-link:hover{color:#00e5cc}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-empty{text-align:center;padding:40px 20px;color:#9ca3af}.activity-empty i{font-size:48px;margin-bottom:12px}.activity-empty p{margin:0;font-size:14px}.activity-item{display:flex;gap:12px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-icon i,.activity-icon svg,.activity-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.activity-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg, rgba(123, 47, 190, 0.1) 0%, rgba(0, 229, 204, 0.1) 100%);color:#7b2fbe}.activity-content{flex:1;min-width:0}.activity-text{font-size:14px;color:#374151;line-height:1.5;margin-bottom:4px}.activity-text strong{font-weight:600;color:#111827}.activity-entity{color:#6b7280;font-style:italic}.activity-time{font-size:12px;color:#9ca3af}.placeholder-content{text-align:center;padding:60px 20px;color:#6b7280}.placeholder-content h3{font-size:20px;font-weight:700;color:#111827;margin:16px 0 8px 0}.placeholder-content p{font-size:14px;color:#6b7280;margin:0 auto;max-width:500px}.dashboard-container{padding:0px}@media(max-width: 640px){.dashboard-container{padding:16px}}.dashboard-header h1{font-size:24px;font-weight:700;color:rgb(64.7,34.35,106.95);margin:0}.dashboard-header .dashboard-subtitle{font-size:14px;color:rgb(113.4,87.2,152.8);margin:0}.dashboard-content{display:grid;gap:24px}@media(max-width: 1024px){.dashboard-content{grid-template-columns:1fr}}@media(max-width: 1024px){.dashboard-sidebar{order:-1}}.auth-layout{min-height:100vh;width:100%}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #e8eaed 0%, rgb(185.7, 190.6, 199) 100%);padding:20px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(17,24,39,.1);max-width:440px;width:100%;padding:40px}@media(max-width: 480px){.auth-card{padding:24px}}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{display:flex;justify-content:center;margin-bottom:24px}.auth-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px 0}@media(max-width: 480px){.auth-title{font-size:24px}}.auth-subtitle{font-size:16px;color:#6b7280;margin:0}@media(max-width: 480px){.auth-subtitle{font-size:14px}}.auth-form{display:flex;flex-direction:column;gap:20px}.form-input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;width:100%}.form-input:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.form-row{display:flex;justify-content:space-between;align-items:center}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.auth-link{color:#7b2fbe;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.auth-link:hover{color:#00e5cc}.spinner-sm{width:16px;height:16px;border:1px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:9999px;animation:spin .6s linear infinite}.spinner-lg{width:48px;height:48px;border:2px solid rgba(123,47,190,.2);border-top-color:#7b2fbe;border-radius:9999px;animation:spin .8s linear infinite}.auth-error{background:rgb(253.4,236.3,236.3);border:1px solid rgb(244.6,133.45,133.45);color:hsl(0,84.236453202%,25.1960784314%);padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px}.auth-success{background:rgb(207.2,241,229.8);border:1px solid rgb(87.7,206,166.8);color:#000;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px}.auth-success-card{text-align:center;padding:20px}.auth-success-card h2{font-size:20px;font-weight:700;color:#111827;margin:16px 0 8px 0}.auth-success-card p{font-size:14px;color:#6b7280;margin:8px 0}.auth-success-card .text-muted{font-size:13px;color:#9ca3af}.link-button{background:none;border:none;color:#7b2fbe;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0}.link-button:hover{color:#00e5cc}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.auth-footer p{font-size:14px;color:#6b7280;margin:0}.validation-message{color:#ef4444;font-size:13px;margin-top:4px}.dashboard-loading,.dashboard-unauthorized{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.dashboard-unauthorized h2{font-size:24px;font-weight:700;color:#111827;margin:0}.dashboard-unauthorized p{font-size:16px;color:#6b7280;margin:0}.ai-chat-container{display:flex;flex-direction:column;height:100%}.chat-header{padding:16px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.chat-controls{display:flex;gap:16px;margin-bottom:12px}.model-selector{flex:1;display:flex;align-items:center;gap:8px}.model-selector label{font-size:13px;font-weight:600;color:#374151}.model-select{flex:1;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff}.autopilot-toggle{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#374151}.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.switch input:checked+.slider{background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%)}.switch input:checked+.slider:before{transform:translateX(20px)}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.3s ease;border-radius:9999px}.slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s ease;border-radius:9999px}.history-control{display:flex;align-items:center;gap:8px}.history-control label{font-size:13px;font-weight:600;color:#374151}.history-input{width:60px;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}.topics-tree{border-bottom:1px solid #e5e7eb;max-height:300px;overflow-y:auto}.topics-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;background:#f9fafb;font-size:13px;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.topics-list{padding:8px}.topics-empty{text-align:center;padding:24px;color:#9ca3af}.topics-empty i{font-size:32px;margin-bottom:8px}.topics-empty p{font-size:13px;margin:0}.topic-item{margin-bottom:4px;border-radius:6px;overflow:hidden}.topic-item.active{background:rgba(123,47,190,.1)}.topic-item.active .topic-header{background:rgba(123,47,190,.1)}.topic-header{padding:8px 12px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background .2s ease}.topic-header:hover{background:#f3f4f6}.topic-title{flex:1;font-size:13px;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topic-messages{padding:4px 12px 8px 32px}.topic-message-preview{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;margin-bottom:4px}.topic-message-preview i{font-size:10px}.topic-message-more{font-size:11px;color:#9ca3af;font-style:italic}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af}.chat-empty p{font-size:14px;margin:8px 0 0 0}.chat-message{display:flex;gap:12px;animation:slideIn .3s ease-out}.chat-message.user{flex-direction:row-reverse}.chat-message.user .message-avatar{background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff}.chat-message.user .message-text{background:linear-gradient(135deg, rgba(123, 47, 190, 0.1) 0%, rgba(0, 229, 204, 0.1) 100%);padding:10px 12px;border-radius:12px}.chat-message.assistant .message-avatar{background:#f3f4f6;color:#6b7280}.message-avatar{width:32px;height:32px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.message-content{flex:1;min-width:0}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.message-sender{font-size:12px;font-weight:600;color:#374151}.message-time{font-size:11px;color:#9ca3af}.message-text{font-size:14px;color:#111827;line-height:1.6;word-wrap:break-word}.typing-indicator{display:flex;gap:4px;padding:10px 12px}.typing-indicator span{width:8px;height:8px;border-radius:9999px;background:#9ca3af;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chat-input-container{padding:16px;border-top:1px solid #e5e7eb;display:flex;gap:12px;background:#fff}.chat-input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:none;transition:all .2s ease}.chat-input:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.chat-input:disabled{background:#f9fafb;cursor:not-allowed}.chat-input-actions{display:flex;gap:8px;flex-shrink:0}.tools-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#6b7280;gap:16px}.tools-placeholder p{font-size:16px;margin:0}.settings-container{max-width:900px;margin:0 auto;padding:24px}.settings-header{margin-bottom:24px}.settings-header h1{font-size:24px;font-weight:600;color:#111827;margin:0 0 4px 0}.settings-subtitle{font-size:14px;color:#6b7280;margin:0}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;color:#6b7280}.settings-content{display:flex;flex-direction:column}.settings-tab{display:flex;align-items:center;gap:8px}.settings-tab i{font-size:16px}.settings-tab.active::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);border-radius:3px 3px 0 0}.settings-panel{padding:24px 0}.settings-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e5e7eb;margin-top:24px}.settings-success{display:flex;align-items:center;gap:8px;padding:12px 16px;background:rgba(16,185,129,.1);color:#10b981;border-radius:6px;font-size:14px;margin-top:16px}.config-drawer-sidebar{width:280px;background:linear-gradient(180deg, #7B2FBE 0%, #00E5CC 100%);display:flex;flex-direction:column;border-right:1px solid hsla(0,0%,100%,.1)}.tenant-selector-drawer{padding:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.tenant-selector-drawer label{display:block;font-size:11px;font-weight:600;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.tenant-selector-dropdown{width:100%;padding:8px 8px;font-size:13px;border:1px solid hsla(0,0%,100%,.3);border-radius:6px;background:hsla(0,0%,100%,.1);color:#fff;cursor:pointer;transition:background .2s ease}.tenant-selector-dropdown:hover{background:hsla(0,0%,100%,.2)}.tenant-selector-dropdown option{background:#1f2937;color:#fff}.config-nav{padding:16px 0;flex:1}.config-nav-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:none;border:none;color:hsla(0,0%,100%,.8);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;border-left:3px solid rgba(0,0,0,0)}.config-nav-item:hover{background:hsla(0,0%,100%,.1);color:#fff}.config-nav-item.active{background:hsla(0,0%,100%,.2);color:#fff;border-left-color:#fff;padding-left:17px}.config-nav-item i{font-size:16px;flex-shrink:0}.config-content{flex:1;overflow-y:auto;padding:24px;background:#fff}.config-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:32px}.config-welcome h1{font-size:28px;font-weight:600;color:#111827;margin:24px 0 8px 0}.config-welcome p{font-size:14px;color:#6b7280;margin:0}.config-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;overflow:hidden;transition:box-shadow .2s ease}.config-section:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.config-section.collapsed .section-content{display:none}.config-section .section-header{display:flex;align-items:center;padding:16px 20px;cursor:pointer;background:#f9fafb;border-bottom:1px solid #e5e7eb;transition:background .2s ease;user-select:none}.config-section .section-header:hover{background:#f3f4f6}.config-section .section-header i{margin-right:8px;font-size:16px;color:#6b7280;transition:transform .2s ease}.config-section .section-header h3,.config-section .section-header h4{margin:0;font-size:16px;font-weight:600;color:#111827}.config-section .section-description{margin-left:8px;font-size:14px;color:#6b7280;flex:1}.config-section .badge-warning{margin-left:auto;background:#f59e0b;color:#111827;padding:4px 8px;border-radius:9999px;font-size:12px;font-weight:500}.config-section .section-content{padding:24px;animation:slideDown .2s ease-out}.config-section .section-actions{display:flex;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;color:#111827;margin-bottom:8px}.form-group .form-control{width:100%;padding:10px 8px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}.form-group .form-control:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.form-group .form-text{display:block;margin-top:6px;font-size:12px;color:#6b7280}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-group label{display:flex;align-items:center;font-weight:normal;cursor:pointer;margin:0}.checkbox-group input[type=checkbox]{margin-right:8px;width:18px;height:18px;cursor:pointer}.config-menu-section{margin-bottom:24px}.config-menu-section .menu-section-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px;margin-bottom:4px}.config-menu-item{display:flex;align-items:center;padding:10px 16px;color:#374151;text-decoration:none;transition:background .2s ease,color .2s ease;cursor:pointer;border-left:3px solid rgba(0,0,0,0)}.config-menu-item:hover{background:rgba(123,47,190,.08);color:#7b2fbe}.config-menu-item.active{background:rgba(123,47,190,.12);color:#7b2fbe;border-left-color:#7b2fbe;font-weight:500}.config-menu-item i{margin-right:8px;font-size:16px}.tenant-selector{padding:8px 16px;margin-bottom:16px}.tenant-selector label{display:block;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.tenant-selector select{width:100%;padding:8px 8px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.color-picker-group{display:flex;gap:8px;align-items:center}.color-input{width:60px;height:40px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;padding:4px;transition:border-color .2s ease}.color-input:hover{border-color:#7b2fbe}.theme-preview{margin-top:8px}.config-actions{display:flex;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb;justify-content:flex-end}.list-page{padding:0px;height:100%;overflow-y:auto}.list-page .page-header,.list-page .dashboard-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px}.list-page .page-header h1,.list-page .dashboard-header h1{font-size:28px;font-weight:700;color:rgb(64.7,34.35,106.95);margin:0}.page-subtitle{font-size:14px;color:#6b7280;margin:4px 0 0 0}.list-filters{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.filter-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#374151;cursor:pointer;background:#fff;transition:all .2s ease}.filter-select:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:#6b7280}.list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;gap:12px}.list-empty h3{font-size:20px;font-weight:600;color:#111827;margin:0}.list-empty p{font-size:14px;color:#6b7280;margin:0}.campaign-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:20px;margin-bottom:24px}.campaign-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,.05);cursor:pointer;transition:all .3s ease;position:relative}.campaign-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(17,24,39,.15);border-color:#d1d5db}.campaign-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:8px}.campaign-card-header h3{font-size:18px;font-weight:700;color:#111827;margin:0;flex:1;line-height:1.4}.campaign-card-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.meta-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#4b5563}.meta-item i{color:#9ca3af;font-size:14px}.campaign-card-collaborators{margin-bottom:16px;padding-top:16px;border-top:1px solid #f3f4f6}.collaborator-avatars{display:flex;flex-wrap:wrap;gap:8px}.campaign-card-actions{display:flex;gap:8px;padding-top:16px;border-top:1px solid #f3f4f6}.btn-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon i,.btn-icon svg,.btn-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.btn-icon{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;border:1px solid #e5e7eb;color:#4b5563;border-radius:6px;padding:8px 8px;gap:6px;font-size:13px}.btn-icon:hover{border-color:#7b2fbe;color:#7b2fbe;background:rgba(123,47,190,.05)}.pagination{display:flex;justify-content:center;align-items:center;gap:16px}.pagination-btn{background:#fff;border:1px solid #e5e7eb;color:#374151;border-radius:8px;padding:10px 16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500}.pagination-btn:hover:not(:disabled){border-color:#7b2fbe;color:#7b2fbe;background:rgba(123,47,190,.05)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:14px;color:#4b5563}.campaign-form{display:flex;flex-direction:column}.form-group-with-button{display:flex;gap:8px;align-items:flex-start}.form-input-wrapper{flex:1;display:flex;flex-direction:column;gap:8px}.btn-add-new{margin-top:28px;white-space:nowrap;flex-shrink:0}.offering-constraint-info{display:flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:8px;color:rgb(6.6731707317,59.3170731707,145.3268292683);font-size:14px;margin-bottom:16px}.offering-constraint-info i{font-size:16px}.offering-type-indicator{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:16px}.offering-type-indicator.product{background:linear-gradient(135deg, rgb(225.6, 236.25, 253.65) 0%, rgb(206, 223.75, 252.75) 100%);color:rgb(5.5536585366,49.3658536585,120.9463414634);border:1px solid rgb(137.4,180,249.6)}.offering-type-indicator.service{background:linear-gradient(135deg, rgb(229.5, 252.4, 249.9) 0%, rgb(216.75, 251.1, 247.35) 100%);color:rgb(0,25,22.2707423581);border:1px solid rgb(89.25,238.1,221.85)}.offering-type-indicator i{font-size:16px}.campaign-discovery-container{height:100%;overflow-y:auto}.completed-campaign{padding:24px}.campaign-status-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.campaign-status-header h2{font-size:24px;font-weight:700;color:#111827;margin:0}.active-campaign-discovery{padding:24px}@media(max-width: 768px){.campaign-grid{grid-template-columns:1fr}.pagination{flex-direction:column}.pagination-btn{width:100%;justify-content:center}}.form-page{padding:0px;height:100%;overflow-y:auto}.form-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(90deg, rgb(165.24, 113.56, 210.8) 0%, rgb(81.6, 237.32, 220.32) 100%);border-radius:4px;border:1px solid rgba(123,47,190,.15);margin-bottom:24px;gap:16px}.form-header h1{font-size:24px;font-weight:700;color:#fff;margin:0}.form-header-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.btn-back{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;background:linear-gradient(135deg, rgb(144.12, 80.28, 200.4) 0%, rgb(40.8, 233.16, 212.16) 100%);border:1px solid hsla(0,0%,100%,.4);color:#fff;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0;line-height:1;transition:all .2s ease}.btn-back i{font-size:13px;line-height:1;transition:transform .2s ease}.btn-back span{line-height:1}.btn-back:hover{background:linear-gradient(135deg, rgb(133.56, 63.64, 195.2) 0%, rgb(20.4, 231.08, 208.08) 100%);border-color:hsla(0,0%,100%,.6);transform:translateY(-1px)}.btn-back:hover i{transform:translateX(-3px)}.form-subtitle{font-size:13px;color:hsla(0,0%,100%,.8);margin:4px 0 0 0}.form-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.form-header-actions .btn-form-cancel,.form-header-actions .btn-form-reset{background:linear-gradient(135deg, rgb(144.12, 80.28, 200.4) 0%, rgb(40.8, 233.16, 212.16) 100%);border:1px solid hsla(0,0%,100%,.4);color:#fff;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.form-header-actions .btn-form-cancel:hover:not(:disabled),.form-header-actions .btn-form-reset:hover:not(:disabled){background:linear-gradient(135deg, rgb(133.56, 63.64, 195.2) 0%, rgb(20.4, 231.08, 208.08) 100%);border-color:hsla(0,0%,100%,.6);transform:translateY(-1px)}.form-header-actions .btn-form-cancel:disabled,.form-header-actions .btn-form-reset:disabled{opacity:.5;cursor:not-allowed}.form-header-actions .btn-gradient{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#fff}.form-collapsible-section{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;overflow:hidden}.form-section-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(90deg, rgb(175.8, 130.2, 216) 0%, rgb(102, 239.4, 224.4) 100%);cursor:pointer;transition:background .2s ease;user-select:none}.form-section-header:hover{background:linear-gradient(90deg, rgb(165.24, 113.56, 210.8) 0%, rgb(81.6, 237.32, 220.32) 100%)}.form-section-header .form-section-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#fff}.form-section-header .form-section-title i{color:hsla(0,0%,100%,.85);font-size:15px}.form-section-header .form-section-title .required-indicator{color:hsla(0,0%,100%,.9);font-size:16px;line-height:1}.form-section-toggle{transition:transform .2s ease;color:hsla(0,0%,100%,.75);font-size:12px}.form-section-toggle.expanded{transform:rotate(180deg)}.form-section-content{padding:0;max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(0.4, 0, 0.2, 1)}.form-section-content.expanded{max-height:2000px;padding:20px;border-top:1px solid #e5e7eb;animation:slideDown .2s cubic-bezier(0.4, 0, 0.2, 1) forwards}.campaign-form .form-row{display:flex;gap:16px;margin-bottom:20px}.campaign-form .form-row .form-group{flex:1;margin-bottom:0}.campaign-form .form-group{margin-bottom:20px}.campaign-form .form-group:last-child{margin-bottom:0}.campaign-form .form-group label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:8px}.campaign-form .form-input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;transition:all .2s ease}.campaign-form .form-input:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.campaign-form .form-input:disabled,.campaign-form .form-input:read-only{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.campaign-form input.valid,.campaign-form select.valid,.campaign-form textarea.valid,.campaign-form input.modified.valid,.campaign-form select.modified.valid,.campaign-form textarea.modified.valid{border-color:#d1d5db;box-shadow:none}.campaign-form input.valid:focus,.campaign-form select.valid:focus,.campaign-form textarea.valid:focus,.campaign-form input.modified.valid:focus,.campaign-form select.modified.valid:focus,.campaign-form textarea.modified.valid:focus{border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.campaign-form .collaborator-item{display:flex;gap:8px;align-items:center;margin-bottom:8px}.campaign-form .collaborator-item .form-input{flex:1}.campaign-form .checkbox-group{display:flex;flex-direction:column;gap:8px}.campaign-form .checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#111827;cursor:pointer}.campaign-form .checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#7b2fbe;cursor:pointer}.campaign-form .form-help{display:block;font-size:12px;color:#6b7280;margin-top:4px}.campaign-form .validation-message{display:block;font-size:12px;color:#ef4444;margin-top:4px}.campaign-section-view{display:grid;grid-template-columns:200px 1fr 280px;height:calc(100vh - 60px);background:#f9fafb}.section-sidebar{background:#fff;border:1px solid #e5e7eb;margin-right:2px;display:flex;flex-direction:column;animation:slideIn .3s cubic-bezier(0.4, 0, 0.2, 1) forwards}.section-sidebar-header{background:linear-gradient(90deg, rgb(144.12, 80.28, 200.4) 0%, rgb(40.8, 233.16, 212.16) 100%);gap:12px}.section-sidebar-header .btn-back{background:none;border:none;padding:8px;cursor:pointer;border-radius:6px;color:hsla(0,0%,100%,.9);transition:all .2s ease}.section-sidebar-header .btn-back:hover{background:hsla(0,0%,100%,.2);color:#fff}.section-sidebar-header span{font-weight:600;color:#fff;font-size:16px}.section-nav{flex:1;padding:12px;overflow-y:auto}.section-nav-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border:none;background:none;border-radius:0;cursor:pointer;transition:all .2s ease;color:#6b7280;font-size:14px;position:relative}.section-nav-item i:first-child{font-size:18px}.section-nav-item span{flex:1;text-align:left}.section-nav-item .check-icon{font-size:14px;color:#10b981}.section-nav-item:hover{background:#7b2fbe;color:#fff !important}.section-nav-item:hover .check-icon{color:#fff}.section-nav-item:hover i{color:#fff !important}.section-nav-item.active{background:#00e5cc;color:#fff}.section-nav-item.active .check-icon{color:#fff}.section-nav-item.complete:not(.active){color:#10b981}.section-nav-item.complete:not(.active) i:first-child{color:#10b981}.btn-save{width:100%;padding:10px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-save:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.section-main{display:flex;flex-direction:column;overflow:hidden;margin-right:2px;border:1px solid #e5e7eb}.section-header{margin-bottom:1px}.section-title{font-size:18px;font-weight:600;color:#fff}.section-content{flex:1;overflow-y:auto;margin-top:1px}.section-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#6b7280}.section-placeholder h3{margin:16px 0 8px;color:#111827}.section-context{background:#fff;border:1px solid #e5e7eb;overflow-y:auto}.context-panel{padding:24px}.context-panel h4{font-size:14px;font-weight:600;color:#fff;margin:0 0 16px 0;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px;background:linear-gradient(90deg, rgb(165.24, 113.56, 210.8) 0%, rgb(81.6, 237.32, 220.32) 100%);border-radius:4px}.context-panel h4:not(:first-child){margin-top:32px}.context-card{background:#f9fafb;border-radius:8px;padding:16px}.context-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.context-item:not(:last-child){border-bottom:1px solid #e5e7eb}.context-label{font-size:13px;color:#6b7280}.context-value{font-size:14px;font-weight:500;color:#111827}.status-badge{padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:500}.status-badge.status-in-progress{background:#fef3c7;color:#92400e}.quick-actions{display:flex;flex-direction:column;gap:8px}.quick-action-btn{width:100%;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px;color:#374151;font-size:14px}.quick-action-btn i{font-size:18px;color:#7b2fbe}.quick-action-btn:hover{border-color:#7b2fbe;background:rgba(123,47,190,.05);transform:translateY(-1px)}.help-card{background:rgba(123,47,190,.05);border:1px solid rgba(123,47,190,.2);border-radius:8px;padding:16px}.help-card p{font-size:13px;color:#7b2fbe;line-height:1.6;margin:0}@media(max-width: 1366px){.campaign-section-view{grid-template-columns:180px 1fr 240px}}@media(max-width: 1024px){.campaign-section-view{grid-template-columns:60px 1fr}.section-context{display:none}.sidebar-header span{display:none}.section-nav-item span{display:none}.sidebar-footer{padding:12px}.btn-save span{display:none}}@media(max-width: 768px){.campaign-section-view{grid-template-columns:1fr}.section-sidebar{display:none}}.campaign-dashboard{padding:24px;max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background:linear-gradient(90deg, rgb(165.24, 113.56, 210.8) 0%, rgb(81.6, 237.32, 220.32) 100%);border-radius:12px;border:1px solid rgba(123,47,190,.15)}.header-left{display:flex;align-items:center;gap:16px}.section-sidebar-header .btn-back,.dashboard-header .btn-back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.section-sidebar-header .btn-back:hover,.dashboard-header .btn-back:hover{background:linear-gradient(135deg, rgb(96.5316455696, 36.8860759494, 149.1139240506) 0%, rgb(0, 178, 158.5676855895) 100%);transform:translateX(-2px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.campaign-title{display:flex;align-items:center;gap:12px}.campaign-title h2{font-size:20px;font-weight:700;color:rgb(64.7,34.35,106.95);margin:0}.header-right{display:flex;gap:8px}.header-right .btn-icon{background:linear-gradient(135deg, rgb(144.12, 80.28, 200.4) 0%, rgb(40.8, 233.16, 212.16) 100%);border:1px solid rgba(123,47,190,.2);color:rgb(61.5,138,197)}.header-right .btn-icon:hover{background:linear-gradient(135deg, rgb(133.56, 63.64, 195.2) 0%, rgb(20.4, 231.08, 208.08) 100%);border-color:rgba(123,47,190,.4);color:#7b2fbe}.btn-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon i,.btn-icon svg,.btn-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.btn-icon{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;width:40px;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280}.btn-icon:hover{background:#f9fafb;border-color:#d1d5db}.dashboard-stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.stat-label{font-size:13px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.stat-value{font-size:24px;font-weight:600;color:#111827;margin-bottom:8px}.stat-progress{margin-top:8px}.progress-bar{height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);transition:width .3s}.stages-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-bottom:32px}.stage-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:24px;cursor:pointer;transition:all .2s ease;text-align:center}.stage-card:hover{border-color:#7b2fbe;transform:translateY(-4px);box-shadow:0 8px 16px rgba(17,24,39,.1)}.stage-card.complete{border-color:#10b981;background:rgba(16,185,129,.05)}.stage-card.active{border-color:#f59e0b;background:rgba(245,158,11,.05)}.stage-icon{font-size:48px;margin-bottom:16px;color:#6b7280}.stage-card.complete .stage-icon{color:#10b981}.stage-card.active .stage-icon{color:#f59e0b}.stage-card h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 12px 0}.stage-info{display:flex;flex-direction:column;gap:4px}.stage-count{font-size:14px;font-weight:600;color:#7b2fbe}.stage-status{font-size:12px;color:#6b7280}.spinning{animation:spin 2s linear infinite}.activity-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.activity-section h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 20px 0}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;gap:16px;align-items:start}.activity-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-icon i,.activity-icon svg,.activity-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.activity-icon{width:40px;height:40px;background:rgba(123,47,190,.1);border-radius:8px;color:#7b2fbe;font-size:18px}.activity-content{flex:1}.activity-content p{font-size:14px;color:#111827;margin:0 0 4px 0}.activity-time{font-size:12px;color:#6b7280}.dashboard-actions{display:flex;gap:12px;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);border:none;border-radius:4px;font-size:15px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.btn-primary:disabled{background:rgb(207,184.9,229.2);color:rgb(0,152.5,135.8515283843);cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;font-size:15px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.status-draft{background:#f3f4f6;color:#6b7280}.status-active{background:rgba(59,130,246,.1);color:#3b82f6}.status-in-progress{background:rgba(245,158,11,.1);color:#f59e0b}.status-completed{background:rgba(16,185,129,.1);color:#10b981}@media(max-width: 1200px){.stages-grid{grid-template-columns:repeat(2, 1fr)}.dashboard-stats{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.stages-grid{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:1fr}}.creative-review-section{height:100%}.review-split{display:grid;grid-template-columns:1fr 400px;gap:24px;height:100%}.review-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column}.video-preview{flex:1;background:#f3f4f6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;min-height:400px}.video-preview p{margin-top:16px;font-size:14px}.timeline-markers{position:relative;height:8px;background:#e5e7eb;border-radius:4px;margin-top:20px}.marker{position:absolute;width:12px;height:12px;background:#7b2fbe;border-radius:9999px;top:-2px;cursor:pointer;transition:transform .2s ease}.marker:hover{transform:scale(1.3)}.review-feedback{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;height:100%}.feedback-header{padding:20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.feedback-header h3{margin:0;font-size:16px;font-weight:600;color:#111827}.feedback-list{flex:1;overflow-y:auto;padding:20px}.feedback-item{display:flex;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}.feedback-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.feedback-item.issue{background:rgba(245,158,11,.1);padding:12px;border-radius:8px;border-bottom:none}.feedback-avatar{width:36px;height:36px;border-radius:9999px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex-shrink:0}.feedback-content{flex:1}.feedback-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px}.feedback-meta strong{color:#111827}.feedback-meta span{color:#6b7280}.severity-badge{padding:2px 8px;background:rgba(239,68,68,.1);color:#ef4444;border-radius:10px;font-size:11px;font-weight:600}.feedback-content p{margin:0 0 12px 0;color:#374151;font-size:14px;line-height:1.5}.feedback-actions{display:flex;gap:8px}.feedback-actions button{padding:6px 12px;font-size:13px}.add-comment{padding:20px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.add-comment textarea{resize:none}.add-comment button{align-self:flex-end}@media(max-width: 1200px){.review-split{grid-template-columns:1fr}.review-feedback{height:500px}}.form-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px}.drawer-section-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px 0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:8px}.required{color:#ef4444}.input-group{display:flex;align-items:center}.input-prefix{padding:10px 14px;background:#f3f4f6;border:1px solid #d1d5db;border-right:none;border-radius:8px 0 0 8px;font-size:14px;color:#6b7280}.input-group .form-control{border-radius:0 8px 8px 0}textarea.form-control{resize:vertical;min-height:80px}.budget-progress{margin:20px 0}.progress-label{display:flex;justify-content:space-between;font-size:13px;color:#6b7280;margin-bottom:8px}.progress-fill.progress-success{background:#10b981}.progress-fill.progress-warning{background:#f59e0b}.advanced-section{margin-top:24px}.advanced-toggle{background:none;border:none;padding:12px 0;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#7b2fbe;transition:color .2s ease}.advanced-toggle:hover{color:rgb(96.5316455696,36.8860759494,149.1139240506)}.tag-input{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border:1px solid #d1d5db;border-radius:8px;min-height:44px}.tag-input input{flex:1;border:none;outline:none;font-size:14px;min-width:120px}.tag{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:rgba(123,47,190,.1);color:rgb(70.0632911392,26.7721518987,108.2278481013);border-radius:9999px;font-size:13px}.tag i{cursor:pointer;font-size:12px}.tag i:hover{color:#111827}.tab-content{padding:20px}.platform-selector{display:grid;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:12px}.platform-btn{padding:16px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px}.platform-btn i{font-size:32px;color:#6b7280}.platform-btn span{font-size:13px;color:#374151}.platform-btn:hover{border-color:#7b2fbe;background:rgba(123,47,190,.05)}.platform-btn.selected{border-color:#7b2fbe;background:rgba(123,47,190,.1)}.platform-btn.selected i{color:#7b2fbe}.radio-group{display:flex;gap:20px;flex-wrap:wrap}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151}.radio-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#7b2fbe}.radio-option:hover{color:#111827}.upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;border:2px dashed #d1d5db;border-radius:8px;text-align:center;gap:8px;margin-bottom:24px;transition:all .2s ease}.upload-zone:hover{border-color:#7b2fbe;background:rgba(123,47,190,.03)}.upload-zone h3{font-size:16px;font-weight:600;color:#111827;margin:0}.upload-zone p{font-size:13px;color:#6b7280;margin:0 0 12px 0}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:16px}.asset-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease}.asset-card:hover{border-color:#7b2fbe;transform:translateY(-2px);box-shadow:0 4px 12px rgba(17,24,39,.1)}.asset-thumbnail{aspect-ratio:16/9;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.asset-info{padding:12px;display:flex;flex-direction:column;gap:4px}.asset-name{font-size:14px;font-weight:500;color:#111827}.asset-meta{font-size:12px;color:#6b7280}.asset-selection-banner{display:flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(123,47,190,.1);border:1px solid rgba(123,47,190,.3);border-radius:8px;color:#7b2fbe;font-size:14px;font-weight:500;margin-bottom:16px}.asset-selection-banner i{font-size:16px}.asset-selection-banner span{flex:1}.asset-selection-banner .btn-clear-selection{background:none;border:1px solid rgba(123,47,190,.4);color:#7b2fbe;border-radius:4px;padding:3px 12px;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .2s ease}.asset-selection-banner .btn-clear-selection:hover{background:rgba(123,47,190,.1)}.asset-video-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:16px}.asset-video-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;position:relative}.asset-video-card:hover{border-color:#7b2fbe;transform:translateY(-2px);box-shadow:0 6px 18px rgba(123,47,190,.15)}.asset-video-card.selected{border-color:#7b2fbe;background:rgb(247.08,242.52,251.1);box-shadow:0 0 0 3px rgba(123,47,190,.2),0 6px 18px rgba(123,47,190,.2)}.asset-video-card.selected .asset-video-thumb img,.asset-video-card.selected .asset-thumb-placeholder{opacity:.9}.asset-selected-badge{position:absolute;top:8px;right:8px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;border-radius:9999px;font-size:11px;font-weight:600;letter-spacing:.3px;box-shadow:0 2px 6px rgba(123,47,190,.4)}.asset-selected-badge i{font-size:11px}.asset-video-thumb{position:relative;aspect-ratio:16/9;background:#f3f4f6;overflow:hidden}.asset-video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.asset-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:32px}.asset-duration-badge{position:absolute;bottom:8px;left:8px;background:rgba(17,24,39,.75);color:#fff;font-size:11px;font-weight:600;padding:2px 7px;border-radius:6px;letter-spacing:.3px}.asset-video-info{padding:12px;display:flex;flex-direction:column;gap:8px}.asset-video-meta{display:flex;align-items:center;gap:8px}.asset-platform-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:#374151;background:#f9fafb;border-radius:9999px;padding:3px 12px}.asset-platform-badge i{font-size:13px}.asset-video-dates{display:flex;flex-direction:column;gap:3px}.asset-video-dates span{display:flex;align-items:center;gap:5px;font-size:11px;color:#6b7280}.asset-video-dates span i{font-size:11px;color:#7b2fbe;opacity:.7}.asset-video-controls{display:flex;gap:8px;padding-top:4px;border-top:1px solid #e5e7eb;margin-top:4px}.asset-ctrl-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:6px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:15px;cursor:pointer;transition:all .2s ease}.asset-ctrl-btn:hover:not(:disabled){background:rgba(123,47,190,.1);border-color:#7b2fbe;color:#7b2fbe}.asset-ctrl-btn.active{background:rgba(123,47,190,.12);border-color:#7b2fbe;color:#7b2fbe}.asset-ctrl-btn:disabled{opacity:.35;cursor:not-allowed}.accordion-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;overflow:hidden}.accordion-header{width:100%;padding:16px 20px;background:none;border:none;display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;font-weight:500;color:#111827;transition:background .2s ease}.accordion-header:hover{background:#f9fafb}.accordion-header span:first-of-type{flex:1;text-align:left}.accordion-content{padding:0 20px 20px 44px;color:#374151;font-size:14px}.accordion-content p{margin:8px 0}.analysis-status{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;margin-bottom:20px}.analysis-status h3{margin:0 0 4px 0;font-size:18px;color:#111827}.analysis-status p{margin:0;color:#6b7280;font-size:14px}.hook-item{display:flex;align-items:center;gap:16px;padding:12px;background:#f9fafb;border-radius:8px;margin-bottom:8px}.hook-time{font-weight:600;color:#7b2fbe}.hook-type{flex:1}.hook-confidence{color:#10b981;font-weight:500}.collaborator-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:12px;display:flex;align-items:center;gap:16px}.collaborator-avatar{width:48px;height:48px;border-radius:4px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}.collaborator-info{flex:1}.collaborator-info h4{margin:0 0 4px 0;font-size:15px;color:#111827}.collaborator-info p{margin:0 0 4px 0;font-size:13px;color:#6b7280}.last-active{font-size:12px;color:#9ca3af}.role-badge{padding:6px 16px;border-radius:9999px;font-size:13px;font-weight:500}.role-owner{background:rgb(253,235.6,206.2);color:rgb(49.9527559055,32.1417322835,2.0472440945)}.role-editor{background:rgb(215.8,230,253.2);color:rgb(5.5536585366,49.3658536585,120.9463414634)}.role-reviewer{background:rgb(204,249.8,244.8);color:rgb(0,50.5,44.9868995633)}.pending-section{margin-top:24px}.pending-item{padding:12px 16px;background:rgb(253,235.6,206.2);border-radius:8px;margin-bottom:8px;display:flex;align-items:center;gap:12px;font-size:14px;color:rgb(49.9527559055,32.1417322835,2.0472440945)}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));gap:16px;margin-bottom:24px}.template-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;text-align:center}.template-card:hover{border-color:#7b2fbe;transform:translateY(-2px)}.template-card.selected{border-color:#7b2fbe;background:rgba(123,47,190,.05)}.template-card h4{margin:0 0 4px 0;font-size:15px;color:#111827}.template-card p{margin:0;font-size:12px;color:#6b7280}.template-preview{aspect-ratio:9/16;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;margin-bottom:12px}.customize-options{display:flex;gap:12px}.customize-btn{flex:1;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px}.customize-btn i{font-size:24px;color:#7b2fbe}.customize-btn:hover{border-color:#7b2fbe;background:rgba(123,47,190,.05)}.platform-checkboxes{display:flex;flex-direction:column;gap:12px}.platform-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px}.platform-checkbox input{width:18px;height:18px;cursor:pointer;accent-color:#7b2fbe}.btn-generate{width:100%;padding:14px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;transition:all .2s ease}.btn-generate:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:16px;margin-bottom:24px}.summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;gap:16px}.summary-icon{font-size:32px}.summary-content{display:flex;flex-direction:column;gap:4px}.summary-label{font-size:13px;color:#6b7280}.summary-value{font-size:20px;font-weight:600;color:#111827}.summary-note{font-size:12px;color:#10b981}.goal-item{margin-bottom:20px}.goal-item:last-child{margin-bottom:0}.goal-header{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}.goal-header span:first-child{color:#374151;font-weight:500}.goal-header span:last-child{color:#6b7280}.wrapup-actions{display:flex;gap:12px;margin-top:24px}.wrapup-actions .btn-primary,.wrapup-actions .btn-secondary{padding:12px 24px}.badge-success{padding:4px 12px;background:rgb(207.2,241,229.8);color:rgb(1.7910447761,20.7089552239,14.4402985075);border-radius:12px;font-size:12px;font-weight:500}.badge-info{padding:4px 12px;background:rgb(215.8,230,253.2);color:rgb(5.5536585366,49.3658536585,120.9463414634);border-radius:12px;font-size:12px;font-weight:500}.text-muted{color:#6b7280;font-size:12px}@media(max-width: 768px){.form-row{grid-template-columns:1fr}.platform-selector{grid-template-columns:repeat(auto-fill, minmax(100px, 1fr))}.customize-options{flex-direction:column}.summary-cards{grid-template-columns:1fr}.wrapup-actions{flex-direction:column}}.insights-toolbar{display:flex;justify-content:flex-end;margin-bottom:16px}.external-services-config{padding:24px;height:100%;display:flex;flex-direction:column}.config-header{margin-bottom:24px}.config-header h3{font-size:24px;font-weight:600;color:#111827;margin:0 0 8px 0}.subtitle{font-size:14px;color:#6b7280;margin:0}.category-filter{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.filter-btn{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#7b2fbe;color:#7b2fbe}.filter-btn.active{background:#7b2fbe;border-color:#7b2fbe;color:#fff}.services-table-wrapper{flex:1;overflow:hidden;display:flex;flex-direction:column;max-height:600px}.services-table-container{flex:1;overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;position:relative}.services-table{width:100%;border-collapse:collapse;min-width:1200px}.services-table thead{background:linear-gradient(90deg, rgb(175.8, 130.2, 216) 0%, rgb(102, 239.4, 224.4) 100%);border-bottom:2px solid rgba(123,47,190,.2);position:sticky;top:0;z-index:10}.services-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;user-select:none;position:relative;white-space:nowrap}.services-table th:hover{filter:brightness(0.95)}.services-table tbody tr{border-bottom:1px solid #e5e7eb;transition:all .2s ease;cursor:pointer}.services-table tbody tr:nth-child(odd){background:#f3f4f6}.services-table tbody tr:nth-child(even){background:rgb(229.4,231.6,235.2)}.services-table tbody tr:hover{background:rgba(123,47,190,.08) !important;box-shadow:inset 3px 0 0 #7b2fbe}.services-table tbody tr:last-child{border-bottom:none}.services-table td{padding:16px;font-size:14px;color:#111827;vertical-align:top}.service-name{font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.service-description{font-size:13px;color:#6b7280;line-height:1.4}.checkbox-cell{text-align:center;vertical-align:middle !important;padding:16px 8px !important}.status-indicator-wrapper{display:flex;justify-content:center;align-items:center}.status-indicator{width:24px;height:24px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:bold;border:2px solid;transition:all .3s;cursor:help}.status-indicator:hover{transform:scale(1.15);box-shadow:0 2px 8px rgba(17,24,39,.15)}.status-notconfigured{background:rgba(239,68,68,.1);border-color:#ef4444;color:#ef4444}.status-partiallyconfigured{background:rgba(245,158,11,.2);border-color:#f59e0b;color:rgb(196.9291338583,126.7125984252,8.0708661417)}.status-configurednottested{background:rgba(245,158,11,.1);border-color:#f59e0b;color:#f59e0b}.status-configuredandtested{background:rgba(16,185,129,.1);border-color:#10b981;color:#10b981}.btn-configure{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);border:none;border-radius:6px;font-size:13px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-configure:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.btn-configure:disabled{background:rgb(207,184.9,229.2);color:#9ca3af;cursor:not-allowed}.btn-test{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:1px solid #10b981;border-radius:6px;font-size:13px;font-weight:500;color:#10b981;cursor:pointer;transition:all .2s ease;white-space:nowrap;margin-left:8px}.btn-test:hover:not(:disabled){background:rgba(16,185,129,.1);border-color:rgb(11.9402985075,138.0597014925,96.2686567164);color:rgb(11.9402985075,138.0597014925,96.2686567164)}.btn-test:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.theme-mode-selector{display:flex;gap:8px;background:#f3f4f6;padding:4px;border-radius:8px;margin-bottom:24px}.mode-btn{flex:1;padding:8px 16px;background:rgba(0,0,0,0);border:none;border-radius:6px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all 200ms;display:flex;align-items:center;justify-content:center;gap:8px}.mode-btn:hover{color:#374151}.mode-btn.active{background:#fff;color:#111827;box-shadow:0 1px 2px rgba(0,0,0,.05)}.config-section{margin-bottom:16px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.config-section .section-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;user-select:none;transition:background-color .2s ease;background:#f9fafb;height:auto;border-bottom:none}.config-section .section-header:hover{background:#f3f4f6}.config-section .section-header h3,.config-section .section-header h4{font-size:16px;font-weight:600;color:#111827;margin:0}.config-section .section-header i{font-size:14px;color:#6b7280;transition:transform .2s ease}.config-section .section-content{padding:20px;border-top:1px solid #e5e7eb;overflow:visible}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:500;margin-bottom:8px;color:#111827;font-size:14px}.form-group small{display:block;margin-top:4px;font-size:12px}.form-group small.help-text{color:#6b7280}.form-group small.error-message{color:#ef4444}.form-group small.success-message{color:#10b981}.form-input{width:100%;height:40px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s ease}.form-input:focus{outline:none;border-color:#7b2fbe;box-shadow:0 0 0 3px rgba(123,47,190,.1)}.form-input.valid{border-color:#10b981}.form-input.invalid{border-color:#ef4444}.color-picker-group{display:flex;gap:12px;align-items:center}.color-input{width:48px;height:40px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;padding:4px}.color-input::-webkit-color-swatch-wrapper{padding:0}.color-input::-webkit-color-swatch{border:none;border-radius:4px}.image-upload-area{position:relative;border:2px dashed #d1d5db;border-radius:8px;padding:40px 20px;text-align:center;transition:all .2s ease;cursor:pointer}.image-upload-area:hover{border-color:#7b2fbe;background:#f9fafb}.image-upload-area.dragging{border-color:#7b2fbe;background:rgba(123,47,190,.05)}.image-upload-area input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-prompt i{font-size:48px;color:#9ca3af;margin-bottom:12px}.upload-prompt p{margin:0 0 8px 0;font-size:14px;color:#111827}.upload-prompt small{color:#6b7280}.status-message{margin-top:16px;padding:12px 16px;border-radius:6px;display:flex;align-items:center;gap:12px;font-size:14px}.status-message.success{background:rgba(16,185,129,.1);color:rgb(7.8805970149,91.1194029851,63.5373134328);border:1px solid #10b981}.status-message.error{background:rgba(239,68,68,.1);color:hsl(0,84.236453202%,50.1960784314%);border:1px solid #ef4444}.status-message.info{background:rgba(59,130,246,.1);color:rgb(8.912195122,79.2195121951,194.087804878);border:1px solid #3b82f6}.status-message i{font-size:18px}.config-actions{display:flex;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb;flex-wrap:wrap}.spinning,.spin{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.theme-selector-section .theme-selector-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.theme-selector-section .theme-select{flex:1;min-width:200px}.theme-selector-section .theme-mode-toggle{display:flex;gap:4px;background:#f3f4f6;padding:4px;border-radius:6px}.theme-selector-section .theme-actions{display:flex;gap:8px;margin-top:16px}.th-content{display:flex;align-items:center;gap:6px}.th-content i{font-size:12px;color:hsla(0,0%,100%,.8)}.column-resizer{position:absolute;right:0;top:0;bottom:0;width:4px;cursor:col-resize;background:rgba(0,0,0,0);transition:background .2s ease}.column-resizer:hover{background:#7b2fbe}.cost-cell{white-space:nowrap}.cost-wrapper{display:flex;flex-direction:column;gap:4px}.cost-value{font-family:"Consolas",monospace;font-size:13px;font-weight:600;color:#111827}.price-update-time{font-size:11px;color:#9ca3af;display:flex;align-items:center;gap:4px}.price-update-time i{font-size:10px}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.badge-required{background:rgba(245,158,11,.15);color:rgb(123.4409448819,79.4271653543,5.0590551181)}.badge-category{background:rgba(123,47,190,.1);color:#7b2fbe}.badge-available{background:rgba(16,185,129,.1);color:rgb(11.9402985075,138.0597014925,96.2686567164)}.badge-coming-soon{background:#f3f4f6;color:#6b7280}.badge-beta{background:rgba(59,130,246,.1);color:rgb(11.1512195122,99.1219512195,242.8487804878)}.badge-warning{background:rgba(245,158,11,.15);color:rgb(123.4409448819,79.4271653543,5.0590551181)}.link-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(0,0,0,0);border:1px solid #e5e7eb;border-radius:4px;font-size:13px;color:#7b2fbe;cursor:pointer;transition:all .2s ease;white-space:nowrap}.link-btn:hover{background:rgba(123,47,190,.05);border-color:#7b2fbe}.link-btn i{font-size:12px}.link-btn-small{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:rgba(0,0,0,0);border:1px solid #e5e7eb;border-radius:4px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s ease;margin-left:4px}.link-btn-small:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.link-btn-small i{font-size:11px}.link-btn-large{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;color:#7b2fbe;cursor:pointer;transition:all .2s ease;text-align:left;flex:1}.link-btn-large:hover{background:rgba(123,47,190,.05);border-color:#7b2fbe}.link-btn-large i{font-size:16px}.pricing-info{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(123,47,190,.05);border:1px solid rgba(123,47,190,.2);border-radius:6px;margin-top:16px;font-size:13px;color:#7b2fbe}.pricing-info i{font-size:16px}.btn-refresh{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid rgba(123,47,190,.2);border-radius:4px;font-size:13px;font-weight:500;color:#7b2fbe;cursor:pointer;transition:all .2s ease;margin-left:auto}.btn-refresh:hover:not(:disabled){background:rgba(123,47,190,.1);border-color:#7b2fbe}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.btn-test-all{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #10b981;border-radius:4px;font-size:13px;font-weight:500;color:#10b981;cursor:pointer;transition:all .2s ease}.btn-test-all:hover:not(:disabled){background:rgba(16,185,129,.1);border-color:rgb(11.9402985075,138.0597014925,96.2686567164);color:rgb(11.9402985075,138.0597014925,96.2686567164)}.btn-test-all:disabled{opacity:.6;cursor:not-allowed}.empty-state{padding:60px 20px;text-align:center;color:#9ca3af}.empty-state i{font-size:48px;margin-bottom:16px;display:block}.empty-state p{margin:0;font-size:14px}.row-tooltip{position:fixed;left:660px;top:50%;transform:translateY(-50%);width:450px;max-width:450px;background:#fff;border:2px solid #7b2fbe;border-radius:8px;box-shadow:0 20px 25px -5px rgba(17,24,39,.2),0 10px 10px -5px rgba(17,24,39,.1);z-index:10000;pointer-events:none;animation:tooltipFadeIn .2s ease-out}@keyframes tooltipFadeIn{from{opacity:0;transform:translateY(-50%) translateX(20px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}.tooltip-header{padding:16px 20px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:space-between;gap:12px}.tooltip-header h5{margin:0;font-size:18px;font-weight:600;color:#fff}.tooltip-header .badge{background:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.tooltip-content{padding:20px;max-height:400px;overflow-y:auto}.tooltip-row{display:grid;grid-template-columns:140px 1fr;gap:12px;margin-bottom:16px;align-items:start}.tooltip-row:last-child{margin-bottom:0}.tooltip-row strong{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.tooltip-row span{font-size:14px;color:#111827;line-height:1.6}.tooltip-row .cost-highlight{font-size:16px;font-weight:600;color:#7b2fbe;font-family:"Consolas",monospace}.service-details-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(17,24,39,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.service-details-panel{background:#fff;border-radius:8px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(17,24,39,.1),0 10px 10px -5px rgba(17,24,39,.04)}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:linear-gradient(90deg, rgb(186.36, 146.84, 221.2) 0%, rgb(122.4, 241.48, 228.48) 100%);border-radius:8px 8px 0 0}.panel-header h4{font-size:18px;font-weight:600;color:#fff;margin:0}.close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:6px;color:#fff;cursor:pointer;transition:all .2s ease}.close-btn:hover{background:hsla(0,0%,100%,.28);border-color:hsla(0,0%,100%,.5)}.panel-content{flex:1;overflow-y:auto;padding:24px}.detail-section{margin-bottom:24px}.detail-section:last-of-type{margin-bottom:0}.detail-section label{display:block;font-size:12px;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px;opacity:.75}.detail-section p{margin:0;font-size:14px;color:#111827;line-height:1.6}.credentials-list{margin:0;padding-left:20px;list-style:disc}.credentials-list li{font-size:14px;color:#111827;margin-bottom:6px}.cost-highlight{font-size:16px;font-weight:600;color:#7b2fbe;font-family:"Consolas",monospace}.connection-test-details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.test-row{display:grid;grid-template-columns:120px 1fr;gap:12px;margin-bottom:12px;align-items:start}.test-row:last-child{margin-bottom:0}.test-label{font-size:13px;font-weight:600;color:#6b7280}.test-value{font-size:13px;color:#111827;display:flex;align-items:center;gap:6px}.test-value.status-success{color:#10b981;font-weight:600}.test-value.status-failed{color:#ef4444;font-weight:600}.test-value.error-text{color:#ef4444;font-size:12px;line-height:1.5}.quick-links{display:flex;flex-direction:column;gap:8px}.link-row{display:flex;gap:8px;align-items:center}.panel-actions{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px;border-top:1px solid #e5e7eb}@media(max-width: 1400px){.row-tooltip{left:auto;right:20px;width:380px}}@media(max-width: 1200px){.row-tooltip{left:auto;right:20px;width:350px}}@media(max-width: 768px){.category-filter{overflow-x:auto;flex-wrap:nowrap}.services-table{font-size:13px}.services-table th,.services-table td{padding:12px}}.discovery-page{max-width:1400px;margin:0 auto}.discovery-welcome{max-width:1200px;margin:0 auto;padding:60px 24px}.welcome-hero{text-align:center;margin-bottom:60px}.hero-icon{margin-bottom:24px}.welcome-hero h1{font-size:48px;font-weight:700;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:16px}.hero-subtitle{font-size:20px;color:#4b5563;max-width:600px;margin:0 auto}.welcome-features{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:24px;margin-bottom:60px}.feature-card{padding:24px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(123,47,190,.15);border-color:#7b2fbe}.feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon i,.feature-icon svg,.feature-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.feature-icon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg, rgba(123, 47, 190, 0.1) 0%, rgba(0, 229, 204, 0.1) 100%);border-radius:12px;font-size:32px;color:#7b2fbe}.feature-card h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.feature-card p{font-size:14px;color:#4b5563;line-height:1.6;margin:0}.welcome-actions{display:flex;gap:16px;justify-content:center;margin-bottom:40px}.btn-gradient-lg{padding:16px 24px;font-size:16px;font-weight:600;border:none;border-radius:8px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.btn-gradient-lg:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(123,47,190,.3)}.btn-outline-lg{padding:16px 24px;font-size:16px;font-weight:600;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.btn-outline-lg:hover{border-color:#7b2fbe;color:#7b2fbe;transform:translateY(-2px)}.welcome-instructions{max-width:800px;margin:0 auto}.instruction-box{padding:24px;background:linear-gradient(135deg, rgba(123, 47, 190, 0.05) 0%, rgba(0, 229, 204, 0.05) 100%);border-radius:12px;border:1px solid rgba(123,47,190,.2);display:flex;gap:16px}.instruction-box i{font-size:24px;color:#7b2fbe;flex-shrink:0}.instruction-box strong{display:block;font-size:16px;color:#111827;margin-bottom:8px}.instruction-box p{font-size:14px;color:#4b5563;line-height:1.6;margin:0}.discovery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#4b5563;gap:16px}.discovery-header{margin-bottom:24px}.discovery-title{display:flex;align-items:center;gap:8px;margin-bottom:16px}.discovery-title h2{font-size:24px;font-weight:700;color:#111827;margin:0}.discovery-actions{display:flex;gap:8px;flex-wrap:wrap}.final-assets-grid{display:flex;flex-direction:column;gap:24px}.asset-section h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:16px;display:flex;align-items:center;gap:8px}.asset-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:16px}.asset-card{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;gap:8px;transition:all .2s ease}.asset-card:hover{border-color:#7b2fbe;box-shadow:0 4px 12px rgba(123,47,190,.1)}.asset-thumbnail{width:60px;height:60px;background:linear-gradient(135deg, rgba(123, 47, 190, 0.1) 0%, rgba(0, 229, 204, 0.1) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#7b2fbe;flex-shrink:0}.asset-info{flex:1;display:flex;flex-direction:column;gap:4px}.asset-name{font-size:14px;font-weight:600;color:#111827}.asset-meta{font-size:12px;color:#4b5563}.source-materials{display:flex;flex-direction:column;gap:8px}.source-item{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;gap:16px;transition:all .2s ease}.source-item:hover{border-color:#7b2fbe;box-shadow:0 2px 8px rgba(123,47,190,.1)}.source-item>i{font-size:24px;color:#7b2fbe;flex-shrink:0}.source-details{flex:1;display:flex;flex-direction:column;gap:4px}.source-details span{font-size:14px;font-weight:600;color:#111827}.source-details small{font-size:12px;color:#4b5563}@media(max-width: 1400px){.tools-panel{width:350px}}@media(max-width: 1024px){.tools-panel{width:100%;max-width:400px}}.tools-panel{position:fixed;right:0;top:0;bottom:0;width:400px;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-4px 0 12px rgba(17,24,39,.08);display:flex;flex-direction:column;z-index:100;transform:translateX(100%);transition:transform .35s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .35s ease,opacity .35s ease;opacity:0}.tools-panel.open{transform:translateX(0);box-shadow:-8px 0 32px rgba(17,24,39,.18);opacity:1}.tools-panel-title{font-size:18px;font-weight:700;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.tools-panel-close{display:flex;align-items:center;justify-content:center;flex-shrink:0}.tools-panel-close i,.tools-panel-close svg,.tools-panel-close .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.tools-panel-close{background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;color:#4b5563;padding:4px}.tools-panel-close:hover{background:#e5e7eb;color:#111827}.tools-tabs{padding:0}.tools-tab{flex:1;padding:14px 16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;position:relative}.tools-tab i{font-size:16px}.tools-tab.active::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);border-radius:3px 3px 0 0}.tools-content{flex:1;overflow:hidden;display:flex;flex-direction:column}@media(max-width: 1400px){.tools-panel{width:350px}}@media(max-width: 1024px){.tools-panel{width:100%;max-width:400px}}.bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.icon-primary{color:#7b2fbe}.icon-secondary{color:#00e5cc}.icon-muted{color:#9ca3af}.icon-disabled{color:#d1d5db}.icon-success{color:#10b981}.icon-warning{color:#f59e0b}.icon-error{color:#ef4444}.icon-sm{font-size:24px}.icon-md{font-size:32px}.icon-lg{font-size:48px}.icon-xl{font-size:64px}.modal-overlay{position:fixed;inset:0;background:rgba(17,24,39,.5);display:flex;align-items:center;justify-content:center;z-index:1040;animation:fadeIn .2s ease forwards}.modal-dialog{background:#fff;border-radius:12px;box-shadow:0 20px 25px rgba(0,0,0,.15);max-width:600px;width:90%;max-height:90vh;display:flex;flex-direction:column;animation:scaleIn .2s ease forwards}.modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:#111827}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{padding:24px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:flex-end;gap:12px}.create-brand-dialog,.create-brand-dialog-enhanced{max-width:600px}.create-brand-dialog{max-width:520px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1px}.items-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.item-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.item-info{display:flex;flex-direction:column;gap:4px}.item-info strong{font-size:14px;color:#111827}.item-category{font-size:12px;color:#6b7280}.close-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease}.close-btn:hover{background:#f3f4f6;color:#111827}.toast-container{position:fixed;top:24px;right:24px;z-index:1070;display:flex;flex-direction:column;gap:12px}.toast{background:#fff;border-radius:8px;box-shadow:0 10px 15px rgba(0,0,0,.1);padding:16px;min-width:300px;display:flex;align-items:flex-start;gap:12px;animation:slideIn .2s ease}.toast .toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast .toast-icon i,.toast .toast-icon svg,.toast .toast-icon .bi{display:flex;align-items:center;justify-content:center;line-height:1;margin:0;position:relative;top:0}.toast .toast-icon{font-size:20px}.toast .toast-content{flex:1}.toast .toast-title{font-weight:600;font-size:14px;margin-bottom:4px}.toast .toast-message{font-size:13px;color:#374151}.toast .toast-close{flex-shrink:0;background:none;border:none;color:#6b7280;cursor:pointer;padding:0}.toast .toast-close:hover{color:#111827}.toast.toast-success{border-left:4px solid #10b981}.toast.toast-success .toast-icon{color:#10b981}.toast.toast-error{border-left:4px solid #ef4444}.toast.toast-error .toast-icon{color:#ef4444}.toast.toast-warning{border-left:4px solid #f59e0b}.toast.toast-warning .toast-icon{color:#f59e0b}.toast.toast-info{border-left:4px solid #3b82f6}.toast.toast-info .toast-icon{color:#3b82f6}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:rgba(123,47,190,.1);box-shadow:inset 0 0 0 1px #d1d5db;border-radius:0px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, rgb(142.8, 78.2, 199.75) 0%, rgb(38.25, 232.9, 211.65) 100%);box-shadow:inset 0 0 0 1px #d1d5db;border-radius:0px}::-webkit-scrollbar-thumb:hover{background:#00e5cc;box-shadow:inset 0 0 0 1px rgb(0,178,158.5676855895)}::-webkit-scrollbar-corner{background:rgba(123,47,190,.1);box-shadow:inset 0 0 0 1px #d1d5db}::-webkit-scrollbar-button{height:16px;width:16px;background:linear-gradient(180deg, #7B2FBE 0%, #00E5CC 100%);box-shadow:inset 0 0 0 1px #d1d5db}::-webkit-scrollbar-button:hover{background:#00e5cc;box-shadow:inset 0 0 0 1px rgb(0,178,158.5676855895)}::-webkit-scrollbar-button:vertical:decrement{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M6 3l4 4H2z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}::-webkit-scrollbar-button:vertical:increment{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M6 9L2 5h8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}::-webkit-scrollbar-button:horizontal:decrement{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M3 6l4-4v8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}::-webkit-scrollbar-button:horizontal:increment{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M9 6L5 2v8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}*::-webkit-scrollbar{width:16px;height:16px}*::-webkit-scrollbar-track{background:rgba(123,47,190,.1);box-shadow:inset 0 0 0 1px #d1d5db;border-radius:0px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg, rgb(142.8, 78.2, 199.75) 0%, rgb(38.25, 232.9, 211.65) 100%);box-shadow:inset 0 0 0 1px #d1d5db;border-radius:0px}*::-webkit-scrollbar-thumb:hover{background:#00e5cc;box-shadow:inset 0 0 0 1px rgb(0,178,158.5676855895)}*::-webkit-scrollbar-corner{background:rgba(123,47,190,.1);box-shadow:inset 0 0 0 1px #d1d5db}*::-webkit-scrollbar-button{height:16px;width:16px;background:linear-gradient(180deg, #7B2FBE 0%, #00E5CC 100%);box-shadow:inset 0 0 0 1px #d1d5db}*::-webkit-scrollbar-button:hover{background:#00e5cc;box-shadow:inset 0 0 0 1px rgb(0,178,158.5676855895)}*::-webkit-scrollbar-button:vertical:decrement{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M6 3l4 4H2z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}*::-webkit-scrollbar-button:vertical:increment{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M6 9L2 5h8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}*::-webkit-scrollbar-button:horizontal:decrement{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M3 6l4-4v8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}*::-webkit-scrollbar-button:horizontal:increment{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M9 6L5 2v8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}*{scrollbar-width:auto;scrollbar-color:#7b2fbe rgba(123,47,190,.1)}body.resizing{user-select:none;cursor:col-resize}body.resizing *{cursor:inherit}.sidebar.collapsed .nav-item{position:relative}.sidebar.collapsed .nav-item::after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:8px;padding:6px 12px;background:#111827;color:#fff;font-size:12px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1070}.sidebar.collapsed .nav-item:hover::after{opacity:1}.sidebar,.sidebar *{transition:all .3s ease}.resize-handle{transition:background .2s ease}@media(max-width: 768px){.sidebar{position:fixed;left:-240px;z-index:1030;transition:left .3s ease}.sidebar.open{left:0}}.page-layout,.page-container{display:flex;flex-direction:column;height:100%}.page-container{background:#f9fafb}.page-header,.dashboard-header{background:linear-gradient(90deg, rgb(186.36, 146.84, 221.2) 0%, rgb(122.4, 241.48, 228.48) 100%);padding:20px 24px;border-radius:4px;border:1px solid rgba(123,47,190,.12);margin-bottom:20px;min-height:80px;display:flex;flex-direction:column;gap:8px}.page-header-title{font-size:24px;font-weight:700;color:rgb(64.7,34.35,106.95);margin:0}.page-header-subtitle{font-size:14px;color:rgb(113.4,87.2,152.8);margin-top:4px}.page-header-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(17,24,39,.6)}.page-header-breadcrumb a{color:rgba(17,24,39,.6);text-decoration:none;transition:color .2s ease}.page-header-breadcrumb a:hover{color:#7b2fbe}.page-header-breadcrumb .separator{color:rgba(17,24,39,.4)}.page-content{flex:1;overflow-y:auto;padding:24px}.page-section{background:#fff;border-radius:8px;padding:24px;margin-bottom:24px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.page-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.page-section-title{font-size:18px;font-weight:600;color:#111827;margin:0}.page-section-actions{display:flex;gap:8px}.placeholder-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;gap:16px}.placeholder-content i{font-size:64px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.placeholder-content h2{font-size:24px;font-weight:600;color:#111827;margin:0}.placeholder-content p{font-size:16px;color:#4b5563;max-width:500px;margin:0}.placeholder-content .btn-gradient{margin-top:16px}.brand-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:20px;margin-bottom:24px}.brand-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,.05);cursor:pointer;transition:all .3s ease}.brand-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(17,24,39,.15);border-color:#d1d5db}.brand-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.brand-card-header h3{font-size:18px;font-weight:700;color:#111827;margin:0;flex:1}.brand-card-desc{font-size:13px;color:#6b7280;margin-bottom:16px;line-height:1.5}.brand-card-stats{display:flex;gap:16px;padding-top:16px;border-top:1px solid #e5e7eb}.brand-stat{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}.brand-stat i{color:#7b2fbe;font-size:14px}.brand-stat strong{font-weight:600;color:#111827}.offering-split-pane{display:flex;gap:1px;background:#e5e7eb;border:1px solid #e5e7eb;border-radius:8px;min-height:200px;overflow:hidden}.offering-listbox{width:40%;min-width:180px;background:#fff;display:flex;flex-direction:column}.offering-listbox-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.offering-listbox-header span{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.offering-listbox-items{flex:1;overflow-y:auto}.offering-listbox-item{padding:12px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #e5e7eb;font-size:13px;color:#111827}.offering-listbox-item:nth-child(odd){background:#f9fafb}.offering-listbox-item:nth-child(even){background:#f3f4f6}.offering-listbox-item:hover{background:rgba(123,47,190,.08)}.offering-listbox-item.selected{background:rgba(123,47,190,.12);border-left:3px solid #7b2fbe;font-weight:500}.offering-listbox-item .item-name{font-weight:500}.offering-listbox-item .item-category{font-size:11px;color:#6b7280;margin-top:2px}.offering-listbox-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;color:#6b7280;font-size:13px;flex:1}.offering-listbox-empty i{font-size:24px;margin-bottom:8px;opacity:.5}.offering-detail-pane{flex:1;background:#fff;padding:16px;display:flex;flex-direction:column}.offering-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.offering-detail-header h4{margin:0;font-size:15px;font-weight:600;color:#111827}.offering-detail-field{margin-bottom:12px}.offering-detail-field .field-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.offering-detail-field .field-value{font-size:14px;color:#111827}.offering-detail-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;color:#6b7280;font-size:13px}.offering-detail-placeholder i{font-size:32px;margin-bottom:12px;opacity:.4}.offering-form-actions{display:flex;gap:8px;margin-top:auto;padding-top:16px;border-top:1px solid #e5e7eb}.collapsible-section{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;overflow:hidden}.collapsible-section-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:linear-gradient(90deg, rgb(175.8, 130.2, 216) 0%, rgb(102, 239.4, 224.4) 100%);cursor:pointer;transition:background .2s ease;user-select:none}.collapsible-section-header:hover{background:linear-gradient(90deg, rgb(165.24, 113.56, 210.8) 0%, rgb(81.6, 237.32, 220.32) 100%)}.collapsible-section-header h4{margin:0;font-size:14px;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}.collapsible-section-header h4 i{color:hsla(0,0%,100%,.85);font-size:15px}.collapsible-section-header .chevron{transition:transform .2s ease;color:hsla(0,0%,100%,.75);font-size:12px}.collapsible-section-header .chevron.expanded{transform:rotate(180deg)}.collapsible-section-body{padding:16px;border-top:1px solid #e5e7eb;animation:slideDown .2s cubic-bezier(0.4, 0, 0.2, 1) forwards}.create-brand-modal{max-width:800px;width:95%}.create-brand-modal .modal-body{max-height:60vh}.brand-modal-overlay{z-index:9999}.brand-modal-header{background:linear-gradient(90deg, rgb(144.12, 80.28, 200.4) 0%, rgb(40.8, 233.16, 212.16) 100%)}.brand-modal-header h2{color:rgb(235.2,223.8,245.25)}.brand-modal-header i{color:rgb(228.6,213.4,242)}.brand-modal-header .close-btn{color:rgb(228.6,213.4,242)}.brand-modal-header .close-btn:hover{background:rgba(17,24,39,.1);color:#fff}.brand-modal-actions{display:flex;gap:8px;width:100%;justify-content:flex-end}.brand-modal-actions .reset{margin-right:auto}.btn-modal-action{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;border:none}.btn-modal-action.save{background:linear-gradient(90deg, rgb(142.8, 78.2, 199.75) 0%, rgb(38.25, 232.9, 211.65) 100%);color:#fff}.btn-modal-action.save:hover:not(:disabled){background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(123,47,190,.3)}.btn-modal-action.save:disabled{background:linear-gradient(90deg, rgb(189, 155.35, 220.8) 0%, rgb(133.65, 237.25, 227.1) 100%);color:rgb(215.4,192.6,235.5);cursor:not-allowed;transform:none;box-shadow:none}.btn-modal-action.reset{background:#fff;border:1px solid rgb(186.6,157.4,217);color:rgb(89,56,135.5)}.btn-modal-action.reset:hover:not(:disabled){border-color:#7b2fbe;color:#7b2fbe;background:rgba(123,47,190,.08)}.btn-modal-action.reset:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.btn-modal-action.cancel{background:#fff;border:1px solid rgb(186.6,157.4,217);color:rgb(89,56,135.5)}.btn-modal-action.cancel:hover:not(:disabled){border-color:#7b2fbe;color:#7b2fbe;background:rgba(123,47,190,.08)}.btn-modal-action.cancel:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.create-brand-form-container{max-width:800px}.create-brand-form-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:20px}.create-brand-form-actions .reset{margin-right:auto}.list-page .page-header,.list-page .dashboard-header{flex-direction:row;align-items:center;justify-content:space-between}.list-page .page-header h1,.list-page .dashboard-header h1{color:rgb(64.7,34.35,106.95);margin:0 0 4px 0}.list-page .page-header .page-subtitle,.list-page .dashboard-header .page-subtitle{color:rgb(113.4,87.2,152.8);margin:0}.promo-page{padding:32px 24px;max-width:1100px;margin:0 auto}.promo-hero{text-align:center;padding:32px 0 24px;animation:slideDown .4s cubic-bezier(0.4, 0, 0.2, 1) forwards}.promo-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg, rgb(165.24, 113.56, 210.8) 0%, rgb(81.6, 237.32, 220.32) 100%);border:1px solid rgba(123,47,190,.2);border-radius:9999px;font-size:13px;font-weight:600;color:rgb(61.5,138,197);margin-bottom:20px}.promo-hero-badge i{color:#00e5cc;font-size:14px}.promo-hero-title{font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15;margin:0 0 16px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;letter-spacing:-0.5px}.promo-hero-subtitle{font-size:clamp(16px,2vw,20px);color:#374151;max-width:640px;margin:0 auto 24px;line-height:1.6}.promo-hero-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.promo-cta-primary{padding:12px 24px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.promo-cta-secondary{padding:12px 24px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;transition:all .2s ease}.promo-cta-secondary:hover{border-color:#7b2fbe;color:#7b2fbe;background:rgba(123,47,190,.05)}.promo-value-section{padding:24px 32px;background:linear-gradient(135deg, rgb(186.36, 146.84, 221.2) 0%, rgb(122.4, 241.48, 228.48) 100%);border-radius:12px;border:1px solid rgba(123,47,190,.12);margin-bottom:32px;animation:fadeIn .5s ease .1s forwards;opacity:0}.promo-value-lead{font-size:17px;line-height:1.75;color:rgb(48.8,30.9,84.3);margin:0;text-align:center}.promo-section{margin-bottom:32px}.promo-section-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 24px;text-align:center;position:relative}.promo-section-title::after{content:"";display:block;width:48px;height:3px;background:linear-gradient(90deg, #7B2FBE 0%, #00E5CC 100%);border-radius:2px;margin:12px auto 0}.promo-deliverables-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:20px}.promo-deliverable-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .3s ease;animation:slideUp .4s cubic-bezier(0.4, 0, 0.2, 1) forwards;opacity:0}.promo-deliverable-card:nth-child(1){animation-delay:0.07s}.promo-deliverable-card:nth-child(2){animation-delay:0.14s}.promo-deliverable-card:nth-child(3){animation-delay:0.21s}.promo-deliverable-card:nth-child(4){animation-delay:0.28s}.promo-deliverable-card:nth-child(5){animation-delay:0.35s}.promo-deliverable-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(123,47,190,.12);border-color:rgba(123,47,190,.25)}.promo-deliverable-card h3{font-size:16px;font-weight:700;color:#111827;margin:0 0 8px}.promo-deliverable-card p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.promo-deliverable-icon{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg, rgb(154.68, 96.92, 205.6) 0%, rgb(61.2, 235.24, 216.24) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.promo-deliverable-icon i{font-size:22px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.promo-closing{padding:32px 0;text-align:center}.promo-closing-inner{display:inline-flex;flex-direction:column;align-items:center;gap:20px;padding:32px 24px;background:linear-gradient(135deg, rgb(175.8, 130.2, 216) 0%, rgb(102, 239.4, 224.4) 100%);border-radius:16px;border:1px solid rgba(123,47,190,.15);max-width:680px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.promo-closing-icon{font-size:36px;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.promo-closing-inner blockquote{font-size:20px;font-weight:600;line-height:1.5;color:rgb(64.7,34.35,106.95);margin:0;font-style:normal}.promo-closing-inner blockquote em{font-style:italic;background:linear-gradient(135deg, #7B2FBE 0%, #00E5CC 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.status-pane{flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-top:1px solid #e5e7eb;position:relative;transition:height .2s ease;z-index:10}.status-pane.collapsed{height:auto !important}.status-pane-resizer{position:absolute;top:0;left:0;right:0;height:4px;cursor:ns-resize;z-index:11}.status-pane-resizer:hover{background:rgba(123,47,190,.3)}.status-pane.collapsed .status-pane-resizer{display:none}.status-pane-header{background:linear-gradient(135deg, rgb(129.6, 57.4, 193.25) 0%, rgb(12.75, 230.3, 206.55) 100%);display:flex;align-items:center;justify-content:space-between;padding:0 12px;height:32px;flex-shrink:0;user-select:none}.status-pane-header-left{display:flex;align-items:center;gap:8px;color:#fff}.status-pane-header-left i{font-size:13px;opacity:.9}.status-pane-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}.status-pane-badge{background:hsla(0,0%,100%,.25);color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:10px;line-height:1.4}.status-pane-header-right{display:flex;align-items:center;gap:2px}.status-pane-action,.status-pane-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;border-radius:4px;color:hsla(0,0%,100%,.8);cursor:pointer;font-size:12px;transition:background .15s ease,color .15s ease}.status-pane-action:hover,.status-pane-toggle:hover{background:hsla(0,0%,100%,.15);color:#fff}.status-pane-tabs{display:flex;gap:0;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:0 8px}.status-pane-tab{display:flex;align-items:center;gap:4px;padding:4px 12px;background:rgba(0,0,0,0);border:none;border-bottom:2px solid rgba(0,0,0,0);font-size:12px;color:#6b7280;cursor:pointer;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.status-pane-tab i{font-size:12px}.status-pane-tab:hover{color:#374151}.status-pane-tab.active{color:#7b2fbe;border-bottom-color:#7b2fbe;font-weight:500}.status-tab-badge{background:#7b2fbe;color:#fff;font-size:10px;font-weight:700;padding:0 5px;border-radius:8px;line-height:1.5}.status-pane-content{flex:1;overflow-y:auto;min-height:0}.status-pane-content::-webkit-scrollbar{width:16px;height:16px}.status-pane-content::-webkit-scrollbar-track{background:rgba(123,47,190,.1);box-shadow:inset 0 0 0 1px #d1d5db;border-radius:0px}.status-pane-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg, rgb(142.8, 78.2, 199.75) 0%, rgb(38.25, 232.9, 211.65) 100%);box-shadow:inset 0 0 0 1px #d1d5db;border-radius:0px}.status-pane-content::-webkit-scrollbar-thumb:hover{background:#00e5cc;box-shadow:inset 0 0 0 1px rgb(0,178,158.5676855895)}.status-pane-content::-webkit-scrollbar-corner{background:rgba(123,47,190,.1);box-shadow:inset 0 0 0 1px #d1d5db}.status-pane-content::-webkit-scrollbar-button{height:16px;width:16px;background:linear-gradient(180deg, #7B2FBE 0%, #00E5CC 100%);box-shadow:inset 0 0 0 1px #d1d5db}.status-pane-content::-webkit-scrollbar-button:hover{background:#00e5cc;box-shadow:inset 0 0 0 1px rgb(0,178,158.5676855895)}.status-pane-content::-webkit-scrollbar-button:vertical:decrement{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M6 3l4 4H2z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}.status-pane-content::-webkit-scrollbar-button:vertical:increment{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M6 9L2 5h8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}.status-pane-content::-webkit-scrollbar-button:horizontal:decrement{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M3 6l4-4v8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}.status-pane-content::-webkit-scrollbar-button:horizontal:increment{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="white" d="M9 6L5 2v8z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:10px 10px}.status-pane-content{scrollbar-width:auto;scrollbar-color:#7b2fbe rgba(123,47,190,.1)}.status-pane-empty{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;color:#9ca3af;font-size:12px}.status-pane-empty i{font-size:16px}.status-messages-list{display:flex;flex-direction:column}.status-message{display:flex;align-items:flex-start;gap:8px;padding:4px 12px;border-bottom:1px solid #e5e7eb;font-size:12px;transition:background .15s ease}.status-message:hover{background:#f3f4f6}.status-message>i{font-size:13px;flex-shrink:0;margin-top:1px}.status-message.status-msg-info>i{color:#3b82f6}.status-message.status-msg-success>i{color:#10b981}.status-message.status-msg-warning>i{color:#f59e0b}.status-message.status-msg-error>i{color:#ef4444}.status-msg-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.status-msg-text{color:#111827;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-msg-detail{color:#6b7280;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-msg-time{color:#9ca3af;font-size:10px;flex-shrink:0;font-variant-numeric:tabular-nums;margin-top:1px}.status-progress-list{display:flex;flex-direction:column;gap:8px;padding:8px 12px}.status-progress-item{display:flex;flex-direction:column;gap:4px}.status-progress-label{display:flex;justify-content:space-between;font-size:12px;color:#374151}.status-progress-track{height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden}.status-progress-bar{height:100%;background:linear-gradient(90deg, #7B2FBE, #00E5CC);border-radius:2px;transition:width .3s ease}.status-progress-bar.indeterminate{width:40% !important;animation:progressIndeterminate 1.4s ease-in-out infinite}.status-pane-progress-strip{height:3px;background:#f3f4f6;flex-shrink:0;overflow:hidden}.status-strip-bar{height:100%;background:linear-gradient(90deg, #7B2FBE, #00E5CC);transition:width .3s ease}.status-strip-bar.indeterminate{width:40% !important;animation:progressIndeterminate 1.4s ease-in-out infinite}@keyframes progressIndeterminate{0%{transform:translateX(-100%)}100%{transform:translateX(350%)}}