@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Arial,sans-serif;color:#171717;background:#f5f5f3;font-synthesis:none;text-rendering:optimizeLegibility;--black: #111111;--dark: #191919;--muted: #707070;--line: #e5e5e1;--surface: #ffffff;--background: #f5f5f3;--soft: #f8f8f6;--accent: #d71920;--accent-dark: #b51218;--radius: 18px}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-width:320px;background:var(--background)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a{color:inherit;text-decoration:none}.loginPage{display:grid;min-height:100vh;grid-template-columns:minmax(380px,.95fr) minmax(440px,1.05fr);background:#fff}.loginBrand{position:relative;overflow:hidden;padding:48px;color:#fff;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.12),transparent 35%),linear-gradient(145deg,#171717,#050505)}.loginBrand:after{position:absolute;right:-160px;bottom:-220px;width:500px;height:500px;border:1px solid rgba(255,255,255,.1);border-radius:50%;content:""}.brandContent{position:relative;z-index:1;display:flex;width:100%;max-width:650px;min-height:calc(100vh - 96px);margin:0 auto;flex-direction:column}.brandLogo,.sidebarLogo,.mobileBrand{font-size:25px;font-weight:700;letter-spacing:-1.2px}.brandLogo:after,.sidebarLogo:after,.mobileBrand:after{color:var(--accent);content:".cl"}.brandMessage{max-width:520px;margin:auto 0}.brandMessage>span,.eyebrow,.topbarEyebrow,.loginHeading>span{display:block;margin-bottom:14px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.brandMessage>span{color:#ffffff94}.brandMessage h1{max-width:550px;margin:0;font-size:clamp(42px,5vw,70px);font-weight:600;line-height:.98;letter-spacing:-4px}.brandMessage p{max-width:500px;margin:28px 0 0;color:#ffffffa3;font-size:17px;line-height:1.65}.brandFooter{color:#ffffff73;font-size:13px}.loginPanel{display:grid;place-items:center;padding:48px}.loginCard{width:100%;max-width:430px}.mobileBrand{display:none;margin-bottom:55px}.loginHeading{margin-bottom:38px}.loginHeading h2{margin:0;font-size:42px;font-weight:600;letter-spacing:-2px}.loginHeading p{margin:10px 0 0;color:var(--muted);line-height:1.6}.loginForm{display:grid;gap:22px}.loginForm label{display:grid;gap:9px}.loginForm label>span{font-size:13px;font-weight:600}.loginForm input{width:100%;height:54px;border:1px solid var(--line);border-radius:12px;outline:none;padding:0 16px;color:var(--dark);background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.loginForm input:focus{border-color:#a5a5a0;box-shadow:0 0 0 4px #0000000a}.passwordField{position:relative}.passwordField input{padding-right:52px}.passwordToggle{position:absolute;top:50%;right:10px;display:grid;width:38px;height:38px;border:0;border-radius:9px;place-items:center;color:var(--muted);background:transparent;transform:translateY(-50%)}.passwordToggle:hover{color:var(--dark);background:var(--soft)}.primaryButton,.secondaryButton,.newCatalogButton{display:inline-flex;min-height:48px;border:0;border-radius:11px;align-items:center;justify-content:center;gap:9px;padding:0 20px;font-weight:600}.primaryButton,.newCatalogButton{color:#fff;background:var(--dark)}.primaryButton:hover,.newCatalogButton:hover{background:#000}.loginButton{width:100%;height:54px;margin-top:4px}.secondaryButton{border:1px solid var(--line);color:var(--dark);background:var(--surface)}.secondaryButton:hover{background:var(--soft)}.formError{border:1px solid #f1cccc;border-radius:10px;padding:12px 14px;color:#a51a1a;background:#fff5f5;font-size:13px}.loginHelp{margin:26px 0 0;color:#999;font-size:12px;line-height:1.6;text-align:center}.appShell{display:grid;min-height:100vh;grid-template-columns:255px minmax(0,1fr)}.sidebar{position:fixed;z-index:10;top:0;bottom:0;left:0;display:flex;width:255px;border-right:1px solid #292929;flex-direction:column;padding:28px 18px 20px;color:#fff;background:#151515}.sidebarBrand{display:flex;align-items:baseline;gap:7px;padding:0 10px 30px}.sidebarBrand span{color:#777;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.sidebarNav{display:grid;gap:5px}.navItem{display:flex;min-height:46px;border-radius:10px;align-items:center;gap:12px;padding:0 13px;color:#999;font-size:14px;font-weight:500;transition:color .15s ease,background .15s ease}.navItem:hover{color:#fff;background:#202020}.navItem.active{color:#fff;background:#292929}.navItem.active svg{color:var(--accent)}.sidebarFooter{display:grid;margin-top:auto;gap:14px}.sidebarUser{display:flex;align-items:center;gap:11px;padding:13px 9px}.userAvatar{display:grid;width:38px;height:38px;border-radius:11px;place-items:center;color:#fff;background:#333;font-weight:700}.sidebarUser div:last-child{display:grid;min-width:0;gap:3px}.sidebarUser strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.sidebarUser span{color:#777;font-size:11px}.logoutButton{display:flex;width:100%;min-height:42px;border:0;border-radius:9px;align-items:center;gap:10px;padding:0 12px;color:#888;background:transparent;font-size:13px}.logoutButton:hover{color:#fff;background:#202020}.mainArea{grid-column:2;min-width:0}.topbar{position:sticky;z-index:8;top:0;display:flex;min-height:82px;border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;padding:0 38px;background:#f5f5f3eb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.topbar>div{display:grid;gap:3px}.topbarEyebrow{margin:0;font-size:9px}.topbar strong{font-size:15px}.newCatalogButton{min-height:43px;font-size:13px}.pageContent{width:100%;max-width:1500px;margin:0 auto;padding:42px 38px 70px}.pageHeading{display:flex;margin-bottom:34px;align-items:flex-end;justify-content:space-between;gap:30px}.pageHeading h1{margin:0;font-size:clamp(34px,4vw,50px);font-weight:600;letter-spacing:-2.5px}.pageHeading p{max-width:650px;margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.6}.eyebrow{margin-bottom:10px;color:#90908b}.statsGrid{display:grid;margin-bottom:22px;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.statCard,.emptyPanel,.infoPanel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.statCard{padding:25px}.statIcon,.emptyIcon{display:grid;width:44px;height:44px;border-radius:12px;place-items:center;color:var(--dark);background:var(--soft)}.statValue{margin-top:28px;font-size:37px;font-weight:600;letter-spacing:-2px}.statCard strong{display:block;margin-top:5px;font-size:14px}.statCard p{margin:6px 0 0;color:var(--muted);font-size:12px}.dashboardGrid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr);gap:18px}.emptyPanel{min-height:330px;padding:34px}.mainEmptyPanel{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.emptyPanel h2,.infoPanel h2{margin:22px 0 0;font-size:25px;letter-spacing:-1px}.emptyPanel p,.infoPanel p{max-width:520px;margin:10px 0 24px;color:var(--muted);line-height:1.6}.infoPanel{padding:30px}.infoPanel h2{margin-top:0}.stepsList{display:grid;margin:30px 0 0;gap:18px;padding:0;list-style:none}.stepsList li{display:flex;align-items:center;gap:12px;color:#555;font-size:13px}.stepsList span{display:grid;width:30px;height:30px;border:1px solid var(--line);border-radius:50%;place-items:center;color:var(--dark);background:var(--soft);font-size:11px;font-weight:700}.screenLoader{display:grid;min-height:100vh;place-content:center;gap:15px;color:var(--muted);text-align:center}.loaderMark{display:grid;width:54px;height:54px;margin:auto;border-radius:15px;place-items:center;color:#fff;background:var(--dark);font-size:22px;font-weight:700}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:960px){.loginPage{grid-template-columns:1fr}.loginBrand{display:none}.loginPanel{min-height:100vh;padding:30px}.mobileBrand{display:block}.appShell{grid-template-columns:82px minmax(0,1fr)}.sidebar{width:82px;padding-right:12px;padding-left:12px}.sidebarBrand{justify-content:center;padding-right:0;padding-left:0}.sidebarLogo{font-size:0}.sidebarLogo:before{font-size:22px;content:"M"}.sidebarLogo:after,.sidebarBrand span,.navItem span,.sidebarUser div:last-child,.logoutButton{display:none}.navItem,.sidebarUser{justify-content:center;padding:0}.mainArea{grid-column:2}.statsGrid,.dashboardGrid{grid-template-columns:1fr}}@media(max-width:650px){.appShell{display:block}.sidebar{position:fixed;inset:auto 12px 12px;width:auto;height:66px;border:1px solid #303030;border-radius:16px;flex-direction:row;padding:8px;box-shadow:0 12px 35px #0000003d}.sidebarBrand,.sidebarFooter{display:none}.sidebarNav{width:100%;grid-template-columns:repeat(3,1fr)}.navItem{min-height:48px}.sidebarNav .navItem:nth-child(n+4){display:none}.mainArea{padding-bottom:90px}.topbar{min-height:70px;padding:0 20px}.topbar>div{display:none}.newCatalogButton{width:100%}.pageContent{padding:30px 20px 50px}.pageHeading{align-items:flex-start;flex-direction:column}.pageHeading h1{font-size:36px}.pageHeading .secondaryButton{width:100%}.loginHeading h2{font-size:36px}}.sidebarLogo:after{content:""}.topbarStatus{display:flex!important;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:600}.topbarStatus>span{width:8px;height:8px;border-radius:50%;background:#22a55a;box-shadow:0 0 0 4px #22a55a1a}.productsPageContent{max-width:none;padding:0}.productsWorkspace{display:grid;min-height:calc(100vh - 82px);grid-template-columns:minmax(0,1fr) 410px}.productsMain{min-width:0;padding:45px 38px 80px}.productsHeading{margin-bottom:30px}.productsHeading h1{margin:0;font-size:clamp(38px,4vw,56px);font-weight:600;letter-spacing:-3px}.productsHeading p{max-width:680px;margin:12px 0 0;color:var(--muted);line-height:1.65}.productSearchSection{display:flex;margin-bottom:22px;align-items:center;gap:14px}.catalogSearch{display:flex;min-width:0;height:58px;border:1px solid var(--line);border-radius:14px;flex:1;align-items:center;gap:12px;padding:0 16px;background:var(--surface)}.catalogSearch svg{flex:0 0 auto;color:#888884}.catalogSearch input{width:100%;border:0;outline:none;color:var(--dark);background:transparent}.catalogSearch button{display:grid;width:34px;height:34px;border:0;border-radius:9px;place-items:center;color:var(--muted);background:transparent}.catalogSearch button:hover{background:var(--soft)}.availabilityControl{display:flex;min-height:58px;border:1px solid var(--line);border-radius:14px;align-items:center;gap:9px;padding:0 17px;background:var(--surface);color:#555;font-size:13px;font-weight:600;white-space:nowrap}.selectionSection{margin-top:20px;border:1px solid var(--line);border-radius:var(--radius);padding:25px;background:var(--surface)}.sectionTitle{display:flex;margin-bottom:20px;align-items:center;justify-content:space-between;gap:20px}.sectionTitle>div{display:flex;align-items:center;gap:13px}.sectionTitle>div>span{display:grid;width:34px;height:34px;border-radius:10px;place-items:center;background:var(--soft);font-size:12px;font-weight:700}.sectionTitle h2{margin:0;font-size:17px;letter-spacing:-.4px}.sectionTitle p{margin:4px 0 0;color:var(--muted);font-size:12px}.sectionTitle>strong{color:var(--muted);font-size:11px;font-weight:600}.optionGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.brandOptionGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.selectionOption{display:flex;min-height:66px;border:1px solid var(--line);border-radius:12px;align-items:center;gap:11px;padding:11px;text-align:left;background:#fff}.selectionOption:hover{border-color:#bebeb8;background:#fafaf8}.selectionOption.selected{border-color:var(--dark);background:#f5f5f2;box-shadow:inset 0 0 0 1px var(--dark)}.optionCheckbox,.productRowCheckbox{display:grid;width:22px;height:22px;border:1px solid #cfcfca;border-radius:7px;flex:0 0 auto;place-items:center;color:#fff;background:#fff}.selectionOption.selected .optionCheckbox,.productRowCheckbox.checked{border-color:var(--dark);background:var(--dark)}.selectionOption>span:last-child{display:grid;min-width:0;gap:3px}.selectionOption strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.selectionOption small{color:var(--muted);font-size:10px}.productsTable{overflow:hidden;border:1px solid var(--line);border-radius:13px}.productsTableHeader,.productRow{display:grid;grid-template-columns:34px minmax(250px,1.5fr) minmax(90px,.7fr) minmax(130px,.8fr) minmax(110px,.5fr);align-items:center;gap:12px}.productsTableHeader{min-height:44px;padding:0 14px;color:#969690;background:var(--soft);font-size:10px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}.productRow{width:100%;min-height:76px;border:0;border-top:1px solid var(--line);padding:9px 14px;color:#555;text-align:left;background:#fff;font-size:12px}.productRow:hover{background:#fafaf8}.productRow.selected{background:#f7f7f4}.productPrimary{display:flex;min-width:0;align-items:center;gap:11px}.productPrimary>span:last-child{display:grid;min-width:0;gap:4px}.productPrimary strong{overflow:hidden;color:var(--dark);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.productPrimary small,.productPrice small{color:var(--muted);font-size:10px}.productThumbnail{display:grid;width:44px;height:44px;border-radius:10px;flex:0 0 auto;place-items:center;color:#777;background:var(--soft)}.productPrice{display:grid;gap:3px;color:var(--dark);font-weight:700}.productsEmpty{display:grid;min-height:200px;place-content:center;color:var(--muted);text-align:center}.productsEmpty svg{margin:auto auto 12px}.productsEmpty p{margin:5px 0 0;font-size:12px}.catalogPreviewPanel{position:relative;border-left:1px solid var(--line);background:#efefec}.previewSticky{position:sticky;top:82px;overflow-y:auto;max-height:calc(100vh - 82px);padding:28px}.previewHeader{display:flex;margin-bottom:20px;align-items:flex-start;justify-content:space-between}.previewHeader h2{margin:0;font-size:25px;letter-spacing:-1px}.clearSelectionButton{border:0;padding:5px;color:var(--muted);background:transparent;font-size:11px;font-weight:600}.clearSelectionButton:hover{color:var(--dark)}.previewCover{display:flex;min-height:220px;border-radius:16px;justify-content:space-between;flex-direction:column;padding:24px;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(255,255,255,.15),transparent 38%),#151515}.previewLogo{font-size:19px;font-weight:700;letter-spacing:-.8px}.previewLogo span{color:var(--accent)}.previewCover small{display:block;margin-bottom:8px;color:#ffffff80;font-size:8px;font-weight:700;letter-spacing:1.4px}.previewCover strong{display:block;font-size:23px;letter-spacing:-1px}.previewCover p{margin:7px 0 0;color:#ffffff8c;font-size:11px}.previewSummary{display:grid;margin-top:12px;grid-template-columns:1fr 1fr;gap:10px}.previewSummary>div{display:grid;border:1px solid var(--line);border-radius:12px;gap:8px;padding:15px;background:#fff}.previewSummary span{color:var(--muted);font-size:10px}.previewSummary strong{font-size:23px}.selectedRules{display:grid;margin-top:17px;gap:14px}.selectedRuleBlock>span{display:block;margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.selectedRuleBlock>div{display:flex;flex-wrap:wrap;gap:6px}.selectedRuleBlock button{display:flex;min-height:28px;border:1px solid var(--line);border-radius:8px;align-items:center;gap:6px;padding:0 8px;background:#fff;font-size:10px}.catalogOptions{display:grid;margin-top:17px;border:1px solid var(--line);border-radius:13px;gap:12px;padding:15px;background:#fff}.catalogOptions label{display:flex;align-items:center;gap:9px;color:#555;font-size:11px;font-weight:600}.selectedProductsConstructor{margin-top:17px}.constructorHeading{display:flex;margin-bottom:9px;align-items:center;justify-content:space-between}.constructorHeading span{font-size:11px;font-weight:700}.constructorHeading small{color:var(--muted);font-size:10px}.constructorList{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}.constructorItem{display:grid;min-height:57px;border-top:1px solid var(--line);grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px}.constructorItem:first-child{border-top:0}.constructorItem>span{display:grid;width:22px;height:22px;border-radius:7px;place-items:center;background:var(--soft);font-size:9px;font-weight:700}.constructorItem>div:nth-child(2){display:grid;min-width:0;gap:3px}.constructorItem strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.constructorItem small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.constructorActions{display:flex;gap:3px}.constructorActions button{display:grid;width:25px;height:25px;border:0;border-radius:7px;place-items:center;color:var(--muted);background:transparent}.constructorActions button:hover{color:var(--dark);background:var(--soft)}.constructorEmpty{display:grid;min-height:105px;place-content:center;color:var(--muted);text-align:center}.constructorEmpty svg{margin:auto}.constructorEmpty p{margin:8px 0 0;font-size:10px}.constructorMore{border-top:1px solid var(--line);padding:10px;color:var(--muted);font-size:9px;text-align:center}.previewTotal{display:flex;margin-top:14px;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px}.previewTotal strong{color:var(--dark);font-size:15px}.catalogMessage{margin-top:12px;border:1px solid #cfe5d7;border-radius:10px;padding:11px;color:#24653b;background:#f2faf5;font-size:10px;line-height:1.5}.createCatalogPrimary{display:flex;width:100%;min-height:52px;margin-top:16px;border:0;border-radius:12px;align-items:center;justify-content:center;gap:9px;color:#fff;background:var(--dark);font-size:12px;font-weight:700}.createCatalogPrimary:hover{background:#000}@media(max-width:1250px){.productsWorkspace{grid-template-columns:minmax(0,1fr) 350px}.brandOptionGrid,.optionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.productsTableHeader,.productRow{grid-template-columns:34px minmax(230px,1.4fr) minmax(85px,.6fr) minmax(100px,.7fr)}.productsTableHeader span:last-child,.productRow>span:last-child{display:none}}@media(max-width:980px){.productsWorkspace{display:block}.catalogPreviewPanel{border-top:1px solid var(--line);border-left:0}.previewSticky{position:static;overflow:visible;max-height:none}}@media(max-width:700px){.productsMain{padding:28px 20px 45px}.productSearchSection{align-items:stretch;flex-direction:column}.availabilityControl{min-height:46px}.brandOptionGrid,.optionGrid{grid-template-columns:1fr}.selectionSection{padding:17px}.sectionTitle{align-items:flex-start;flex-direction:column}.productsTableHeader{display:none}.productRow{grid-template-columns:28px minmax(0,1fr)}.productRow>span:nth-child(n+3){display:none}.previewSticky{padding:22px 20px 30px}.topbarStatus{display:none!important}}.standardPageContent{width:100%;max-width:1480px;margin:0 auto;padding:44px 42px 80px}.settingsPage{width:100%}.settingsHeading{margin-bottom:28px}.settingsHeading h1{margin:3px 0 10px;font-size:clamp(38px,4vw,54px);letter-spacing:-2.7px;line-height:1}.settingsHeading p{max-width:650px;margin:0;color:var(--muted);line-height:1.65}.settingsLoading{display:flex;min-height:420px;align-items:center;justify-content:center;gap:12px;color:var(--muted)}.settingsMessage{display:flex;margin-bottom:20px;border:1px solid;border-radius:13px;align-items:center;gap:10px;padding:14px 16px;font-size:13px;font-weight:600}.settingsMessage.success{border-color:#c8e7d2;color:#22683b;background:#f1faf4}.settingsMessage.error{border-color:#efc9c9;color:#9a2f2f;background:#fff4f4}.settingsGrid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:20px}.settingsCard{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.shopifyConnectionCard{grid-column:1}.syncStatusCard{grid-column:2;grid-row:1 / span 2}.pdfSettingsCard{grid-column:1}.settingsCardHeader{display:flex;align-items:flex-start;gap:14px}.settingsCardHeader>div:nth-child(2){min-width:0;flex:1}.settingsCardHeader h2{margin:0;font-size:19px;letter-spacing:-.6px}.settingsCardHeader p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.settingsIcon{display:grid;width:45px;height:45px;border-radius:12px;flex:0 0 auto;place-items:center;background:var(--soft)}.connectionBadge{display:inline-flex;min-height:29px;border-radius:999px;align-items:center;padding:0 11px;font-size:10px;font-weight:700;white-space:nowrap}.connectionBadge.configured{color:#23703e;background:#eaf7ee}.connectionBadge.notConfigured{color:#8d5b1e;background:#fff4df}.connectionInformation{display:grid;margin-top:25px;border:1px solid var(--line);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.connectionInformation>div{display:grid;min-width:0;border-left:1px solid var(--line);gap:7px;padding:17px}.connectionInformation>div:first-child{border-left:0}.connectionInformation span,.futureSettings span{color:var(--muted);font-size:10px}.connectionInformation strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.configurationWarning{display:flex;margin-top:16px;border:1px solid #ead4aa;border-radius:13px;align-items:flex-start;gap:11px;padding:14px;color:#79531f;background:#fff9ed}.configurationWarning svg{flex:0 0 auto}.configurationWarning strong{font-size:12px}.configurationWarning p{margin:4px 0 0;font-size:11px;line-height:1.5}.settingsActions{display:flex;margin-top:20px;justify-content:flex-end;gap:10px}.settingsActions button{display:inline-flex;min-height:43px;border-radius:11px;align-items:center;justify-content:center;gap:8px;padding:0 17px;font-size:11px;font-weight:700}.secondarySettingsButton{border:1px solid var(--line);color:var(--dark);background:#fff}.primarySettingsButton{border:1px solid var(--dark);color:#fff;background:var(--dark)}.settingsActions button:disabled{cursor:not-allowed;opacity:.45}.syncStats{display:grid;margin-top:25px;grid-template-columns:1fr 1fr;gap:10px}.syncStats>div{display:grid;min-height:94px;border:1px solid var(--line);border-radius:13px;align-content:center;gap:7px;padding:15px;background:#fafaf8}.syncStats span{color:var(--muted);font-size:10px}.syncStats strong{font-size:25px;letter-spacing:-1px}.syncProgressArea{margin-top:20px;border-top:1px solid var(--line);padding-top:20px}.syncProgressHeading{display:flex;min-height:35px;align-items:flex-start;justify-content:space-between;gap:12px;font-size:11px}.syncProgressHeading span{color:#555}.syncProgressHeading strong{font-size:10px;white-space:nowrap}.syncProgressTrack{overflow:hidden;height:7px;margin-top:10px;border-radius:999px;background:#e9e9e5}.syncProgressBar{height:100%;border-radius:inherit;background:var(--dark);transition:width .4s ease}.syncProgressBar.active{animation:syncPulse 1.2s ease-in-out infinite}.syncDates{display:grid;margin-top:13px;gap:6px;color:var(--muted);font-size:9px}.futureSettings{display:grid;margin-top:24px;border:1px solid var(--line);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.futureSettings>div{display:grid;border-left:1px solid var(--line);gap:7px;padding:17px}.futureSettings>div:first-child{border-left:0}.futureSettings strong{font-size:12px}@keyframes syncPulse{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:1100px){.settingsGrid{grid-template-columns:1fr}.shopifyConnectionCard,.syncStatusCard,.pdfSettingsCard{grid-column:1;grid-row:auto}}@media(max-width:700px){.standardPageContent{padding:28px 20px 55px}.settingsCard{padding:20px}.settingsCardHeader{flex-wrap:wrap}.connectionBadge{margin-left:59px}.connectionInformation,.futureSettings{grid-template-columns:1fr}.connectionInformation>div,.futureSettings>div{border-top:1px solid var(--line);border-left:0}.connectionInformation>div:first-child,.futureSettings>div:first-child{border-top:0}.settingsActions{align-items:stretch;flex-direction:column}.settingsActions button{width:100%}}.productsLoadStatus{display:flex;min-height:46px;margin-bottom:15px;border:1px solid var(--line);border-radius:12px;align-items:center;gap:9px;padding:0 15px;color:#555;background:#fff;font-size:12px;font-weight:600}.productsLoadStatus.success{border-color:#cbe6d3;color:#287143;background:#f2faf4}.productsLoadStatus.error{border-color:#efcccc;color:#9a3434;background:#fff4f4}.productThumbnail{overflow:hidden}.productThumbnail img{width:100%;height:100%;object-fit:contain;padding:4px;background:#fff}.productsFilterControls{display:flex;gap:10px}.catalogSelectControl{display:grid;min-width:145px;min-height:58px;border:1px solid var(--line);border-radius:14px;align-content:center;gap:4px;padding:8px 13px;background:#fff}.catalogSelectControl span{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.catalogSelectControl select{width:100%;border:0;outline:none;color:var(--dark);background:transparent;font-size:12px;font-weight:700}.productMetaBadges{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}.productStatusBadge,.productStockBadge{display:inline-flex;min-height:20px;border-radius:999px;align-items:center;padding:0 7px;font-size:8px;font-weight:700}.productStatusBadge.active{color:#24703e;background:#eaf7ee}.productStatusBadge.draft{color:#8a5d1d;background:#fff4df}.productStatusBadge.archived{color:#686868;background:#ededeb}.productStockBadge.available{color:#246d3d;background:#eef8f1}.productStockBadge.unavailable{color:#9a3434;background:#fff0f0}@media(max-width:700px){.productsFilterControls{display:grid;grid-template-columns:1fr 1fr}.catalogSelectControl{min-width:0}}.collapsibleSection{overflow:hidden}.collapsibleSummary{position:relative;display:block;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.collapsibleSummary::-webkit-details-marker{display:none}.collapsibleSummary .sectionTitle{margin-bottom:0;padding-right:48px}.collapsibleSummary:after{content:"+";position:absolute;top:50%;right:2px;display:grid;width:34px;height:34px;border:1px solid var(--line);border-radius:10px;place-items:center;color:var(--dark);background:var(--soft);font-size:20px;font-weight:400;line-height:1;transform:translateY(-50%);transition:transform .2s ease,background .2s ease}.collapsibleSummary:hover:after{background:#e8e8e4}.collapsibleSection[open] .collapsibleSummary{margin-bottom:20px}.collapsibleSection[open] .collapsibleSummary:after{content:"−"}.collapsibleSection[open]>.optionGrid,.collapsibleSection[open]>.productsTable{animation:catalogSectionOpen .18s ease}@keyframes catalogSectionOpen{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.collapsibleSummary .sectionTitle{padding-right:42px}.collapsibleSummary:after{width:32px;height:32px}}.catalogPrimaryActions{display:grid;margin-top:16px;grid-template-columns:.8fr 1.2fr;gap:9px}.catalogPrimaryActions .createCatalogPrimary{margin-top:0}.previewCatalogButton{display:flex;width:100%;min-height:52px;border:1px solid var(--dark);border-radius:12px;align-items:center;justify-content:center;gap:8px;color:var(--dark);background:#fff;font-size:11px;font-weight:700}.previewCatalogButton:hover{background:#f7f7f4}.createFullCatalogButton{display:flex;width:100%;min-height:62px;margin-top:10px;border:1px solid #cfcfca;border-radius:12px;align-items:center;justify-content:center;gap:11px;padding:10px 14px;color:var(--dark);background:transparent;text-align:left}.createFullCatalogButton:hover{border-color:var(--dark);background:#fff}.createFullCatalogButton>span{display:grid;gap:3px}.createFullCatalogButton strong{font-size:11px}.createFullCatalogButton small{color:var(--muted);font-size:9px}.previewCatalogButton:disabled,.createFullCatalogButton:disabled,.createCatalogPrimary:disabled{cursor:not-allowed;opacity:.45}@media(max-width:700px){.catalogPrimaryActions{grid-template-columns:1fr}}.productsPerPageControl{margin-top:28px}.productsPerPageHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.productsPerPageHeader>span{color:#171717;font-size:16px;font-weight:800}.productsPerPageHeader>small{color:#888;font-size:11px;font-weight:500;text-align:right}.productsPerPageButtons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.productsPerPageButton{min-width:0;min-height:94px;padding:12px 6px;border:1px solid #d8d8d5;border-radius:13px;background:#fff;color:#171717;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.productsPerPageButton:hover{border-color:#999;transform:translateY(-1px)}.productsPerPageButton strong,.productsPerPageButton span,.productsPerPageButton small{display:block}.productsPerPageButton strong{margin-bottom:7px;font-size:25px;font-weight:850;line-height:1}.productsPerPageButton span{overflow:hidden;font-size:10px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.productsPerPageButton small{margin-top:4px;color:#8a8a86;font-size:8px;font-weight:600;line-height:1.2}.productsPerPageButton.selected{border-color:#171717;background:#171717;color:#fff;box-shadow:0 9px 20px #00000029}.productsPerPageButton.selected small{color:#ffffffa6}.productsPerPageHelp{min-height:35px;margin:12px 0 0;color:#777;font-size:11px;line-height:1.45}@media(max-width:1100px){.productsPerPageButtons{grid-template-columns:1fr}.productsPerPageButton{min-height:72px}}.catalogOptions{padding:24px!important}.catalogOptions>label{display:flex!important;min-height:58px;margin:0 0 10px!important;padding:14px 16px;align-items:center;gap:13px;border:1px solid #dededb;border-radius:13px;background:#f8f8f6;color:#202020;font-size:14px!important;font-weight:750!important;line-height:1.25;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.catalogOptions>label:hover{border-color:#b9b9b5;background:#fff;transform:translateY(-1px)}.catalogOptions>label:has(input:checked){border-color:#171717;background:#fff;box-shadow:0 5px 14px #0000000f}.catalogOptions>label input[type=checkbox]{width:24px!important;min-width:24px;height:24px!important;margin:0!important;border-radius:7px;accent-color:#171717;cursor:pointer}.catalogOptions>label:last-of-type{margin-bottom:0!important}.productsPerPageControl{margin-top:30px!important;padding-top:26px;border-top:1px solid #dededb}@media(max-width:1200px){.catalogOptions{padding:20px!important}.catalogOptions>label{min-height:54px;padding:12px 14px;font-size:13px!important}.catalogOptions>label input[type=checkbox]{width:22px!important;min-width:22px;height:22px!important}}.catalogHistoryPage{width:100%;max-width:1480px;margin:0 auto}.catalogHistoryHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:28px}.catalogHistoryEyebrow{display:block;margin-bottom:8px;color:#737373;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.catalogHistoryHeader h1{margin:0;color:#111;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.045em}.catalogHistoryHeader p{max-width:610px;margin:14px 0 0;color:#696969;font-size:16px;line-height:1.6}.catalogCreateButton,.catalogHistoryEmpty button{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border:1px solid #111111;border-radius:12px;background:#111;color:#fff;font:inherit;font-weight:800;cursor:pointer;transition:transform .16s ease,background .16s ease}.catalogCreateButton:hover,.catalogHistoryEmpty button:hover{background:#292929;transform:translateY(-1px)}.catalogHistoryToolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px;padding:14px;border:1px solid #e7e7e7;border-radius:16px;background:#fff}.catalogHistorySearch{display:flex;flex:1;align-items:center;gap:10px;min-width:0;padding:0 4px;color:#737373}.catalogHistorySearch input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#151515;font:inherit;font-size:15px}.catalogHistorySearch input::placeholder{color:#999}.catalogHistoryCount{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:10px;background:#f3f3f3;color:#595959;font-size:13px;font-weight:700;white-space:nowrap}.catalogHistoryGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:22px}.catalogHistoryCard{overflow:hidden;border:1px solid #e3e3e3;border-radius:20px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.catalogHistoryCard:hover{border-color:#cacaca;box-shadow:0 14px 34px #00000014;transform:translateY(-3px)}.catalogCardPreview{position:relative;display:flex;min-height:226px;align-items:center;justify-content:center;overflow:hidden;padding:26px;border-bottom:1px solid #ededed;background:linear-gradient(135deg,#f4f4f4,#fafafa)}.catalogCardPaper{display:flex;width:154px;aspect-ratio:.72;flex-direction:column;align-items:center;justify-content:center;padding:18px;border:1px solid #e2e2e2;background:#fff;box-shadow:0 12px 30px #0000001a;text-align:center}.catalogCardPaper span{color:#d52227;font-size:7px;font-weight:900;letter-spacing:.14em}.catalogCardPaper strong{display:-webkit-box;margin:9px 0 5px;overflow:hidden;color:#141414;font-size:16px;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:3}.catalogCardPaper small{margin-bottom:18px;color:#929292;font-size:8px}.catalogCardPaper svg{color:#d52227}.catalogCardFormat{position:absolute;right:15px;bottom:15px;padding:7px 10px;border:1px solid #dedede;border-radius:999px;background:#ffffffeb;color:#444;font-size:11px;font-weight:800}.catalogCardBody{padding:21px}.catalogCardTitle span{display:block;margin-bottom:5px;color:#8a8a8a;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.catalogCardTitle h2{display:-webkit-box;min-height:50px;margin:0;overflow:hidden;color:#151515;font-size:21px;line-height:1.2;letter-spacing:-.025em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalogCardDate{display:flex;align-items:center;gap:7px;margin-top:12px;color:#717171;font-size:13px}.catalogCardMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.catalogCardMetrics>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:4px;padding:11px;border:1px solid #ebebeb;border-radius:12px;background:#fafafa}.catalogCardMetrics svg{margin-bottom:2px;color:#6c6c6c}.catalogCardMetrics span{color:#858585;font-size:10px;font-weight:700}.catalogCardMetrics strong{max-width:100%;overflow:hidden;color:#171717;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.catalogCardOptions{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.catalogCardOptions span{padding:6px 9px;border-radius:999px;background:#f0f0f0;color:#585858;font-size:10px;font-weight:800}.catalogCardCreator{margin-top:15px;color:#777;font-size:12px}.catalogCardCreator strong{color:#2c2c2c}.catalogCardActions{display:grid;grid-template-columns:1fr 44px 44px;gap:8px;margin-top:18px;padding-top:17px;border-top:1px solid #ededed}.catalogDownloadButton,.catalogIconButton{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border-radius:11px;font:inherit;font-weight:800;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.catalogDownloadButton{border:1px solid #151515;background:#151515;color:#fff}.catalogDownloadButton:hover:not(:disabled){background:#303030;transform:translateY(-1px)}.catalogIconButton{border:1px solid #dedede;background:#fff;color:#303030}.catalogIconButton:hover:not(:disabled){border-color:#bdbdbd;background:#f5f5f5}.catalogIconButton.danger{color:#c62828}.catalogIconButton.danger:hover:not(:disabled){border-color:#efc4c4;background:#fff1f1}.catalogDownloadButton:disabled,.catalogIconButton:disabled{cursor:not-allowed;opacity:.55}.catalogHistoryStatus,.catalogHistoryEmpty{display:flex;min-height:390px;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;border:1px dashed #d7d7d7;border-radius:22px;background:#fff;text-align:center}.catalogHistoryStatus{gap:10px;color:#555}.catalogHistoryStatus.error{border-color:#efc7c7;color:#a92323}.catalogHistoryStatus p{max-width:520px;margin:0}.catalogHistoryStatus button{margin-top:10px;padding:10px 15px;border:1px solid #d8d8d8;border-radius:10px;background:#fff;font:inherit;font-weight:700;cursor:pointer}.catalogHistoryEmpty.compact{min-height:280px}.catalogEmptyIcon{display:flex;width:74px;height:74px;align-items:center;justify-content:center;margin-bottom:20px;border-radius:22px;background:#f1f1f1;color:#353535}.catalogHistoryEmpty>span{margin-bottom:8px;color:#d52227;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.catalogHistoryEmpty h2{max-width:540px;margin:0;color:#171717;font-size:clamp(25px,3vw,34px);letter-spacing:-.035em}.catalogHistoryEmpty p{max-width:540px;margin:14px 0 24px;color:#777;line-height:1.65}.catalogSpin{animation:catalog-spin .8s linear infinite}@keyframes catalog-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.catalogHistoryHeader{flex-direction:column}.catalogCreateButton{width:100%}.catalogHistoryToolbar{align-items:stretch;flex-direction:column}.catalogHistoryCount{justify-content:center}.catalogHistoryGrid{grid-template-columns:1fr}}.catalogContents{margin-top:16px;overflow:hidden;border:1px solid #e4e4e4;border-radius:14px;background:#fff}.catalogContents summary{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;min-height:68px;padding:11px 13px;cursor:pointer;list-style:none;transition:background .15s ease}.catalogContents summary::-webkit-details-marker{display:none}.catalogContents summary:hover{background:#f8f8f8}.catalogContents[open] summary{border-bottom:1px solid #e8e8e8;background:#f8f8f8}.catalogContentsIcon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;background:#eee;color:#313131}.catalogContentsHeading{display:flex;min-width:0;flex-direction:column;gap:3px}.catalogContentsHeading strong{color:#232323;font-size:13px;line-height:1.25}.catalogContentsHeading small{color:#858585;font-size:11px;line-height:1.25}.catalogContentsAction{color:#4d4d4d;font-size:11px;font-weight:800;white-space:nowrap}.catalogContents[open] .catalogContentsAction{color:#c92127}.catalogContentsBody{max-height:390px;overflow-y:auto;padding:7px 13px 13px}.catalogContentProduct{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:flex-start;padding:11px 0;border-bottom:1px solid #eeeeee}.catalogContentProduct:last-of-type{border-bottom:0}.catalogContentNumber{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:8px;background:#f0f0f0;color:#6e6e6e;font-size:10px;font-weight:900}.catalogContentProduct>div{min-width:0}.catalogContentProduct strong{display:block;overflow:hidden;color:#252525;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.catalogContentProduct small{display:block;margin-top:4px;overflow:hidden;color:#898989;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.catalogContentsMore{margin-top:9px;padding:10px 11px;border-radius:9px;background:#f3f3f3;color:#5d5d5d;font-size:11px;font-weight:800;text-align:center}.catalogContentsSummary{display:flex;margin-top:10px;flex-direction:column;gap:4px;padding:11px;border-radius:10px;background:#fafafa}.catalogContentsSummary span{color:#8a8a8a;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.catalogContentsSummary strong{color:#333;font-size:11px;line-height:1.45}.catalogContentsUnavailable{margin:10px 0 0;color:#777;font-size:12px;line-height:1.5;text-align:center}.csvImportCard{grid-column:1 / -1}.csvTemplateRow{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px;margin-top:22px;border:1px solid #e6eaf0;border-radius:16px;background:#f8fafc}.csvTemplateRow>div{display:flex;flex-direction:column;gap:4px}.csvTemplateRow strong{color:#172033;font-size:14px}.csvTemplateRow span{color:#6d7688;font-size:13px}.csvDropArea{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;min-height:132px;padding:25px;margin-top:18px;border:2px dashed #cbd3df;border-radius:18px;background:#fbfcfe;color:#657086;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.csvDropArea:hover{border-color:#243b64;background:#f6f8fc;transform:translateY(-1px)}.csvDropArea.hasFile{border-style:solid;border-color:#b7c5da;background:#f5f8fc;color:#243b64}.csvDropArea>div{display:flex;flex-direction:column;gap:5px}.csvDropArea strong{color:#202a3c;font-size:15px}.csvDropArea span{color:#747e91;font-size:13px}.csvSelectedFile{text-align:left}.csvRemoveFile{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #dde3ec;border-radius:10px;background:#fff;color:#697387;cursor:pointer}.csvModeSection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.csvModeTitle{grid-column:1 / -1;color:#303a4d;font-size:13px;font-weight:700}.csvModeOption{display:flex;align-items:flex-start;gap:12px;min-height:88px;padding:16px;border:1px solid #e0e5ed;border-radius:15px;background:#fff;cursor:pointer}.csvModeOption.selected{border-color:#2f4d7e;background:#f5f8fd;box-shadow:inset 0 0 0 1px #2f4d7e}.csvModeOption input{margin-top:3px;accent-color:#2f4d7e}.csvModeOption div{display:flex;flex-direction:column;gap:5px}.csvModeOption strong{color:#202a3c;font-size:14px}.csvModeOption span{color:#707a8d;font-size:12px;line-height:1.45}.csvAlert{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;margin-top:18px;border-radius:13px;font-size:13px}.csvAlert.error{border:1px solid #f1c8c8;background:#fff6f6;color:#b33b3b}.csvPreviewResult,.csvImportResult{padding:18px;margin-top:20px;border:1px solid #e1e6ee;border-radius:16px;background:#fafbfd}.csvPreviewResult>header,.csvImportResult>header{display:flex;align-items:center;justify-content:space-between;gap:15px}.csvPreviewResult>header>div,.csvImportResult>header>div{display:flex;flex-direction:column;gap:4px}.csvPreviewResult header strong,.csvImportResult header strong{color:#202a3c;font-size:14px}.csvPreviewResult header span,.csvImportResult header span{color:#747e91;font-size:12px}.csvPreviewTotal{padding:7px 10px;border-radius:999px;background:#eaf0f8;color:#34547f!important;font-weight:700}.csvImportResult.success{border-color:#bfe1ce;background:#f4fbf7}.csvImportResult.withErrors{border-color:#ecd9ad;background:#fffaf0}.csvImportResult>header{justify-content:flex-start}.csvSummaryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.csvSummaryGrid>div{display:flex;flex-direction:column;gap:5px;padding:13px;border:1px solid #e4e8ef;border-radius:12px;background:#fff}.csvSummaryGrid span{color:#798295;font-size:11px;font-weight:600;text-transform:uppercase}.csvSummaryGrid strong{color:#202a3c;font-size:20px}.csvPreviewTableWrap{overflow-x:auto;margin-top:16px;border:1px solid #e2e7ef;border-radius:12px;background:#fff}.csvPreviewTable{width:100%;border-collapse:collapse;font-size:12px}.csvPreviewTable th,.csvPreviewTable td{padding:11px 12px;border-bottom:1px solid #edf0f4;text-align:left;white-space:nowrap}.csvPreviewTable th{color:#657085;background:#f8fafc;font-size:11px;text-transform:uppercase}.csvRowStatus{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:700}.csvRowStatus.success{background:#e7f7ed;color:#277346}.csvRowStatus.warning{background:#fff4d8;color:#956813}.csvRowStatus.error{background:#fde9e9;color:#a93b3b}.csvErrorDetails{margin-top:16px}.csvErrorDetails summary{color:#39465b;font-size:13px;font-weight:700;cursor:pointer}.csvErrorDetails>div{display:grid;gap:8px;max-height:250px;overflow-y:auto;margin-top:12px}.csvErrorDetails p{display:flex;flex-direction:column;gap:3px;padding:10px 12px;margin:0;border-radius:10px;background:#fff}.csvErrorDetails p strong{color:#303a4d;font-size:12px}.csvErrorDetails p span{color:#7b4b4b;font-size:12px}.csvImportActions{margin-top:20px}@media(max-width:760px){.csvTemplateRow{align-items:stretch;flex-direction:column}.csvTemplateRow button{justify-content:center;width:100%}.csvModeSection{grid-template-columns:1fr}.csvSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.csvImportActions{display:grid;grid-template-columns:1fr}.csvImportActions button{justify-content:center;width:100%}}.zipImageImportCard{grid-column:1 / -1}.zipNamingGuide{display:flex;align-items:center;gap:13px;padding:17px 18px;margin-top:22px;border:1px solid #e0e6ef;border-radius:15px;background:#f8fafc;color:#34547f}.zipNamingGuide>div{display:flex;flex-direction:column;gap:4px}.zipNamingGuide strong{color:#202a3c;font-size:14px}.zipNamingGuide span{color:#717b8e;font-size:13px}.usersPage{display:flex;flex-direction:column;gap:22px}.usersPageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.usersPageHeader h1{margin:6px 0 7px;color:#202a3c;font-size:32px;line-height:1.1}.usersPageHeader p{margin:0;color:#778196;font-size:14px}.pageEyebrow{color:#5676a3;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.primaryUsersButton,.secondaryUsersButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 17px;border-radius:12px;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.primaryUsersButton{border:1px solid #315d98;background:#315d98;color:#fff}.secondaryUsersButton{border:1px solid #d8dfeb;background:#fff;color:#42506a}.primaryUsersButton:hover,.secondaryUsersButton:hover{transform:translateY(-1px)}.primaryUsersButton:disabled,.secondaryUsersButton:disabled{cursor:not-allowed;opacity:.6;transform:none}.usersStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.usersStats article{padding:19px 20px;border:1px solid #e1e6ee;border-radius:16px;background:#fff;box-shadow:0 8px 26px #202a3c0a}.usersStats span{display:block;color:#7d8799;font-size:13px;font-weight:700}.usersStats strong{display:block;margin-top:7px;color:#202a3c;font-size:27px}.usersAlert{display:flex;align-items:center;gap:10px;padding:13px 15px;border-radius:12px;font-size:14px;font-weight:700}.usersAlert.error{border:1px solid #f0cccc;background:#fff5f5;color:#a63d3d}.usersAlert.success{border:1px solid #c9e7d3;background:#f2fbf5;color:#267045}.usersTableCard{overflow:hidden;border:1px solid #e1e6ee;border-radius:17px;background:#fff;box-shadow:0 8px 30px #202a3c0b}.usersTableWrap{overflow-x:auto}.usersTable{width:100%;border-collapse:collapse}.usersTable th,.usersTable td{padding:16px 18px;border-bottom:1px solid #edf0f5;text-align:left;vertical-align:middle}.usersTable th{background:#f8fafc;color:#758095;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.usersTable td{color:#4b566a;font-size:14px}.usersTable tbody tr:last-child td{border-bottom:0}.usersIdentity{display:flex;align-items:center;gap:12px}.usersAvatar{display:grid;flex:0 0 auto;width:39px;height:39px;place-items:center;border-radius:12px;background:#eaf0f8;color:#315d98;font-size:15px;font-weight:900}.usersIdentity>div:last-child{display:flex;flex-direction:column;gap:3px}.usersIdentity strong{display:flex;align-items:center;gap:7px;color:#263147}.usersIdentity strong small{padding:2px 6px;border-radius:99px;background:#edf3fb;color:#406da9;font-size:10px;font-weight:900;text-transform:uppercase}.usersIdentity span{color:#858fa0;font-size:12px}.usersRoleBadge,.usersStatusBadge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:99px;font-size:11px;font-weight:900}.usersRoleBadge.admin{background:#ebe7ff;color:#5b45a3}.usersRoleBadge.editor,.usersRoleBadge.seller{background:#e8f1fd;color:#34689f}.usersRoleBadge.viewer{background:#eef1f4;color:#647083}.usersStatusBadge.active{background:#e8f7ed;color:#277046}.usersStatusBadge.inactive{background:#f5eeee;color:#8b5252}.usersActions{display:flex;align-items:center;gap:7px}.usersActions button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #dde3ec;border-radius:10px;background:#fff;color:#526077;cursor:pointer}.usersActions button:hover{border-color:#bfcbdc;color:#315d98}.usersActions button.danger{color:#a54a4a}.usersActions button.success{color:#277046}.usersActions button:disabled{cursor:not-allowed;opacity:.35}.usersLoading,.usersEmpty{display:flex;min-height:250px;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:#7c879a}.usersEmpty strong{color:#344056}.usersModalOverlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:#131b288a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.usersModal{width:min(520px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid #dfe5ee;border-radius:20px;background:#fff;box-shadow:0 26px 80px #10192840}.usersModal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid #edf0f5}.usersModal>header span{color:#61799a;font-size:11px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.usersModal>header h2{margin:5px 0 0;color:#202a3c;font-size:22px}.usersModal>header button{display:grid;width:35px;height:35px;place-items:center;border:1px solid #e1e6ee;border-radius:10px;background:#fff;color:#5c687a;cursor:pointer}.usersModal form{display:flex;flex-direction:column;gap:17px;padding:23px 24px 24px}.usersModal label{display:flex;flex-direction:column;gap:7px}.usersModal label>span{color:#39465b;font-size:13px;font-weight:800}.usersModal input:not([type=checkbox]),.usersModal select{width:100%;min-height:43px;padding:0 12px;border:1px solid #d8dfe9;border-radius:11px;background:#fff;color:#253047;font:inherit;font-size:14px;outline:none}.usersModal input:focus,.usersModal select:focus{border-color:#6f91bd;box-shadow:0 0 0 3px #4974a91c}.usersModal label small{color:#8a94a5;font-size:11px}.usersSwitchRow{flex-direction:row!important;align-items:center;justify-content:space-between;padding:14px 15px;border:1px solid #e1e6ee;border-radius:12px;background:#fafbfd}.usersSwitchRow>div{display:flex;flex-direction:column;gap:3px}.usersSwitchRow input{width:18px;height:18px}.usersModal footer{display:flex;justify-content:flex-end;gap:10px;padding-top:5px}.usersPasswordModal form>p{margin:0;color:#687387;font-size:14px}@media(max-width:900px){.usersStats{grid-template-columns:1fr}.usersPageHeader{flex-direction:column}.usersPageHeader .primaryUsersButton{width:100%}}@media(max-width:640px){.usersTable th:nth-child(4),.usersTable td:nth-child(4){display:none}.usersModal footer{flex-direction:column-reverse}.usersModal footer button{width:100%}}.catalogLibraryTabs{display:flex;align-items:center;gap:8px;padding:6px;border:1px solid #e1e6ee;border-radius:14px;background:#fff;width:fit-content}.catalogLibraryTabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:0 15px;border:0;border-radius:10px;background:transparent;color:#6e798c;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.catalogLibraryTabs button:hover{background:#f3f6fa;color:#315d98}.catalogLibraryTabs button.active{background:#315d98;color:#fff;box-shadow:0 5px 14px #315d9833}.catalogHistoryCard.official{border-color:#b9cce4;box-shadow:0 12px 34px #315d981a}.catalogCardPreview{position:relative}.catalogOfficialBadge{position:absolute;z-index:2;top:12px;left:12px;display:inline-flex;align-items:center;gap:5px;min-height:27px;padding:0 9px;border-radius:99px;background:#315d98;color:#fff;font-size:10px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 5px 14px #315d983d}.catalogIconButton.published{border-color:#a9c1df;background:#edf4fc;color:#315d98}@media(max-width:720px){.catalogLibraryTabs{width:100%;overflow-x:auto}.catalogLibraryTabs button{flex:0 0 auto}}.coversPage{width:100%}.coversHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:28px}.coversHeading h1{margin:7px 0 8px;font-size:clamp(34px,4vw,52px);letter-spacing:-.045em}.coversHeading p{max-width:620px;margin:0;color:#727272;font-size:15px;line-height:1.65}.coverNewButton{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border:0;border-radius:12px;background:#171717;color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.coverMessage{display:flex;align-items:center;gap:9px;margin-bottom:20px;padding:13px 15px;border-radius:11px;font-size:13px;font-weight:700}.coverMessage.success{border:1px solid #bfe7ce;background:#effbf3;color:#25824a}.coverMessage.error{border:1px solid #f0c4c4;background:#fff3f3;color:#b63232}.coversLoading,.coversEmpty{display:flex;min-height:260px;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid #e4e4e4;border-radius:18px;background:#fff;color:#737373}.coversGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:22px}.coverCard{overflow:hidden;border:1px solid #dedede;border-radius:18px;background:#fff;box-shadow:0 10px 30px #0000000b}.coverCard.default{border-color:#b8c9bd;box-shadow:0 10px 30px #197d4114}.coverVisual{position:relative;display:flex;min-height:330px;flex-direction:column;justify-content:space-between;padding:25px;overflow:hidden;background-size:cover;background-position:center}.coverVisual.large{min-height:600px;border-radius:16px}.coverVisual:after{content:"";position:absolute;right:-80px;bottom:-95px;width:260px;height:260px;border-radius:50%;background:#ffffff0a}.defaultCoverBadge{position:absolute;top:17px;right:17px;display:inline-flex;align-items:center;gap:5px;min-height:27px;padding:0 9px;border-radius:99px;background:#ffffffeb;color:#1f6135;font-size:10px;font-weight:900;text-transform:uppercase}.coverLogoPreview{position:relative;z-index:1;display:block;width:auto;max-width:170px;max-height:65px;object-fit:contain;object-position:left center}.coverBrandFallback{position:relative;z-index:1;font-size:22px;letter-spacing:-.05em}.coverBrandFallback em{color:#e31b23;font-style:normal}.coverVisualContent{position:relative;z-index:1}.coverVisualContent small{display:block;margin-bottom:9px;font-size:9px;font-weight:900;letter-spacing:.18em;opacity:.65}.coverVisualContent h2{margin:0;font-size:30px;line-height:1.04;letter-spacing:-.045em}.coverVisualContent p{margin:9px 0 0;font-size:13px;opacity:.76}.coverVisualContent span{display:block;margin-top:7px;font-size:11px;opacity:.55}.coverCardBody{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px}.coverCardBody>div:first-child span{color:#969696;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.coverCardBody h3{margin:4px 0 0;font-size:16px}.coverCardActions{display:flex;gap:6px}.coverCardActions button{display:inline-flex;min-width:36px;min-height:36px;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid #dddddd;border-radius:9px;background:#fff;color:#353535;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.coverCardActions button.danger{color:#bd3434}.coverModalBackdrop{position:fixed;z-index:5000;inset:0;display:flex;align-items:center;justify-content:center;padding:25px;background:#080808a3;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.coverModal{width:min(1120px,100%);max-height:calc(100vh - 50px);overflow-y:auto;border-radius:20px;background:#f7f7f6;box-shadow:0 30px 100px #00000052}.coverModalHeader{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;padding:22px 25px;border-bottom:1px solid #dfdfdf;background:#f7f7f6f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coverModalHeader h2{margin:5px 0 0;font-size:25px}.coverModalHeader>button{display:grid;width:40px;height:40px;place-items:center;border:1px solid #d9d9d9;border-radius:10px;background:#fff;cursor:pointer}.coverEditorLayout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:25px;padding:25px}.coverForm{display:flex;flex-direction:column;gap:16px}.coverForm>label,.coverColorFields label{display:flex;flex-direction:column;gap:7px}.coverForm label>span{color:#454545;font-size:12px;font-weight:800}.coverForm input:not([type=checkbox]):not([type=range]):not([type=color]),.coverForm textarea,.coverForm select{width:100%;border:1px solid #d8d8d8;border-radius:10px;background:#fff;padding:12px 13px;color:#1d1d1d;font:inherit;outline:none}.coverForm textarea{resize:vertical}.coverColorFields{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.coverColorFields input[type=color]{width:100%;height:44px;padding:4px;border:1px solid #d8d8d8;border-radius:10px;background:#fff}.coverUploadFields{display:grid;grid-template-columns:1fr 1fr;gap:11px}.coverUploadFields label{display:flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px dashed #bdbdbd;border-radius:11px;background:#fff;font-size:12px;font-weight:800;cursor:pointer}.coverUploadFields input{display:none}.coverCheckFields{display:flex;flex-wrap:wrap;gap:15px}.coverCheckFields label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:750}.coverFormActions{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}.coverFormActions button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 17px;border-radius:10px;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.coverFormActions .secondary{border:1px solid #d7d7d7;background:#fff}.coverFormActions .primary{border:0;background:#171717;color:#fff}.coverLivePreview{position:sticky;top:105px;align-self:start}.coverLivePreview>.eyebrow{display:block;margin-bottom:10px}.catalogCoverSelector{margin-bottom:18px;padding:17px;border:1px solid #dddddd;border-radius:15px;background:#fff}.catalogCoverSelectorHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:13px}.catalogCoverSelectorHeading span{color:#969696;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.catalogCoverSelectorHeading h2{margin:3px 0 0;font-size:20px}.catalogCoverSelectorHeading a{color:#3e3e3e;font-size:11px;font-weight:850;text-decoration:none}.catalogCoverSelect{display:flex;flex-direction:column;gap:6px}.catalogCoverSelect>span{color:#737373;font-size:10px;font-weight:800}.catalogCoverSelect select{width:100%;min-height:42px;padding:0 11px;border:1px solid #d4d4d4;border-radius:9px;background:#fff;font:inherit;font-size:12px;font-weight:750}.catalogSelectedCoverPreview{display:flex;min-height:205px;flex-direction:column;justify-content:space-between;margin-top:12px;padding:18px;border-radius:13px;overflow:hidden;background-size:cover;background-position:center}.catalogSelectedCoverPreview>img{width:auto;max-width:135px;max-height:45px;object-fit:contain;object-position:left center}.catalogSelectedCoverPreview>strong{font-size:18px;letter-spacing:-.05em}.catalogSelectedCoverPreview>strong em{color:#e31b23;font-style:normal}.catalogSelectedCoverPreview small{display:block;margin-bottom:6px;font-size:7px;font-weight:900;letter-spacing:.15em;opacity:.63}.catalogSelectedCoverPreview h3{margin:0;font-size:22px;line-height:1.05;letter-spacing:-.04em}.catalogSelectedCoverPreview p{margin:6px 0 0;font-size:10px;opacity:.7}.catalogCoverEmpty{margin:10px 0 0;color:gray;font-size:10px;line-height:1.45}@media(max-width:900px){.coverEditorLayout{grid-template-columns:1fr}.coverLivePreview{position:static}.coverVisual.large{min-height:500px}}@media(max-width:640px){.coversHeading{flex-direction:column}.coverNewButton{width:100%}.coverColorFields,.coverUploadFields{grid-template-columns:1fr}.coverModalBackdrop{padding:0}.coverModal{max-height:100vh;border-radius:0}.coverEditorLayout{padding:17px}}.catalogCoverCompact{margin-bottom:18px;padding:0}.catalogCoverCompactHeading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.catalogCoverCompactHeading>div{display:flex;align-items:baseline;gap:8px}.catalogCoverCompactHeading span{color:#9a9a9a;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.catalogCoverCompactHeading strong{font-size:14px}.catalogCoverCompactHeading a{color:#494949;font-size:11px;font-weight:850;text-decoration:none}.catalogCoverCompact select{width:100%;min-height:40px;padding:0 11px;border:1px solid #d6d6d6;border-radius:9px;background:#fff;color:#1c1c1c;font:inherit;font-size:12px;font-weight:750}.previewBrandLogo{display:block;width:auto;max-width:145px;max-height:45px;object-fit:contain;object-position:left center}.catalogCoverSelector{display:none!important}.catalogPreviewPanel .catalogPreviewSummary{display:grid;grid-template-columns:minmax(0,1fr) 96px;align-items:stretch;gap:12px}.catalogPreviewPanel .catalogPreviewCover{width:100%;min-height:0;aspect-ratio:210 / 297;padding:18px;border-radius:13px}.catalogPreviewPanel .previewBrand{font-size:17px}.catalogPreviewPanel .previewBrandLogo{max-width:120px;max-height:38px}.catalogPreviewPanel .catalogPreviewCover small{font-size:7px;letter-spacing:.15em}.catalogPreviewPanel .catalogPreviewCover h3{max-width:100%;font-size:21px;line-height:1.05}.catalogPreviewPanel .catalogPreviewCover p{font-size:9px;line-height:1.4}.catalogPreviewPanel .catalogPreviewStats{display:grid;grid-template-columns:1fr;gap:10px}.catalogPreviewPanel .catalogPreviewStats>div{min-height:0;padding:13px 11px;border-radius:12px}.catalogPreviewPanel .catalogPreviewStats span{font-size:10px}.catalogPreviewPanel .catalogPreviewStats strong{margin-top:8px;font-size:28px}@media(max-width:1200px){.catalogPreviewPanel .catalogPreviewSummary{grid-template-columns:minmax(0,1fr) 82px}.catalogPreviewPanel .catalogPreviewCover{padding:15px}.catalogPreviewPanel .catalogPreviewCover h3{font-size:18px}.catalogPreviewPanel .catalogPreviewStats>div{padding:11px 9px}.catalogPreviewPanel .catalogPreviewStats strong{font-size:24px}}.previewPreviewGroup{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:12px;align-items:stretch;margin-bottom:18px}.previewCover{aspect-ratio:210 / 297;min-height:auto!important;padding:18px;border-radius:16px}.previewLogo{font-size:18px}.previewCover small{font-size:8px;letter-spacing:.18em}.previewCover strong{display:block;margin-top:8px;font-size:28px;line-height:1.05}.previewCover p{margin-top:10px;font-size:11px}.previewSummary{display:grid;grid-template-rows:1fr 1fr;gap:12px}.previewSummary>div{display:flex;flex-direction:column;justify-content:center;border:1px solid #E6E6E6;border-radius:14px;padding:14px;background:#fff}.previewSummary span{font-size:11px;color:#777}.previewSummary strong{margin-top:10px;font-size:34px;line-height:1}.previewPreviewGroup{display:flex!important;align-items:flex-start;gap:12px;margin-bottom:18px}.previewCover{width:160px!important;height:220px!important;min-height:220px!important;max-height:220px!important;flex:0 0 160px;aspect-ratio:auto!important;padding:16px;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px #00000014}.previewLogo{font-size:17px}.previewCover small{font-size:7px;letter-spacing:.18em}.previewCover strong{display:block;margin-top:8px;font-size:18px;line-height:1.08}.previewCover p{margin-top:8px;font-size:10px;line-height:1.35}.previewSummary{width:78px;flex:none;display:grid;grid-template-rows:1fr 1fr;gap:10px}.previewSummary>div{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #E6E6E6;border-radius:12px;background:#fff;min-height:105px}.previewSummary span{font-size:10px;color:#7a7a7a}.previewSummary strong{margin-top:8px;font-size:24px;line-height:1}.previewPreviewGroup{display:flex!important;align-items:stretch!important;gap:10px!important;margin-bottom:16px!important}.previewCover{position:relative;width:140px!important;height:190px!important;min-width:140px!important;min-height:190px!important;max-width:140px!important;max-height:190px!important;flex:0 0 140px!important;aspect-ratio:auto!important;padding:14px!important;overflow:hidden!important;border:5px solid #ffffff!important;border-radius:13px!important;background-size:cover!important;background-position:center!important;box-shadow:0 8px 22px #0000001c,0 0 0 1px #0000000d!important}.previewLogo{font-size:14px!important;line-height:1!important}.previewLogo span{color:#e31b23!important}.previewCover small{display:block;font-size:5.5px!important;line-height:1.2!important;letter-spacing:.16em!important}.previewCover strong{display:block;margin-top:6px!important;font-size:15px!important;line-height:1.03!important;letter-spacing:-.035em!important}.previewCover p{margin:6px 0 0!important;font-size:7px!important;line-height:1.3!important}.previewSummary{width:72px!important;min-width:72px!important;height:190px!important;flex:0 0 72px!important;display:grid!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0!important}.previewSummary>div{min-width:0!important;min-height:0!important;padding:9px 7px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border:1px solid #e2e2e2!important;border-radius:11px!important;background:#fff!important;box-shadow:none!important}.previewSummary span{font-size:8px!important;line-height:1.2!important;color:#777!important;text-align:center!important}.previewSummary strong{margin-top:7px!important;font-size:22px!important;line-height:1!important;letter-spacing:-.04em!important}.previewHeader{margin-bottom:14px!important}.previewHeader h2{margin-top:4px!important;font-size:24px!important}@media(max-width:1450px){.previewCover{width:132px!important;min-width:132px!important;max-width:132px!important;flex-basis:132px!important}.previewSummary{width:66px!important;min-width:66px!important;flex-basis:66px!important}}.previewPreviewGroup{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:18px!important}.previewCover{width:160px!important;height:220px!important;min-width:160px!important;min-height:220px!important;max-width:160px!important;max-height:220px!important;flex:0 0 160px!important;aspect-ratio:auto!important;padding:16px!important;border:0!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 10px 24px #00000014!important}.previewLogo{font-size:17px!important}.previewCover small{font-size:7px!important;letter-spacing:.18em!important}.previewCover strong{display:block!important;margin-top:8px!important;font-size:18px!important;line-height:1.08!important}.previewCover p{margin-top:8px!important;font-size:10px!important;line-height:1.35!important}.previewSummary{width:78px!important;min-width:78px!important;height:220px!important;flex:0 0 78px!important;display:grid!important;grid-template-rows:1fr 1fr!important;gap:10px!important;margin:0!important}.previewSummary>div{min-height:105px!important;padding:12px 8px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;border:1px solid #e6e6e6!important;border-radius:12px!important;background:#fff!important}.previewSummary span{font-size:10px!important;color:#7a7a7a!important}.previewSummary strong{margin-top:8px!important;font-size:24px!important;line-height:1!important}.previewHeader{margin-bottom:18px!important}.previewHeader h2{font-size:28px!important}.previewCover{width:100%;min-width:0;max-width:none;height:auto;min-height:245px;max-height:none;aspect-ratio:auto;display:flex;flex-direction:column;justify-content:space-between;flex:none;padding:22px;border:0;border-radius:16px;overflow:hidden;background-size:cover;background-position:center;box-shadow:none}.previewLogo{font-size:20px}.previewLogo span{color:#e31b23}.previewCover small{display:block;font-size:7px;letter-spacing:.18em}.previewCover strong{display:block;margin-top:8px;font-size:24px;line-height:1.05}.previewCover p{margin:8px 0 0;font-size:10px;line-height:1.4}.previewSummary{width:100%;min-width:0;height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:10px;margin-top:12px;margin-bottom:18px}.previewSummary>div{min-width:0;min-height:78px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:14px;border:1px solid #e2e2e2;border-radius:13px;background:#fff;box-shadow:none}.previewSummary span{color:#777;font-size:10px}.previewSummary strong{margin-top:7px;font-size:27px;line-height:1}.previewHeader{margin-bottom:16px}.previewHeader h2{margin-top:4px;font-size:28px}.musicCenterLogin .brandContent{width:min(100%,620px)}.musicCenterBrandLogo{display:flex;width:100%;align-items:center;justify-content:flex-start}.musicCenterBrandLogo img{display:block;width:min(100%,270px);height:auto;object-fit:contain;object-position:left center}.musicCenterEyebrow{position:relative;display:inline-flex!important;align-items:center;gap:10px;color:#ffffffb8!important;font-size:11px!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase}.musicCenterEyebrow:before{width:7px;height:7px;flex:none;border-radius:50%;background:#e31e24;content:"";box-shadow:0 0 0 5px #e31e241f}.musicCenterLogin .brandMessage h1{max-width:620px;margin-top:24px;font-size:clamp(44px,5vw,76px);line-height:.98;letter-spacing:-.055em}.musicCenterLogin .brandMessage p{max-width:560px;margin-top:28px;color:#ffffffad;font-size:16px;line-height:1.7}.musicCenterLogin .brandFooter{color:#ffffff7a;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.musicCenterMobileBrand img{display:block;width:190px;max-width:100%;height:auto}@media(max-width:900px){.musicCenterMobileBrand{display:flex;margin-bottom:36px;align-items:center;justify-content:center;padding:22px;border-radius:16px;background:#111}.musicCenterMobileBrand img{width:210px}}.catalogHistoryGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:24px}.catalogHistoryCard{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #dfe4eb;border-radius:20px;background:#fff;box-shadow:0 12px 35px #1e2d410f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.catalogHistoryCard:hover{transform:translateY(-3px);border-color:#c8d2df;box-shadow:0 20px 45px #1e2d411c}.catalogCardPreview{position:relative;padding:18px 18px 0;background:linear-gradient(180deg,#f5f7fa,#fff)}.catalogCardRealCover{position:relative;display:flex;min-height:290px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:24px;border-radius:15px 15px 5px 5px;background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 14px 30px #141c272e}.catalogCardRealCover:after{content:"";position:absolute;right:-75px;bottom:-95px;width:240px;height:240px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#ffffff09}.catalogCardRealCover.fallback{background:radial-gradient(circle at top right,rgba(73,120,180,.65),transparent 42%),linear-gradient(145deg,#172333,#2f5f99)}.catalogCardCoverTop,.catalogCardCoverContent{position:relative;z-index:1}.catalogCardCoverTop img{display:block;width:auto;max-width:170px;max-height:58px;object-fit:contain;object-position:left center}.catalogCardCoverBrand{display:inline-block;font-size:21px;letter-spacing:-.05em}.catalogCardCoverContent span{display:block;margin-bottom:9px;font-size:9px;font-weight:900;letter-spacing:.17em;opacity:.72;text-transform:uppercase}.catalogCardCoverContent h3{max-width:90%;margin:0;color:inherit;font-size:clamp(25px,3vw,34px);line-height:1.02;letter-spacing:-.05em}.catalogCardCoverContent p{max-width:85%;margin:11px 0 0;color:inherit;font-size:12px;line-height:1.45;opacity:.75}.catalogCardBody{display:flex;flex:1;flex-direction:column;padding:22px}.catalogCardTitle span,.catalogCardSectionLabel{display:block;color:#8490a0;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.catalogCardTitle h2{margin:6px 0 0;color:#18202b;font-size:21px;line-height:1.18;letter-spacing:-.035em}.catalogCardIncluded{margin-top:19px;padding:15px;border:1px solid #e8ebef;border-radius:13px;background:#f8f9fb}.catalogCardIncluded ul{display:flex;flex-direction:column;gap:9px;margin:11px 0 0;padding:0;list-style:none}.catalogCardIncluded li{position:relative;display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:12px;padding-left:13px}.catalogCardIncluded li:before{content:"";position:absolute;top:7px;left:0;width:5px;height:5px;border-radius:50%;background:#315d98}.catalogCardIncluded li>span{min-width:0;overflow:hidden;color:#303a47;font-size:12px;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.catalogCardIncluded li small{flex:0 0 auto;color:#9aa3af;font-size:9px;font-weight:800}.catalogCardRemaining{display:inline-block;margin-top:11px;color:#315d98;font-size:11px;font-weight:900}.catalogCardNoProducts{margin:10px 0 0;color:#8c96a3;font-size:12px}.catalogCardBrands{margin-top:17px}.catalogCardBrands>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.catalogCardBrands>div>span{display:inline-flex;min-height:26px;align-items:center;padding:0 9px;border:1px solid #dce3eb;border-radius:999px;background:#fff;color:#4b5868;font-size:10px;font-weight:800}.catalogCardDate{display:flex;align-items:center;gap:7px;margin-top:18px;color:#7e8997;font-size:11px;font-weight:700}.catalogCardMetrics{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.catalogCardMetrics>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:11px;border:1px solid #e6e9ee;border-radius:11px;background:#fff}.catalogCardMetrics svg{color:#315d98}.catalogCardMetrics span{color:#818b98;font-size:10px;font-weight:700}.catalogCardMetrics strong{color:#202a36;font-size:11px}.catalogCardCreator{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:14px;padding:12px 0;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3}.catalogCardCreator span{color:#929ba7;font-size:10px;font-weight:800;text-transform:uppercase}.catalogCardCreator strong{overflow:hidden;color:#374150;font-size:11px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.catalogCardActions{display:flex;gap:7px;margin-top:auto;padding-top:17px}.catalogDownloadButton{display:inline-flex;min-height:42px;flex:1;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:#315d98;color:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.catalogDownloadButton:hover{background:#264f84}.catalogIconButton{display:inline-grid;width:42px;min-width:42px;height:42px;place-items:center;border:1px solid #dce1e8;border-radius:10px;background:#fff;color:#536071;cursor:pointer}.catalogIconButton:hover{border-color:#b9c8da;background:#f2f6fb;color:#315d98}.catalogIconButton.danger:hover{border-color:#efc2c2;background:#fff2f2;color:#bd3434}.catalogDownloadButton:disabled,.catalogIconButton:disabled{cursor:wait;opacity:.55}@media(max-width:760px){.catalogHistoryGrid{grid-template-columns:1fr}.catalogCardRealCover{min-height:260px}.catalogCardMetrics{grid-template-columns:1fr}.catalogCardIncluded li small{display:none}}.catalogCardRealCover.fallback{background:radial-gradient(circle at top right,rgba(255,255,255,.09),transparent 42%),linear-gradient(145deg,#111,#333)!important}.catalogCardTitle span,.catalogCardSectionLabel{color:#777!important}.catalogCardIncluded li:before{background:#111!important}.catalogCardRemaining{color:#111!important}.catalogCardMetrics svg{color:#333!important}.catalogDownloadButton{border:1px solid #d9d9d9!important;background:#fff!important;color:#111!important;box-shadow:none!important}.catalogDownloadButton:hover{border-color:#bdbdbd!important;background:#f3f3f3!important;color:#000!important}.catalogIconButton{border:1px solid #d9d9d9!important;background:#fff!important;color:#333!important;box-shadow:none!important}.catalogIconButton:hover{border-color:#bdbdbd!important;background:#f3f3f3!important;color:#000!important}.catalogIconButton.danger{border-color:#d9d9d9!important;background:#fff!important;color:#555!important}.catalogIconButton.danger:hover{border-color:#efb6b6!important;background:#fff2f2!important;color:#b42323!important}.catalogOfficialBadge{border:1px solid rgba(255,255,255,.28)!important;background:#000000ad!important;color:#fff!important;box-shadow:none!important}.catalogCardBrands>div>span{border-color:#dedede!important;background:#f7f7f7!important;color:#444!important}.catalogCardIncluded{border-color:#e3e3e3!important;background:#f8f8f8!important}.catalogCardMetrics>div{border-color:#e3e3e3!important;background:#fafafa!important}.catalogHistoryTabs button,.catalogScopeTabs button,.catalogScopeButton{color:#666!important}.catalogHistoryTabs button.active,.catalogScopeTabs button.active,.catalogScopeButton.active,.catalogHistoryTabs button[aria-selected=true],.catalogScopeTabs button[aria-selected=true]{border-color:#111!important;background:#111!important;color:#fff!important;box-shadow:none!important}.catalogHistoryTabs button.active svg,.catalogScopeTabs button.active svg,.catalogScopeButton.active svg,.catalogHistoryTabs button[aria-selected=true] svg,.catalogScopeTabs button[aria-selected=true] svg{color:#fff!important}.catalogCount,.catalogHistoryCount{background:#f1f1f1!important;color:#444!important}.catalogHistoryCard{border-color:#dedede!important;box-shadow:0 12px 30px #0000000e!important}.catalogHistoryCard:hover{border-color:#c8c8c8!important;box-shadow:0 18px 38px #00000017!important}.catalogHistoryGrid a,.catalogHistoryGrid button{accent-color:#111111}.catalogLibraryTabs{border-color:#ddd!important;background:#fff!important}.catalogLibraryTabs button{border:0!important;background:transparent!important;color:#737373!important;box-shadow:none!important}.catalogLibraryTabs button svg{color:#737373!important}.catalogLibraryTabs button:hover{background:#f3f3f3!important;color:#111!important}.catalogLibraryTabs button:hover svg{color:#111!important}.catalogLibraryTabs button.active{background:#111!important;color:#fff!important;box-shadow:none!important}.catalogLibraryTabs button.active svg{color:#fff!important}.coverCard,.catalogCoverCard,.coverDesignCard,.coverTemplateCard{height:auto!important;min-height:0!important;overflow:visible!important}.coverCardBody,.catalogCoverCardBody,.coverDesignCardBody,.coverTemplateCardBody,.coverCardFooter,.catalogCoverCardFooter{min-width:0!important;height:auto!important;overflow:visible!important}.coverCardActions,.catalogCoverActions,.coverDesignActions,.coverTemplateActions,.coverActions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.coverCardActions button,.catalogCoverActions button,.coverDesignActions button,.coverTemplateActions button,.coverActions button{flex:0 0 auto!important;min-width:40px!important;max-width:100%!important;white-space:nowrap!important}.coverCardFooter,.catalogCoverCardFooter,.coverDesignFooter,.coverTemplateFooter{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important}.coverCardFooter>div:first-child,.catalogCoverCardFooter>div:first-child,.coverDesignFooter>div:first-child,.coverTemplateFooter>div:first-child{min-width:0!important}@media(max-width:1400px){.coverCardFooter,.catalogCoverCardFooter,.coverDesignFooter,.coverTemplateFooter{grid-template-columns:1fr!important}.coverCardActions,.catalogCoverActions,.coverDesignActions,.coverTemplateActions,.coverActions{justify-content:flex-start!important}}@media(max-width:900px){.coverCardActions button,.catalogCoverActions button,.coverDesignActions button,.coverTemplateActions button,.coverActions button{min-height:40px!important}}.softlandIntegrationCard{grid-column:1}.integrationForm{display:grid;margin-top:25px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.integrationForm label{display:grid;gap:7px}.integrationForm label>span{color:var(--muted);font-size:10px;font-weight:600}.integrationForm input,.integrationForm select{width:100%;min-height:43px;border:1px solid var(--line);border-radius:11px;padding:0 13px;color:var(--dark);background:#fff;font:inherit;font-size:12px;outline:none}.integrationForm input:focus,.integrationForm select:focus{border-color:var(--dark)}.softlandWarning{margin-top:20px}.integrationToggle{display:flex;margin-top:17px;align-items:flex-start;gap:10px;color:#555;font-size:11px;line-height:1.5}.integrationToggle input{margin-top:2px}.settingsLoading.compact{min-height:180px}@media(max-width:1100px){.softlandIntegrationCard{grid-column:1;grid-row:auto}}@media(max-width:700px){.integrationForm{grid-template-columns:1fr}}.catalogPriceMode{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;padding:18px;border:1px solid #111111;border-radius:16px;background:#fff}.catalogPriceMode>strong{grid-column:1 / -1;display:block;margin:0;font-size:16px;line-height:1.25;font-weight:800;color:#111}.catalogPriceMode>strong:after{content:"Selecciona el precio que aparecerá en el catálogo";display:block;margin-top:5px;font-size:12px;line-height:1.4;font-weight:400;color:#6b6b6b}.catalogPriceMode label{position:relative;display:flex;align-items:center;justify-content:center;min-height:58px;margin:0;padding:12px 14px;border:1px solid #d5d5d5;border-radius:12px;background:#f8f8f8;color:#333;font-size:13px;line-height:1.25;font-weight:700;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease}.catalogPriceMode label:hover{border-color:#111;background:#fff;transform:translateY(-1px)}.catalogPriceMode label:has(input:checked){border-color:#111;background:#111;color:#fff;box-shadow:0 0 0 1px #111}.catalogPriceMode input[type=radio]{position:absolute;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}.catalogPriceMode label:before{content:"";width:15px;height:15px;flex:0 0 15px;margin-right:8px;border:2px solid #999999;border-radius:50%;background:#fff;box-sizing:border-box}.catalogPriceMode label:has(input:checked):before{border:4px solid #ffffff;background:#111}@media(max-width:700px){.catalogPriceMode{grid-template-columns:1fr;padding:16px}.catalogPriceMode label{justify-content:flex-start;min-height:52px;text-align:left}}.catalogPriceMode{grid-template-columns:1fr;gap:9px;padding:18px}.catalogPriceMode label{justify-content:flex-start;min-height:52px;width:100%;padding:12px 16px;text-align:left;border-radius:11px}.catalogPriceMode label:before{margin-right:12px}.catalogPriceMode label:has(input:checked){background:#111;border-color:#111;box-shadow:none}.catalogStockMode{display:grid;gap:14px;width:100%;padding:18px;border:1px solid #111111;border-radius:16px;background:#fff}.catalogStockHeader{display:grid;gap:12px}.catalogStockHeader>div>strong{display:block;font-size:16px;line-height:1.25;font-weight:800;color:#111}.catalogStockHeader>div>small{display:block;margin-top:5px;font-size:12px;line-height:1.4;color:#6b6b6b}.catalogStockMode .stockSwitch{display:flex;align-items:center;justify-content:flex-start;min-height:auto;padding:0;border:0;background:transparent;font-size:13px;font-weight:700;cursor:pointer}.catalogStockMode .stockSwitch:hover{transform:none;border:0;background:transparent}.catalogStockMode .stockSwitch input{width:17px;height:17px;margin:0 9px 0 0;accent-color:#111111}.catalogStockOptions{display:grid;grid-template-columns:1fr;gap:9px}.catalogStockOptions label{position:relative;display:flex;align-items:center;justify-content:flex-start;min-height:52px;width:100%;margin:0;padding:12px 16px;border:1px solid #d5d5d5;border-radius:11px;background:#f8f8f8;color:#333;font-size:13px;line-height:1.25;font-weight:700;text-align:left;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.catalogStockOptions label:hover{border-color:#111;background:#fff}.catalogStockOptions label:has(input:checked){border-color:#111;background:#111;color:#fff}.catalogStockOptions input[type=radio]{position:absolute;width:1px;height:1px;margin:0;opacity:0;pointer-events:none}.catalogStockOptions label:before{content:"";width:15px;height:15px;flex:0 0 15px;margin-right:12px;border:2px solid #999999;border-radius:50%;background:#fff;box-sizing:border-box}.catalogStockOptions label:has(input:checked):before{border:4px solid #ffffff;background:#111}.catalogChannelSelector{display:grid;gap:18px;width:100%;margin:28px 0 22px;padding:22px;border:1px solid #d7d7d7;border-radius:18px;background:#fff}.catalogChannelHeading strong{display:block;font-size:18px;line-height:1.25;font-weight:850;color:#111}.catalogChannelHeading span{display:block;margin-top:6px;font-size:13px;line-height:1.45;color:#727272}.catalogChannelButtons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.catalogChannelButtons button{display:grid;gap:5px;min-height:78px;padding:16px 18px;border:1px solid #d5d5d5;border-radius:13px;background:#f7f7f7;color:#222;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}.catalogChannelButtons button:hover{transform:translateY(-1px);border-color:#111;background:#fff}.catalogChannelButtons button.selected{border-color:#111;background:#111;color:#fff;box-shadow:0 0 0 1px #111}.catalogChannelButtons button strong{font-size:15px;line-height:1.2;font-weight:850}.catalogChannelButtons button small{font-size:11px;line-height:1.35;color:#777}.catalogChannelButtons button.selected small{color:#d5d5d5}@media(max-width:700px){.catalogChannelSelector{margin-top:22px;padding:17px}.catalogChannelButtons{grid-template-columns:1fr}.catalogChannelButtons button{min-height:64px}}.productStockBadge{padding:6px 12px;font-size:13px;font-weight:700}.stockFilterControl{width:320px;min-width:320px;min-height:108px;padding:20px 24px;border:1px solid #d6d6d2;border-radius:22px;background:#fff}.stockFilterControl>span{display:block;margin-bottom:7px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#666}.stockFilterControl select{width:100%;min-height:42px;padding:0 38px 0 0;border:0;background-color:transparent;font-size:19px;font-weight:800;color:#111;cursor:pointer;outline:none}.stockFilterControl:focus-within{border-color:#111;box-shadow:0 0 0 3px #0000000f}@media(max-width:760px){.stockFilterControl{width:100%;min-width:0;min-height:92px}}.stockFilterControl{width:260px;min-width:260px;min-height:82px;padding:14px 18px;border-radius:18px}.stockFilterControl>span{margin-bottom:4px;font-size:11px}.stockFilterControl select{min-height:32px;font-size:17px}.stockFilterControl{width:230px;min-width:230px;min-height:82px;padding:14px 18px;border:1px solid #d8d8d4;border-radius:18px;background:#fff;box-shadow:none}.stockFilterControl>span{display:block;margin-bottom:4px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#777}.stockFilterControl select{width:100%;min-height:34px;padding:0 34px 0 0;border:0;background-color:transparent;font-size:16px;font-weight:700;color:#111;cursor:pointer;outline:none}.stockFilterControl:focus-within{border-color:#bdbdb8;box-shadow:0 0 0 2px #00000009}@media(max-width:760px){.stockFilterControl{width:100%;min-width:0;min-height:76px}}.catalogViewerPage,.publicCatalogPage{min-height:100vh;background:#151515;display:flex;flex-direction:column}.catalogViewerHeader,.publicCatalogHeader{min-height:76px;padding:12px 22px;background:#fff;border-bottom:1px solid #dedede;display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr);align-items:center;gap:20px;position:relative;z-index:3}.catalogViewerBack,.catalogViewerDownload,.publicCatalogDownload{width:fit-content;min-height:44px;padding:0 17px;border:0;border-radius:10px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px}.catalogViewerBack{background:#eee;color:#111}.catalogViewerDownload,.publicCatalogDownload{background:#111;color:#fff;justify-self:end}.catalogViewerHeading,.publicCatalogTitle{text-align:center;min-width:0}.catalogViewerHeading span,.publicCatalogTitle span{display:block;color:#737373;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.catalogViewerHeading h1,.publicCatalogTitle h1{margin:4px 0 0;color:#111;font-size:18px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalogViewerFrame,.publicCatalogFrame{flex:1;min-height:calc(100vh - 76px)}.catalogViewerFrame iframe,.publicCatalogFrame iframe{width:100%;height:calc(100vh - 76px);display:block;border:0;background:#3b3b3b}.catalogViewerState,.publicCatalogState{min-height:100vh;padding:30px;background:#f4f4f4;color:#111;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.catalogViewerState h1,.publicCatalogState h1{margin:0}.catalogViewerState p,.publicCatalogState p{margin:0;color:#666}.catalogViewerState button{min-height:44px;padding:0 20px;border:0;border-radius:9px;background:#111;color:#fff;font-weight:800;cursor:pointer}.catalogViewerLoader{width:40px;height:40px;border:4px solid #d5d5d5;border-top-color:#111;border-radius:50%;animation:catalogViewerSpin .8s linear infinite}@keyframes catalogViewerSpin{to{transform:rotate(360deg)}}.catalogShareFloating{position:fixed;right:25px;bottom:25px;z-index:15;min-height:56px;padding:0 22px;border:0;border-radius:999px;background:#25d366;color:#fff;box-shadow:0 14px 38px #0000004d;font:inherit;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:transform .18s ease}.catalogShareFloating:hover{transform:translateY(-3px)}.catalogShareOverlay{position:fixed;inset:0;z-index:100;padding:20px;background:#000000ad;display:flex;justify-content:flex-end;align-items:stretch}.catalogShareModal{width:min(440px,100%);max-height:100%;overflow-y:auto;padding:24px;border-radius:18px;background:#fff;box-shadow:-12px 0 50px #00000047}.catalogShareModal>header{margin-bottom:22px;display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.catalogShareModal>header span{display:block;margin-bottom:4px;color:#777;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.catalogShareModal>header h2{margin:0;color:#111;font-size:25px}.catalogShareModal>header button{width:40px;height:40px;border:0;border-radius:50%;background:#eee;color:#111;cursor:pointer;display:grid;place-items:center}.catalogShareStatus{padding:15px;border:1px solid #dddddd;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:14px}.catalogShareStatus>div,.catalogShareSectionTitle{display:flex;align-items:center;gap:11px}.catalogShareStatus strong,.catalogShareSectionTitle strong{display:block;color:#111}.catalogShareStatus span,.catalogShareSectionTitle span{display:block;margin-top:2px;color:#777;font-size:12px}.catalogShareStatus button{min-height:38px;padding:0 15px;border:0;border-radius:8px;background:#111;color:#fff;font-weight:800;cursor:pointer}.catalogShareStatus button.danger{background:#ffe5e5;color:#b22020}.catalogShareStatus button:disabled,.catalogWhatsAppSend:disabled,.catalogCopySecondary:disabled{opacity:.55;cursor:wait}.catalogPublicUrl{margin-top:12px;padding:10px 10px 10px 13px;border-radius:9px;background:#f0f0f0;display:flex;align-items:center;gap:7px}.catalogPublicUrl>span{min-width:0;flex:1;color:#444;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalogPublicUrl button{width:36px;height:36px;flex:0 0 auto;border:0;border-radius:8px;background:#fff;color:#111;cursor:pointer;display:grid;place-items:center}.catalogWhatsAppForm{margin-top:24px;padding-top:22px;border-top:1px solid #e1e1e1}.catalogWhatsAppForm label{margin-top:16px;color:#222;font-size:13px;font-weight:800;display:block}.catalogPhoneField{margin-top:7px;min-height:48px;border:1px solid #cccccc;border-radius:9px;background:#fff;display:flex;align-items:center;overflow:hidden}.catalogPhoneField span{align-self:stretch;padding:0 14px;background:#f0f0f0;color:#333;display:flex;align-items:center}.catalogPhoneField input{min-width:0;flex:1;height:46px;padding:0 13px;border:0;outline:none;font:inherit}.catalogWhatsAppForm textarea{width:100%;margin-top:7px;padding:12px;border:1px solid #cccccc;border-radius:9px;outline:none;resize:vertical;font:inherit;box-sizing:border-box}.catalogWhatsAppSend,.catalogCopySecondary{width:100%;min-height:49px;margin-top:15px;border:0;border-radius:10px;font:inherit;font-weight:900;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:9px}.catalogWhatsAppSend{background:#25d366;color:#fff}.catalogCopySecondary{background:#111;color:#fff}.publicCatalogBrand strong{display:block;color:#111;font-size:21px;font-weight:950}.publicCatalogBrand span{display:block;color:#777;font-size:11px;font-weight:700}@media(max-width:760px){.catalogViewerHeader,.publicCatalogHeader{min-height:70px;padding:10px 12px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px}.catalogViewerBack,.catalogViewerDownload,.publicCatalogDownload{width:44px;min-width:44px;padding:0}.catalogViewerBack,.catalogViewerDownload,.publicCatalogDownload{font-size:0}.catalogViewerHeading h1,.publicCatalogTitle h1{font-size:14px}.catalogViewerFrame,.publicCatalogFrame{min-height:calc(100vh - 70px)}.catalogViewerFrame iframe,.publicCatalogFrame iframe{height:calc(100vh - 70px)}.catalogShareFloating{right:15px;bottom:15px;min-width:58px;width:58px;height:58px;padding:0;justify-content:center}.catalogShareFloating span{display:none}.catalogShareOverlay{padding:0;align-items:flex-end}.catalogShareModal{width:100%;max-height:92vh;border-radius:20px 20px 0 0}.publicCatalogBrand{display:none}}.catalogPreviewHeader{grid-template-columns:minmax(130px,.7fr) minmax(220px,1fr) minmax(390px,1.4fr)}.catalogPreviewCount{display:block;margin-top:3px;color:#777;font-size:11px;font-weight:700}.catalogPreviewActions{justify-self:end;display:flex;align-items:center;gap:10px}.catalogPreviewCreate,.catalogPreviewShare{min-height:44px;padding:0 17px;border:0;border-radius:10px;font:inherit;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.catalogPreviewCreate{background:#111;color:#fff}.catalogPreviewShare{background:#25d366;color:#fff}.catalogPreviewCreate:disabled,.catalogPreviewShare:disabled,.catalogViewerBack:disabled{opacity:.55;cursor:wait}.catalogPreviewError{position:fixed;top:90px;left:50%;z-index:20;width:min(520px,calc(100% - 30px));padding:14px 18px;border-radius:10px;background:#ffe8e8;color:#a11b1b;box-shadow:0 12px 35px #00000040;font-size:14px;font-weight:750;text-align:center;transform:translate(-50%)}@media(max-width:1050px){.catalogPreviewHeader{min-height:auto;grid-template-columns:auto 1fr}.catalogPreviewHeader .catalogViewerHeading{text-align:right}.catalogPreviewActions{grid-column:1 / -1;width:100%;justify-self:stretch}.catalogPreviewCreate,.catalogPreviewShare{flex:1}.catalogPreviewPage .catalogViewerFrame{min-height:calc(100vh - 136px)}.catalogPreviewPage .catalogViewerFrame iframe{height:calc(100vh - 136px)}}@media(max-width:620px){.catalogPreviewHeader{padding:10px;gap:10px}.catalogPreviewHeader .catalogViewerHeading h1{max-width:190px}.catalogPreviewActions{gap:7px}.catalogPreviewCreate,.catalogPreviewShare{min-height:46px;padding:0 10px;font-size:12px}.catalogPreviewPage .catalogViewerFrame{min-height:calc(100vh - 140px)}.catalogPreviewPage .catalogViewerFrame iframe{height:calc(100vh - 140px)}}.softlandConnectionSuccess{background:#ecfdf3!important;border-color:#a7f3d0!important;color:#166534!important;box-shadow:none!important}.softlandConnectionSuccess strong,.softlandConnectionSuccess h1,.softlandConnectionSuccess h2,.softlandConnectionSuccess h3,.softlandConnectionSuccess h4,.softlandConnectionSuccess p,.softlandConnectionSuccess span,.softlandConnectionSuccess small{color:#166534!important}.softlandConnectionSuccess svg{color:#16a34a!important;stroke:#16a34a!important}.configurationWarning.connectionSuccess,.configurationWarning.softlandConnectedBanner{border-color:#a7dfb8!important;color:#176534!important;background:#edf9f1!important}.configurationWarning.connectionSuccess svg,.configurationWarning.softlandConnectedBanner svg{color:#16a34a!important;stroke:#16a34a!important}.configurationWarning.connectionSuccess strong,.configurationWarning.connectionSuccess p,.configurationWarning.connectionSuccess span,.configurationWarning.softlandConnectedBanner strong,.configurationWarning.softlandConnectedBanner p,.configurationWarning.softlandConnectedBanner span{color:#176534!important}.configurationWarning.softlandWarning.softlandConnected{border-color:#a7dfb8!important;background:#edf9f1!important;color:#176534!important}.configurationWarning.softlandWarning.softlandConnected svg{color:#16a34a!important;stroke:#16a34a!important}.configurationWarning.softlandWarning.softlandConnected strong,.configurationWarning.softlandWarning.softlandConnected p{color:#176534!important}.configurationSuccess{display:flex;margin-top:16px;border:1px solid #a7dfb8;border-radius:13px;align-items:flex-start;gap:11px;padding:14px;color:#176534;background:#edf9f1}.configurationSuccess svg{flex:0 0 auto;color:#16a34a;stroke:#16a34a}.configurationSuccess strong{color:#176534;font-size:12px}.configurationSuccess p{margin:4px 0 0;color:#176534;font-size:11px;line-height:1.5}.syncLogsPage{width:100%}.syncLogsHeader{display:flex;margin-bottom:28px;align-items:flex-start;justify-content:space-between;gap:20px}.syncLogsHeader>div>span,.syncHistorySection>header span,.syncDashboardCard>header>div:nth-child(2)>span{display:block;color:#777;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.syncLogsHeader h1{margin:5px 0 8px;color:#111;font-size:clamp(32px,4vw,49px);letter-spacing:-2.2px;line-height:1}.syncLogsHeader p{max-width:680px;margin:0;color:#6b6b6b;line-height:1.6}.syncLogsHeader>button{min-height:44px;padding:0 17px;border:1px solid #d7d7d7;border-radius:10px;background:#fff;color:#111;font:inherit;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.syncLogsHeader>button:disabled{opacity:.55;cursor:wait}.syncLogsError{display:flex;margin-bottom:20px;border:1px solid #efc9c9;border-radius:12px;align-items:center;gap:9px;padding:14px 16px;color:#942f2f;background:#fff4f4;font-size:13px;font-weight:700}.syncDashboardGrid{display:grid;margin-bottom:30px;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.syncDashboardCard{border:1px solid #e2e2e2;border-radius:19px;padding:24px;background:#fff;box-shadow:0 10px 35px #0000000a}.syncDashboardCard>header{display:flex;align-items:center;gap:13px}.syncDashboardCard>header>div:nth-child(2){min-width:0;flex:1}.syncDashboardCard h2{margin:3px 0 0;color:#111;font-size:22px;letter-spacing:-.6px}.syncDashboardIcon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center}.syncDashboardIcon.shopify{color:#19753a;background:#eaf8ef}.syncDashboardIcon.softland{color:#3457a4;background:#edf2ff}.syncDashboardStatus,.syncHistoryStatus{min-height:30px;padding:0 11px;border-radius:999px;font-size:11px;font-weight:850;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.syncDashboardStatus.completed,.syncHistoryStatus.completed{color:#176534;background:#edf9f1}.syncDashboardStatus.running,.syncHistoryStatus.running{color:#7a551c;background:#fff5df}.syncDashboardStatus.error,.syncHistoryStatus.error{color:#a12b2b;background:#ffecec}.syncDashboardStatus.unknown,.syncHistoryStatus.unknown{color:#666;background:#eee}.syncDashboardMetrics{display:grid;margin-top:22px;border:1px solid #e5e5e5;border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.syncDashboardMetrics>div{min-width:0;padding:15px;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.syncDashboardMetrics>div:nth-child(-n+2){border-top:0}.syncDashboardMetrics>div:nth-child(odd){border-left:0}.syncDashboardMetrics span,.syncDashboardResult>div>span{display:block;color:#818181;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.syncDashboardMetrics strong{display:block;margin-top:5px;color:#222;font-size:13px}.syncDashboardResult{margin-top:18px;padding:16px;border-radius:13px;background:#f6f6f6}.syncDashboardResult p{margin:5px 0 0;color:#555;font-size:12px;line-height:1.5}.syncDashboardCounters{display:flex;margin-top:14px;gap:8px;flex-wrap:wrap}.syncDashboardCounters span{padding:8px 10px;border-radius:8px;color:#777;background:#fff;font-size:10px;display:inline-flex;align-items:center;gap:7px}.syncDashboardCounters strong{color:#111}.syncDashboardButton{width:100%;min-height:45px;margin-top:18px;border:0;border-radius:10px;color:#fff;background:#111;font:inherit;font-weight:850;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.syncDashboardButton:disabled{opacity:.55;cursor:wait}.syncHistorySection{border:1px solid #e3e3e3;border-radius:19px;padding:22px;background:#fff}.syncHistorySection>header{display:flex;margin-bottom:18px;align-items:center;justify-content:space-between;gap:18px}.syncHistorySection h2{margin:4px 0 0;color:#111;font-size:22px}.syncHistorySection>header>strong{padding:8px 11px;border-radius:9px;color:#666;background:#f1f1f1;font-size:12px}.syncHistoryTableWrap{overflow-x:auto;border:1px solid #e6e6e6;border-radius:13px}.syncHistoryTable{width:100%;min-width:1000px;border-collapse:collapse}.syncHistoryTable th{padding:12px 13px;border-bottom:1px solid #e4e4e4;color:#777;background:#f7f7f7;font-size:10px;font-weight:850;text-align:left;text-transform:uppercase;letter-spacing:.05em}.syncHistoryTable td{padding:13px;border-bottom:1px solid #eeeeee;color:#444;font-size:12px;vertical-align:middle}.syncHistoryTable tbody tr:last-child td{border-bottom:0}.syncHistoryIntegration{color:#111;font-weight:850}.syncHistoryMessage{display:block;max-width:290px;color:#666;line-height:1.4}.syncHistoryEmpty,.syncLogsLoading{min-height:260px;color:#777;display:flex;align-items:center;justify-content:center;gap:10px}@media(max-width:980px){.syncDashboardGrid{grid-template-columns:1fr}}@media(max-width:680px){.syncLogsHeader{flex-direction:column}.syncLogsHeader>button{width:100%;justify-content:center}.syncDashboardCard{padding:18px}.syncDashboardCard>header{flex-wrap:wrap}.syncDashboardStatus{margin-left:61px}.syncDashboardMetrics{grid-template-columns:1fr}.syncDashboardMetrics>div{border-top:1px solid #e8e8e8;border-left:0}.syncDashboardMetrics>div:first-child{border-top:0}.syncHistorySection{padding:16px}}.inventoryPage{display:flex;flex-direction:column;gap:24px;min-width:0}.inventoryHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.inventoryHeader h1{margin:5px 0 8px;font-size:clamp(28px,4vw,42px);line-height:1.05}.inventoryHeader p{max-width:670px;margin:0;color:#667085;line-height:1.6}.inventoryActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.inventoryExportButton{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;white-space:nowrap}.inventorySummary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.inventorySummary article{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.inventorySummary article span{color:#667085;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.inventorySummary article strong{color:#111827;font-size:27px;line-height:1}.inventoryFilters,.inventoryTablePanel{border:1px solid #e5e7eb;border-radius:18px;background:#fff}.inventoryFilters{padding:20px}.inventoryFiltersTitle{display:flex;align-items:center;gap:9px;margin-bottom:18px}.inventoryFiltersTitle button{margin-left:auto;padding:0;border:0;background:transparent;color:#6b7280;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.inventoryFiltersTitle button:hover{color:#111827}.inventoryFilterGrid{display:grid;grid-template-columns:minmax(250px,1.7fr) repeat(5,minmax(150px,1fr));gap:14px;align-items:end}.inventoryFilterGrid label,.inventoryTableTop label{display:flex;flex-direction:column;gap:7px;min-width:0}.inventoryFilterGrid label>span,.inventoryTableTop label>span{color:#475467;font-size:13px;font-weight:700}.inventoryFilterGrid select,.inventoryTableTop select{width:100%;min-height:44px;padding:0 12px;border:1px solid #d0d5dd;border-radius:11px;background:#fff;color:#101828;font:inherit;outline:none}.inventorySearchField>div{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 12px;border:1px solid #d0d5dd;border-radius:11px;background:#fff}.inventorySearchField>div:focus-within,.inventoryFilterGrid select:focus,.inventoryTableTop select:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.inventorySearchField svg{flex:0 0 auto;color:#98a2b3}.inventorySearchField input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#101828;font:inherit}.inventoryTablePanel{min-width:0;overflow:hidden}.inventoryTableTop{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid #eaecf0}.inventoryTableTop>div{display:flex;flex-direction:column;gap:4px}.inventoryTableTop>div span{color:#667085;font-size:14px}.inventoryTableTop label{width:145px}.inventoryTableScroll{width:100%;overflow-x:auto}.inventoryTable{width:100%;min-width:1340px;border-collapse:collapse}.inventoryTable th,.inventoryTable td{padding:13px 14px;border-bottom:1px solid #eaecf0;text-align:left;vertical-align:middle}.inventoryTable th{position:sticky;top:0;z-index:1;background:#f9fafb;color:#475467;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;white-space:nowrap}.inventoryTable td{color:#344054;font-size:14px}.inventoryTable tbody tr:hover{background:#fcfcfd}.inventoryTable tbody tr:last-child td{border-bottom:0}.inventoryTable code{display:inline-flex;padding:5px 8px;border-radius:7px;background:#f2f4f7;color:#344054;font-family:inherit;font-size:12px;font-weight:800;white-space:nowrap}.inventoryProductCell{display:flex;align-items:center;gap:11px;min-width:330px}.inventoryProductCell img,.inventoryProductPlaceholder{width:46px;height:46px;flex:0 0 46px;border:1px solid #eaecf0;border-radius:9px;background:#fff;object-fit:contain}.inventoryProductPlaceholder{display:flex;align-items:center;justify-content:center;color:#98a2b3;font-size:9px;font-weight:700;text-align:center}.inventoryProductCell strong{display:-webkit-box;overflow:hidden;color:#101828;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.numericCell{text-align:right!important;white-space:nowrap}.priceCell{color:#101828!important;font-weight:800}.stockBadge{display:inline-flex;min-width:44px;justify-content:center;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900}.stockBadge.available{background:#ecfdf3;color:#027a48}.stockBadge.unavailable{background:#f2f4f7;color:#667085}.differenceCell{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.differenceCell strong{color:#101828}.differenceCell span{color:#027a48;font-size:12px;font-weight:800}.inventoryPagination{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-top:1px solid #eaecf0}.inventoryPagination>span{color:#667085;font-size:14px}.inventoryPagination>div{display:flex;gap:8px}.inventoryPagination button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:39px;padding:0 13px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#344054;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.inventoryPagination button:hover:not(:disabled){border-color:#111827;color:#111827}.inventoryPagination button:disabled{cursor:not-allowed;opacity:.45}.inventoryEmpty{padding:55px 20px!important;color:#667085!important;text-align:center!important}.inventoryState{display:flex;min-height:350px;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#475467}.inventoryError{padding:15px 17px;border:1px solid #fecdca;border-radius:12px;background:#fef3f2;color:#b42318;font-weight:700}@media(max-width:1450px){.inventoryFilterGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.inventorySearchField{grid-column:span 2}}@media(max-width:1050px){.inventoryHeader{flex-direction:column}.inventoryActions{width:100%;justify-content:flex-start}.inventorySummary,.inventoryFilterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.inventoryActions,.inventoryPagination{flex-direction:column;align-items:stretch}.inventoryExportButton{width:100%}.inventorySummary,.inventoryFilterGrid{grid-template-columns:1fr}.inventorySearchField{grid-column:auto}.inventoryTableTop{align-items:stretch;flex-direction:column}.inventoryTableTop label{width:100%}.inventoryPagination>div{display:grid;grid-template-columns:1fr 1fr}}.inventoryStockValue{display:block;margin-top:4px;color:#667085;font-size:13px;font-weight:400;line-height:1.35}.orderQuantityInput{width:82px;min-height:40px;padding:8px 10px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;font:inherit;text-align:center}.orderQuantityInput:focus{outline:none;border-color:#111}.orderQuantityInput:disabled{cursor:not-allowed;opacity:.45;background:#f5f5f5}.orderLineTotal{font-weight:700;white-space:nowrap}.orderSummaryBar{display:flex;align-items:center;gap:24px;padding:18px 20px;border-top:1px solid #e5e5e5;background:#fafafa}.orderSummaryInfo{display:flex;align-items:center;gap:12px;flex:1}.orderSummaryInfo>div{display:flex;flex-direction:column;gap:3px}.orderSummaryInfo span{font-size:13px;color:#6b6b6b}.orderSummaryTotal{display:flex;flex-direction:column;align-items:flex-end;min-width:150px}.orderSummaryTotal span{font-size:12px;color:#777;text-transform:uppercase;letter-spacing:.06em}.orderSummaryTotal strong{font-size:22px}.orderCreateButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:170px}@media(max-width:800px){.orderSummaryBar{align-items:stretch;flex-direction:column}.orderSummaryTotal{align-items:flex-start}.orderCreateButton{width:100%}}.ordersPage{width:100%}.ordersList{display:flex;flex-direction:column;gap:14px;margin-top:24px}.orderCard{overflow:hidden;border:1px solid #e4e4e4;border-radius:14px;background:#fff}.orderCardHeader{width:100%;display:grid;grid-template-columns:minmax(190px,1.2fr) minmax(180px,1fr) 100px 100px 150px 110px 24px;gap:16px;align-items:center;padding:18px 20px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.orderCardMain{display:flex;align-items:center;gap:12px}.orderCardMain>div:last-child{display:flex;flex-direction:column;gap:3px}.orderCardMain span,.orderCustomer span,.orderCardStat span{color:#777;font-size:12px}.orderIcon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f2f2f2}.orderCustomer{min-width:0;display:flex;flex-direction:column}.orderCustomer strong,.orderCustomer small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orderCustomer small{color:#777}.orderCardStat{display:flex;flex-direction:column}.orderCardAmount strong{font-size:18px}.orderStatus{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;background:#f0f0f0}.orderStatus.pending{background:#fff3cd}.orderStatus.reviewed{background:#e7f1ff}.orderStatus.approved{background:#dff4e7}.orderStatus.exported{background:#e8e3ff}.orderStatus.cancelled{background:#f7dddd}.orderDetails{padding:0 20px 20px;border-top:1px solid #ededed}.orderProductsTable{overflow-x:auto;padding-top:18px}.orderProductsTable table{width:100%;border-collapse:collapse}.orderProductsTable th,.orderProductsTable td{padding:12px;border-bottom:1px solid #ededed}.orderProductsTable th{color:#777;font-size:12px;text-align:left}.orderAdminActions{display:flex;justify-content:flex-end;padding-top:18px}.orderAdminActions>div{display:flex;flex-direction:column;gap:7px}.orderAdminActions span{color:#777;font-size:12px}.orderAdminActions select{min-width:180px;padding:10px 12px;border:1px solid #d8d8d8;border-radius:8px;background:#fff}.ordersEmpty{min-height:220px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;border:1px dashed #d9d9d9;border-radius:14px;color:#777}@media(max-width:1100px){.orderCardHeader{grid-template-columns:minmax(180px,1fr) 100px 120px 100px 24px}.orderCustomer{display:none}.orderCardStat:nth-of-type(3){display:none}}@media(max-width:700px){.orderCardHeader{grid-template-columns:1fr auto}.orderCustomer,.orderCardStat,.orderStatus{display:none}}.preorderModalBackdrop{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#0000007a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.preorderSuccessModal{width:min(100%,540px);padding:34px;border-radius:18px;background:#fff;box-shadow:0 24px 70px #00000038}.preorderSuccessIcon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-radius:50%;background:#e5f7ea}.preorderSuccessModal h2{margin:8px 0 14px;font-size:25px;line-height:1.2}.preorderSuccessModal p{margin:0 0 12px;color:#626875;line-height:1.6}.preorderSuccessActions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}@media(max-width:600px){.preorderSuccessModal{padding:24px}.preorderSuccessActions{flex-direction:column-reverse}.preorderSuccessActions button{width:100%}}.inventoryTable.inventoryViewerTable{width:100%;min-width:0!important;table-layout:fixed}.inventoryViewerTable th:nth-child(1),.inventoryViewerTable td:nth-child(1){width:28%}.inventoryViewerTable th:nth-child(2),.inventoryViewerTable td:nth-child(2){width:15%}.inventoryViewerTable th:nth-child(3),.inventoryViewerTable td:nth-child(3){width:12%}.inventoryViewerTable th:nth-child(4),.inventoryViewerTable td:nth-child(4){width:12%}.inventoryViewerTable th:nth-child(5),.inventoryViewerTable td:nth-child(5){width:12%}.inventoryViewerTable th:nth-child(6),.inventoryViewerTable td:nth-child(6){width:12%}.inventoryViewerTable th:nth-child(7),.inventoryViewerTable td:nth-child(7){width:9%}.inventoryViewerTable th,.inventoryViewerTable td{padding-left:8px;padding-right:8px}.inventoryViewerTable .inventoryProductCell{width:100%;min-width:0!important}.inventoryViewerTable .inventoryProductCell strong{min-width:0;line-height:1.25;-webkit-line-clamp:2}.inventoryViewerTable td:nth-child(2) code{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inventoryViewerTable td:nth-child(3){white-space:normal}.inventoryViewerTable th:nth-child(4),.inventoryViewerTable th:nth-child(5){white-space:normal!important;text-align:center!important;line-height:1.1}.inventoryViewerTable td:nth-child(4),.inventoryViewerTable td:nth-child(5){text-align:center!important}.inventoryViewerTable th:nth-child(6),.inventoryViewerTable td:nth-child(6){text-align:center!important}.inventoryViewerTable input[type=number]{width:72px;min-width:0}.inventoryViewerTable th:nth-child(7),.inventoryViewerTable td:nth-child(7){text-align:right!important;padding-right:12px}.inventoryViewerTable th.numericCell{white-space:normal!important}.preorderConfirmModal{width:min(100%,520px)}.preorderConfirmIcon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border-radius:50%;background:#fff3cd}.preorderConfirmTotal{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:22px 0;padding:18px 20px;border:1px solid #eaecf0;border-radius:12px;background:#f9fafb}.preorderConfirmTotal span{color:#667085;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.preorderConfirmTotal strong{color:#101828;font-size:28px;line-height:1}.preorderConfirmHint{color:#667085!important;font-size:14px}.preorderSuccessActions .primaryButton{display:inline-flex;align-items:center;justify-content:center;gap:8px}.orderStatus.pending{background:#fff3cd;color:#7a5b00}.orderStatus.rejected,.orderStatus.cancelled{background:#f7dddd;color:#b42318}.orderStatus.exported{background:#e8e3ff;color:#5925dc}.usersBrandsField{display:flex;flex-direction:column;gap:9px}.usersBrandsField>span{color:#344054;font-size:14px;font-weight:700}.usersBrandsField>small{color:#98a2b3;font-size:12px;line-height:1.4}.usersBrandsToolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.usersBrandsToolbar>span{color:#667085;font-size:12px}.usersBrandsAction{padding:6px 10px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#344054;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.usersBrandsAction:hover{background:#f9fafb}.usersBrandsChecklist{max-height:280px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px;padding:12px;border:1px solid #d0d5dd;border-radius:10px;background:#fff}.usersBrandCheck{display:flex;align-items:center;gap:8px;min-width:0;padding:7px 8px;border-radius:7px;cursor:pointer}.usersBrandCheck:hover{background:#f9fafb}.usersBrandCheck input{width:17px;height:17px;flex:0 0 17px;margin:0;cursor:pointer}.usersBrandCheck span{min-width:0;overflow:hidden;color:#344054;font-size:13px;text-overflow:ellipsis;white-space:nowrap}@media(max-width:700px){.usersBrandsChecklist{grid-template-columns:1fr}}.usersBrandsChecklist{grid-template-columns:1fr!important;gap:2px!important;max-height:320px;padding:8px!important}.usersBrandCheck{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:8px 10px!important;text-align:left!important}.usersBrandCheck input{width:18px;height:18px;flex:0 0 18px;margin:0!important}.usersBrandCheck span{flex:1;text-align:left!important;white-space:normal!important;overflow:visible!important;text-overflow:initial!important}.usersFormSectionTitle{grid-column:1 / -1;display:flex;flex-direction:column;gap:4px;margin-top:10px;padding-top:18px;border-top:1px solid #eaecf0}.usersFormSectionTitle strong{color:#101828;font-size:15px}.usersFormSectionTitle small{color:#667085;font-size:12px;line-height:1.45}.orderSoftlandButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;white-space:nowrap}.orderAdminActions{align-items:flex-end;gap:12px}.orderSalesNoteButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;white-space:nowrap}.preorderNotificationForm{display:flex;flex-direction:column;gap:18px;margin-top:20px}.preorderNotificationForm>label:not(.usersSwitchRow){display:flex;flex-direction:column;gap:7px}.preorderNotificationForm label>span{color:#344054;font-size:14px;font-weight:700}.preorderNotificationForm label>small{color:#667085;font-size:12px}.preorderNotificationForm input[type=email]{min-height:42px;padding:9px 12px;border:1px solid #d0d5dd;border-radius:8px;font:inherit}.preorderNotificationMessage{display:flex;align-items:center;gap:7px;color:#067647;font-size:13px;font-weight:700}.smtpSectionTitle{display:flex;align-items:center;gap:10px;margin-top:8px;padding-top:18px;border-top:1px solid #eaecf0}.smtpSectionTitle>div{display:flex;flex-direction:column;gap:3px}.smtpSectionTitle strong{color:#101828;font-size:14px}.smtpSectionTitle small{color:#667085;font-size:12px}.smtpFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.smtpFormGrid label{display:flex;flex-direction:column;gap:7px}.smtpFormGrid input,.smtpFormGrid select{min-height:42px;padding:9px 12px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;font:inherit}.smtpActions{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}.smtpActions button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.preorderNotificationMessage.error{color:#b42318}.preorderNotificationMessage.success{color:#067647}@media(max-width:720px){.smtpFormGrid{grid-template-columns:1fr}.smtpActions{flex-direction:column}.smtpActions button{width:100%}}.inventoryViewerTable th:nth-child(1),.inventoryViewerTable td:nth-child(1){width:25%}.inventoryViewerTable th:nth-child(2),.inventoryViewerTable td:nth-child(2){width:14%}.inventoryViewerTable th:nth-child(3),.inventoryViewerTable td:nth-child(3){width:11%}.inventoryViewerTable th:nth-child(4),.inventoryViewerTable td:nth-child(4){width:11%}.inventoryViewerTable th:nth-child(5),.inventoryViewerTable td:nth-child(5){width:13%}.inventoryViewerTable th:nth-child(6),.inventoryViewerTable td:nth-child(6){width:8%;text-align:center!important}.inventoryViewerTable th:nth-child(7),.inventoryViewerTable td:nth-child(7){width:10%;text-align:center!important}.inventoryViewerTable th:nth-child(8),.inventoryViewerTable td:nth-child(8){width:8%;text-align:right!important;padding-right:12px}.inventoryViewerTable td:nth-child(6) .differenceCell{display:flex;align-items:center;justify-content:center}.inventoryViewerTable td:nth-child(6) .differenceCell strong{white-space:nowrap}.repositoryPage{display:flex;flex-direction:column;gap:22px}.repositoryHeading h1{margin:4px 0 6px}.repositoryHeading p{margin:0;color:#667085}.repositoryStats{display:grid;grid-template-columns:repeat(2,minmax(0,220px));gap:14px}.repositoryStats article{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px solid #eaecf0;border-radius:12px;background:#fff}.repositoryStats span{color:#667085;font-size:13px}.repositoryStats strong{color:#101828;font-size:25px}.repositoryToolbar{display:grid;grid-template-columns:minmax(280px,1fr) 220px 220px;gap:12px;align-items:end}.repositoryToolbar>label{display:flex;flex-direction:column;gap:6px}.repositoryToolbar>label>span{color:#475467;font-size:12px;font-weight:700}.repositoryToolbar select,.repositorySearch{min-height:42px;border:1px solid #d0d5dd;border-radius:9px;background:#fff}.repositoryToolbar select{padding:8px 10px}.repositorySearch{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;padding:0 12px}.repositorySearch input{width:100%;min-width:0;border:0;outline:0;background:transparent;font:inherit}.repositoryDownloadPanel{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid #eaecf0;border-radius:12px;background:#fff}.repositoryDownloadPanel>div:first-child{display:flex;flex-direction:column;gap:4px}.repositoryDownloadPanel span{color:#667085;font-size:13px}.repositoryDownloadActions{display:flex;gap:10px}.repositoryDownloadActions button{display:inline-flex;align-items:center;gap:8px}.repositoryTablePanel{overflow:hidden;border:1px solid #eaecf0;border-radius:12px;background:#fff}.repositoryTableScroll{overflow-x:auto}.repositoryTable{width:100%;min-width:920px;border-collapse:collapse}.repositoryTable th,.repositoryTable td{padding:12px 14px;border-bottom:1px solid #eaecf0;text-align:left;vertical-align:middle}.repositoryTable th{background:#f9fafb;color:#475467;font-size:12px;font-weight:800;text-transform:uppercase}.repositoryTable td{color:#344054;font-size:14px}.repositoryTable tr.selected{background:#f9fafb}.repositoryCheckCell{width:48px;text-align:center!important}.repositoryCheckButton{display:inline-flex;padding:0;border:0;background:transparent;color:#475467;cursor:pointer}.repositoryProduct{display:flex;align-items:center;gap:10px;min-width:280px}.repositoryProduct img,.repositoryImagePlaceholder{width:44px;height:44px;flex:0 0 44px;border:1px solid #eaecf0;border-radius:8px;background:#fff;object-fit:contain}.repositoryImagePlaceholder{display:flex;align-items:center;justify-content:center;color:#98a2b3}.repositoryProduct strong{line-height:1.3}.repositoryTable code{padding:4px 7px;border-radius:6px;background:#f2f4f7;font-family:inherit;font-size:12px;font-weight:700}.repositoryLoading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:180px;color:#667085}@media(max-width:900px){.repositoryToolbar{grid-template-columns:1fr}.repositoryDownloadPanel{align-items:stretch;flex-direction:column}.repositoryDownloadActions{flex-direction:column}.repositoryDownloadActions button{justify-content:center}}.clientDiscountPrice{display:flex;flex-direction:column;align-items:flex-end;gap:2px;line-height:1.1}.clientDiscountPrice{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.clientDiscountPrice span,.clientDiscountPrice strong{display:block;width:100%;text-align:center}.clientMarginComparison{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.clientMarginComparison span{display:block;width:100%;color:#9ca3af;font-size:.78rem;line-height:1.1;text-decoration:line-through;font-weight:500}.clientMarginComparison strong{display:block;width:100%;text-align:center;margin-top:2px;font-weight:700}.orderAdjustmentQuantity{display:flex;flex-direction:column;align-items:center;gap:4px}.orderAdjustmentQuantity input{width:74px;min-height:36px;padding:6px 8px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;text-align:center;font:inherit;font-weight:700}.orderAdjustmentQuantity small{color:#667085;font-size:10px;white-space:nowrap}.orderAdjustedValue{display:flex;flex-direction:column;align-items:center;gap:2px}.orderAdjustedValue span{color:#98a2b3;font-size:11px;text-decoration:line-through}.orderAdjustedValue strong{color:#101828;font-size:15px}.orderAdjustmentPanel{display:flex;align-items:center;gap:18px;flex:1;padding:14px 16px;border:1px solid #d0d5dd;border-radius:10px;background:#f9fafb}.orderAdjustmentPanel>div:first-child{display:flex;flex-direction:column;gap:3px;flex:1}.orderAdjustmentPanel>div:first-child>span{color:#101828;font-size:13px;font-weight:800}.orderAdjustmentPanel small{color:#667085;font-size:11px}.orderAdjustmentSummary{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.orderAdjustmentSummary span{color:#667085;font-size:11px}.orderAdjustmentSummary strong{color:#101828;font-size:15px}.orderAdjustmentPanel button{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.orderWaitingAdjustment{display:flex;flex-direction:column;gap:3px;flex:1;padding:12px 16px;border:1px solid #fdb022;border-radius:9px;background:#fffaeb}.orderWaitingAdjustment strong{color:#93370d;font-size:13px}.orderWaitingAdjustment span{color:#b54708;font-size:11px}.orderClientAdjustment{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px 20px;border:1px solid #fdb022;border-radius:10px;background:#fffaeb}.orderClientAdjustment>div:first-child{display:flex;flex-direction:column;gap:4px}.orderClientAdjustment strong{color:#93370d}.orderClientAdjustment span{color:#b54708;font-size:12px}.orderClientAdjustmentActions{display:flex;gap:10px}.orderClientAdjustmentActions button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.orderStatus.adjusted{background:#fffaeb;color:#b54708}.orderStatus.adjustment_rejected{background:#fef3f2;color:#b42318}@media(max-width:900px){.orderAdjustmentPanel,.orderClientAdjustment{flex-direction:column;align-items:stretch}.orderAdjustmentSummary{align-items:flex-start}.orderClientAdjustmentActions{flex-direction:column}}.orderProductsTable .orderProductColumn{width:34%}.orderProductsTable .orderSkuColumn{width:18%}.orderProductsTable .orderStockColumn{width:11%}.orderProductsTable td:first-child{max-width:320px}.orderProductsTable td:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orderProductsTable td:nth-child(2) code{white-space:nowrap}.orderProductsTable .stockBadge{min-width:44px;justify-content:center}.orderDocumentsPanel{margin-top:20px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.orderDocumentsHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.orderDocumentsHeader>div{display:flex;align-items:center;gap:10px}.orderDocumentsHeader strong,.orderDocumentsHeader span{display:block}.orderDocumentsHeader span{margin-top:2px;color:#6b7280;font-size:13px}.orderDocumentsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.orderDocumentCard{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.orderDocumentInfo{display:flex;align-items:center;gap:12px;min-width:0}.orderDocumentInfo>div{min-width:0}.orderDocumentInfo strong,.orderDocumentInfo span,.orderDocumentInfo small{display:block}.orderDocumentInfo span{margin-top:3px;overflow:hidden;color:#6b7280;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.orderDocumentInfo small{margin-top:3px;color:#9ca3af;font-size:11px}.orderDocumentActions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:7px}.orderDocumentActions .secondaryButton{min-height:36px;padding:8px 11px;font-size:12px}.orderDocumentUpload{position:relative;cursor:pointer}.orderDocumentUpload input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}@media(max-width:900px){.orderDocumentsGrid{grid-template-columns:1fr}.orderDocumentCard{align-items:flex-start;flex-direction:column}.orderDocumentActions{width:100%;justify-content:flex-start}}.ordersDashboard{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:20px}.ordersDashboardCard{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:17px 18px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;color:#101828;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ordersDashboardCard:hover{border-color:#b9bdc5;transform:translateY(-1px)}.ordersDashboardCard.active{border-color:#202020;box-shadow:0 0 0 1px #202020}.ordersDashboardCard span{color:#667085;font-size:11px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.ordersDashboardCard strong{color:#101828;font-size:28px;line-height:1.05}.ordersDashboardCard small{overflow:hidden;width:100%;color:#98a2b3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ordersFilters{display:grid;grid-template-columns:minmax(280px,1fr) 230px auto;gap:14px;align-items:end;margin-top:18px;padding:18px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.ordersSearch,.ordersFilterSelect{display:flex;flex-direction:column;gap:7px}.ordersSearch label,.ordersFilterSelect label{color:#475467;font-size:12px;font-weight:700}.ordersSearch input,.ordersFilterSelect select{width:100%;min-height:42px;padding:9px 12px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#101828;font:inherit}.ordersSearch input:focus,.ordersFilterSelect select:focus{outline:none;border-color:#777;box-shadow:0 0 0 3px #0000000d}.ordersClearFilters{min-height:42px;padding:9px 16px;border:0;background:transparent;color:#475467;font-size:13px;font-weight:700;cursor:pointer}.ordersClearFilters:disabled{opacity:.35;cursor:default}.ordersResultsInfo{display:flex;align-items:baseline;gap:7px;margin-top:20px;color:#101828}.ordersResultsInfo strong{font-size:14px}.ordersResultsInfo span{color:#98a2b3;font-size:12px}.orderStatus.review,.orderStatus.reviewed{background:#e7f1ff;color:#175cd3}.orderStatus.accepted,.orderStatus.approved{background:#dff4e7;color:#067647}.orderStatus.adjusted{background:#eaf2ff;color:#175cd3}.orderStatus.adjustment_rejected,.orderStatus.rejected,.orderStatus.cancelled{background:#fef3f2;color:#b42318}.orderStatus.exported{background:#e8e3ff;color:#6938ef}@media(max-width:1250px){.ordersDashboard{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.ordersDashboard{grid-template-columns:repeat(2,minmax(0,1fr))}.ordersFilters{grid-template-columns:1fr}.ordersClearFilters{width:100%}}@media(max-width:520px){.ordersDashboard{grid-template-columns:1fr}}.ordersPage .ordersDashboard:has(.ordersDashboardCard:nth-child(5):last-child){grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1250px){.ordersPage .ordersDashboard:has(.ordersDashboardCard:nth-child(5):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.ordersPage .ordersDashboard:has(.ordersDashboardCard:nth-child(5):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.ordersPage .ordersDashboard:has(.ordersDashboardCard:nth-child(5):last-child){grid-template-columns:1fr}}.shopifyUpdatePage{width:100%}.shopifyUpdateConnection{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding:20px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.shopifyUpdateConnection>div:first-child{display:flex;align-items:center;gap:14px}.shopifyUpdateConnection span,.shopifyUpdateConnection strong{display:block}.shopifyUpdateConnection span{color:#667085;font-size:12px}.shopifyUpdateConnection strong{margin-top:3px;font-size:16px}.shopifyUpdateConnectionIcon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:12px}.shopifyUpdateConnectionIcon.connected{background:#ecfdf3;color:#067647}.shopifyUpdateConnectionIcon.disconnected{background:#fef3f2;color:#b42318}.shopifyUpdateNotice{display:flex;align-items:flex-start;gap:14px;margin-top:16px;padding:18px 20px;border:1px solid #fedf89;border-radius:14px;background:#fffaeb;color:#93370d}.shopifyUpdateNotice strong{display:block;margin-bottom:6px}.shopifyUpdateNotice p{margin:3px 0;font-size:13px;line-height:1.5}.shopifyUpdateStats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}.shopifyUpdateStats article{min-width:0;padding:18px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.shopifyUpdateStats span,.shopifyUpdateStats strong,.shopifyUpdateStats small{display:block}.shopifyUpdateStats span{color:#667085;font-size:11px;font-weight:700;text-transform:uppercase}.shopifyUpdateStats strong{margin-top:7px;font-size:27px}.shopifyUpdateStats small{margin-top:4px;color:#98a2b3;font-size:11px}.shopifyUpdateActionsCard,.shopifyUpdateTableCard{margin-top:18px;padding:22px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.shopifyUpdateActionsCard{display:flex;align-items:center;justify-content:space-between;gap:30px}.shopifyUpdateActionsCard h2,.shopifyUpdateTableCard h2{margin:5px 0 7px;font-size:19px}.shopifyUpdateActionsCard p,.shopifyUpdateTableCard p{max-width:720px;margin:0;color:#667085;font-size:13px;line-height:1.55}.shopifyUpdateActionsCard .primaryButton{white-space:nowrap}.shopifyUpdateTableHeader{display:flex;align-items:center;justify-content:space-between}.shopifyUpdateEmpty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;margin-top:20px;border:1px dashed #d0d5dd;border-radius:12px;color:#98a2b3;text-align:center}.shopifyUpdateEmpty strong{color:#475467}.shopifyUpdateEmpty span{font-size:12px}@media(max-width:1200px){.shopifyUpdateStats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.shopifyUpdateStats{grid-template-columns:repeat(2,minmax(0,1fr))}.shopifyUpdateActionsCard{align-items:stretch;flex-direction:column}}@media(max-width:500px){.shopifyUpdateStats{grid-template-columns:1fr}}.shopifyUpdateStats article{cursor:pointer}.shopifyUpdateStats article.active{border-color:#111;box-shadow:0 0 0 1px #111}.shopifyUpdateSearch{display:flex;align-items:center;gap:10px;max-width:420px;margin-top:18px;padding:0 13px;border:1px solid #d0d5dd;border-radius:10px;background:#fff}.shopifyUpdateSearch input{width:100%;height:42px;border:0;outline:0;background:transparent}.shopifyUpdateTable{overflow-x:auto;margin-top:18px}.shopifyUpdateTable table{width:100%;border-collapse:collapse}.shopifyUpdateTable th,.shopifyUpdateTable td{padding:12px;border-bottom:1px solid #ededed;text-align:left;vertical-align:middle}.shopifyUpdateTable th{color:#667085;font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap}.shopifyUpdateTable td{font-size:13px}.shopifyPreviewStatus{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f2f4f7;font-size:11px;font-weight:700;white-space:nowrap}.shopifyPreviewStatus.update{background:#fff3cd}.shopifyPreviewStatus.unchanged{background:#dff4e7}.shopifyPreviewStatus.missing{background:#e7f1ff}.shopifyPreviewStatus.activation{background:#fce7f6}.shopifyPreviewStatus.error{background:#f7dddd}.shopifyPreviewMessage{display:block;max-width:230px;margin-top:5px;color:#667085;font-size:10px;line-height:1.4}.shopifySelectionBar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding:16px 18px;border:1px solid #e4e7ec;border-radius:12px;background:#f9fafb}.shopifySelectionInfo{display:flex;flex-direction:column;gap:3px}.shopifySelectionInfo strong{color:#101828;font-size:14px}.shopifySelectionInfo span{color:#667085;font-size:11px}.shopifySelectionActions{display:flex;align-items:center;gap:10px}.shopifySelectCell{width:42px;min-width:42px;text-align:center!important}.shopifySelectCell input{width:17px;height:17px;cursor:pointer}.shopifySelectCell input:disabled{cursor:default;opacity:.45}.shopifyNotSelectable{color:#d0d5dd}.shopifyUpdateTable tr:has(.shopifySelectCell input:checked){background:#fafafa}@media(max-width:800px){.shopifySelectionBar,.shopifySelectionActions{align-items:stretch;flex-direction:column}.shopifySelectionActions button{width:100%}}.shopifyUpdateFilters{display:grid;grid-template-columns:minmax(320px,1fr) 230px auto;gap:14px;align-items:end;margin-top:18px}.shopifyUpdateFilters .shopifyUpdateSearch{max-width:none;margin-top:0}.shopifyStatusFilter{display:flex;flex-direction:column;gap:7px}.shopifyStatusFilter label{color:#475467;font-size:12px;font-weight:700}.shopifyStatusFilter select{width:100%;min-height:42px;padding:9px 12px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#101828;font:inherit}.shopifyStatusFilter select:focus{outline:none;border-color:#777;box-shadow:0 0 0 3px #0000000d}@media(max-width:800px){.shopifyUpdateFilters{grid-template-columns:1fr}}.orderAdjustmentButtons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.orderDirectAcceptButton{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border:1px solid #101828;border-radius:8px;background:#fff;color:#101828;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.orderDirectAcceptButton:hover:not(:disabled){background:#f2f4f7}.orderDirectAcceptButton:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1100px){.orderAdjustmentButtons{width:100%}.orderAdjustmentButtons button{flex:1}}.orderProductAdjustmentCell{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.orderOriginalProduct{display:flex;flex-direction:column;gap:2px}.orderOriginalProduct small{color:#667085;font-size:10px;text-transform:uppercase;letter-spacing:.03em}.orderChangeProductButton{padding:5px 9px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#344054;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.orderChangeProductButton:hover{background:#f9fafb;border-color:#98a2b3}.orderPendingReplacement,.orderSavedReplacement{width:100%;padding:8px 10px;border-radius:7px;background:#f2f4f7;border-left:3px solid #101828;display:flex;flex-direction:column;gap:2px}.orderPendingReplacement span,.orderSavedReplacement span{color:#667085;font-size:10px;font-weight:700;text-transform:uppercase}.orderPendingReplacement strong,.orderSavedReplacement strong{color:#101828;font-size:12px}.orderPendingReplacement small{color:#667085;font-size:10px}.orderPendingReplacement button{align-self:flex-start;margin-top:4px;padding:0;border:0;background:transparent;color:#b42318;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.orderReplacementModalBackdrop{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#1018289e}.orderReplacementModal{width:min(760px,100%);max-height:82vh;display:flex;flex-direction:column;overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 24px 60px #10182840}.orderReplacementModalHeader{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #eaecf0}.orderReplacementModalHeader>div{display:flex;flex-direction:column;gap:2px}.orderReplacementModalHeader strong{color:#101828;font-size:18px}.orderReplacementModalHeader button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #eaecf0;border-radius:8px;background:#fff;cursor:pointer}.orderReplacementSearch{display:flex;align-items:center;gap:9px;margin:16px 20px 10px;padding:0 12px;border:1px solid #d0d5dd;border-radius:9px;background:#fff}.orderReplacementSearch input{width:100%;min-height:42px;border:0;outline:0;background:transparent;font:inherit}.orderReplacementResults{flex:1;overflow-y:auto;padding:10px 20px 20px}.orderReplacementResult{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 14px;margin-bottom:8px;border:1px solid #eaecf0;border-radius:9px;background:#fff;text-align:left;cursor:pointer}.orderReplacementResult:hover:not(:disabled){border-color:#98a2b3;background:#f9fafb}.orderReplacementResult:disabled{opacity:.48;cursor:not-allowed}.orderReplacementResultMain{display:flex;flex-direction:column;gap:3px;min-width:0}.orderReplacementResultMain strong{color:#101828;font-size:13px}.orderReplacementResultMain span{color:#667085;font-size:11px}.orderReplacementResultMain code{color:#475467;font-size:10px}.orderReplacementResultData{display:flex;align-items:center;gap:20px;flex-shrink:0}.orderReplacementResultData>span{display:flex;flex-direction:column;gap:2px;color:#667085;font-size:10px;text-align:right}.orderReplacementResultData strong{color:#101828;font-size:12px}.orderReplacementResultData small{color:#b42318;font-size:10px}.orderReplacementEmpty{min-height:130px;display:flex;align-items:center;justify-content:center;gap:8px;color:#667085;font-size:13px}@media(max-width:700px){.orderReplacementModalBackdrop{padding:10px}.orderReplacementResult{align-items:flex-start;flex-direction:column}.orderReplacementResultData{width:100%;justify-content:space-between}}.orderReplacementModalBackdrop{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a94}.orderReplacementModal{width:min(850px,96vw);max-height:82vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:14px;box-shadow:0 24px 70px #0f172a47}.orderReplacementModalHeader{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid #e5e7eb}.orderReplacementModalHeader>div{display:flex;flex-direction:column;gap:3px}.orderReplacementModalHeader strong{color:#111827;font-size:18px}.orderReplacementModalHeader span{color:#667085;font-size:12px}.orderReplacementModalHeader button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.orderReplacementSearch{display:flex;align-items:center;gap:10px;margin:18px 22px 12px;padding:0 13px;border:1px solid #d0d5dd;border-radius:9px;background:#fff}.orderReplacementSearch:focus-within{border-color:#667085}.orderReplacementSearch input{width:100%;height:44px;padding:0;border:0;outline:0;background:transparent;font:inherit;font-size:13px}.orderReplacementResults{overflow-y:auto;padding:8px 22px 22px}.orderReplacementTableHeader,.orderReplacementTableRow{display:grid;grid-template-columns:minmax(250px,1fr) 150px 90px 100px;gap:14px;align-items:center}.orderReplacementTableHeader{padding:9px 12px;color:#667085;font-size:10px;font-weight:700;text-transform:uppercase;border-bottom:1px solid #e5e7eb}.orderReplacementTableRow{min-height:62px;padding:10px 12px;border-bottom:1px solid #f0f1f3}.orderReplacementTableRow:hover{background:#f9fafb}.orderReplacementTableRow>div:first-child{display:flex;flex-direction:column;gap:3px;min-width:0}.orderReplacementTableRow strong{color:#111827;font-size:12px}.orderReplacementTableRow small{color:#667085;font-size:10px}.orderReplacementTableRow code{color:#475467;font-size:11px}.orderReplacementChoose{width:100%;min-height:34px;padding:6px 10px;font-size:11px}.orderReplacementEmpty{min-height:170px;display:flex;align-items:center;justify-content:center;gap:8px;color:#667085;font-size:13px}@media(max-width:700px){.orderReplacementModalBackdrop{padding:10px}.orderReplacementTableHeader{display:none}.orderReplacementTableRow{grid-template-columns:1fr auto}.orderReplacementTableRow code{grid-column:1}}.orderPriceComparison{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.orderPriceComparison span{color:#98a2b3;font-size:11px;font-weight:500;text-decoration:line-through;white-space:nowrap}.orderPriceComparison strong{color:#101828;font-size:14px;font-weight:800;white-space:nowrap}.navItem .navBadge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d92d20;color:#fff;font-size:10px;line-height:1;font-weight:800;text-decoration:none;flex-shrink:0}.navItem.active .navBadge{background:#ef4444;color:#fff}.sellerCustomerSelector{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:0 0 20px;padding:18px 20px;border:1px solid #d0d5dd;border-radius:12px;background:#f9fafb}.sellerCustomerSelector>div:first-child{display:flex;flex-direction:column;gap:4px}.sellerCustomerSelector>div:first-child strong{color:#101828;font-size:15px}.sellerCustomerSelector>div:first-child small{max-width:520px;color:#667085;font-size:11px}.sellerCustomerSelectWrap{width:min(430px,100%);display:flex;flex-direction:column;gap:5px}.sellerCustomerSelectWrap label{color:#344054;font-size:11px;font-weight:700}.sellerCustomerSelectWrap select{min-height:42px;width:100%;padding:0 12px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#101828;font:inherit;font-size:13px}.sellerCustomerSelectWrap small{color:#667085;font-size:10px}@media(max-width:800px){.sellerCustomerSelector{align-items:stretch;flex-direction:column;gap:14px}.sellerCustomerSelectWrap{width:100%}}.sellerCustomerStartScreen{min-height:calc(100vh - 90px);display:flex;align-items:flex-start;justify-content:center;padding-top:80px}.sellerCustomerStart{width:min(680px,100%);padding:34px;border:1px solid #d0d5dd;border-radius:14px;background:#fff}.sellerCustomerStart h1{margin:8px 0;color:#101828;font-size:32px;line-height:1.1}.sellerCustomerStart>p{margin:0;max-width:560px;color:#667085;font-size:14px;line-height:1.55}.sellerCustomerStartSelect{display:flex;flex-direction:column;gap:7px;margin-top:28px}.sellerCustomerStartSelect label{color:#344054;font-size:12px;font-weight:800}.sellerCustomerStartSelect select{width:100%;min-height:48px;padding:0 14px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;color:#101828;font:inherit;font-size:14px}.sellerCustomerStartSelect select:focus{outline:2px solid #84adff;outline-offset:1px}.sellerCustomerStartSelect small{color:#b42318;font-size:12px}.sellerCustomerStartScreen{min-height:auto;display:block;padding-top:42px}.sellerCustomerStart{position:relative;width:100%;max-width:none;min-height:230px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);grid-template-rows:auto auto 1fr;column-gap:64px;row-gap:0;align-items:center;padding:38px 42px;border:1px solid #e4e7ec;border-radius:16px;background:linear-gradient(135deg,#fff 0% 60%,#f8f9fb);box-shadow:0 1px 2px #10182808,0 8px 28px #1018280a}.sellerCustomerStart:before{content:"";position:absolute;top:0;left:42px;width:56px;height:3px;border-radius:0 0 4px 4px;background:#101828}.sellerCustomerStart>.pageEyebrow{grid-column:1;grid-row:1;margin:0 0 10px;color:#667085;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.sellerCustomerStart h1{grid-column:1;grid-row:2;margin:0;max-width:560px;color:#101828;font-size:clamp(30px,3vw,42px);line-height:1.04;letter-spacing:-.035em;font-weight:800}.sellerCustomerStart>p{grid-column:1;grid-row:3;margin:16px 0 0;max-width:590px;color:#667085;font-size:14px;line-height:1.6}.sellerCustomerStartSelect{grid-column:2;grid-row:1 / span 3;width:100%;display:flex;flex-direction:column;gap:8px;margin:0;padding:22px;border:1px solid #e4e7ec;border-radius:13px;background:#fff;box-shadow:0 1px 2px #1018280a}.sellerCustomerStartSelect label{margin:0;color:#344054;font-size:11px;line-height:1;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.sellerCustomerStartSelect select{width:100%;min-height:50px;padding:0 42px 0 14px;border:1px solid #d0d5dd;border-radius:9px;background-color:#fff;color:#101828;font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.sellerCustomerStartSelect select:hover{border-color:#98a2b3}.sellerCustomerStartSelect select:focus{outline:none;border-color:#84adff;box-shadow:0 0 0 4px #84adff29}.sellerCustomerStartSelect select:disabled{cursor:wait;background:#f9fafb;color:#98a2b3}.sellerCustomerStartSelect:after{content:"Solo aparecen clientes asignados a tu cuenta.";display:block;margin-top:2px;color:#98a2b3;font-size:10px;line-height:1.4}.sellerCustomerStartSelect small{margin-top:2px;color:#b42318;font-size:11px;font-weight:600}@media(max-width:900px){.sellerCustomerStartScreen{padding-top:26px}.sellerCustomerStart{grid-template-columns:1fr;grid-template-rows:auto;gap:0;padding:30px 28px}.sellerCustomerStart>.pageEyebrow,.sellerCustomerStart h1,.sellerCustomerStart>p,.sellerCustomerStartSelect{grid-column:1;grid-row:auto}.sellerCustomerStartSelect{margin-top:26px}}@media(max-width:560px){.sellerCustomerStart{padding:26px 20px;border-radius:12px}.sellerCustomerStart:before{left:20px}.sellerCustomerStart h1{font-size:30px}.sellerCustomerStartSelect{padding:16px}}.sellerCustomerContinueButton{width:100%;min-height:48px;margin-top:10px;font-size:13px;font-weight:800}.sellerCustomerContinueButton:disabled{opacity:.45;cursor:not-allowed}.clientDiscountPrice{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.clientDiscountPrice>span{color:#98a2b3;font-size:11px;font-weight:500;text-decoration:line-through;white-space:nowrap}.clientDiscountPrice>strong{color:#101828;font-size:14px;font-weight:800;white-space:nowrap}.clientDiscountLabel{color:#027a48;font-size:9px;font-weight:700;white-space:nowrap}.topbarActions{display:flex;align-items:center;gap:14px}.notificationCenter{position:relative;z-index:300}.notificationBell{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e4e7ec;border-radius:10px;background:#fff;color:#344054;cursor:pointer;transition:background .16s ease,border-color .16s ease}.notificationBell:hover{background:#f9fafb;border-color:#d0d5dd}.notificationBellBadge{position:absolute;top:-6px;right:-7px;min-width:19px;height:19px;padding:0 5px;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;border-radius:999px;background:#d92d20;color:#fff;font-size:9px;font-weight:800;line-height:1}.notificationOverlay{position:fixed;inset:0;z-index:298;border:0;background:transparent}.notificationDropdown{position:absolute;z-index:299;top:calc(100% + 10px);right:0;width:min(390px,calc(100vw - 32px));overflow:hidden;border:1px solid #e4e7ec;border-radius:14px;background:#fff;box-shadow:0 24px 60px #1018282e}.notificationDropdownHeader{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 17px;border-bottom:1px solid #eaecf0}.notificationDropdownHeader>div{display:flex;flex-direction:column;gap:2px}.notificationDropdownHeader strong{color:#101828;font-size:15px}.notificationDropdownHeader span{color:#667085;font-size:10px}.notificationDropdownHeader>button{padding:0;border:0;background:transparent;color:#475467;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.notificationDropdownHeader>button:hover{color:#101828}.notificationList{max-height:430px;overflow-y:auto}.notificationItem{position:relative;width:100%;min-height:74px;display:flex;align-items:flex-start;gap:11px;padding:13px 16px;border:0;border-bottom:1px solid #f2f4f7;background:#fff;text-align:left;cursor:pointer}.notificationItem.unread{background:#f7f9fc}.notificationItem.unread:hover{background:#f2f4f7}.notificationIndicator{width:7px;height:7px;margin-top:6px;flex:0 0 7px;border-radius:50%;background:transparent}.notificationItem.unread .notificationIndicator{background:#d92d20}.notificationItemBody{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}.notificationItemBody strong{overflow:hidden;color:#101828;font-size:12px;line-height:1.4;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.notificationItemBody>span{color:#475467;font-size:10px;font-weight:600}.notificationItemBody small{color:#98a2b3;font-size:9px}.notificationEmpty{min-height:190px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:28px;color:#98a2b3;text-align:center}.notificationEmpty strong{color:#344054;font-size:12px}.notificationEmpty span{max-width:240px;color:#98a2b3;font-size:10px}@media(max-width:760px){.topbarActions{gap:8px}.notificationDropdown{position:fixed;top:72px;right:12px;left:12px;width:auto}.notificationList{max-height:calc(100vh - 180px)}}.topbar .topbarActions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;width:auto!important;margin-left:auto!important}.topbar .notificationCenter{position:relative;display:flex;align-items:center;flex:0 0 auto}.topbar .topbarStatus{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:7px!important;width:auto!important;min-height:40px;margin:0!important;padding:0 14px!important;border:1px solid #e4e7ec;border-radius:10px;background:#fff;white-space:nowrap}.topbar .topbarStatus>span{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 5px #12b76a1a}.notificationBell{width:40px;height:40px;border:1px solid #e4e7ec;border-radius:10px;background:#fff;color:#344054}.notificationBellBadge{top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;border:2px solid #ffffff;background:#e42323;font-size:9px}.notificationDropdown{width:430px;max-width:calc(100vw - 32px);border:1px solid #e4e7ec;border-radius:14px;overflow:hidden;box-shadow:0 20px 55px #1018282e}.notificationDropdownHeader{padding:17px 19px;min-height:70px}.notificationDropdownHeader strong{font-size:16px;font-weight:800}.notificationDropdownHeader>button{color:#175cd3;font-size:10px;font-weight:700}.notificationItem{position:relative;min-height:94px;display:grid;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:15px 17px;background:#fff;border-bottom:1px solid #eaecf0}.notificationItem:hover{background:#f9fafb}.notificationItem.unread{background:#fff}.notificationUnreadDot{position:absolute;top:20px;left:16px;width:7px;height:7px;border-radius:50%;background:#e42323;z-index:2}.notificationTypeIcon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%}.notificationTypeIcon.order{color:#d92d20;background:#fee4e2}.notificationTypeIcon.accepted{color:#039855;background:#d1fadf}.notificationTypeIcon.document{color:#175cd3;background:#dbeafe}.notificationTypeIcon.invoice{color:#6941c6;background:#ebe9fe}.notificationItemBody{min-width:0;display:flex;flex-direction:column;gap:3px}.notificationItemBody strong{color:#101828;font-size:12px;line-height:1.35;font-weight:800;overflow:visible;text-overflow:unset;white-space:normal}.notificationItemBody>span{color:#475467;font-size:10px;font-weight:500}.notificationItemBody small{margin-top:2px;color:#98a2b3;font-size:9px}.notificationChevron{color:#667085;justify-self:end}.notificationViewAll{width:100%;height:52px;border:0;border-top:1px solid #eaecf0;background:#fff;color:#175cd3;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.notificationViewAll:hover{background:#f9fafb}@media(max-width:760px){.topbar .topbarActions{flex-direction:row!important}.topbar .topbarStatus{display:inline-flex!important}.notificationDropdown{width:auto}}.notificationsPage{width:100%;max-width:1480px;margin:0 auto;padding:44px 42px 80px}.notificationsPageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:28px}.notificationsPageHeader h1{margin:5px 0 10px;color:#101828;font-size:clamp(38px,4vw,54px);line-height:1;letter-spacing:-2.5px}.notificationsPageHeader p{margin:0;color:#667085;font-size:14px;line-height:1.6}.notificationsHeaderActions{display:flex;align-items:center;gap:10px}.notificationsHeaderActions button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.notificationsStats{display:grid;grid-template-columns:repeat(2,minmax(0,240px));gap:12px;margin-bottom:18px}.notificationsStats button{display:flex;flex-direction:column;align-items:flex-start;min-height:120px;padding:18px 20px;border:1px solid #e4e7ec;border-radius:14px;background:#fff;text-align:left;cursor:pointer}.notificationsStats button.active{border:2px solid #101828;padding:17px 19px}.notificationsStats span{color:#667085;font-size:10px;font-weight:800;text-transform:uppercase}.notificationsStats strong{margin-top:7px;color:#101828;font-size:26px;line-height:1}.notificationsStats small{margin-top:9px;color:#98a2b3;font-size:10px}.notificationsToolbar{margin-bottom:18px;padding:16px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.notificationsSearch{display:flex;align-items:center;gap:10px;width:100%;padding:0 13px;border:1px solid #d0d5dd;border-radius:9px;background:#fff}.notificationsSearch svg{flex:0 0 auto;color:#98a2b3}.notificationsSearch input{width:100%;height:44px;border:0;outline:0;background:transparent;color:#101828;font:inherit;font-size:13px}.notificationsPanel{overflow:hidden;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.notificationsPanelHeader{min-height:68px;display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid #eaecf0}.notificationsPanelHeader>div{display:flex;flex-direction:column;gap:3px}.notificationsPanelHeader strong{color:#101828;font-size:14px}.notificationsPanelHeader span{color:#98a2b3;font-size:10px}.notificationsPageItem{position:relative;width:100%;min-height:88px;display:grid;grid-template-columns:10px 46px minmax(0,1fr) 80px 24px;align-items:center;gap:14px;padding:14px 20px;border:0;border-bottom:1px solid #f2f4f7;background:#fff;text-align:left;cursor:pointer}.notificationsPageItem:last-child{border-bottom:0}.notificationsPageItem:hover{background:#f9fafb}.notificationsPageItem.unread{background:#fbfcfe}.notificationsPageStatus{width:10px;display:flex;justify-content:center}.notificationsPageStatus span{width:7px;height:7px;display:block;border-radius:50%;background:#e42323}.notificationsPageItemContent{min-width:0;display:flex;flex-direction:column;gap:6px}.notificationsPageItemContent>strong{color:#101828;font-size:13px;line-height:1.35;font-weight:800}.notificationsPageItemContent>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.notificationsPageItemContent>div span{color:#98a2b3;font-size:10px}.notificationsEntity{color:#475467!important;font-weight:700}.notificationsReadState{justify-self:end;color:#98a2b3;font-size:10px;font-weight:700}.notificationsPageItem.unread .notificationsReadState{color:#d92d20}.notificationsPageChevron{justify-self:end;color:#667085}.notificationsPageEmpty{min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:40px;color:#98a2b3;text-align:center}.notificationsPageEmpty strong{color:#344054;font-size:13px}.notificationsPageEmpty span{color:#98a2b3;font-size:11px}@media(max-width:760px){.notificationsPage{padding:28px 18px 60px}.notificationsPageHeader{flex-direction:column}.notificationsHeaderActions{width:100%}.notificationsHeaderActions button{flex:1}.notificationsStats{grid-template-columns:repeat(2,minmax(0,1fr))}.notificationsPageItem{grid-template-columns:8px 42px minmax(0,1fr) 20px;gap:10px;padding:13px 14px}.notificationsReadState{display:none}.notificationTypeIcon{width:42px;height:42px}}.sidebarMusicCenterLogo{display:block;width:100%;max-width:150px;height:52px;object-fit:contain;object-position:left center}@media(max-width:960px){.sidebarMusicCenterLogo{width:46px;height:46px;object-position:center}}@media(max-width:650px){.sidebarMusicCenterLogo{display:none}}.musicCenterLogin .musicCenterBrandLogo img{display:block;width:190px;max-width:190px;height:auto;margin:0;padding:0;object-fit:contain;object-position:left center}.musicCenterLogin .musicCenterMobileBrand img{display:block;width:150px;max-width:150px;height:auto;margin:0;object-fit:contain;object-position:left center}.musicCenterLogin .musicCenterBrandLogo{width:100%;margin:0;padding:0;justify-content:flex-start}.musicCenterLogin .musicCenterBrandLogo img{display:block;width:175px;max-width:175px;height:auto;margin:0;padding:0;object-fit:contain;object-position:left center}.musicCenterLogin .brandFooter{width:100%;margin-top:34px}.catalogoStudioSignature{display:flex;align-items:center;gap:22px;width:fit-content;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}.catalogoStudioSignature img{display:block;width:132px;max-width:132px;height:auto;filter:brightness(0) invert(1);opacity:.95}.catalogoStudioDivider{display:block;width:1px;height:42px;background:#ffffff57}.catalogoStudioTagline{color:#ffffffc7;font-size:10px;font-weight:700;line-height:1.7;letter-spacing:.16em;text-transform:uppercase}@media(max-width:960px){.musicCenterLogin .musicCenterMobileBrand img{width:145px;max-width:145px;height:auto}.catalogoStudioSignature{gap:16px}.catalogoStudioSignature img{width:110px;max-width:110px}.catalogoStudioTagline{font-size:9px}}@media(max-width:650px){.catalogoStudioSignature{display:none}}.musicCenterLogin .loginBrand:after{display:none!important}.productsPage .previewSticky,.catalogBuilderPage .previewSticky,.previewSticky{width:100%!important}.productsPage .previewHeader,.catalogBuilderPage .previewHeader,.previewHeader{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin:0 0 15px!important}.productsPage .previewHeader h2,.catalogBuilderPage .previewHeader h2,.previewHeader h2{margin:4px 0 0!important;font-size:27px!important;line-height:1.05!important;letter-spacing:-.04em!important}.productsPage .previewCover,.catalogBuilderPage .previewCover,.previewSticky .previewCover{position:relative!important;width:100%!important;min-width:0!important;max-width:none!important;height:220px!important;min-height:220px!important;max-height:220px!important;display:flex!important;flex:none!important;flex-direction:column!important;justify-content:space-between!important;padding:21px!important;overflow:hidden!important;border:0!important;border-radius:16px!important;aspect-ratio:auto!important;background-color:#151515!important;background-position:center!important;background-size:cover!important;color:#fff!important;box-shadow:none!important}.productsPage .previewLogo,.catalogBuilderPage .previewLogo,.previewSticky .previewLogo{display:block!important;width:fit-content!important;font-size:19px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.055em!important}.productsPage .previewLogo span,.catalogBuilderPage .previewLogo span,.previewSticky .previewLogo span{color:#e31b23!important}.productsPage .previewCover small,.catalogBuilderPage .previewCover small,.previewSticky .previewCover small{display:block!important;margin-bottom:8px!important;color:#ffffff94!important;font-size:7px!important;font-weight:900!important;line-height:1.3!important;letter-spacing:.18em!important}.productsPage .previewCover strong,.catalogBuilderPage .previewCover strong,.previewSticky .previewCover strong{display:block!important;width:auto!important;max-width:240px!important;margin:0!important;color:inherit!important;font-size:25px!important;font-weight:900!important;line-height:1.02!important;letter-spacing:-.045em!important}.productsPage .previewCover p,.catalogBuilderPage .previewCover p,.previewSticky .previewCover p{max-width:240px!important;margin:8px 0 0!important;color:#ffffff9e!important;font-size:10px!important;font-weight:600!important;line-height:1.4!important}.productsPage .previewSummary,.catalogBuilderPage .previewSummary,.previewSticky .previewSummary{width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:none!important;flex:none!important;gap:10px!important;margin:11px 0 18px!important}.productsPage .previewSummary>div,.catalogBuilderPage .previewSummary>div,.previewSticky .previewSummary>div{min-width:0!important;min-height:78px!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;padding:13px 14px!important;border:1px solid #dedede!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important}.productsPage .previewSummary span,.catalogBuilderPage .previewSummary span,.previewSticky .previewSummary span{color:#777!important;font-size:10px!important;font-weight:600!important;line-height:1.2!important}.productsPage .previewSummary strong,.catalogBuilderPage .previewSummary strong,.previewSticky .previewSummary strong{margin:7px 0 0!important;color:#181818!important;font-size:27px!important;font-weight:850!important;line-height:1!important;letter-spacing:-.04em!important}.productsPage .previewPreviewGroup,.catalogBuilderPage .previewPreviewGroup,.previewSticky .previewPreviewGroup{display:contents!important;width:auto!important;height:auto!important;margin:0!important}@media(max-width:1450px){.productsPage .previewCover,.catalogBuilderPage .previewCover,.previewSticky .previewCover{height:205px!important;min-height:205px!important;max-height:205px!important;padding:18px!important}.productsPage .previewCover strong,.catalogBuilderPage .previewCover strong,.previewSticky .previewCover strong{font-size:22px!important}.productsPage .previewSummary>div,.catalogBuilderPage .previewSummary>div,.previewSticky .previewSummary>div{min-height:70px!important;padding:11px 12px!important}.productsPage .previewSummary strong,.catalogBuilderPage .previewSummary strong,.previewSticky .previewSummary strong{font-size:24px!important}}.previewCoverChooser{width:100%;margin:0 0 16px;padding:13px;border:1px solid #dedede;border-radius:13px;background:#fff}.previewCoverChooserHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.previewCoverChooserHeader>div{display:flex;align-items:baseline;gap:7px}.previewCoverChooserHeader span{color:#969696;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.previewCoverChooserHeader strong{color:#222;font-size:12px}.previewCoverChooserHeader a{color:#454545;font-size:10px;font-weight:850;text-decoration:none}.previewCoverChooserHeader a:hover{text-decoration:underline}.previewCoverChooser select{width:100%;min-height:38px;padding:0 10px;border:1px solid #d4d4d4;border-radius:9px;background:#fff;color:#1b1b1b;font:inherit;font-size:11px;font-weight:750;outline:none}.previewCoverChooser select:focus{border-color:#8e8e8e}.previewCoverChooser select:disabled{cursor:not-allowed;opacity:.65}.previewBrandLogo{display:block!important;width:auto!important;max-width:150px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}.previewCoverChooser{position:relative;z-index:20;padding:14px!important}.modernCoverPicker{position:relative;width:100%}.modernCoverTrigger{position:relative;z-index:32;width:100%;min-height:66px;display:grid;grid-template-columns:44px minmax(0,1fr) auto 28px;align-items:center;gap:11px;padding:9px 10px;border:1px solid #d9d9d9;border-radius:12px;background:#fff;color:#181818;font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.modernCoverTrigger:hover{border-color:#bdbdbd;box-shadow:0 7px 20px #0000000f;transform:translateY(-1px)}.modernCoverTrigger:focus-visible{outline:3px solid rgba(25,25,25,.12);outline-offset:2px}.modernCoverTrigger:disabled{cursor:not-allowed;opacity:.6}.modernCoverThumbnail{width:44px;height:48px;display:flex;align-items:flex-start;justify-content:flex-start;padding:7px;overflow:hidden;border-radius:8px;background-position:center;background-size:cover;color:#fff;box-shadow:inset 0 0 0 1px #ffffff17,0 4px 12px #0000001c}.modernCoverThumbnail img{width:auto;max-width:100%;max-height:17px;object-fit:contain;object-position:left top}.modernCoverThumbnail>strong{font-size:9px;font-weight:900}.modernCoverTriggerText{min-width:0;display:flex;flex-direction:column;gap:3px}.modernCoverTriggerText small{color:#909090;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.modernCoverTriggerText strong{overflow:hidden;color:#202020;font-size:13px;font-weight:850;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.modernCoverDefaultBadge{display:inline-flex;min-height:24px;align-items:center;justify-content:center;padding:0 8px;border-radius:99px;background:#edf8f0;color:#34744b;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.modernCoverChevron{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:#f2f2f2;color:#373737;font-size:13px;font-weight:900;transition:transform .16s ease}.modernCoverChevron.open{transform:rotate(180deg)}.modernCoverBackdrop{position:fixed;z-index:30;inset:0;border:0;background:transparent;cursor:default}.modernCoverMenu{position:absolute;z-index:40;top:calc(100% + 9px);right:0;left:0;overflow:hidden;border:1px solid #dedede;border-radius:14px;background:#fff;box-shadow:0 24px 55px #00000029,0 3px 10px #0000000f;animation:modernCoverMenuOpen .15s ease-out}@keyframes modernCoverMenuOpen{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.modernCoverMenuHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;border-bottom:1px solid #ececec;background:#fafafa}.modernCoverMenuHeader>div{display:flex;flex-direction:column;gap:2px}.modernCoverMenuHeader span{color:#999;font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.modernCoverMenuHeader strong{color:#222;font-size:12px}.modernCoverMenuHeader>small{color:#818181;font-size:9px}.modernCoverMenuList{max-height:305px;overflow-y:auto;padding:7px}.modernCoverOption{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) auto 24px;align-items:center;gap:10px;padding:8px;border:1px solid transparent;border-radius:10px;background:transparent;color:#202020;font:inherit;text-align:left;cursor:pointer;transition:background .14s ease,border-color .14s ease}.modernCoverOption:hover{border-color:#e5e5e5;background:#f7f7f7}.modernCoverOption.selected{border-color:#cfcfcf;background:#f2f2f2}.modernCoverOptionPreview{width:46px;height:57px;display:flex;align-items:flex-start;justify-content:flex-start;padding:6px;overflow:hidden;border-radius:7px;background-position:center;background-size:cover;color:#fff;box-shadow:inset 0 0 0 1px #ffffff14,0 4px 10px #0000001a}.modernCoverOptionPreview img{width:auto;max-width:100%;max-height:19px;object-fit:contain;object-position:left top}.modernCoverOptionPreview>strong{font-size:9px}.modernCoverOptionText{min-width:0;display:flex;flex-direction:column;gap:3px}.modernCoverOptionText strong{overflow:hidden;font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.modernCoverOptionText small{overflow:hidden;color:#858585;font-size:9px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.modernCoverOptionDefault{display:inline-flex;min-height:22px;align-items:center;padding:0 7px;border-radius:99px;background:#edf8f0;color:#34744b;font-size:7px;font-weight:900;text-transform:uppercase}.modernCoverOptionCheck{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;color:#fff;font-size:11px;font-weight:900}.modernCoverOption.selected .modernCoverOptionCheck{background:#171717}@media(max-width:1450px){.modernCoverDefaultBadge{display:none}.modernCoverTrigger{grid-template-columns:40px minmax(0,1fr) 26px}.modernCoverThumbnail{width:40px;height:45px}.modernCoverOption{grid-template-columns:42px minmax(0,1fr) 22px}.modernCoverOptionDefault{display:none}.modernCoverOptionPreview{width:42px;height:52px}}.previewModernCoverChooser{position:relative;z-index:25;width:100%;margin:0 0 16px;padding:14px;border:1px solid #dedede;border-radius:14px;background:#fff}.previewModernCoverChooserHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.previewModernCoverChooserHeader>div{min-width:0}.previewModernCoverChooserHeader span{display:block;margin-bottom:3px;color:#969696;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.previewModernCoverChooserHeader h2{margin:0;color:#202020;font-size:15px;line-height:1.2}.previewModernCoverChooserHeader a{flex:none;color:#454545;font-size:10px;font-weight:850;text-decoration:none}.previewModernCoverChooserHeader a:hover{text-decoration:underline}.previewModernCoverChooserBody{position:relative;width:100%}.previewModernCoverChooser .modernCoverTrigger{min-height:64px}.previewModernCoverChooser .modernCoverMenu{top:calc(100% + 8px)}.previewCoverChooser,.catalogCoverCompact,.catalogCoverSelector,.previewModernCoverChooser .catalogCoverPreview,.previewModernCoverChooser .catalogCoverVisual,.previewModernCoverChooser .catalogCoverMockup,.previewModernCoverChooser .coverPreview,.previewHeader,.previewCover{display:none!important}.previewModernCoverChooser{margin-bottom:14px!important}.previewStats,.catalogPreviewStats,.previewMetrics{margin-top:0!important}.previewSticky{gap:14px!important}
