.Topbar-module__IsbFYa__topbar{background-color:var(--surface-elevated,#fff);height:var(--topbar-height,70px);border-bottom:1px solid var(--border-default,#d9dee5);z-index:40;box-shadow:var(--shadow-xs,0 1px 2px #0f172a08);justify-content:space-between;align-items:center;gap:16px;padding:0 24px;transition:background-color .15s,border-color .15s;display:flex;position:sticky;top:0}.Topbar-module__IsbFYa__left{flex-direction:column;flex-shrink:1;min-width:0;display:flex}@media (max-width:767px){.Topbar-module__IsbFYa__mobileMenuToggle{display:flex!important}}.Topbar-module__IsbFYa__greeting{color:var(--text-primary,#0f172a);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:700;overflow:hidden}.Topbar-module__IsbFYa__subtitle{color:var(--text-secondary,#64748b);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}.Topbar-module__IsbFYa__right{flex-shrink:0;align-items:center;gap:10px;display:flex}.Topbar-module__IsbFYa__datePickerBtn{background-color:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);color:var(--text-secondary,#475569);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:7px 12px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.Topbar-module__IsbFYa__datePickerBtn:hover{background-color:var(--surface-hover,#e2e8f0);color:var(--text-primary,#0f172a)}.Topbar-module__IsbFYa__searchContainer{width:240px;transition:width .2s;position:relative}.Topbar-module__IsbFYa__searchIcon{color:var(--text-tertiary,#94a3b8);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Topbar-module__IsbFYa__searchInput{background-color:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);width:100%;color:var(--text-primary,#0f172a);border-radius:8px;outline:none;padding:7px 12px 7px 36px;font-size:13px;transition:all .15s}.Topbar-module__IsbFYa__searchInput:focus{border-color:var(--ebe-blue,#2563eb);background-color:var(--surface-elevated,#fff);box-shadow:0 0 0 3px #2563eb1a}.Topbar-module__IsbFYa__themeToggleBtn{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);color:var(--text-primary,#0f172a);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:7px 12px;transition:all .15s;display:flex}.Topbar-module__IsbFYa__themeToggleBtn:hover{background-color:var(--surface-hover,#e2e8f0);border-color:var(--ebe-blue,#2563eb)}.Topbar-module__IsbFYa__actionBtn{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);color:var(--text-secondary,#64748b);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.Topbar-module__IsbFYa__actionBtn:hover{color:var(--text-primary);background-color:var(--ebe-gray-200)}.Topbar-module__IsbFYa__bellWrapper{display:inline-flex;position:relative}.Topbar-module__IsbFYa__notificationDot{border:1.5px solid var(--surface-elevated,#fff);background-color:#ef4444;border-radius:50%;width:7px;height:7px;position:absolute;top:-2px;right:-2px}@media (max-width:1200px){.Topbar-module__IsbFYa__searchContainer{width:180px}}@media (max-width:1050px){.Topbar-module__IsbFYa__datePickerBtn,.Topbar-module__IsbFYa__subtitle{display:none}.Topbar-module__IsbFYa__searchContainer{width:160px}}@media (max-width:800px){.Topbar-module__IsbFYa__topbar{padding:0 16px}.Topbar-module__IsbFYa__searchContainer{display:none}}
.Toast-module__9WWWZG__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:24px;right:24px}.Toast-module__9WWWZG__toastCard{pointer-events:auto;background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-sizing:border-box;border-radius:12px;align-items:flex-start;gap:12px;min-width:320px;max-width:420px;padding:14px 16px;animation:.25s cubic-bezier(.16,1,.3,1) Toast-module__9WWWZG__slideInRight;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0000002e,0 4px 10px -2px #00000014}@keyframes Toast-module__9WWWZG__slideInRight{0%{opacity:0;transform:translate(40px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.Toast-module__9WWWZG__toastIcon{flex-shrink:0;margin-top:1px;font-size:20px}.Toast-module__9WWWZG__toastContent{flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden}.Toast-module__9WWWZG__toastTitle{color:var(--text-primary,#0f172a);font-size:13px;font-weight:700;line-height:1.3}.Toast-module__9WWWZG__toastMessage{color:var(--text-secondary,#64748b);word-break:break-word;font-size:12px;line-height:1.4}.Toast-module__9WWWZG__toastCloseBtn{color:var(--text-secondary,#94a3b8);cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:0 4px;font-size:16px;line-height:1;transition:all .12s}.Toast-module__9WWWZG__toastCloseBtn:hover{color:var(--text-primary,#0f172a);background:var(--surface-secondary,#f1f5f9)}.Toast-module__9WWWZG__success{border-left:4px solid #16a34a}.Toast-module__9WWWZG__info{border-left:4px solid var(--ebe-brass,#c3a66a)}.Toast-module__9WWWZG__warning{border-left:4px solid #d97706}.Toast-module__9WWWZG__error{border-left:4px solid #dc2626}.Toast-module__9WWWZG__confirmOverlay{background:var(--surface-overlay,#0f1b2dbf);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;justify-content:center;align-items:center;padding:20px;animation:.2s Toast-module__9WWWZG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Toast-module__9WWWZG__fadeIn{0%{opacity:0}to{opacity:1}}.Toast-module__9WWWZG__confirmCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);width:100%;max-width:440px;color:var(--text-primary,#0f172a);border-radius:16px;flex-direction:column;gap:16px;padding:28px;animation:.2s cubic-bezier(.16,1,.3,1) Toast-module__9WWWZG__scaleUp;display:flex;box-shadow:0 25px 50px -12px #00000073}@keyframes Toast-module__9WWWZG__scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.Toast-module__9WWWZG__confirmHeader{align-items:center;gap:12px;display:flex}.Toast-module__9WWWZG__confirmIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.Toast-module__9WWWZG__confirmDangerIcon{color:#dc2626;background:#fee2e2}.Toast-module__9WWWZG__confirmWarningIcon{color:#d97706;background:#fef3c7}.Toast-module__9WWWZG__confirmInfoIcon{background:var(--surface-secondary,#eff6ff);color:var(--ebe-blue,#2563eb)}.Toast-module__9WWWZG__confirmTitle{color:var(--text-primary,#0f172a);margin:0;font-size:16px;font-weight:800}.Toast-module__9WWWZG__confirmMessage{color:var(--text-secondary,#64748b);margin:0;font-size:13px;line-height:1.5}.Toast-module__9WWWZG__confirmActions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.Toast-module__9WWWZG__cancelBtn{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .12s}.Toast-module__9WWWZG__cancelBtn:hover{background:var(--surface-elevated,#fff)}.Toast-module__9WWWZG__dangerConfirmBtn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .12s}.Toast-module__9WWWZG__dangerConfirmBtn:hover{background:#b91c1c}.Toast-module__9WWWZG__primaryConfirmBtn{background:var(--ebe-brass,#c3a66a);color:#0f1b2d;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .12s}.Toast-module__9WWWZG__primaryConfirmBtn:hover{filter:brightness(1.05)}
.Button-module__xDwtkW__button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:var(--font-medium);transition:all var(--transition-base);cursor:pointer;white-space:nowrap;display:inline-flex}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__xDwtkW__size-sm{padding:var(--space-1) var(--space-3);font-size:var(--text-sm);height:32px}.Button-module__xDwtkW__size-md{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);height:40px}.Button-module__xDwtkW__size-lg{padding:var(--space-3) var(--space-6);font-size:var(--text-base);height:48px}.Button-module__xDwtkW__variant-primary{background-color:var(--ebe-brass);color:var(--ebe-midnight);border:1px solid var(--ebe-brass)}.Button-module__xDwtkW__variant-primary:hover:not(:disabled){background-color:var(--ebe-brass-dark);border-color:var(--ebe-brass-dark)}.Button-module__xDwtkW__variant-secondary{color:var(--text-primary);border:1px solid var(--ebe-mist);background-color:#0000}.Button-module__xDwtkW__variant-secondary:hover:not(:disabled){background-color:var(--ebe-cloud)}.Button-module__xDwtkW__variant-ghost{color:var(--text-secondary);background-color:#0000;border:1px solid #0000}.Button-module__xDwtkW__variant-ghost:hover:not(:disabled){background-color:var(--ebe-cloud);color:var(--text-primary)}.Button-module__xDwtkW__variant-danger{background-color:var(--color-error);color:var(--ebe-white);border:1px solid var(--color-error)}.Button-module__xDwtkW__variant-danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.Button-module__xDwtkW__icon{justify-content:center;align-items:center;display:flex}.Button-module__xDwtkW__spinner{box-sizing:border-box;border:2px solid;border-bottom-color:#0000;border-radius:50%;width:16px;height:16px;animation:1s linear infinite Button-module__xDwtkW__rotation;display:inline-block}@keyframes Button-module__xDwtkW__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.dashboard-module__ri1OsW__dashboard{flex-direction:column;gap:24px;display:flex}.dashboard-module__ri1OsW__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:20px;display:grid}.dashboard-module__ri1OsW__row2Grid,.dashboard-module__ri1OsW__row3Grid{grid-template-columns:1.6fr 1fr;gap:20px;display:grid}.dashboard-module__ri1OsW__cardContainer{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:14px;flex-direction:column;padding:24px;display:flex}.dashboard-module__ri1OsW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.dashboard-module__ri1OsW__cardTitle{color:var(--text-primary,#0f172a);letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700}.dashboard-module__ri1OsW__chartValueHeader{align-items:center;gap:10px;margin-top:6px;display:flex}.dashboard-module__ri1OsW__bigRevValue{color:var(--text-primary,#0f172a);letter-spacing:-.02em;font-size:22px;font-weight:800}.dashboard-module__ri1OsW__greenBadge{color:#10b981;background:#ecfdf5;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-module__ri1OsW__chartFilter{color:var(--text-secondary,#64748b);background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500}.dashboard-module__ri1OsW__cardSubValue{color:var(--text-secondary,#64748b);margin-top:4px;font-size:12px;display:block}.dashboard-module__ri1OsW__cardSubText{color:var(--text-tertiary,#94a3b8);font-size:12px}.dashboard-module__ri1OsW__linkBtn{color:var(--ebe-blue,#2563eb);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:13px;font-weight:600;display:flex}.dashboard-module__ri1OsW__linkBtn:hover{text-decoration:underline}.dashboard-module__ri1OsW__chartWrapper{flex-direction:column;gap:10px;margin-top:10px;display:flex}.dashboard-module__ri1OsW__chartCanvasArea{width:100%;height:160px;position:relative}.dashboard-module__ri1OsW__svgChart{width:100%;height:100%;display:block}.dashboard-module__ri1OsW__chartDot{background-color:var(--ebe-blue,#2563eb);cursor:pointer;z-index:5;border:2.5px solid #fff;border-radius:50%;width:10px;height:10px;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 4px #2563eb59}.dashboard-module__ri1OsW__chartDot:hover{z-index:10;transform:translate(-50%,-50%)scale(1.35);box-shadow:0 0 0 4px #2563eb33,0 2px 6px #2563eb66}.dashboard-module__ri1OsW__peakDot{background-color:#2563eb;border:2.5px solid #fff;width:12px;height:12px;box-shadow:0 0 0 3px #2563eb40,0 2px 6px #2563eb66}.dashboard-module__ri1OsW__dotTooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:20;background:#0f1b2d;border-radius:6px;flex-direction:column;align-items:center;gap:2px;padding:5px 10px;font-size:11px;font-weight:600;display:flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0f1b2d33}.dashboard-module__ri1OsW__dotTooltip:after{content:"";border:4px solid #0000;border-top-color:#0f1b2d;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dashboard-module__ri1OsW__tooltipDate{color:#94a3b8;font-size:10px}.dashboard-module__ri1OsW__tooltipVal{color:#38bdf8;font-weight:700}.dashboard-module__ri1OsW__xAxisLabels{width:100%;height:18px;color:var(--text-tertiary,#94a3b8);font-size:11px;font-weight:500;position:relative}.dashboard-module__ri1OsW__xAxisLabels span{white-space:nowrap;position:absolute}.dashboard-module__ri1OsW__funnelContainer{flex-direction:column;gap:16px;margin-top:8px;display:flex}.dashboard-module__ri1OsW__funnelItem{flex-direction:column;gap:6px;display:flex}.dashboard-module__ri1OsW__funnelLabel{color:var(--text-secondary,#475569);justify-content:space-between;font-size:13px;font-weight:500;display:flex}.dashboard-module__ri1OsW__funnelCount{color:var(--text-primary,#0f172a);font-weight:700}.dashboard-module__ri1OsW__funnelTrack{background-color:var(--surface-secondary,#f1f5f9);border-radius:999px;height:10px;overflow:hidden}.dashboard-module__ri1OsW__funnelBar{border-radius:999px;height:100%;transition:width .3s}.dashboard-module__ri1OsW__productsList{flex-direction:column;gap:14px;display:flex}.dashboard-module__ri1OsW__productRow{border-bottom:1px solid var(--border-default,#e2e8f0);align-items:center;gap:14px;padding-bottom:14px;display:flex}.dashboard-module__ri1OsW__productRow:last-child{border-bottom:none;padding-bottom:0}.dashboard-module__ri1OsW__productBadge{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.dashboard-module__ri1OsW__productDetails{flex:1}.dashboard-module__ri1OsW__productName{color:var(--text-primary,#0f172a);font-size:14px;font-weight:600;line-height:1.2}.dashboard-module__ri1OsW__productType{color:var(--text-secondary,#64748b);margin-top:3px;font-size:12px}.dashboard-module__ri1OsW__productRev{color:var(--text-primary,#0f172a);font-size:14px;font-weight:700}.dashboard-module__ri1OsW__activityList{flex-direction:column;gap:14px;display:flex}.dashboard-module__ri1OsW__activityRow{border-bottom:1px solid var(--border-default,#e2e8f0);align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.dashboard-module__ri1OsW__activityRow:last-child{border-bottom:none;padding-bottom:0}.dashboard-module__ri1OsW__actAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.dashboard-module__ri1OsW__actContent{flex-direction:column;gap:2px;display:flex}.dashboard-module__ri1OsW__actText{color:var(--text-secondary,#475569);font-size:13px;line-height:1.4}.dashboard-module__ri1OsW__actText strong{color:var(--text-primary,#0f172a)}.dashboard-module__ri1OsW__actTime{color:var(--text-tertiary,#94a3b8);font-size:11px}@media (max-width:1199px){.dashboard-module__ri1OsW__kpiGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__ri1OsW__row2Grid,.dashboard-module__ri1OsW__row3Grid{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-module__ri1OsW__kpiGrid{grid-template-columns:1fr}}
.orders-module__HlIdNG__pageContainer{flex-direction:column;gap:20px;display:flex}.orders-module__HlIdNG__headerRow{justify-content:space-between;align-items:center;display:flex}.orders-module__HlIdNG__titleGroup{flex-direction:column;gap:4px;display:flex}.orders-module__HlIdNG__pageTitle{color:var(--text-primary,#0f172a);letter-spacing:-.01em;margin:0;font-size:20px;font-weight:700}.orders-module__HlIdNG__pageSubtitle{color:var(--text-secondary,#64748b);margin:0;font-size:13px}.orders-module__HlIdNG__statsRow{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.orders-module__HlIdNG__statBox{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a08);border-radius:12px;flex-direction:column;gap:6px;padding:16px;display:flex}.orders-module__HlIdNG__statTitle{color:var(--text-secondary,#64748b);font-size:12px;font-weight:500}.orders-module__HlIdNG__statVal{color:var(--text-primary,#0f172a);font-size:20px;font-weight:800}.orders-module__HlIdNG__filterCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a08);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.orders-module__HlIdNG__filterLeft{flex:1;align-items:center;gap:12px;display:flex}.orders-module__HlIdNG__searchInputWrapper{width:320px;position:relative}.orders-module__HlIdNG__searchIcon{color:var(--text-tertiary,#94a3b8);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.orders-module__HlIdNG__searchInput{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);width:100%;color:var(--text-primary,#0f172a);border-radius:8px;outline:none;padding:8px 12px 8px 36px;font-size:13px}.orders-module__HlIdNG__selectInput{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);color:var(--text-primary,#334155);border-radius:8px;outline:none;padding:8px 12px;font-size:13px}.orders-module__HlIdNG__tableCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:12px;overflow:hidden}.orders-module__HlIdNG__tableWrapper{overflow-x:auto}.orders-module__HlIdNG__table{border-collapse:collapse;text-align:left;width:100%;min-width:1180px}.orders-module__HlIdNG__table th{background:var(--surface-secondary,#f8fafc);border-bottom:1px solid var(--border-default,#e2e8f0);color:var(--text-secondary,#64748b);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:700}.orders-module__HlIdNG__table td{border-bottom:1px solid var(--border-default,#e2e8f0);color:var(--text-primary,#1e293b);vertical-align:middle;white-space:nowrap;padding:14px 16px;font-size:13px}.orders-module__HlIdNG__table tbody tr:hover{background-color:var(--surface-secondary,#f8fafc)}.orders-module__HlIdNG__table tbody tr:last-child td{border-bottom:none}.orders-module__HlIdNG__orderId{color:var(--ebe-blue,#2563eb);font-weight:700}.orders-module__HlIdNG__buyerInfo{flex-direction:column;display:flex}.orders-module__HlIdNG__buyerName{color:var(--text-primary,#0f172a);font-weight:600}.orders-module__HlIdNG__buyerEmail{color:var(--text-secondary,#64748b);font-size:11px}.orders-module__HlIdNG__orderAmount{color:var(--text-primary,#0f172a);font-weight:800}.orders-module__HlIdNG__pagination{border-top:1px solid var(--border-default,#e2e8f0);background:var(--surface-secondary,#f8fafc);color:var(--text-secondary,#64748b);justify-content:space-between;align-items:center;padding:12px 16px;font-size:12px;display:flex}
.builder-module__wd_4aa__pageContainer{flex-direction:column;gap:14px;display:flex}.builder-module__wd_4aa__heroControlHub{background:var(--surface-sidebar,#0f1b2d);color:#fff;box-shadow:var(--shadow-md,0 4px 6px -1px #0000001a);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 20px;display:flex}.builder-module__wd_4aa__heroLeft{flex:340px;align-items:center;gap:12px;min-width:0;display:flex}.builder-module__wd_4aa__heroBackBtn{color:#f8fafc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__heroBackBtn:hover{color:#fff;background:#ffffff29;border-color:#ffffff4d}.builder-module__wd_4aa__heroTitleGroup{flex-direction:column;gap:3px;min-width:0;display:flex}.builder-module__wd_4aa__heroTitleRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.builder-module__wd_4aa__heroTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:440px;margin:0;font-size:16.5px;font-weight:800;overflow:hidden}.builder-module__wd_4aa__heroStatusBadgePublished{color:#070d1f;background:linear-gradient(135deg,#86efac,#4ade80);border-radius:6px;align-items:center;gap:4px;padding:2.5px 8px;font-size:10.5px;font-weight:800;display:inline-flex;box-shadow:0 2px 4px #0003}.builder-module__wd_4aa__heroStatusBadgeDraft{color:#070d1f;background:linear-gradient(135deg,#fde68a,#f59e0b);border-radius:6px;align-items:center;gap:4px;padding:2.5px 8px;font-size:10.5px;font-weight:800;display:inline-flex;box-shadow:0 2px 4px #0003}.builder-module__wd_4aa__heroSubtitle{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:11.5px;display:flex}.builder-module__wd_4aa__heroRight{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.builder-module__wd_4aa__heroKpiStrip{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:12px;padding:5px 14px;display:flex}.builder-module__wd_4aa__heroKpiItem{flex-direction:column;display:flex}.builder-module__wd_4aa__heroKpiLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;font-size:9px;font-weight:700}.builder-module__wd_4aa__heroKpiValue{color:#fff;font-size:13.5px;font-weight:800}.builder-module__wd_4aa__heroKpiDivider{background:#ffffff26;width:1px;height:20px}.builder-module__wd_4aa__heroActionGroup{align-items:center;gap:8px;display:flex}.builder-module__wd_4aa__heroLandingBtn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__heroLandingBtn:hover{color:#fff;background:#ffffff29;border-color:#ffffff4d}.builder-module__wd_4aa__stepSwitcherBar{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);border-radius:10px;justify-content:space-between;align-items:center;gap:6px;padding:4px;display:flex}.builder-module__wd_4aa__stepNavPillGroup{flex:1;align-items:center;gap:4px;display:flex}.builder-module__wd_4aa__stepPillBtn{color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__stepPillBtn:hover{color:var(--text-primary,#0f172a);background:#00000008}.builder-module__wd_4aa__stepPillBtn.builder-module__wd_4aa__active{background:var(--surface-elevated,#fff);color:var(--ebe-blue,#2563eb);border-color:var(--border-default,#cbd5e1);font-weight:700;box-shadow:0 1px 3px #0000000d}.builder-module__wd_4aa__stepPillNum{background:var(--border-default,#cbd5e1);width:18px;height:18px;color:var(--text-secondary,#475569);border-radius:5px;justify-content:center;align-items:center;font-size:10.5px;font-weight:800;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__stepPillBtn.builder-module__wd_4aa__active .builder-module__wd_4aa__stepPillNum{background:var(--ebe-blue,#2563eb);color:#fff}.builder-module__wd_4aa__stepStatusBar{align-items:center;gap:10px;padding-right:6px;display:flex}.builder-module__wd_4aa__autoSaveIndicatorClean{color:#10b981;align-items:center;gap:4px;font-size:11.5px;font-weight:600;display:inline-flex}.builder-module__wd_4aa__autoSaveIndicatorDirty{color:#d97706;align-items:center;gap:4px;font-size:11.5px;font-weight:700;display:inline-flex}.builder-module__wd_4aa__unpublishBtn{color:#cbd5e1;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s}.builder-module__wd_4aa__unpublishBtn:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.builder-module__wd_4aa__publishBtn{background:var(--color-success,#10b981);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #10b98140}.builder-module__wd_4aa__publishBtn:hover{background:#059669}.builder-module__wd_4aa__saveDraftBtn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s}.builder-module__wd_4aa__saveDraftBtn:hover{background:#ffffff29;border-color:#ffffff4d}.builder-module__wd_4aa__builderBody{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:14px;padding:24px}.builder-module__wd_4aa__formGrid{grid-template-columns:2fr 1fr;gap:24px;display:grid}.builder-module__wd_4aa__formGroup{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.builder-module__wd_4aa__label{color:var(--text-primary,#0f172a);font-size:13px;font-weight:600}.builder-module__wd_4aa__input,.builder-module__wd_4aa__textarea,.builder-module__wd_4aa__select{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);width:100%;color:var(--text-primary,#0f172a);border-radius:8px;outline:none;padding:10px 14px;font-size:13px}.builder-module__wd_4aa__input:focus,.builder-module__wd_4aa__textarea:focus,.builder-module__wd_4aa__select:focus{border-color:var(--ebe-blue,#2563eb);background:var(--surface-secondary,#f8fafc);box-shadow:0 0 0 3px #2563eb1a}.builder-module__wd_4aa__textarea{resize:vertical;min-height:100px}.builder-module__wd_4aa__curriculumLayout{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:24px;display:grid}@media (max-width:1100px){.builder-module__wd_4aa__curriculumLayout{grid-template-columns:1fr}}.builder-module__wd_4aa__treeCard{background:var(--surface-secondary,#f8fafc);border:1.5px solid var(--border-default,#e2e8f0);border-radius:12px;flex-direction:column;gap:14px;max-height:calc(100vh - 100px);padding:16px;display:flex;position:sticky;top:20px;overflow-y:auto}.builder-module__wd_4aa__treeHeader{border-bottom:1px solid var(--border-default,#e2e8f0);justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.builder-module__wd_4aa__treeHeaderTitle{color:var(--text-primary,#0f172a);align-items:center;gap:6px;font-size:13px;font-weight:800;display:flex}.builder-module__wd_4aa__addModuleBtn{background:var(--ebe-midnight,#0f1b2d);color:#fff;cursor:pointer;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:4px;padding:5px 12px;font-size:11.5px;font-weight:700;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__addModuleBtn:hover{background:#1e293b;box-shadow:0 2px 6px #00000026}.builder-module__wd_4aa__moduleBox{background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#e2e8f0);border-radius:10px;flex-direction:column;gap:10px;padding:12px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0f172a08}.builder-module__wd_4aa__moduleBox:hover{border-color:#cbd5e1}.builder-module__wd_4aa__moduleHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.builder-module__wd_4aa__moduleTitleGroup{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.builder-module__wd_4aa__moduleIndexBadge{color:var(--ebe-blue,#2563eb);background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10.5px;font-weight:800}.builder-module__wd_4aa__moduleTitle{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;flex:1;font-size:13px;font-weight:700;overflow:hidden}.builder-module__wd_4aa__moduleTitle:hover{color:var(--ebe-blue,#2563eb)}.builder-module__wd_4aa__moduleActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.builder-module__wd_4aa__addLessonBtn{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;align-items:center;gap:3px;padding:3px 8px;font-size:11px;font-weight:700;transition:all .12s;display:inline-flex}.builder-module__wd_4aa__addLessonBtn:hover{color:#fff;background:#2563eb;border-color:#2563eb}.builder-module__wd_4aa__actionIconBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:4px 6px;font-size:12px;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__actionIconBtn:hover{color:#0f172a;background:#f1f5f9;border-color:#e2e8f0}.builder-module__wd_4aa__actionDeleteBtn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:4px 6px;font-size:13px;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__actionDeleteBtn:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca}.builder-module__wd_4aa__deleteIconBtn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:4px 6px;line-height:1;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__deleteIconBtn:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca}.builder-module__wd_4aa__moduleStats{color:var(--text-secondary,#64748b);background:var(--surface-secondary,#f8fafc);border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:11px;font-weight:500;display:flex}.builder-module__wd_4aa__lessonList{flex-direction:column;gap:6px;display:flex}.builder-module__wd_4aa__emptyModuleDropTarget{border:1.5px dashed var(--border-default,#cbd5e1);background:var(--surface-secondary,#f8fafc);border-radius:8px;justify-content:center;align-items:center;min-height:44px;transition:all .15s;display:flex}.builder-module__wd_4aa__emptyModuleDropActive{background:#eff6ff!important;border-color:#2563eb!important}.builder-module__wd_4aa__emptyModuleHint{color:#94a3b8;text-align:center;font-size:11px}.builder-module__wd_4aa__lessonItem{background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#e2e8f0);cursor:pointer;border-radius:8px;align-items:flex-start;gap:8px;padding:8px 10px;transition:all .15s;display:flex;position:relative}.builder-module__wd_4aa__lessonItem.builder-module__wd_4aa__active{background:#f0f7ff;border-color:#2563eb;border-left-style:solid;border-left-width:4px;box-shadow:0 2px 8px #2563eb1a}.builder-module__wd_4aa__lessonItemContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.builder-module__wd_4aa__lessonItemHeaderRow{align-items:center;gap:6px;min-width:0;display:flex}.builder-module__wd_4aa__lessonTypeIcon{flex-shrink:0;font-size:13px}.builder-module__wd_4aa__lessonItemTitle{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:600;line-height:1.35;overflow:hidden}.builder-module__wd_4aa__lessonItemMetaRow{align-items:center;gap:6px;font-size:10.5px;display:flex}.builder-module__wd_4aa__lessonItemDuration{color:#64748b;font-weight:600}.builder-module__wd_4aa__badgePreviewSmall{color:#1d4ed8;background:#dbeafe;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700;line-height:1.2}.builder-module__wd_4aa__badgeProSmall{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:800;line-height:1.2}.builder-module__wd_4aa__badgeFreeSmall{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:800;line-height:1.2}.builder-module__wd_4aa__lessonAttCount{color:#64748b;font-size:9.5px;font-weight:600}.builder-module__wd_4aa__lessonItemHoverActions{opacity:.7;flex-shrink:0;align-items:center;gap:2px;transition:opacity .12s;display:flex}.builder-module__wd_4aa__lessonItem:hover .builder-module__wd_4aa__lessonItemHoverActions{opacity:1}.builder-module__wd_4aa__lessonDeleteBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:11px;transition:all .12s}.builder-module__wd_4aa__lessonDeleteBtn:hover{color:#dc2626;background:#fee2e2}.builder-module__wd_4aa__lessonEditorPane{flex-direction:column;gap:16px;display:flex}.builder-module__wd_4aa__studioHeaderCard{background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#e2e8f0);border-radius:12px;flex-direction:column;gap:14px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0f172a08}.builder-module__wd_4aa__studioHeaderTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.builder-module__wd_4aa__studioHeaderMetaGroup{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.builder-module__wd_4aa__studioHeaderTitleRow{align-items:center;gap:12px;display:flex}.builder-module__wd_4aa__studioTitleInput{color:#0f172a;background:var(--surface-secondary,#f8fafc);border:1.5px solid var(--border-default,#cbd5e1);border-radius:8px;outline:none;flex:1;padding:10px 14px;font-size:16px;font-weight:800;transition:all .15s}.builder-module__wd_4aa__studioTitleInput:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.builder-module__wd_4aa__studioDurationInput{text-align:center;color:#0f172a;background:var(--surface-secondary,#f8fafc);border:1.5px solid var(--border-default,#cbd5e1);border-radius:8px;outline:none;width:90px;padding:10px 8px;font-size:14px;font-weight:700;transition:all .15s}.builder-module__wd_4aa__studioTypeSelect{color:#0f172a;background:var(--surface-secondary,#f8fafc);border:1.5px solid var(--border-default,#cbd5e1);cursor:pointer;border-radius:8px;outline:none;padding:10px 12px;font-size:13px;font-weight:700;transition:all .15s}.builder-module__wd_4aa__studioTypeSelect:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.builder-module__wd_4aa__studioSubTabsNav{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);border-radius:10px;align-items:center;gap:6px;padding:4px;display:flex}.builder-module__wd_4aa__studioSubTabBtn{color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:12.5px;font-weight:700;transition:all .15s;display:inline-flex}.builder-module__wd_4aa__studioSubTabBtn:hover{color:var(--text-primary,#0f172a);background:#00000008}.builder-module__wd_4aa__studioSubTabBtn.builder-module__wd_4aa__active{background:var(--surface-elevated,#fff);color:var(--ebe-blue,#2563eb);border-color:var(--border-default,#cbd5e1);box-shadow:0 1px 3px #0000000d}.builder-module__wd_4aa__studioPanelCard{background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#e2e8f0);border-radius:12px;flex-direction:column;gap:18px;padding:20px;display:flex;box-shadow:0 1px 3px #0f172a08}.builder-module__wd_4aa__studioPanelTitle{color:var(--text-primary,#0f172a);align-items:center;gap:8px;margin:0;font-size:14px;font-weight:800;display:flex}.builder-module__wd_4aa__studioPanelSubtitle{color:var(--text-secondary,#64748b);margin-top:2px;font-size:12px}.builder-module__wd_4aa__videoLiveGrid{grid-template-columns:240px 1fr;align-items:start;gap:16px;display:grid}.builder-module__wd_4aa__videoPlayerFrame{aspect-ratio:16/9;background:#060b14;border:1.5px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.builder-module__wd_4aa__videoPlayerFrame iframe{border:none;width:100%;height:100%}.builder-module__wd_4aa__videoPlayerPoster{object-fit:cover;width:100%;height:100%}.builder-module__wd_4aa__videoPlayerPlaceholder{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:11px;display:flex}.builder-module__wd_4aa__videoConfigCol{flex-direction:column;gap:12px;display:flex}.builder-module__wd_4aa__lessonSaveDirtyBtn:hover{background:#1d4ed8}.builder-module__wd_4aa__lessonSaveCleanBadge{color:#10b981;background:#dcfce7;border:1px solid #86efac;border-radius:6px;padding:4px 10px;font-size:11.5px;font-weight:700}.builder-module__wd_4aa__assetList{flex-direction:column;gap:8px;display:flex}.builder-module__wd_4aa__assetItem{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12.5px;transition:all .12s;display:flex}.builder-module__wd_4aa__assetItem:hover{background:#fff;border-color:#cbd5e1}.builder-module__wd_4aa__assetItemLeft{flex:1;align-items:center;gap:8px;display:flex;overflow:hidden}.builder-module__wd_4aa__assetNameText{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.builder-module__wd_4aa__assetUrlText{color:var(--text-secondary,#64748b);margin-left:6px;font-size:11px}.builder-module__wd_4aa__assetActions{align-items:center;gap:4px;display:flex}.builder-module__wd_4aa__assetEditBtn{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:600}.builder-module__wd_4aa__assetEditBtn:hover{background:#eff6ff}.builder-module__wd_4aa__assetRemoveBtn{color:#dc2626;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:13px}.builder-module__wd_4aa__assetRemoveBtn:hover{background:#fee2e2}.builder-module__wd_4aa__inlineEditBox{flex:1;align-items:center;gap:10px;margin-right:14px;display:flex}.builder-module__wd_4aa__inlineEditInput{color:#0f172a;background:#fff;border:1px solid #93c5fd;border-radius:6px;outline:none;padding:6px 12px;font-size:12.5px;transition:all .12s;box-shadow:0 1px 2px #0000000a}.builder-module__wd_4aa__inlineEditInput:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.builder-module__wd_4aa__addAssetBox{border:1.5px dashed var(--border-default,#cbd5e1);background:#fff;border-radius:8px;grid-template-columns:1.2fr 1.5fr auto;align-items:center;gap:10px;padding:10px 14px;display:grid}.builder-module__wd_4aa__wysiwygContentArea ::selection{color:#fff!important;background-color:#0f172a!important}.builder-module__wd_4aa__wysiwygContentArea ::selection{color:#fff!important;background-color:#0f172a!important}.builder-module__wd_4aa__moduleStatsRow{color:var(--text-secondary,#64748b);align-items:center;gap:8px;margin-top:2px;font-size:10.5px;font-weight:500;display:flex}.builder-module__wd_4aa__badgeFree{color:#15803d;text-transform:uppercase;letter-spacing:.2px;background:#dcfce7;border:1px solid #86efac;border-radius:4px;padding:1px 5px;font-size:9.5px;font-weight:700}.builder-module__wd_4aa__badgePro{color:#b45309;text-transform:uppercase;letter-spacing:.2px;background:#fef3c7;border:1px solid #fcd34d;border-radius:4px;padding:1px 5px;font-size:9.5px;font-weight:700}.builder-module__wd_4aa__badgePreview{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:1px 5px;font-size:9.5px;font-weight:700}.builder-module__wd_4aa__accessTierCard{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.builder-module__wd_4aa__accessModelOption{border:1.5px solid var(--border-default,#cbd5e1);background:var(--surface-elevated,#fff);cursor:pointer;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;transition:all .15s;display:flex}.builder-module__wd_4aa__accessModelOption:hover{border-color:#93c5fd}.builder-module__wd_4aa__accessModelOptionActive{box-shadow:0 0 0 1px var(--ebe-blue,#2563eb);border-color:var(--ebe-blue,#2563eb)!important;background:#f0f7ff!important}.builder-module__wd_4aa__assignmentEditorBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:12px;padding:16px;display:flex}.builder-module__wd_4aa__dragHandle{cursor:grab;color:#94a3b8;-webkit-user-select:none;user-select:none;border-radius:4px;justify-content:center;align-items:center;padding:2px 4px;font-size:14px;transition:color .12s,background .12s;display:inline-flex}.builder-module__wd_4aa__dragHandle:hover{color:#0f172a;background:#e2e8f0}.builder-module__wd_4aa__dragHandle:active{cursor:grabbing}.builder-module__wd_4aa__moduleDragHandle{cursor:grab;color:#64748b;-webkit-user-select:none;user-select:none;border-radius:4px;justify-content:center;align-items:center;padding:3px 6px;font-size:15px;transition:color .12s,background .12s;display:inline-flex}.builder-module__wd_4aa__moduleDragHandle:hover{color:#0f172a;background:#e2e8f0}.builder-module__wd_4aa__moduleDragHandle:active{cursor:grabbing}.builder-module__wd_4aa__isDragging{opacity:.4!important;background:#eff6ff!important;border:1.5px dashed #2563eb!important}.builder-module__wd_4aa__dragOverTop{box-shadow:0 -2px 6px #2563eb40;border-top:2.5px solid #2563eb!important}.builder-module__wd_4aa__dragOverBottom{box-shadow:0 2px 6px #2563eb40;border-bottom:2.5px solid #2563eb!important}.builder-module__wd_4aa__moduleDragging{transform:scale(.98);opacity:.4!important;border:2px dashed #2563eb!important}.builder-module__wd_4aa__moduleDragOverTop{border-top:3px solid #2563eb!important}.builder-module__wd_4aa__moduleDragOverBottom{border-bottom:3px solid #2563eb!important}.builder-module__wd_4aa__reorderBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:2px 4px;font-size:9px;line-height:1;transition:all .12s}.builder-module__wd_4aa__reorderBtn:hover:not(:disabled){color:#2563eb;background:#eff6ff}.builder-module__wd_4aa__reorderBtn:disabled{opacity:.25;cursor:not-allowed}.builder-module__wd_4aa__moduleActionBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 6px;font-size:12px;transition:all .12s}.builder-module__wd_4aa__moduleActionBtn:hover{color:#0f172a;background:#e2e8f0}.builder-module__wd_4aa__moduleDeleteBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 6px;font-size:12px;transition:all .12s}.builder-module__wd_4aa__moduleDeleteBtn:hover{color:#dc2626;background:#fee2e2}.builder-module__wd_4aa__lessonTitleInput{width:100%;color:var(--text-primary,#0f172a);background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#cbd5e1);border-radius:8px;outline:none;padding:8px 12px;font-size:14.5px;font-weight:700;transition:all .15s;box-shadow:0 1px 2px #00000008}.builder-module__wd_4aa__lessonTitleInput:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.builder-module__wd_4aa__lessonDurationInput{width:100%;color:var(--text-primary,#0f172a);background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#cbd5e1);text-align:center;border-radius:8px;outline:none;padding:8px 10px;font-size:13px;font-weight:600;transition:all .15s}.builder-module__wd_4aa__lessonDurationInput:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.builder-module__wd_4aa__lessonTypeSelect{width:100%;color:var(--text-primary,#0f172a);background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#cbd5e1);cursor:pointer;border-radius:8px;outline:none;padding:8px 10px;font-size:13px;font-weight:600;transition:all .15s}.builder-module__wd_4aa__lessonTypeSelect:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.builder-module__wd_4aa__moduleInlineEditInput{color:#0f172a;background:#fff;border:1.5px solid #2563eb;border-radius:6px;outline:none;width:100%;padding:4px 8px;font-size:13px;font-weight:700;box-shadow:0 0 0 2px #2563eb26}.builder-module__wd_4aa__stepTabsContainer{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.builder-module__wd_4aa__stepTabItem{background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#e2e8f0);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;transition:all .2s;display:flex;position:relative}.builder-module__wd_4aa__stepTabItem:hover{background:#f8fafc;border-color:#93c5fd}.builder-module__wd_4aa__stepTabItem.builder-module__wd_4aa__active{background:#f0f7ff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb14}.builder-module__wd_4aa__stepBadge{color:#475569;background:#e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:800;transition:all .15s;display:flex}.builder-module__wd_4aa__stepTabItem.builder-module__wd_4aa__active .builder-module__wd_4aa__stepBadge{color:#fff;background:#2563eb}.builder-module__wd_4aa__stepInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.builder-module__wd_4aa__stepTitle{color:var(--text-primary,#0f172a);align-items:center;gap:6px;font-size:14px;font-weight:800;display:flex}.builder-module__wd_4aa__stepTabItem.builder-module__wd_4aa__active .builder-module__wd_4aa__stepTitle{color:#1d4ed8}.builder-module__wd_4aa__stepDesc{color:var(--text-secondary,#64748b);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.builder-module__wd_4aa__sectionCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);border-radius:14px;padding:22px;box-shadow:0 1px 3px #0f172a08}.builder-module__wd_4aa__sectionCardHeader{border-bottom:1px solid var(--border-default,#f1f5f9);justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:12px;display:flex}.builder-module__wd_4aa__sectionCardTitle{color:var(--text-primary,#0f172a);align-items:center;gap:8px;margin:0;font-size:15px;font-weight:800;display:flex}.builder-module__wd_4aa__sectionCardSubtitle{color:var(--text-secondary,#64748b);margin-top:2px;font-size:12px}.builder-module__wd_4aa__livePreviewSticky{flex-direction:column;gap:16px;display:flex;position:sticky;top:20px}.builder-module__wd_4aa__livePreviewCard{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;transition:all .2s;overflow:hidden;box-shadow:0 10px 25px -5px #0f172a14}.builder-module__wd_4aa__livePreviewMedia{aspect-ratio:16/9;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.builder-module__wd_4aa__livePreviewMedia img{object-fit:cover;width:100%;height:100%}.builder-module__wd_4aa__livePreviewBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#f8fafc;background:#0f1b2dd9;border:1px solid #fff3;border-radius:6px;padding:4px 8px;font-size:10.5px;font-weight:700;position:absolute;top:10px;left:10px}.builder-module__wd_4aa__livePreviewDiscountBadge{color:#fff;background:#dc2626;border-radius:6px;padding:4px 8px;font-size:10.5px;font-weight:800;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #dc26264d}.builder-module__wd_4aa__livePreviewContent{flex-direction:column;gap:10px;padding:16px;display:flex}.builder-module__wd_4aa__livePreviewTitle{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14.5px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.builder-module__wd_4aa__livePreviewInstructor{color:#475569;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.builder-module__wd_4aa__livePreviewPriceRow{border-top:1px solid #f1f5f9;align-items:baseline;gap:8px;padding-top:10px;display:flex}.builder-module__wd_4aa__livePreviewCurrentPrice{color:#1d4ed8;font-size:17px;font-weight:900}.builder-module__wd_4aa__livePreviewOriginalPrice{color:#94a3b8;font-size:12.5px;text-decoration:line-through}.builder-module__wd_4aa__continueToStep2Btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:14px;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:0 4px 14px #2563eb59}.builder-module__wd_4aa__continueToStep2Btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2563eb73}.builder-module__wd_4aa__lessonItem{background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#e2e8f0);cursor:pointer;border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;transition:all .15s;display:flex;position:relative}.builder-module__wd_4aa__lessonItem:hover{background:#fafcff;border-color:#93c5fd}.builder-module__wd_4aa__lessonItem.builder-module__wd_4aa__active{border-color:var(--ebe-brass,#c3a66a);border-left:4px solid var(--ebe-brass,#c3a66a);background:#fffdf9;box-shadow:0 2px 8px #c3a66a26}.builder-module__wd_4aa__lessonItemTopRow{align-items:center;gap:8px;min-width:0;display:flex}.builder-module__wd_4aa__lessonItemTitle{color:var(--text-primary,#0f172a);white-space:normal;word-break:break-word;flex:1;font-size:12.5px;font-weight:700;line-height:1.4}.builder-module__wd_4aa__lessonItem.builder-module__wd_4aa__active .builder-module__wd_4aa__lessonItemTitle{color:#0f1b2d;font-weight:800}.builder-module__wd_4aa__lessonItemBottomRow{justify-content:space-between;align-items:center;padding-left:22px;font-size:11px;display:flex}.builder-module__wd_4aa__lessonItemBadges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.builder-module__wd_4aa__studioHeaderAttributesRow{grid-template-columns:1fr 1fr 1.2fr;align-items:center;gap:12px;display:grid}@media (max-width:768px){.builder-module__wd_4aa__studioHeaderAttributesRow{grid-template-columns:1fr}}.builder-module__wd_4aa__seamlessStudioContainer{flex-direction:column;gap:16px;display:flex}.builder-module__wd_4aa__studioSectionCard{background:var(--surface-elevated,#fff);border:1.5px solid var(--border-default,#e2e8f0);border-radius:12px;flex-direction:column;gap:14px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0f172a08}.builder-module__wd_4aa__studioSectionHeader{border-bottom:1px solid var(--border-default,#f1f5f9);justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.builder-module__wd_4aa__studioSectionTitle{color:var(--text-primary,#0f172a);align-items:center;gap:6px;margin:0;font-size:13.5px;font-weight:800;display:flex}.builder-module__wd_4aa__accessTierSegmentedControl{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);border-radius:8px;gap:4px;padding:3px;display:flex}.builder-module__wd_4aa__accessTierBtn{cursor:pointer;color:var(--text-secondary,#64748b);background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;transition:all .12s;display:inline-flex}.builder-module__wd_4aa__accessTierBtn.builder-module__wd_4aa__activeFree{color:#fff;background:#10b981;box-shadow:0 1px 3px #10b9814d}.builder-module__wd_4aa__accessTierBtn.builder-module__wd_4aa__activePro{color:#070d1f;background:#f59e0b;box-shadow:0 1px 3px #f59e0b4d}.builder-module__wd_4aa__videoUrlInputWrapper{background:var(--surface-secondary,#f8fafc);border:1.5px solid var(--border-default,#cbd5e1);border-radius:8px;align-items:center;gap:8px;padding:4px 12px;transition:all .15s;display:flex}.builder-module__wd_4aa__videoUrlInputWrapper:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.builder-module__wd_4aa__videoPlatformChip{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:10.5px;font-weight:800}.builder-module__wd_4aa__studioHeaderAttributesRow{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.builder-module__wd_4aa__studioTypeGroup{flex:1;min-width:180px}.builder-module__wd_4aa__studioDurationGroup{flex-shrink:0;width:90px}.builder-module__wd_4aa__studioDurationInput{text-align:center!important;color:#0f172a!important;background:var(--surface-secondary,#f8fafc)!important;border:1.5px solid var(--border-default,#cbd5e1)!important;box-sizing:border-box!important;border-radius:8px!important;outline:none!important;width:90px!important;padding:8px 6px!important;font-size:13px!important;font-weight:700!important}.builder-module__wd_4aa__studioDurationInput:focus{background:#fff!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1f!important}.builder-module__wd_4aa__studioPreviewGroup{flex-shrink:0;align-items:center;height:38px;display:flex}.builder-module__wd_4aa__lessonSaveDisabledBtn{background:var(--surface-secondary,#f1f5f9);color:var(--text-secondary,#94a3b8);border:1px solid var(--border-default,#e2e8f0);cursor:not-allowed;opacity:.7;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.builder-module__wd_4aa__lessonSaveDirtyBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 16px;font-size:12px;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:0 2px 8px #2563eb4d}.builder-module__wd_4aa__lessonSaveDirtyBtn:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb66}.builder-module__wd_4aa__lessonIndexBadge{color:var(--ebe-blue,#2563eb);letter-spacing:.3px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:800}.builder-module__wd_4aa__lessonItem.builder-module__wd_4aa__active .builder-module__wd_4aa__lessonIndexBadge{color:#92400e;background:#fef3c7;border-color:#fcd34d}.builder-module__wd_4aa__studioLessonOrderBadge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;align-items:center;padding:3px 8px;font-size:12px;font-weight:800;display:inline-flex}.builder-module__wd_4aa__lessonDragging{transform:scale(.98);opacity:.35!important;background:#f0f7ff!important;border:1.5px dashed #2563eb!important;box-shadow:0 4px 12px #2563eb26!important}.builder-module__wd_4aa__lessonDragOverTop{background:#fafcff!important;border-top:3px solid #2563eb!important;position:relative!important;box-shadow:0 -2px 8px #2563eb40!important}.builder-module__wd_4aa__lessonDragOverTop:before{content:"";z-index:10;background:#2563eb;border-radius:50%;width:9px;height:9px;position:absolute;top:-6px;left:-2px;box-shadow:0 0 6px #2563ebcc}.builder-module__wd_4aa__lessonDragOverBottom{background:#fafcff!important;border-bottom:3px solid #2563eb!important;position:relative!important;box-shadow:0 2px 8px #2563eb40!important}.builder-module__wd_4aa__lessonDragOverBottom:after{content:"";z-index:10;background:#2563eb;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-6px;left:-2px;box-shadow:0 0 6px #2563ebcc}.builder-module__wd_4aa__moduleDragOverTop{border-top:3.5px solid #2563eb!important;position:relative!important;box-shadow:0 -4px 12px #2563eb33!important}.builder-module__wd_4aa__moduleDragOverBottom{border-bottom:3.5px solid #2563eb!important;position:relative!important;box-shadow:0 4px 12px #2563eb33!important}.builder-module__wd_4aa__emptyModuleDropActive{background:#eff6ff!important;border:2px dashed #2563eb!important;box-shadow:inset 0 0 12px #2563eb26!important}.builder-module__wd_4aa__caseToggleGroup{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#cbd5e1);border-radius:6px;align-items:center;gap:2px;padding:2px;display:inline-flex}.builder-module__wd_4aa__caseToggleBtn{color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:700;transition:all .12s}.builder-module__wd_4aa__caseToggleBtn:hover{color:var(--text-primary,#0f172a);background:#fff;box-shadow:0 1px 3px #0000001a}.builder-module__wd_4aa__caseToggleBtn:active{color:#2563eb;background:#eff6ff}.builder-module__wd_4aa__switchToggle{cursor:pointer;flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.builder-module__wd_4aa__switchToggle input{opacity:0;width:0;height:0}.builder-module__wd_4aa__switchSlider{background-color:#94a3b8;border:1px solid #00000014;border-radius:24px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.builder-module__wd_4aa__switchSlider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:2px;left:2px;box-shadow:0 1px 3px #0000004d}.builder-module__wd_4aa__switchToggle input:checked+.builder-module__wd_4aa__switchSlider{background-color:#10b981}.builder-module__wd_4aa__switchToggle input:checked+.builder-module__wd_4aa__switchSlider:before{transform:translate(20px)}
.products-module__E8alaG__pageContainer{flex-direction:column;gap:20px;display:flex}.products-module__E8alaG__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.products-module__E8alaG__titleGroup{flex-direction:column;gap:4px;display:flex}.products-module__E8alaG__pageTitle{color:var(--text-primary,#0f172a);letter-spacing:-.01em;margin:0;font-size:20px;font-weight:800}.products-module__E8alaG__pageSubtitle{color:var(--text-secondary,#64748b);margin:0;font-size:13px}.products-module__E8alaG__primaryBtn{background-color:var(--ebe-brass,#c3a66a);color:#0f1b2d;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #c3a66a40}.products-module__E8alaG__primaryBtn:hover{filter:brightness(1.05)}.products-module__E8alaG__filterCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a08);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.products-module__E8alaG__filterLeft{flex:1;align-items:center;gap:12px;min-width:280px;display:flex}.products-module__E8alaG__searchInputWrapper{width:100%;max-width:320px;position:relative}.products-module__E8alaG__searchIcon{color:var(--text-tertiary,#94a3b8);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.products-module__E8alaG__searchInput{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);width:100%;color:var(--text-primary,#0f172a);border-radius:8px;outline:none;padding:8px 12px 8px 36px;font-size:13px}.products-module__E8alaG__tabSegment{background:var(--surface-secondary,#f1f5f9);border-radius:8px;gap:2px;padding:3px;display:flex;overflow-x:auto}.products-module__E8alaG__segmentBtn{color:var(--text-secondary,#64748b);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .12s}.products-module__E8alaG__segmentBtn.products-module__E8alaG__active{background:var(--surface-elevated,#fff);color:var(--ebe-blue,#2563eb);font-weight:700;box-shadow:0 1px 3px #0f172a14}.products-module__E8alaG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.products-module__E8alaG__productCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:14px;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden}.products-module__E8alaG__productCard:hover{border-color:var(--ebe-brass,#c3a66a);transform:translateY(-3px);box-shadow:0 12px 28px #0f172a1a}.products-module__E8alaG__thumbnailContainer{aspect-ratio:16/9;background-color:#0f172a;width:100%;position:relative;overflow:hidden}.products-module__E8alaG__thumbnailImg{object-fit:cover;width:100%;height:100%;transition:transform .3s}.products-module__E8alaG__productCard:hover .products-module__E8alaG__thumbnailImg{transform:scale(1.04)}.products-module__E8alaG__thumbnailOverlay{pointer-events:none;background:linear-gradient(#0f172a99 0%,#0f172a00 40%,#0f172ab3 100%);position:absolute;inset:0}.products-module__E8alaG__typeBadge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#0f172ad9;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.products-module__E8alaG__statusBadge{position:absolute;top:12px;right:12px}.products-module__E8alaG__cardBody{background:var(--surface-elevated,#fff);flex-direction:column;flex:1;padding:18px 20px;display:flex}.products-module__E8alaG__prodTitle{color:var(--text-primary,#0f172a);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin:0 0 6px;font-size:15px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.products-module__E8alaG__prodDesc{color:var(--text-secondary,#64748b);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin:0 0 16px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.products-module__E8alaG__prodStats{border-top:1px solid var(--border-default,#e2e8f0);border-bottom:1px solid var(--border-default,#e2e8f0);flex-direction:column;gap:8px;margin-top:auto;padding:10px 0;display:flex}.products-module__E8alaG__priceRow{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px;display:flex}.products-module__E8alaG__priceTag{color:var(--text-primary,#0f172a);font-variant-numeric:tabular-nums;font-size:16px;font-weight:800}.products-module__E8alaG__salesRow{color:var(--text-secondary,#64748b);background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);border-radius:6px;justify-content:space-between;align-items:center;padding:5px 10px;font-size:11.5px;display:flex}.products-module__E8alaG__salesCount{color:var(--text-secondary,#64748b);font-size:11.5px;font-weight:600}.products-module__E8alaG__revenueBadge{color:#16a34a;font-weight:700}.products-module__E8alaG__cardActions{align-items:center;gap:8px;padding-top:14px;display:flex}.products-module__E8alaG__builderBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none;transition:all .12s;display:flex}.products-module__E8alaG__builderBtn:hover{background:var(--ebe-blue,#2563eb);color:#fff;border-color:var(--ebe-blue,#2563eb)}.products-module__E8alaG__copyLinkBtn{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;white-space:nowrap;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:600;transition:all .12s}.products-module__E8alaG__copyLinkBtn:hover{background:var(--surface-elevated,#fff);border-color:var(--ebe-brass,#c3a66a)}.products-module__E8alaG__editBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;white-space:nowrap;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:600;transition:all .12s}.products-module__E8alaG__editBtn:hover{color:#1e40af;background:#eff6ff;border-color:#93c5fd}.products-module__E8alaG__statusToggleBtn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:opacity .15s;display:inline-flex}.products-module__E8alaG__statusToggleBtn:hover{opacity:.85}.products-module__E8alaG__dropzone{border:2px dashed var(--border-default,#cbd5e1);text-align:center;background:var(--surface-secondary,#f8fafc);cursor:pointer;border-radius:10px;padding:16px;transition:all .15s;position:relative}.products-module__E8alaG__dropzone:hover{border-color:var(--ebe-brass,#c3a66a);background:#fffdf8}.products-module__E8alaG__dropzoneActive{background:#eff6ff;border-color:#2563eb}.products-module__E8alaG__discountBadge{color:#dc2626;background:#fee2e2;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:800}.products-module__E8alaG__originalPriceText{color:var(--text-secondary,#94a3b8);margin-left:4px;font-size:12px;text-decoration:line-through}.products-module__E8alaG__switchToggle{cursor:pointer;flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.products-module__E8alaG__switchToggle input{opacity:0;width:0;height:0}.products-module__E8alaG__switchSlider{background-color:var(--surface-secondary,#94a3b8);border:1px solid #00000014;border-radius:24px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.products-module__E8alaG__switchSlider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;bottom:2px;left:2px;box-shadow:0 1px 3px #0000004d}.products-module__E8alaG__switchToggle input:checked+.products-module__E8alaG__switchSlider{background-color:#0ea5e9;border-color:#0284c7}.products-module__E8alaG__switchToggle input:checked+.products-module__E8alaG__switchSlider:before{transform:translate(20px)}.products-module__E8alaG__switchToggle input:focus-visible+.products-module__E8alaG__switchSlider{box-shadow:0 0 0 2px #0ea5e966}
.Badge-module__g-cF8q__badge{padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-medium);white-space:nowrap;line-height:1.5;font-family:var(--font-sans);align-items:center;display:inline-flex}.Badge-module__g-cF8q__variant-default{background-color:var(--ebe-mist);color:var(--text-secondary)}.Badge-module__g-cF8q__variant-success{background-color:var(--color-success-light);color:var(--color-success)}.Badge-module__g-cF8q__variant-warning{background-color:var(--color-warning-light);color:var(--color-warning)}.Badge-module__g-cF8q__variant-error{background-color:var(--color-error-light);color:var(--color-error)}.Badge-module__g-cF8q__variant-info{background-color:var(--color-info-light);color:var(--color-info)}.Badge-module__g-cF8q__variant-brass{background-color:var(--ebe-brass-light);color:var(--ebe-brass-dark)}
.DataMetric-module__gmN_WG__dataMetric{border:1px solid var(--ebe-gray-200);background:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;padding:20px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0f172a0a}.DataMetric-module__gmN_WG__dataMetric:hover{box-shadow:0 4px 12px #0f172a0f}.DataMetric-module__gmN_WG__topRow{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.DataMetric-module__gmN_WG__label{color:var(--ebe-gray-500);font-size:13px;font-weight:500}.DataMetric-module__gmN_WG__iconBox{width:38px;height:38px;color:var(--ebe-blue);border-radius:10px;justify-content:center;align-items:center;display:flex}.DataMetric-module__gmN_WG__valueRow{margin-bottom:12px}.DataMetric-module__gmN_WG__value{color:var(--ebe-gray-900);letter-spacing:-.02em;font-size:24px;font-weight:700}.DataMetric-module__gmN_WG__trendRow{align-items:center;gap:8px;display:flex}.DataMetric-module__gmN_WG__badge{border-radius:999px;align-items:center;gap:3px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.DataMetric-module__gmN_WG__positive{color:#10b981;background:#ecfdf5}.DataMetric-module__gmN_WG__negative{color:#ef4444;background:#fef2f2}.DataMetric-module__gmN_WG__subtitle{color:var(--ebe-gray-400);font-size:12px}
.affiliate-module__CO-g8q__pageContainer{background-color:var(--surface-primary,#080e1a);min-height:100vh;font-family:var(--font-sans,"Inter", sans-serif);padding:32px 24px}.affiliate-module__CO-g8q__topNav{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);box-shadow:var(--shadow-sm,0 1px 3px #0f1b2d0a);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 24px;display:flex}.affiliate-module__CO-g8q__navBrand{color:var(--text-primary,#0f1b2d);font-size:16px;font-weight:800;text-decoration:none}.affiliate-module__CO-g8q__tabLinks{gap:8px;display:flex}.affiliate-module__CO-g8q__tabBtn{color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}.affiliate-module__CO-g8q__tabBtn:hover{background:var(--surface-secondary,#f1f5f9);color:var(--text-primary,#0f1b2d)}.affiliate-module__CO-g8q__activeTab{background:var(--ebe-midnight,#0f1b2d)!important;color:#fff!important}.affiliate-module__CO-g8q__affiliateHeader{background:var(--ebe-midnight,#0f1b2d);color:#fff;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:0;padding:24px 28px;display:flex;box-shadow:0 10px 24px #0f1b2d26}.affiliate-module__CO-g8q__greeting{color:#fff;margin:0 0 4px;font-size:20px;font-weight:800}.affiliate-module__CO-g8q__subGreeting{color:#94a3b8;margin:0;font-size:13px}.affiliate-module__CO-g8q__payoutBtn{background:var(--ebe-brass,#c3a66a);color:#0f1b2d;cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:700;transition:all .15s}.affiliate-module__CO-g8q__payoutBtn:hover{background:#b59556;transform:translateY(-1px)}.affiliate-module__CO-g8q__statGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:16px;margin-bottom:0;display:grid}.affiliate-module__CO-g8q__statBox{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);box-shadow:var(--shadow-sm,0 1px 3px #0f1b2d0a);border-radius:12px;padding:18px}.affiliate-module__CO-g8q__statTitle{color:var(--text-secondary,#64748b);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.affiliate-module__CO-g8q__statVal{color:var(--text-primary,#0f1b2d);font-size:22px;font-weight:800}.affiliate-module__CO-g8q__card{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);box-shadow:var(--shadow-sm,0 1px 3px #0f1b2d0a);border-radius:14px;margin-bottom:0;padding:24px}.affiliate-module__CO-g8q__linkRow{gap:12px;margin-top:14px;display:flex}.affiliate-module__CO-g8q__linkInput{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f1b2d);border-radius:8px;flex:1;padding:12px 16px;font-family:monospace;font-size:13px}.affiliate-module__CO-g8q__copyBtn{background:var(--ebe-midnight,#0f1b2d);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:0 24px;font-size:13px;font-weight:700;transition:background .15s}.affiliate-module__CO-g8q__copyBtn:hover{background:var(--ebe-slate,#2d465f)}.affiliate-module__CO-g8q__modalOverlay{background:var(--surface-overlay,#0f1b2db3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.affiliate-module__CO-g8q__modal{background:var(--surface-elevated,#fff);border-radius:16px;width:100%;max-width:480px;padding:28px;box-shadow:0 20px 40px #0003}@media (max-width:768px){.affiliate-module__CO-g8q__statGrid{grid-template-columns:1fr 1fr}.affiliate-module__CO-g8q__affiliateHeader{flex-direction:column;align-items:flex-start;gap:16px}}
.customer360-module__25uJeG__pageContainer{flex-direction:column;gap:16px;max-width:1440px;margin:0 auto;display:flex}.customer360-module__25uJeG__topBarNav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.customer360-module__25uJeG__backBtn{color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:13px;font-weight:600;transition:color .15s;display:inline-flex}.customer360-module__25uJeG__backBtn:hover{color:var(--ebe-blue,#2563eb)}.customer360-module__25uJeG__layout360{grid-template-columns:320px 1fr;align-items:start;gap:20px;display:grid}@media (max-width:1024px){.customer360-module__25uJeG__layout360{grid-template-columns:1fr}}.customer360-module__25uJeG__sidebarCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);border-radius:16px;flex-direction:column;gap:18px;padding:24px 20px;display:flex;position:sticky;top:80px;box-shadow:0 1px 3px #0f172a0a}.customer360-module__25uJeG__avatarSection{text-align:center;flex-direction:column;align-items:center;display:flex}.customer360-module__25uJeG__bigAvatar{color:#c3a66a;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:2px solid #c3a66a66;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:12px;font-size:24px;font-weight:800;display:flex;position:relative;box-shadow:0 4px 16px #0f172a26}.customer360-module__25uJeG__onlineBadge{background:#16a34a;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;bottom:2px;right:2px}.customer360-module__25uJeG__customerName{color:var(--text-primary,#0f172a);margin:0 0 6px;font-size:18px;font-weight:800;line-height:1.3}.customer360-module__25uJeG__badgeRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-bottom:8px;display:flex}.customer360-module__25uJeG__vipPill{color:#c3a66a;background:#c3a66a1f;border:1px solid #c3a66a4d;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:800}.customer360-module__25uJeG__leadScorePill{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:4px;padding:2px 10px;font-size:11.5px;font-weight:800;display:inline-flex}.customer360-module__25uJeG__divider{background:var(--border-default,#f1f5f9);width:100%;height:1px}.customer360-module__25uJeG__contactDetailsList{flex-direction:column;gap:10px;font-size:12.5px;display:flex}.customer360-module__25uJeG__detailItem{color:var(--text-secondary,#64748b);align-items:flex-start;gap:10px;display:flex}.customer360-module__25uJeG__detailIcon{text-align:center;flex-shrink:0;width:18px;font-size:14px}.customer360-module__25uJeG__detailText{color:var(--text-primary,#0f172a);word-break:break-all;font-weight:600}.customer360-module__25uJeG__quickActionsGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.customer360-module__25uJeG__actionBtnOutline{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.customer360-module__25uJeG__actionBtnOutline:hover{background:var(--border-default,#e2e8f0);border-color:#94a3b8}.customer360-module__25uJeG__actionBtnPrimary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #334155;border-radius:8px;grid-column:span 2;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:700;transition:all .15s;display:flex;box-shadow:0 2px 8px #0f172a1f}.customer360-module__25uJeG__actionBtnPrimary:hover{background:#1e293b}.customer360-module__25uJeG__tagSection{flex-direction:column;gap:8px;display:flex}.customer360-module__25uJeG__tagHeader{color:var(--text-secondary,#64748b);justify-content:space-between;align-items:center;font-size:11.5px;font-weight:700;display:flex}.customer360-module__25uJeG__tagsCloud{flex-wrap:wrap;gap:6px;display:flex}.customer360-module__25uJeG__tagChip{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.customer360-module__25uJeG__removeTagBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:10px;line-height:1}.customer360-module__25uJeG__removeTagBtn:hover{color:#ef4444}.customer360-module__25uJeG__workspaceColumn{flex-direction:column;gap:16px;min-width:0;display:flex}.customer360-module__25uJeG__kpiStrip{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:768px){.customer360-module__25uJeG__kpiStrip{grid-template-columns:repeat(2,1fr)}}.customer360-module__25uJeG__kpiMiniCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);border-radius:12px;flex-direction:column;gap:4px;padding:14px 16px;display:flex;box-shadow:0 1px 3px #0f172a08}.customer360-module__25uJeG__kpiMiniLabel{color:var(--text-secondary,#64748b);text-transform:uppercase;letter-spacing:.02em;font-size:11px;font-weight:700}.customer360-module__25uJeG__kpiMiniValue{color:var(--text-primary,#0f172a);font-size:17px;font-weight:800;line-height:1.2}.customer360-module__25uJeG__tabsCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);-webkit-overflow-scrolling:touch;border-radius:14px;flex-wrap:nowrap;gap:6px;padding:6px;display:flex;overflow-x:auto;box-shadow:0 1px 3px #0f172a08}.customer360-module__25uJeG__tabButton{white-space:nowrap;color:var(--text-secondary,#64748b);cursor:pointer;text-align:center;background:0 0;border:1px solid #0000;border-radius:8px;flex:none;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}.customer360-module__25uJeG__tabButton:hover{color:var(--text-primary,#0f172a);background:var(--surface-secondary,#f8fafc)}.customer360-module__25uJeG__tabButton.customer360-module__25uJeG__activeTab{background:var(--surface-secondary,#f1f5f9);color:var(--text-primary,#0f172a);border:1px solid var(--border-default,#cbd5e1);font-weight:800;box-shadow:0 1px 2px #0f172a0a}.customer360-module__25uJeG__contentCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);border-radius:14px;flex-direction:column;gap:16px;padding:22px;display:flex;box-shadow:0 1px 3px #0f172a08}.customer360-module__25uJeG__cardHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.customer360-module__25uJeG__cardHeading{color:var(--text-primary,#0f172a);align-items:center;gap:8px;margin:0;font-size:15px;font-weight:800;display:flex}.customer360-module__25uJeG__overviewTwoCols{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:768px){.customer360-module__25uJeG__overviewTwoCols{grid-template-columns:1fr}}.customer360-module__25uJeG__infoBlock{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.customer360-module__25uJeG__infoRow{justify-content:space-between;align-items:center;font-size:13px;display:flex}.customer360-module__25uJeG__infoLabel{color:var(--text-secondary,#64748b);font-weight:500}.customer360-module__25uJeG__infoValue{color:var(--text-primary,#0f172a);text-align:right;font-weight:700}.customer360-module__25uJeG__tableWrapper{overflow-x:auto}.customer360-module__25uJeG__customTable{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.customer360-module__25uJeG__customTable th{background:var(--surface-secondary,#f8fafc);border-bottom:1px solid var(--border-default,#e2e8f0);color:var(--text-secondary,#64748b);text-transform:uppercase;padding:10px 12px;font-size:11px;font-weight:700}.customer360-module__25uJeG__customTable td{border-bottom:1px solid var(--border-default,#f1f5f9);padding:12px}.customer360-module__25uJeG__progressBarTrack{background:var(--border-default,#e2e8f0);border-radius:3px;width:100%;height:6px;margin-top:6px;overflow:hidden}.customer360-module__25uJeG__progressBarFill{background:#2563eb;border-radius:3px;height:100%}.customer360-module__25uJeG__timelineItem{border-left:2px solid var(--border-default,#e2e8f0);align-items:flex-start;gap:14px;margin-left:12px;padding-bottom:16px;padding-left:18px;display:flex;position:relative}.customer360-module__25uJeG__timelineItem:last-child{border-left:2px solid #0000;padding-bottom:0}.customer360-module__25uJeG__timelineNode{background:#2563eb;border:3px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;top:0;left:-9px}.customer360-module__25uJeG__taskListItem{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.customer360-module__25uJeG__taskListItem.customer360-module__25uJeG__taskDone{opacity:.65;background:#f1f5f9}
.contacts-module__YFrkHq__pageContainer{flex-direction:column;gap:20px;display:flex}.contacts-module__YFrkHq__headerRow{justify-content:space-between;align-items:center;display:flex}.contacts-module__YFrkHq__titleGroup{flex-direction:column;gap:4px;display:flex}.contacts-module__YFrkHq__pageTitle{color:var(--text-primary,#0f172a);letter-spacing:-.01em;margin:0;font-size:20px;font-weight:700}.contacts-module__YFrkHq__pageSubtitle{color:var(--text-secondary,#64748b);margin:0;font-size:13px}.contacts-module__YFrkHq__actionsGroup{align-items:center;gap:10px;display:flex}.contacts-module__YFrkHq__grantDirectBtn{color:#f8fafc;cursor:pointer;background:#0f1b2d;border:1px solid #334155;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 5px #0f1b2d26}.contacts-module__YFrkHq__grantDirectBtn:hover{color:#fff;background:#1e293b;border-color:#64748b;transform:translateY(-1px)}.contacts-module__YFrkHq__primaryBtn{background-color:var(--ebe-blue,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 15px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #2563eb33}.contacts-module__YFrkHq__primaryBtn:hover{background-color:var(--ebe-blue-hover,#1d4ed8)}.contacts-module__YFrkHq__secondaryBtn{background-color:var(--surface-secondary,#fff);color:var(--text-primary,#334155);border:1px solid var(--border-default,#e2e8f0);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:9px 14px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.contacts-module__YFrkHq__secondaryBtn:hover{background-color:var(--ebe-gray-200,#e2e8f0)}.contacts-module__YFrkHq__filterCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a08);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.contacts-module__YFrkHq__filterLeft{flex-wrap:wrap;flex:1;align-items:center;gap:12px;display:flex}.contacts-module__YFrkHq__searchInputWrapper{width:320px;position:relative}.contacts-module__YFrkHq__searchIcon{color:var(--text-tertiary,#94a3b8);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.contacts-module__YFrkHq__searchInput{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);width:100%;color:var(--text-primary,#0f172a);border-radius:8px;outline:none;padding:8px 12px 8px 36px;font-size:13px;transition:all .15s}.contacts-module__YFrkHq__searchInput:focus{border-color:var(--ebe-blue,#2563eb);background:var(--surface-elevated,#fff);box-shadow:0 0 0 3px #2563eb1a}.contacts-module__YFrkHq__selectInput{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);color:var(--text-primary,#334155);cursor:pointer;border-radius:8px;outline:none;padding:8px 12px;font-size:13px}.contacts-module__YFrkHq__filterRight{align-items:center;gap:8px;display:flex}.contacts-module__YFrkHq__tabSegment{background:var(--surface-secondary,#f1f5f9);border-radius:8px;gap:2px;padding:3px;display:flex}.contacts-module__YFrkHq__segmentBtn{color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s}.contacts-module__YFrkHq__segmentBtn.contacts-module__YFrkHq__active{background:var(--surface-elevated,#fff);color:var(--ebe-blue,#2563eb);font-weight:600;box-shadow:0 1px 3px #0f172a14}.contacts-module__YFrkHq__tableCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:12px;overflow:hidden}.contacts-module__YFrkHq__tableWrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.contacts-module__YFrkHq__table{border-collapse:collapse;text-align:left;width:100%;min-width:1080px}.contacts-module__YFrkHq__table th{background:var(--surface-secondary,#f8fafc);border-bottom:1px solid var(--border-default,#e2e8f0);color:var(--text-secondary,#64748b);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:700}.contacts-module__YFrkHq__table td{border-bottom:1px solid var(--border-default,#e2e8f0);color:var(--text-primary,#1e293b);vertical-align:middle;white-space:nowrap;padding:14px 16px;font-size:13px}.contacts-module__YFrkHq__table tbody tr{cursor:pointer;transition:background-color .15s}.contacts-module__YFrkHq__table tbody tr:hover{background-color:var(--surface-secondary,#f8fafc)}.contacts-module__YFrkHq__table tbody tr:last-child td{border-bottom:none}.contacts-module__YFrkHq__contactCell{align-items:center;gap:12px;display:flex}.contacts-module__YFrkHq__avatarCircle{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.contacts-module__YFrkHq__contactMeta{flex-direction:column;display:flex}.contacts-module__YFrkHq__contactName{color:var(--text-primary,#0f172a);font-size:14px;font-weight:600;line-height:1.2}.contacts-module__YFrkHq__contactEmail{color:var(--text-secondary,#64748b);margin-top:2px;font-size:12px}.contacts-module__YFrkHq__leadScoreBadge{border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.contacts-module__YFrkHq__scoreHigh{color:#059669;background-color:#ecfdf5}.contacts-module__YFrkHq__scoreMed{color:#2563eb;background-color:#eff6ff}.contacts-module__YFrkHq__scoreLow{background-color:var(--surface-secondary,#f1f5f9);color:var(--text-secondary,#64748b)}.contacts-module__YFrkHq__statusPill{border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.contacts-module__YFrkHq__statusHot{color:#ef4444;background:#fef2f2}.contacts-module__YFrkHq__statusStudent{color:#10b981;background:#ecfdf5}.contacts-module__YFrkHq__statusBooked{color:#7c3aed;background:#f5f3ff}.contacts-module__YFrkHq__statusLead{color:#2563eb;background:#eff6ff}.contacts-module__YFrkHq__ltvValue{color:var(--text-primary,#0f172a);font-weight:700}.contacts-module__YFrkHq__tagsGroup{flex-wrap:wrap;gap:4px;display:flex}.contacts-module__YFrkHq__tagItem{background:var(--surface-secondary,#f1f5f9);color:var(--text-secondary,#475569);border:1px solid var(--border-default,#e2e8f0);border-radius:4px;padding:2px 6px;font-size:11px}.contacts-module__YFrkHq__viewBtn{background:var(--surface-secondary,transparent);border:1px solid var(--border-default,#e2e8f0);color:var(--ebe-blue,#2563eb);cursor:pointer;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500;transition:all .15s}.contacts-module__YFrkHq__viewBtn:hover{background-color:var(--ebe-blue-light,#eff6ff);border-color:var(--ebe-blue,#2563eb)}.contacts-module__YFrkHq__pagination{border-top:1px solid var(--border-default,#e2e8f0);background:var(--surface-secondary,#f8fafc);color:var(--text-secondary,#64748b);justify-content:space-between;align-items:center;padding:12px 16px;font-size:12px;display:flex}.contacts-module__YFrkHq__pageControls{gap:6px;display:flex}.contacts-module__YFrkHq__pageBtn{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:6px;padding:4px 10px;font-size:12px}.contacts-module__YFrkHq__pageBtn.contacts-module__YFrkHq__active{background:var(--ebe-blue,#2563eb);color:#fff;border-color:var(--ebe-blue,#2563eb)}.contacts-module__YFrkHq__floatingBulkBar{color:#fff;z-index:500;background:#0f172a;border:1px solid #334155;border-radius:999px;align-items:center;gap:16px;padding:10px 20px;animation:.2s ease-out contacts-module__YFrkHq__slideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000059}@keyframes contacts-module__YFrkHq__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.contacts-module__YFrkHq__bulkCountPill{color:#c3a66a;background:#ffffff26;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.contacts-module__YFrkHq__bulkActionBtn{background:var(--ebe-blue,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.contacts-module__YFrkHq__bulkActionBtn:hover{background:#1d4ed8}.contacts-module__YFrkHq__bulkActionBtnOutline{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #475569;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s}.contacts-module__YFrkHq__bulkActionBtnOutline:hover{color:#fff;border-color:#94a3b8}.contacts-module__YFrkHq__checkboxTh,.contacts-module__YFrkHq__checkboxTd{text-align:center;width:36px;padding-left:12px!important;padding-right:0!important}
.funnels-analytics-module__Gv45Ua__pageContainer{flex-direction:column;gap:20px;display:flex}.funnels-analytics-module__Gv45Ua__heroHub{background:var(--surface-sidebar,#0f1b2d);color:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex;box-shadow:0 4px 14px #0003}.funnels-analytics-module__Gv45Ua__heroLeft{flex:320px;max-width:580px}.funnels-analytics-module__Gv45Ua__heroTitleRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.funnels-analytics-module__Gv45Ua__heroTitle{color:#fff;margin:0;font-size:19px;font-weight:800}.funnels-analytics-module__Gv45Ua__goldBadge{background:linear-gradient(135deg,#fde68a,#f59e0b);border-radius:6px;padding:3px 9px;font-size:11px;font-weight:800;color:#070d1f!important}.funnels-analytics-module__Gv45Ua__heroSubtitle{color:#94a3b8;margin:4px 0 0;font-size:13px}.funnels-analytics-module__Gv45Ua__heroKpiBox{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;gap:16px;padding:8px 18px;display:flex}.funnels-analytics-module__Gv45Ua__kpiItem{flex-direction:column;display:flex}.funnels-analytics-module__Gv45Ua__kpiLabel{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:700}.funnels-analytics-module__Gv45Ua__kpiValue{color:#fff;font-size:16px;font-weight:800}.funnels-analytics-module__Gv45Ua__kpiDivider{background:#ffffff26;width:1px;height:28px}.funnels-analytics-module__Gv45Ua__backBtn{background:var(--surface-elevated,#fff);border:1px solid var(--border-strong,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.funnels-analytics-module__Gv45Ua__backBtn:hover{background:var(--surface-secondary,#f1f5f9);border-color:var(--ebe-brass,#c3a66a)}.funnels-analytics-module__Gv45Ua__sectionCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);border-radius:14px;padding:22px;box-shadow:0 2px 8px #0000000a}.funnels-analytics-module__Gv45Ua__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.funnels-analytics-module__Gv45Ua__sectionTitle{color:var(--text-primary,#0f172a);align-items:center;gap:8px;margin:0;font-size:15.5px;font-weight:800;display:flex}.funnels-analytics-module__Gv45Ua__pipelineVisual{flex-direction:column;gap:10px;display:flex}.funnels-analytics-module__Gv45Ua__pipelineStep{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#d9dee5);border-radius:10px;align-items:center;gap:14px;padding:12px 16px;display:flex}.funnels-analytics-module__Gv45Ua__stepIconBadge{background:#c3a66a26;border:1px solid #c3a66a4d;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;display:flex}.funnels-analytics-module__Gv45Ua__stepInfo{flex-direction:column;flex:1;gap:4px;display:flex}.funnels-analytics-module__Gv45Ua__stepName{color:var(--text-primary,#0f172a);font-size:13.5px;font-weight:700}.funnels-analytics-module__Gv45Ua__stepBarWrapper{background:var(--border-default,#d9dee5);border-radius:6px;height:8px;overflow:hidden}.funnels-analytics-module__Gv45Ua__stepBarFill{border-radius:6px;height:100%;transition:width .4s}.funnels-analytics-module__Gv45Ua__stepMetrics{text-align:right;min-width:100px}.funnels-analytics-module__Gv45Ua__stepCount{color:var(--text-primary,#0f172a);font-size:15px;font-weight:800}.funnels-analytics-module__Gv45Ua__stepRate{font-size:11.5px;font-weight:700}.funnels-analytics-module__Gv45Ua__tableWrapper{overflow-x:auto}.funnels-analytics-module__Gv45Ua__dataTable{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.funnels-analytics-module__Gv45Ua__dataTable th{background:var(--surface-secondary,#f1f5f9);text-transform:uppercase;color:var(--text-secondary,#64748b);border-bottom:1px solid var(--border-default,#d9dee5);padding:10px 14px;font-size:11px;font-weight:700}.funnels-analytics-module__Gv45Ua__dataTable td{border-bottom:1px solid var(--border-default,#d9dee5);color:var(--text-primary,#0f172a);padding:12px 14px}.funnels-analytics-module__Gv45Ua__dataTable tr:hover td{background:var(--surface-secondary,#f1f5f9)}
.funnels-module__50Se6G__pageContainer{flex-direction:column;gap:20px;display:flex}.funnels-module__50Se6G__heroHub{background:var(--surface-sidebar,#0f1b2d);color:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex;box-shadow:0 4px 14px #0003}.funnels-module__50Se6G__heroLeft{flex:auto;max-width:580px}.funnels-module__50Se6G__heroTitleRow{flex-wrap:nowrap;align-items:center;gap:10px;display:flex}.funnels-module__50Se6G__heroTitle{color:#fff;white-space:nowrap;letter-spacing:-.01em;margin:0;font-size:16.5px;font-weight:800}.funnels-module__50Se6G__goldBadge{white-space:nowrap;background:linear-gradient(135deg,#fde68a,#f59e0b);border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:10.5px;font-weight:800;box-shadow:0 2px 4px #0003;color:#070d1f!important}.funnels-module__50Se6G__heroSubtitle{color:#94a3b8;margin:3px 0 0;font-size:12px}.funnels-module__50Se6G__heroKpiBox{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:12px;padding:6px 14px;display:flex}.funnels-module__50Se6G__kpiItem{flex-direction:column;display:flex}.funnels-module__50Se6G__kpiLabel{color:#94a3b8;text-transform:uppercase;font-size:9.5px;font-weight:700}.funnels-module__50Se6G__kpiValue{color:#fff;font-size:15px;font-weight:800}.funnels-module__50Se6G__kpiDivider{background:#ffffff26;width:1px;height:28px}.funnels-module__50Se6G__filterCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.funnels-module__50Se6G__filterLeft{flex-wrap:wrap;flex:1;align-items:center;gap:12px;min-width:280px;display:flex}.funnels-module__50Se6G__searchInputWrapper{width:100%;max-width:260px;position:relative}.funnels-module__50Se6G__searchInput{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);width:100%;color:var(--text-primary,#0f172a);border-radius:8px;outline:none;padding:8px 12px;font-size:13px;transition:all .12s}.funnels-module__50Se6G__searchInput:focus{border-color:var(--ebe-brass,#c3a66a);background:var(--surface-elevated,#fff)}.funnels-module__50Se6G__filterSelect{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;outline:none;padding:8px 12px;font-size:13px;font-weight:600}.funnels-module__50Se6G__filterRight{align-items:center;gap:10px;display:flex}.funnels-module__50Se6G__templateBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:7px;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:700;transition:all .12s;display:inline-flex}.funnels-module__50Se6G__templateBtn:hover{background:var(--surface-elevated,#fff);border-color:var(--ebe-brass,#c3a66a)}.funnels-module__50Se6G__primaryBtn{color:#070d1f;cursor:pointer;background:linear-gradient(135deg,#fde68a,#f59e0b);border:none;border-radius:7px;align-items:center;gap:6px;padding:7px 16px;font-size:12px;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:0 2px 8px #f59e0b59}.funnels-module__50Se6G__primaryBtn:hover{filter:brightness(1.05);transform:translateY(-1px)}.funnels-module__50Se6G__funnelsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.funnels-module__50Se6G__funnelCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:14px;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden}.funnels-module__50Se6G__funnelCard:hover{border-color:var(--ebe-brass,#c3a66a);transform:translateY(-3px);box-shadow:0 12px 28px #0f172a1a}.funnels-module__50Se6G__thumbnailContainer{aspect-ratio:16/9;background-color:#0f172a;width:100%;position:relative;overflow:hidden}.funnels-module__50Se6G__thumbnailImg{object-fit:cover;width:100%;height:100%;transition:transform .3s}.funnels-module__50Se6G__funnelCard:hover .funnels-module__50Se6G__thumbnailImg{transform:scale(1.04)}.funnels-module__50Se6G__thumbnailOverlay{pointer-events:none;background:linear-gradient(#0f172a80 0%,#0f172a00 40%,#0f172abf 100%);position:absolute;inset:0}.funnels-module__50Se6G__typeBadge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;z-index:2;background:#0f172ad9;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.funnels-module__50Se6G__statusSwitch{z-index:2;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#0f172ad9;border:1px solid #fff3;border-radius:14px;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:700;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.funnels-module__50Se6G__statusSwitchActive{color:#fff;background:#10b981e6;border-color:#10b981}.funnels-module__50Se6G__statusSwitchDraft{color:#070d1f;background:#f59e0be6;border-color:#f59e0b}.funnels-module__50Se6G__statusSwitchPaused{color:#fff;background:#64748be6;border-color:#64748b}.funnels-module__50Se6G__cardBody{background:var(--surface-elevated,#fff);flex-direction:column;flex:1;padding:18px 20px;display:flex}.funnels-module__50Se6G__funnelTitle{color:var(--text-primary,#0f172a);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;margin:0 0 6px;font-size:15px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.funnels-module__50Se6G__funnelSlugRow{align-items:center;gap:6px;margin-bottom:8px;display:flex}.funnels-module__50Se6G__slugPill{color:var(--text-secondary,#64748b);background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#e2e8f0);border-radius:4px;padding:2px 8px;font-family:monospace;font-size:11.5px}.funnels-module__50Se6G__copySlugIcon{cursor:pointer;color:var(--text-secondary,#64748b);background:0 0;border:none;padding:0;font-size:12px}.funnels-module__50Se6G__copySlugIcon:hover{color:var(--ebe-brass,#c3a66a)}.funnels-module__50Se6G__funnelDesc{color:var(--text-secondary,#64748b);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin:0 0 14px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.funnels-module__50Se6G__funnelStats{border-top:1px solid var(--border-default,#e2e8f0);border-bottom:1px solid var(--border-default,#e2e8f0);grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto;padding:10px 0;display:grid}.funnels-module__50Se6G__statItem{text-align:center;flex-direction:column;align-items:center;display:flex}.funnels-module__50Se6G__statLabel{color:var(--text-secondary,#64748b);text-transform:uppercase;font-size:10px;font-weight:700}.funnels-module__50Se6G__statVal{color:var(--text-primary,#0f172a);font-size:14px;font-weight:800}.funnels-module__50Se6G__cardActions{align-items:center;gap:8px;padding-top:14px;display:flex}.funnels-module__50Se6G__builderBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none;transition:all .12s;display:flex}.funnels-module__50Se6G__builderBtn:hover{background:var(--ebe-blue,#2563eb);color:#fff;border-color:var(--ebe-blue,#2563eb)}.funnels-module__50Se6G__analyticsBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:4px;padding:8px 10px;font-size:12px;font-weight:600;transition:all .12s;display:flex}.funnels-module__50Se6G__analyticsBtn:hover{background:var(--surface-elevated,#fff);border-color:var(--ebe-blue,#2563eb);color:var(--ebe-blue,#2563eb)}.funnels-module__50Se6G__viewLiveBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:4px;padding:8px 10px;font-size:12px;font-weight:600;transition:all .12s;display:flex}.funnels-module__50Se6G__viewLiveBtn:hover{background:var(--surface-elevated,#fff);border-color:var(--ebe-brass,#c3a66a);color:var(--ebe-brass,#c3a66a)}.funnels-module__50Se6G__iconActionBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;transition:all .12s;display:flex}.funnels-module__50Se6G__iconActionBtn:hover{background:var(--surface-elevated,#fff);border-color:var(--ebe-blue,#2563eb);color:var(--ebe-blue,#2563eb);transform:translateY(-1px)}.funnels-module__50Se6G__deleteActionBtn{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#cbd5e1);color:#94a3b8;cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .12s;display:flex}.funnels-module__50Se6G__deleteActionBtn:hover{color:#ef4444;background:#fee2e2;border-color:#ef4444;transform:translateY(-1px)}.funnels-module__50Se6G__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;background:#0f172ab3;justify-content:center;align-items:center;animation:.15s ease-out funnels-module__50Se6G__fadeIn;display:flex;position:fixed;inset:0}.funnels-module__50Se6G__modalContent{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#e2e8f0);border-radius:14px;flex-direction:column;gap:16px;width:90%;max-width:480px;padding:24px;display:flex;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}.funnels-module__50Se6G__modalHeader{align-items:center;gap:12px;display:flex}.funnels-module__50Se6G__modalIconBox{color:#dc2626;background:#fee2e2;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.funnels-module__50Se6G__modalTitle{color:var(--text-primary,#0f172a);margin:0;font-size:17px;font-weight:800}.funnels-module__50Se6G__modalBody{color:var(--text-secondary,#64748b);font-size:13.5px;line-height:1.6}.funnels-module__50Se6G__modalHighlight{color:var(--text-primary,#0f172a);font-weight:700}.funnels-module__50Se6G__modalFooter{justify-content:flex-end;align-items:center;gap:10px;margin-top:8px;display:flex}.funnels-module__50Se6G__modalCancelBtn{background:var(--surface-secondary,#f1f5f9);border:1px solid var(--border-default,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:all .12s}.funnels-module__50Se6G__modalCancelBtn:hover{background:var(--surface-elevated,#fff)}.funnels-module__50Se6G__modalConfirmDeleteBtn{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:700;transition:all .12s;box-shadow:0 2px 4px #dc262640}.funnels-module__50Se6G__modalConfirmDeleteBtn:hover{background:#b91c1c}@keyframes funnels-module__50Se6G__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.funnels-module__50Se6G__emptyState{text-align:center;background:var(--surface-elevated,#fff);border:1px dashed var(--border-strong,#cbd5e1);border-radius:14px;padding:60px 20px}
.templates-module__dFIR0q__pageContainer{flex-direction:column;gap:20px;display:flex}.templates-module__dFIR0q__heroHub{background:var(--surface-sidebar,#0f1b2d);color:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex;box-shadow:0 4px 14px #0003}.templates-module__dFIR0q__heroLeft{flex:320px;max-width:580px}.templates-module__dFIR0q__heroTitleRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.templates-module__dFIR0q__heroTitle{color:#fff;margin:0;font-size:19px;font-weight:800}.templates-module__dFIR0q__goldBadge{background:linear-gradient(135deg,#fde68a,#f59e0b);border-radius:6px;padding:3px 9px;font-size:11px;font-weight:800;color:#070d1f!important}.templates-module__dFIR0q__heroSubtitle{color:#94a3b8;margin:4px 0 0;font-size:13px}.templates-module__dFIR0q__heroKpiBox{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;gap:16px;padding:8px 18px;display:flex}.templates-module__dFIR0q__kpiItem{flex-direction:column;display:flex}.templates-module__dFIR0q__kpiLabel{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:700}.templates-module__dFIR0q__kpiValue{color:#fff;font-size:16px;font-weight:800}.templates-module__dFIR0q__kpiDivider{background:#ffffff26;width:1px;height:28px}.templates-module__dFIR0q__backBtn{background:var(--surface-elevated,#fff);border:1px solid var(--border-strong,#cbd5e1);color:var(--text-primary,#0f172a);cursor:pointer;border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.templates-module__dFIR0q__backBtn:hover{background:var(--surface-secondary,#f1f5f9);border-color:var(--ebe-brass,#c3a66a)}.templates-module__dFIR0q__templatesGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:22px;display:grid}.templates-module__dFIR0q__templateCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);border-radius:14px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.templates-module__dFIR0q__templateCard:hover{border-color:var(--ebe-brass,#c3a66a);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.templates-module__dFIR0q__cardBanner{background-position:50%;background-size:cover;align-items:flex-end;height:170px;padding:14px;display:flex;position:relative}.templates-module__dFIR0q__bannerOverlay{background:linear-gradient(#0000 0%,#0f1b2d33 40%,#0f1b2df2 100%);position:absolute;inset:0}.templates-module__dFIR0q__typeBadge{z-index:2;color:#fde68a;text-transform:uppercase;background:#c3a66a59;border:1px solid #c3a66a99;border-radius:14px;padding:3px 8px;font-size:11px;font-weight:800;position:relative}.templates-module__dFIR0q__cardBody{flex-direction:column;flex:1;justify-content:space-between;gap:16px;padding:20px;display:flex}.templates-module__dFIR0q__cardTitle{color:var(--text-primary,#0f172a);margin:0 0 4px;font-size:16.5px;font-weight:800}.templates-module__dFIR0q__cardAudience{color:#b39355;margin-bottom:8px;font-size:12px;font-weight:700}.templates-module__dFIR0q__cardDesc{color:var(--text-secondary,#64748b);margin:0 0 12px;font-size:13px;line-height:1.45}.templates-module__dFIR0q__featureList{color:var(--text-primary,#0f172a);flex-direction:column;gap:6px;font-size:12.5px;display:flex}.templates-module__dFIR0q__useTemplateBtn{color:#080d14;cursor:pointer;background:linear-gradient(135deg,#c3a66a 0%,#d8be8a 50%,#b39355 100%);border:none;border-radius:8px;width:100%;padding:11px;font-size:13px;font-weight:800;transition:all .15s}.templates-module__dFIR0q__useTemplateBtn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.branding-module__B8kGpq__pageContainer{flex-direction:column;gap:16px;display:flex}.branding-module__B8kGpq__splitLayout{grid-template-columns:1.15fr 1fr;align-items:start;gap:20px;display:grid}.branding-module__B8kGpq__configCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:12px;flex-direction:column;gap:20px;padding:22px;display:flex}.branding-module__B8kGpq__sectionTitle{color:var(--text-primary,#0f172a);align-items:center;gap:6px;margin:0;font-size:14px;font-weight:800;display:flex}.branding-module__B8kGpq__colorGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.branding-module__B8kGpq__colorPickerBox{background:var(--surface-secondary,#f8fafc);border:1px solid var(--border-default,#e2e8f0);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:border-color .15s;display:flex}.branding-module__B8kGpq__colorPickerBox:hover{border-color:#cbd5e1}.branding-module__B8kGpq__colorSwatch{cursor:pointer;background:0 0;border:1px solid #00000026;border-radius:6px;width:28px;height:28px;padding:0}.branding-module__B8kGpq__colorMeta{flex-direction:column;display:flex;overflow:hidden}.branding-module__B8kGpq__colorName{color:var(--text-primary,#0f172a);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:700;overflow:hidden}.branding-module__B8kGpq__colorHex{color:var(--text-secondary,#64748b);font-family:monospace;font-size:11px}.branding-module__B8kGpq__previewCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:12px;flex-direction:column;gap:14px;padding:20px;display:flex;position:sticky;top:16px}.branding-module__B8kGpq__mockWindow{border:1px solid var(--border-default,#cbd5e1);border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0f172a0f}.branding-module__B8kGpq__mockBar{background:var(--surface-secondary,#f1f5f9);border-bottom:1px solid var(--border-default,#cbd5e1);align-items:center;gap:8px;height:32px;padding:0 12px;display:flex}.branding-module__B8kGpq__mockDot{border-radius:50%;width:9px;height:9px}.branding-module__B8kGpq__mockContent{background:var(--surface-secondary,#f8fafc);flex-direction:column;gap:14px;padding:16px;display:flex}@media (max-width:1100px){.branding-module__B8kGpq__splitLayout{grid-template-columns:1fr}.branding-module__B8kGpq__previewCard{position:static}.branding-module__B8kGpq__colorGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.branding-module__B8kGpq__colorGrid{grid-template-columns:1fr}}
﻿.portal-module__9DT_5G__pageContainer{flex-direction:column;gap:16px;display:flex}.portal-module__9DT_5G__splitLayout{grid-template-columns:1.15fr 1fr;align-items:start;gap:20px;display:grid}.portal-module__9DT_5G__configCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:12px;flex-direction:column;gap:20px;padding:22px;display:flex}.portal-module__9DT_5G__sectionTitle{color:var(--text-primary,#0f172a);align-items:center;gap:6px;margin:0;font-size:14px;font-weight:800;display:flex}.portal-module__9DT_5G__previewCard{background:var(--surface-elevated,#fff);border:1px solid var(--border-default,#d9dee5);box-shadow:var(--shadow-sm,0 1px 3px #0f172a0a);border-radius:12px;flex-direction:column;gap:14px;padding:20px;display:flex;position:sticky;top:16px}.portal-module__9DT_5G__mockWindow{border:1px solid var(--border-default,#cbd5e1);border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0f172a0f}.portal-module__9DT_5G__mockBar{background:var(--surface-secondary,#f1f5f9);border-bottom:1px solid var(--border-default,#cbd5e1);align-items:center;gap:8px;height:32px;padding:0 12px;display:flex}.portal-module__9DT_5G__mockDot{border-radius:50%;width:9px;height:9px}.portal-module__9DT_5G__mockContent{background:var(--surface-secondary,#f8fafc);flex-direction:column;gap:14px;padding:16px;display:flex}@media (max-width:1100px){.portal-module__9DT_5G__splitLayout{grid-template-columns:1fr}.portal-module__9DT_5G__previewCard{position:static}}
﻿.RouteProgressBar-module__qq4kaq__progressBarContainer{z-index:99999;pointer-events:none;height:2.5px;position:fixed;top:0;left:0;right:0;overflow:hidden}.RouteProgressBar-module__qq4kaq__progressBar{will-change:width, opacity;background:linear-gradient(90deg,#c3a66a 0%,#f59e0b 50%,#e8d49e 100%);height:100%;transition:width .18s cubic-bezier(.4,0,.2,1),opacity .25s;transform:translateZ(0);box-shadow:0 0 12px #f59e0bb3,0 0 6px #c3a66a80}.RouteProgressBar-module__qq4kaq__progressBarGlow{background:linear-gradient(90deg,#0000 0%,#fff9 100%);width:100px;height:100%;position:absolute;top:0;right:0;box-shadow:0 0 10px #fde68a,0 0 5px #f59e0b}
