:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--bg:#f7f8fa;--panel:#fff;--line:#e7ebf0;--soft-line:#e7ebf0;--text:#121826;--muted:#6a7485;--purple:#16a34a;--purple-dark:#15803d;--gold:#c88909;--gold-line:#e9c21c}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:#f7f8fa;background:var(--bg);color:#121826;color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:62px minmax(0,1fr);grid-template-rows:46px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .21s ease}.side-panel{background:#f1f4f2;border-right:1px solid #dce4e0;color:#53645c;display:flex;flex-direction:column;grid-column:1;grid-row:2;height:calc(100vh - 46px);min-width:0;overflow:visible;position:relative;transition:width .21s ease,box-shadow .21s ease;z-index:95}.side-brand{align-items:center;background:#fff;border-bottom:1px solid #dce4e0;display:flex;flex:0 0 62px;justify-content:center;min-height:62px}.side-brand img{display:block;height:42px;object-fit:contain;transition:transform .18s ease;width:42px}.side-brand:hover img{transform:scale(1.06)}.side-nav{grid-gap:7px;align-content:start;display:grid;flex:0 1 auto;gap:7px;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;min-height:0;overflow:visible;padding:16px 10px}.side-nav a,.side-nav-parent{align-items:center;background:#0000;border:1px solid #0000;border-radius:9px;color:#52635b;cursor:pointer;display:flex;gap:0;height:40px;justify-content:center;min-height:40px;padding:0;position:relative;text-align:left;transition:background .16s ease,color .16s ease;width:100%}.side-nav-label{font-size:13px;font-weight:500}.side-panel>.side-bottom .side-nav-label,.side-panel>.side-nav .side-nav-label,.side-panel>.side-sales-channel .side-nav-label{display:none}.side-nav a:hover,.side-nav-parent:hover{background:#0000;color:#087443}.side-nav a.active,.side-nav-parent.active{background:#0000;border-color:#0000;box-shadow:none;color:#087443}.side-account>svg,.side-nav a>svg,.side-nav-parent>svg,.side-sales-channel a>svg{color:#71877c}.side-nav-badge{background:#dcfce7;border-radius:999px;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 6px}.side-nav-badge,.side-nav-ext{align-items:center;color:#16a34a;display:inline-flex;margin-left:auto}.side-nav-ext{cursor:pointer}.side-nav-ext:hover{color:#15803d}.side-panel .side-nav-ext{display:none}.side-nav-parent svg:last-child{display:none;transition:transform .16s ease}.side-nav-parent svg.open{transform:rotate(180deg)}.side-nav-group{grid-gap:2px;display:grid;gap:2px;position:relative}.side-subnav{grid-gap:3px;background:#fff;border:1px solid #d8e2dd;border-radius:9px;box-shadow:0 14px 34px #0f172a1f;display:grid;gap:3px;left:48px;min-width:170px;padding:7px;position:absolute;top:0;z-index:110}.side-subnav a{color:#56675f;font-size:12.5px;justify-content:flex-start;line-height:18px;min-height:32px;padding:4px 10px;width:100%}.side-subnav a:hover{color:#087443}.side-subnav a.active{color:#087443;font-weight:700}.side-sales-channel{grid-gap:3px;border-top:1px solid #dce4e0;display:grid;flex:0 0 auto;gap:3px;margin-top:0;padding:12px 10px 4px}.side-sales-channel>span{display:none}.side-sales-channel a{align-items:center;border-radius:9px;color:#52635b;display:flex;height:40px;justify-content:center;min-height:40px;padding:0;position:relative}.side-sales-channel a.active,.side-sales-channel a:hover{background:#0000;color:#087443}.side-sales-channel strong{font-size:13px;font-weight:500}.side-bottom{grid-gap:2px;border-top:1px solid #dce4e0;display:grid;gap:2px;margin-top:auto;padding:10px}.side-account{align-items:center;background:#0000;border:0;border-radius:9px;color:#52635b;cursor:pointer;display:flex;gap:0;height:40px;justify-content:center;min-height:40px;padding:0;position:relative;text-align:left;width:100%}.side-account span{font-size:13px;font-weight:500}.side-account.active,.side-account:hover{background:#0000;color:#087443}.side-account:after,.side-nav-parent:after,.side-nav>.side-nav-group>a:after,.side-nav>a:after,.side-sales-channel a:after{background:#17271f;border:1px solid #31463a;border-radius:6px;color:#f1f7f3;content:attr(data-tooltip);font-size:11px;font-weight:650;left:49px;opacity:0;padding:6px 9px;pointer-events:none;position:absolute;top:50%;transform:translate(4px,-50%);transition:opacity .13s ease,transform .13s ease;visibility:hidden;white-space:nowrap;z-index:120}.side-account:hover:after,.side-nav-parent:hover:after,.side-nav>.side-nav-group>a:hover:after,.side-nav>a:hover:after,.side-sales-channel a:hover:after{opacity:1;transform:translateY(-50%);visibility:visible}.profile-chip strong{display:block;font-size:12px;line-height:16px}.main-content,.workspace{background:#f7f8fa;grid-column:2;grid-row:2;height:calc(100vh - 46px);min-width:0;overflow-y:auto}.main-content{padding:22px 24px 32px}.topbar{grid-gap:20px;align-items:center;background:#171e2b;color:#e2e8f0;display:grid;gap:20px;grid-column:1/-1;grid-row:1;grid-template-columns:224px minmax(280px,1fr) auto;min-height:46px;padding:0 14px;position:relative;z-index:110}.topbar-brand-box{align-items:center;display:flex;gap:9px;grid-column:1;height:46px;justify-self:start}.topbar-brand-logo{display:block;height:38px;max-width:170px;object-fit:contain;width:auto}.topbar-mid{gap:12px;grid-column:2;justify-content:center;min-width:0}.topbar-mid,.topbar-search{align-items:center;display:flex}.topbar-search{background:#232c3d;border:1px solid #2f3a4e;border-radius:8px;color:#94a3b8;gap:9px;height:34px;max-width:420px;padding:0 12px;width:100%}.topbar-search input{background:#0000;border:0;color:#fff;flex:1 1;min-width:0;outline:0}.topbar-search input::placeholder{color:#7f8b9c}.topbar-search kbd{background:#171e2b;border:1px solid #34405492;border-radius:5px;color:#8b95a6;font-size:10px;font-weight:600;padding:3px 6px;white-space:nowrap}.topbar-search-wrap{max-width:420px;position:relative;width:100%}.search-dropdown{background:#fff;border:1px solid #e7ebf0;border-radius:10px;box-shadow:0 14px 34px #0f172a2e;left:0;max-height:420px;overflow-y:auto;padding:8px;position:absolute;right:0;top:42px;z-index:90}.search-hint{color:#6b7280;font-size:13px;padding:10px 12px}.search-group+.search-group{border-top:1px solid #e7ebf0;margin-top:6px;padding-top:6px}.search-group-title{color:#9ca3af;display:block;font-size:11px;font-weight:700;letter-spacing:.04em;padding:6px 12px 4px;text-transform:uppercase}.search-item{align-items:center;background:#0000;border:0;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:8px 12px;text-align:left;width:100%}.search-item:hover{background:#f3f4f6}.search-item>svg{color:#6b7280;flex-shrink:0}.search-item-main{display:grid;flex:1 1;min-width:0}.search-item-main strong{color:#111827;font-size:13px}.search-item-main small,.search-item-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-item-main small{color:#6b7280;font-size:11px}.search-item-side{color:#374151;flex-shrink:0;font-size:12px;font-weight:600}.notif-wrap{position:relative}.notif-badge{align-items:center;background:#16a34a;border-radius:999px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;height:16px;justify-content:center;min-width:16px;padding:0 4px;position:absolute;right:1px;top:1px}.notif-dropdown{background:#fff;border:1px solid #e7ebf0;border-radius:10px;box-shadow:0 14px 34px #0f172a2e;max-height:380px;overflow-y:auto;padding:8px;position:absolute;right:0;top:42px;width:320px;z-index:90}.notif-head{border-bottom:1px solid #e7ebf0;color:#111827;font-size:13px;font-weight:700;margin-bottom:6px;padding:6px 12px 10px}.notif-dropdown .search-item>svg{color:#d97706}.topbar-actions{align-items:center;display:flex;gap:10px;grid-column:3;justify-content:flex-end;min-width:0}.icon-btn{align-items:center;background:#0000;border:0;border-radius:8px;color:#cbd5e1;cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.icon-btn:hover{background:#94a3b81f;color:#fff}.topbar-profile-wrap{position:relative}.topbar-profile{align-items:center;background:#0000;border:0;border-radius:8px;color:#e2e8f0;cursor:pointer;display:flex;gap:9px;min-width:0;padding:4px 8px 4px 6px}.topbar-profile:hover{background:#94a3b81f}.topbar-profile-text{display:flex;flex-direction:column;line-height:1.2;min-width:0;text-align:left}.topbar-profile-text strong{color:#f1f5f9;font-size:13px;font-weight:600;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-profile-text span{color:#8b95a6;font-size:11px}.topbar-profile svg.open{transform:rotate(180deg)}.profile-menu{background:#fff;border:1px solid #e7ebf0;border-radius:10px;box-shadow:0 12px 30px #0f172a2e;color:#1f1d24;min-width:250px;padding:17px 18px;position:absolute;right:0;top:46px;z-index:80}.profile-menu-head{border-bottom:1px solid #e5e2dc;padding-bottom:14px}.profile-menu-head span,.profile-menu-head strong{display:block}.profile-menu-head strong{font-size:14px;margin-bottom:6px}.profile-menu-head span{color:#667085;font-size:13px}.profile-menu nav{grid-gap:2px;border-bottom:1px solid #e5e2dc;display:grid;gap:2px;padding:13px 0}.profile-menu a,.profile-menu button{align-items:center;background:#0000;border:0;color:#1f1d24;cursor:pointer;display:flex;font-size:13px;gap:9px;min-height:30px;padding:0;text-align:left;width:100%}.profile-menu a:hover,.profile-menu button:hover{color:#16a34a;font-weight:700}.profile-menu>button{margin-top:13px}.avatar{align-items:center;background:#16a34a;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:13px;font-weight:800;height:36px;justify-content:center;width:36px}.avatar.small{background:#e8e6df;color:#35333a;height:30px;width:30px}.content-frame{margin:0 auto;max-width:1074px;padding:22px 24px 32px}.content-frame:has(.sales-page){max-width:1180px}.content-frame:has(.ao-vivo-page){height:100%;max-width:100%;padding:0}.workspace:has(.ao-vivo-page){overflow:hidden}.auth-loading,.auth-page{align-items:center;display:flex;justify-content:center;min-height:100vh}.auth-page{background:radial-gradient(circle at 88% 12%,#22c55e17,#0000 26%),#f4f7f5;padding:32px}.auth-loading{background:#f7f8fa;flex-direction:column;gap:8px;padding:24px}.auth-loading strong{color:#172033;font-size:22px}.auth-loading span{color:#667085;font-size:13px}.auth-shell{background:#fff;border:1px solid #dee4e0e6;border-radius:24px;box-shadow:0 28px 80px #0f201821;display:grid;grid-template-columns:minmax(360px,.88fr) minmax(500px,1.12fr);max-width:1120px;min-height:min(730px,calc(100vh - 64px));overflow:hidden;width:100%}.auth-showcase{background:radial-gradient(circle at 25% 15%,#4ade8038,#0000 30%),radial-gradient(circle at 100% 100%,#22c55e26,#0000 42%),linear-gradient(145deg,#101b18,#142720 52%,#102019);color:#fff;display:flex;flex-direction:column;isolation:isolate;justify-content:space-between;overflow:hidden;padding:46px 48px 38px;position:relative}.auth-showcase:after,.auth-showcase:before{border:1px solid #4ade8021;border-radius:50%;content:"";pointer-events:none;position:absolute;z-index:-1}.auth-showcase:before{height:360px;right:-210px;top:90px;width:360px}.auth-showcase:after{bottom:-130px;height:280px;left:-150px;width:280px}.auth-showcase-brand{align-items:center;align-self:flex-start;background:#fff;border:1px solid #ffffffd1;border-radius:13px;box-shadow:0 12px 30px #00000024;display:flex;height:70px;padding:8px}.auth-showcase-brand img{display:block;height:54px;object-fit:contain;width:auto}.auth-showcase-copy{max-width:410px}.auth-eyebrow{align-items:center;color:#86efac;display:flex;font-size:12px;font-weight:800;gap:9px;letter-spacing:1.2px;margin-bottom:20px;text-transform:uppercase}.auth-eyebrow:before{background:#4ade80;border-radius:999px;content:"";height:7px;width:7px}.auth-showcase-copy h2{color:#fff;font-size:clamp(38px,4vw,52px);letter-spacing:-2px;line-height:1.06;margin:0 0 22px}.auth-showcase-copy>p{color:#b8c9c0;font-size:15px;line-height:1.7;margin:0}.auth-benefits{grid-gap:15px;display:grid;gap:15px;margin-top:34px}.auth-benefits span{align-items:center;color:#e4ede8;display:flex;font-size:13px;font-weight:600;gap:11px}.auth-benefits svg{color:#4ade80;flex:0 0 auto}.auth-showcase-footer{color:#7f968a;font-size:11px;letter-spacing:.3px;margin:0}.auth-form-panel{align-items:center;background:#fff;display:flex;justify-content:center;padding:42px 64px}.auth-card{background:#fff;max-width:420px;width:100%}.auth-page>.auth-card{border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 55px #171f381a;padding:36px}.auth-page>.auth-card h1{color:#101828;font-size:27px;letter-spacing:-.5px;line-height:1.25;margin:0 0 22px;text-align:center}.auth-logo{display:block;height:48px;margin:0 0 34px;object-fit:contain;object-position:left center;width:auto}.auth-shopify-logo{height:68px}.auth-form-panel .auth-logo{display:none}.auth-page>.auth-card .auth-logo{margin:0 auto 28px}.auth-heading>span{color:#16a34a;font-size:11px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.auth-heading h1{color:#101828;font-size:30px;letter-spacing:-.8px;line-height:1.2;margin:7px 0 10px}.auth-heading p{color:#667085;font-size:14px;line-height:1.55;margin:0}.auth-form{grid-gap:17px;display:grid;gap:17px;margin-top:30px}.auth-form label{grid-gap:7px;color:#344054;display:grid;font-size:13px;font-weight:700;gap:7px}.auth-label{line-height:18px}.auth-form>label>input,.auth-form>label>select{background:#fff;border:1px solid #d7ddd9;border-radius:10px;color:#172033;min-height:48px;outline:0;padding:0 14px;width:100%}.auth-form>label>input:focus,.auth-form>label>select:focus,.auth-input:focus-within{border-color:#22a95a;box-shadow:0 0 0 4px #22a95a1a}.auth-input{align-items:center;background:#fff;border:1px solid #d7ddd9;border-radius:10px;color:#98a29d;display:flex;min-height:50px;padding:0 13px;transition:border-color .16s ease,box-shadow .16s ease}.auth-input input{background:#0000;border:0;box-shadow:none;color:#18231e;flex:1 1;font-size:14px;min-height:48px;min-width:0;outline:0;padding:0 10px}.auth-input input::placeholder{color:#a6afaa}.auth-input button{align-items:center;background:#0000;border:0;color:#7a8880;cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.auth-input button:hover{color:#15803d}.auth-form-actions{display:flex;justify-content:flex-end;margin-top:-5px}.auth-form-actions a{color:#15803d;font-size:12px;font-weight:700}.auth-form-actions a:hover,.auth-switch a:hover{text-decoration:underline}.auth-submit{align-items:center;background:#16a34a;border:0;border-radius:10px;box-shadow:0 10px 22px #16a34a33;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;gap:10px;justify-content:center;margin-top:1px;min-height:50px;transition:background .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.auth-submit:hover:not(:disabled){background:#15803d;box-shadow:0 12px 26px #16a34a42;transform:translateY(-1px)}.auth-submit:disabled{cursor:not-allowed;opacity:.7}.auth-submit-spinner{animation:loading-spin .7s linear infinite}.loading-screen{align-items:center;background:radial-gradient(circle at 50% 42%,#22c55e1a,#0000 32%),linear-gradient(145deg,#f8fbf9,#f2f7f4);display:flex;isolation:isolate;justify-content:center;min-height:100vh;overflow:hidden;padding:24px;position:relative}.loading-screen-glow{animation:loading-glow 2.4s ease-in-out infinite;background:#22c55e1a;border-radius:50%;filter:blur(18px);height:320px;position:absolute;width:320px;z-index:-1}.loading-screen-content{align-items:center;display:flex;flex-direction:column;max-width:320px;text-align:center;width:100%}.loading-screen-brand{align-items:center;animation:loading-float 2s ease-in-out infinite;background:#fff;border:1px solid #16a34a1f;border-radius:22px;box-shadow:0 18px 48px #14412821;display:flex;height:92px;justify-content:center;margin-bottom:26px;width:92px}.loading-screen-brand img{display:block;height:70px;object-fit:contain;width:70px}.loading-screen-content strong{color:#13251b;font-size:20px;letter-spacing:-.3px}.loading-screen-content>span{color:#708078;font-size:13px;margin-top:8px}.loading-progress{background:#dfe9e3;border-radius:999px;height:4px;margin-top:26px;overflow:hidden;position:relative;width:180px}.loading-progress i{animation:loading-progress 1.25s ease-in-out infinite;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:inherit;height:100%;left:0;position:absolute;width:45%}.loading-state{align-items:center;color:#526159;display:flex;justify-content:center}.loading-state--section{flex-direction:column;min-height:230px;padding:36px 24px}.loading-state--compact{min-height:72px;padding:16px}.loading-state-heading{align-items:center;display:flex;gap:12px}.loading-state-heading>div{display:flex;flex-direction:column;gap:3px}.loading-state-heading strong{color:#26372e;font-size:14px;font-weight:700}.loading-state-heading div span{color:#8a9890;font-size:12px}.loading-spinner{animation:loading-spin .75s linear infinite;border:2px solid #d6e7dc;border-radius:50%;border-top-color:#16a34a;display:block;height:25px;width:25px}.loading-skeleton{grid-gap:9px;display:grid;gap:9px;margin-top:28px;max-width:520px;width:100%}.loading-skeleton i{animation:loading-shimmer 1.35s linear infinite;background:linear-gradient(90deg,#eef2ef 25%,#f8faf9 50%,#eef2ef 75%);background-size:220% 100%;border-radius:8px;height:11px}.loading-skeleton i:nth-child(2){width:84%}.loading-skeleton i:nth-child(3){width:68%}@keyframes loading-spin{to{transform:rotate(1turn)}}@keyframes loading-float{50%{transform:translateY(-5px)}}@keyframes loading-glow{50%{opacity:.55;transform:scale(1.08)}}@keyframes loading-progress{0%{transform:translateX(-110%)}to{transform:translateX(330%)}}@keyframes loading-shimmer{to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.auth-submit-spinner,.loading-progress i,.loading-screen-brand,.loading-screen-glow,.loading-skeleton i,.loading-spinner{animation-duration:2.5s}}.auth-security-note{align-items:center;color:#849089;display:flex;font-size:11px;gap:6px;justify-content:center;margin:16px 0 0}.auth-security-note svg{color:#16a34a}.auth-switch{border-top:1px solid #edf0ee;color:#667085;font-size:12px;margin:18px 0 0;padding-top:18px;text-align:center}.auth-switch a{color:#16a34a;font-weight:800}.field-error{color:#b42318;font-size:11px;font-weight:600}.dashboard-head{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:28px}.dashboard-head h1{font-size:28px;line-height:34px;margin:0 0 6px}.dashboard-head p{color:#555f70;font-size:13px;margin:0}.rank-box{grid-gap:8px;align-items:center;display:grid;gap:8px;justify-items:center;min-width:160px;padding-top:3px}.rank-box span{align-items:center;border:1px solid #9de0d0;border-radius:999px;color:#80c9b9;display:inline-flex;font-size:13px;font-weight:700;gap:7px;min-height:39px;padding:0 20px}.rank-box small{color:#7e8797;font-size:12px}.metric-grid{grid-gap:19px;display:grid;gap:19px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:28px}.metric-card{align-items:center;background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;box-shadow:0 1px 2px #10182808;display:flex;justify-content:space-between;min-height:98px;padding:22px}.metric-card span{color:#5f6b7c;display:block;font-size:13px;margin-bottom:9px}.metric-card strong{color:#151a27;display:block;font-size:28px;line-height:30px}.metric-icon{align-items:center;border-radius:6px;display:inline-flex;height:43px;justify-content:center;width:43px}.metric-icon.blue{background:#eef6ff;color:#2563eb}.metric-icon.green{background:#ecfdf3;color:#16a34a}.metric-icon.purple{background:#faf5ff;color:#9333ea}.metric-icon.orange{background:#fff7ed;color:#ea580c}.security-banner{align-items:center;background:#fffdf5;border:2px solid #e9c21c;border:2px solid var(--gold-line);border-radius:8px;box-shadow:0 6px 14px #ca8a041f;display:flex;justify-content:space-between;margin-bottom:28px;min-height:91px;padding:0 20px}.security-copy{align-items:center;display:flex;gap:16px}.security-icon{align-items:center;background:#fffbeb;border-radius:999px;color:#d1a300;display:inline-flex;height:41px;justify-content:center;width:41px}.security-copy strong{display:block;font-size:16px;margin-bottom:7px}.security-copy span{color:#5f6b7c;display:block;font-size:13px}.gold-btn{background:#c98305;border:0;border-radius:6px;box-shadow:0 2px 5px #c9830540;color:#fff;cursor:pointer;font-size:13px;font-weight:800;min-height:43px;padding:0 22px}.chart-grid-section{grid-gap:19px;display:grid;gap:19px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:28px}.chart-card,.form-panel,.quick-actions,.surface-card,.table-wrap{background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;box-shadow:0 1px 2px #10182808}.chart-card{min-height:347px;padding:23px 22px 24px}.chart-card h2,.quick-actions h2,.surface-card h1{font-size:17px;line-height:22px;margin:0}.chart-area{grid-gap:8px;display:grid;gap:8px;grid-template-columns:40px minmax(0,1fr);height:246px;margin-top:17px}.chart-scale{color:#656f80;display:grid;font-size:12px;grid-template-rows:repeat(5,1fr);text-align:right}.chart-grid{background-image:linear-gradient(90deg,#d9dee8 1px,#0000 0),linear-gradient(180deg,#d9dee8 1px,#0000 0);background-size:42px 55px;border-bottom:1px solid #d9dee8;border-left:1px solid #d9dee8;position:relative}.chart-bars{align-items:flex-end;bottom:0;display:flex;gap:4px;left:0;padding:0 8px;position:absolute;right:0;top:0}.chart-bar{background:#16a34a;border-radius:999px 999px 0 0;flex:1 1;min-width:4px;opacity:.86}.zero-line{align-items:center;bottom:-5px;display:flex;justify-content:space-between;left:0;position:absolute;right:0}.zero-line span{background:#fff;border:1px solid #3b82c4;border-radius:999px;height:7px;width:7px}.chart-dates{bottom:-24px;color:#656f80;display:flex;font-size:12px;justify-content:space-between;left:0;position:absolute;right:0}.quick-actions{padding:24px 22px 20px}.quick-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px}.quick-grid a{align-items:center;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:7px;color:#3c4554;display:flex;font-size:13px;font-weight:700;gap:11px;min-height:48px;padding:0 14px}.quick-grid svg{color:#5c45df}.dash-head-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.dash-period{align-items:center;background:#fff;border:1px solid #e7ebf0;border-radius:10px;color:#374151;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:10px 14px;position:relative;transition:border-color .15s ease}.dash-period:hover{border-color:#d1d5db}.dash-period svg{color:#6b7280;flex-shrink:0}.dash-period select{cursor:pointer;inset:0;opacity:0;position:absolute;width:100%}.dash-export-btn{background:#16a34a;font-size:13px;font-weight:600}.dash-export-btn:hover{background:#15803d}.dash-export-btn:disabled{cursor:not-allowed;opacity:.6}.dash-metrics{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:24px}.dash-metric-card{background:#fff;border:1px solid #e7ebf0;border-radius:12px;box-shadow:0 1px 3px #1018280a;padding:18px}.dash-metric-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.dash-metric-card .metric-icon{border-radius:50%;height:34px;width:34px}.dash-metric-label{color:#6b7280;display:block;font-size:12.5px;font-weight:500}.dash-metric-value{color:#111827;font-size:23px;font-weight:700;line-height:1.1;margin-bottom:8px}.dash-trend-line{align-items:center;display:inline-flex;font-size:11.5px;font-weight:600;gap:4px}.dash-trend-line.up{color:#16a34a}.dash-trend-line.down{color:#ef4444}.dash-trend-line.neutral{color:#9ca3af}.dash-row{grid-gap:16px;display:grid;gap:16px;margin-bottom:24px}.dash-row-main{grid-template-columns:1.6fr 1fr 1fr}.dash-row-bottom{grid-template-columns:1.55fr 1fr}.dash-card-head{align-items:center;color:#374151;display:flex;gap:9px;margin-bottom:18px}.dash-card-head h2{color:#374151;font-size:14px;font-weight:600;margin:0}.dash-card-head svg{color:#6b7280}.dash-card-link{color:#16a34a}.dash-card-link,.dash-mini-period{font-size:12px;font-weight:600;margin-left:auto}.dash-mini-period{align-items:center;border:1px solid #e7ebf0;border-radius:8px;color:#6b7280;cursor:pointer;display:inline-flex;gap:6px;padding:5px 10px;position:relative}.dash-mini-period:hover{border-color:#d1d5db}.dash-mini-period select{cursor:pointer;inset:0;opacity:0;position:absolute;width:100%}.dash-line-chart{display:block;height:auto;width:100%}.dash-empty{color:#9ca3af;font-size:13px;margin:8px 0 0;padding:20px 0;text-align:center}.dash-donut{align-items:center;display:flex;gap:20px}.dash-donut-ring{flex-shrink:0;position:relative}.dash-donut-center{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute}.dash-donut-center strong{color:#111827;font-size:26px;line-height:1}.dash-donut-center span{color:#9ca3af;font-size:12px}.dash-donut-legend{grid-gap:9px;display:grid;flex:1 1;gap:9px;min-width:0}.dash-legend-item{align-items:center;display:flex;font-size:13px;gap:8px}.dash-legend-dot{border-radius:3px;flex-shrink:0;height:10px;width:10px}.dash-legend-label{color:#4b5563;flex:1 1}.dash-legend-item strong{color:#111827;font-weight:700}.dash-notice-list{grid-gap:10px;display:grid;gap:10px}.dash-notice-item{align-items:center;border:1px solid #e7ebf0;border-radius:10px;color:#1f2937;display:flex;gap:11px;padding:11px 12px;transition:border-color .15s,background .15s}.dash-notice-item:hover{background:#f8f9fb;border-color:#d1d5db}.dash-notice-ic{align-items:center;border-radius:8px;display:inline-flex;flex-shrink:0;padding:7px}.dash-notice-ic.red{background:#fee2e2;color:#dc2626}.dash-notice-ic.amber{background:#fef3c7;color:#d97706}.dash-notice-ic.green{background:#dcfce7;color:#16a34a}.dash-notice-text{display:flex;flex:1 1;flex-direction:column;min-width:0}.dash-notice-text strong{color:#111827;font-size:13px}.dash-notice-text small{color:#9ca3af;font-size:12px;margin-top:2px}.dash-notice-item>svg:last-child{color:#9ca3af;flex-shrink:0}.dash-table{border-collapse:collapse;width:100%}.dash-table th{border-bottom:1px solid #eef1f5;color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.4px;padding:0 8px 10px;text-align:left;text-transform:uppercase}.dash-table td{border-bottom:1px solid #e7ebf0;color:#1f2937;font-size:13px;padding:12px 8px}.dash-table tbody tr:last-child td,.dash-table tr:last-child td{border-bottom:0}.dash-table .right{font-weight:600;text-align:right}.dash-table .muted-cell{color:#6b7280}.dash-order-id{color:#111827;font-weight:600}.dash-status-badge{border-radius:99px;display:inline-block;font-size:11px;font-weight:600;padding:3px 9px}.dash-top-head{border-bottom:1px solid #eef1f5;color:#9ca3af;display:flex;font-size:11px;font-weight:600;justify-content:space-between;letter-spacing:.4px;padding-bottom:10px;text-transform:uppercase}.dash-top-list{grid-gap:4px;display:grid;gap:4px;list-style:none;margin:0;padding:0}.dash-top-list li{align-items:center;display:flex;gap:12px;padding:10px 4px}.dash-top-list li+li{border-top:1px solid #e7ebf0}.dash-top-thumb{align-items:center;background:#f8f9fb;border:1px solid #e7ebf0;border-radius:8px;color:#9ca3af;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;overflow:hidden;width:34px}.dash-top-thumb img{height:100%;object-fit:cover;width:100%}.dash-top-info{display:flex;flex:1 1;flex-direction:column;min-width:0}.dash-top-info strong{color:#1f2937;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-top-info small{color:#9ca3af;font-size:12px}.dash-top-count{color:#16a34a;font-size:13px;font-weight:700;text-align:right;white-space:nowrap}.dash-footer{align-items:center;border-top:1px solid #e7ebf0;color:#9ca3af;display:flex;font-size:12.5px;justify-content:space-between;margin-top:8px;padding:18px 2px 0}.dash-footer-right{gap:16px}.dash-footer-help,.dash-footer-right{align-items:center;display:inline-flex}.dash-footer-help{color:#16a34a;font-weight:600;gap:5px}.dash-footer-help:hover{color:#15803d}@media (max-width:1100px){.dash-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-row-main{grid-template-columns:1fr 1fr}.dash-row-main>:first-child{grid-column:1/-1}}@media (max-width:860px){.dash-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-row-bottom,.dash-row-main{grid-template-columns:1fr}.dash-footer{align-items:flex-start;gap:8px}.dash-donut,.dash-footer{flex-direction:column}}.surface-card{padding:24px}.muted,.surface-card p{color:#6a7485;color:var(--muted)}.grid{grid-gap:16px;display:grid;gap:16px}.card{background:#fff;background:var(--panel);border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;padding:18px}.metric{font-size:28px;font-weight:700;margin-top:8px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #e7ebf0;border-bottom:1px solid var(--soft-line);padding:12px 14px;text-align:left;white-space:nowrap}th{color:#6a7485;color:var(--muted);font-size:13px}.badge,th{font-weight:700}.badge{border-radius:999px;display:inline-flex;font-size:12px;padding:4px 8px}.badge.ok{background:#def7ec;color:#03543f}.badge.warn{background:#fef3c7;color:#92400e}.btn{align-items:center;background:#16a34a;background:var(--purple);border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;gap:8px;min-height:40px;padding:0 14px}.btn.secondary{background:#e9eef5;color:#121826;color:var(--text)}.form-panel{grid-gap:12px;display:grid;gap:12px;max-width:720px;padding:18px}.field{grid-gap:6px;display:grid;gap:6px}.field label{color:#6a7485;color:var(--muted);font-size:13px;font-weight:700}.field input,.field select,.field textarea{border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;min-height:40px;padding:10px 12px;width:100%}.products-page{padding-top:8px}.products-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.products-head h1{font-size:28px;font-weight:500;line-height:34px;margin:0}.products-title-line{align-items:baseline;display:flex;gap:28px}.products-title-line strong{color:#15151a;font-size:15px;font-weight:500}.products-actions{align-items:center;display:flex;gap:18px}.product-import-btn{align-items:center;background:#0000;border:0;color:#1f1d24;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px}.product-import-btn svg:last-child{transform:rotate(90deg)}.product-new-btn{background:#16a34a;border-radius:4px;min-height:40px;padding:0 24px}.product-tabs{border-bottom:1px solid #e7ebf0;border-bottom:1px solid var(--line);display:flex;gap:38px;margin-bottom:22px}.product-tabs button{background:#0000;border:0;color:#667085;cursor:pointer;font-size:13px;min-height:45px;padding:0 3px;position:relative}.product-tabs button.active{color:#16a34a}.product-tabs button.active:after{background:#16a34a;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.inline-alert{border-radius:7px;box-shadow:0 14px 36px #0f172a29;font-size:13px;font-weight:700;line-height:18px;max-width:min(460px,calc(100vw - 32px));min-width:min(360px,calc(100vw - 32px));padding:15px 18px;position:fixed;right:28px;top:62px;z-index:60}.inline-alert.success{background:#ecfdf5;color:#067647}.inline-alert.error{background:#fef2f2;color:#b42318}.product-toolbar{align-items:center;background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;color:#667085;display:flex;gap:9px;margin-bottom:16px;max-width:360px;min-height:41px;padding:0 12px}.product-toolbar input{border:0;color:#172033;min-width:0;outline:0;width:100%}.products-surface{min-height:292px}.products-table-card{background:#fff;border:1px solid #e7ebf0;border-radius:12px;box-shadow:0 1px 3px #1018280a;padding:26px}.products-table-toolbar{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:108px minmax(220px,300px) 108px minmax(0,1fr);margin-bottom:28px}.products-table-toolbar.customers-toolbar,.products-table-toolbar.sales-toolbar{grid-template-columns:108px minmax(220px,300px) 108px}.product-filter-btn,.product-search-field{align-items:center;background:#fff;border:1px solid #e7ebf0;border-radius:3px;color:#3d3a42;display:flex;gap:8px;min-height:36px;padding:0 14px}.product-filter-btn{cursor:pointer;font-size:13px;justify-content:center}.product-filter-btn svg:last-child{transform:rotate(90deg)}.product-search-field{color:#aaa5ad}.product-search-field input{border:0;color:#201f25;min-width:0;outline:0;width:100%}.product-search-field input::placeholder{color:#b9b4bd}.product-promote-link{align-items:center;color:#211f25;display:inline-flex;font-size:13px;gap:8px;justify-self:end}.products-table-wrap{overflow-x:auto}.products-table{border-collapse:collapse;min-width:900px;width:100%}.products-table th{background:#f8f9fb;color:#6b7280;font-size:11px;font-weight:700;height:44px;letter-spacing:.03em;padding:0 12px;text-align:left;text-transform:uppercase}.products-table td:first-child,.products-table th:first-child{width:40px}.products-table td{border-bottom:1px solid #e7ebf0;color:#1f2937;font-size:13px;height:60px;padding:0 12px;vertical-align:middle}.products-table tbody tr:hover td{background:#fafafa}.products-table input[type=checkbox]{height:18px;width:18px}.product-table-name{align-items:center;display:flex;gap:12px;min-width:0}.product-table-thumb{align-items:center;background:#f8f9fb;border:1px solid #ddd9d1;color:#b0abb4;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.product-table-thumb img{height:100%;object-fit:cover;width:100%}.product-table-name span,.product-table-name strong{display:block}.product-table-name strong{font-size:14px;font-weight:500;line-height:18px}.product-table-name span{color:#77737d;font-size:11px;line-height:16px}.copy-link-btn{align-items:center;background:#f8f9fb;border:1px solid #e7ebf0;border-radius:3px;color:#25222b;cursor:pointer;display:inline-flex;font-size:12px;gap:7px;min-height:32px;padding:0 10px}.product-dot{background:#9ca3af;border-radius:999px;display:inline-block;height:10px;width:10px}.product-dot.active{background:#22c55e}.product-dot.inactive{background:#9ca3af}.product-dot.draft{background:#f59e0b}.sale-client span,.sale-client strong{display:block}.sale-client strong{font-size:13px;font-weight:700}.sale-client span{color:#77737d;font-size:12px;margin-top:4px}.sale-status{border-radius:999px;display:inline-flex;font-size:11px;font-weight:800;padding:5px 9px;white-space:nowrap}.sale-status.ok{background:#dcfce7;color:#15803d}.sale-status.warn{background:#fef3c7;color:#92400e}.sale-status.danger{background:#fee2e2;color:#b42318}.sale-status.neutral{background:#f2f4f7;color:#475467}.sale-details-modal{max-width:920px}.sale-detail-head{align-items:flex-end}.back-link{align-items:center;color:#55525a;display:inline-flex;font-size:12px;font-weight:700;gap:4px;margin-bottom:10px}.sale-details-card{padding:20px}.customer-orders-card,.customer-profile-card{margin-bottom:18px}.customer-profile-head{align-items:center;border-bottom:1px solid #e7ebf0;border-bottom:1px solid var(--soft-line);display:flex;gap:12px;margin-bottom:18px;padding-bottom:18px}.customer-profile-head h2{font-size:20px;margin:0 0 4px}.customer-profile-head p{color:#667085;font-size:13px;margin:0}.customer-avatar{align-items:center;background:#f8f9fb;border:1px solid #e7ebf0;border-radius:999px;color:#1f1d24;display:inline-flex;height:48px;justify-content:center;width:48px}.customer-section-head{border-bottom:1px solid #e7ebf0;border-bottom:1px solid var(--soft-line);margin-bottom:16px;padding-bottom:14px}.customer-section-head h2{font-size:18px;margin:0}.api-key-form{grid-gap:14px;align-items:end;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) auto}.api-key-form label{grid-gap:7px;color:#536072;display:grid;font-size:12px;font-weight:800;gap:7px;text-transform:uppercase}.api-key-form input{border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:5px;color:#172033;min-height:40px;padding:0 12px;text-transform:none}.api-token-box{grid-gap:10px;background:#f8fafc;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:7px;display:grid;gap:10px;margin-top:16px;padding:14px}.api-token-box code{background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:5px;color:#111827;overflow-x:auto;padding:10px}.security-toggle-row{align-items:center;border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:7px;display:flex;justify-content:space-between;margin-bottom:12px;padding:14px}.security-toggle-row small,.security-toggle-row strong{display:block}.security-toggle-row strong{font-size:14px;margin-bottom:4px}.security-toggle-row small{color:#667085;font-size:12px}.security-toggle-row input{accent-color:#16a34a;height:18px;width:18px}.profile-card{padding:22px}.profile-form-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form-grid label{grid-gap:7px;color:#536072;display:grid;font-size:12px;font-weight:800;gap:7px;text-transform:uppercase}.profile-form-grid input,.profile-form-grid select{background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:5px;color:#172033;min-height:41px;padding:0 12px;text-transform:none}.profile-form-grid input:disabled{background:#f8fafc;color:#667085}.settings-page{grid-gap:14px;display:grid;gap:14px}.settings-head{align-items:flex-end;display:flex;justify-content:space-between}.settings-head h1{font-size:24px;font-weight:700;letter-spacing:0;margin:0}.settings-head p{color:#6f6b65;font-size:13px;margin:4px 0 0}.settings-save-btn{align-items:center;background:#16a34a;border:0;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;gap:8px;min-height:34px;padding:0 14px}.settings-tabs{display:flex;gap:2px;overflow-x:auto}.settings-tabs button{align-items:center;background:#edeae4;border:0;border-radius:4px;color:#5d5962;cursor:pointer;display:flex;flex:0 0 auto;min-height:32px;padding:0 16px}.settings-tabs button.active,.settings-tabs button:hover{background:#fff;box-shadow:inset 0 0 0 1px #e7ebf0;color:#1f1824}.settings-tabs span{font-size:12px;font-weight:600;white-space:nowrap}.settings-layout{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:180px minmax(0,1fr)}.settings-options-card{grid-gap:10px;align-self:start;display:grid;gap:10px;max-height:calc(100vh - 150px);overflow-y:auto;position:-webkit-sticky;position:sticky;top:18px}.settings-search{grid-gap:8px;align-items:center;background:#fff;border:1px solid #e7ebf0;border-radius:4px;color:#8a8781;display:grid;gap:8px;grid-template-columns:15px minmax(0,1fr);min-height:32px;padding:0 10px}.settings-search input{border:0;color:#1f2028;min-width:0;outline:0}.settings-search input::placeholder{color:#9a968f}.settings-options-list{grid-gap:3px;display:grid;gap:3px}.settings-options-list button{grid-gap:9px;align-items:center;background:#0000;border:0;border-radius:4px;color:#5d5962;cursor:pointer;display:grid;gap:9px;grid-template-columns:17px minmax(0,1fr);min-height:34px;padding:0 10px;text-align:left}.settings-options-list button.active,.settings-options-list button:hover{background:#ecfdf3;color:#16a34a}.settings-options-list span{font-size:12px;font-weight:600}.settings-no-results{color:#8a8781;font-size:12px;margin:8px 10px}.settings-main{grid-gap:18px;display:grid;gap:18px}.settings-main-title h2{font-size:22px;font-weight:700;margin:0}.settings-main-title p{color:#6f6b65;font-size:13px;margin:6px 0 0}.settings-detail-card{grid-gap:18px;background:#fff;border:1px solid #e7ebf0;border-radius:8px;display:grid;gap:18px;padding:20px}.settings-section-title{align-items:center;display:flex;gap:9px}.settings-section-title h3{font-size:15px;margin:0}.settings-form-card{grid-gap:14px;display:grid;gap:14px}.settings-toggle-row{align-items:center;border:1px solid #e7e4dd;display:flex;justify-content:space-between;min-height:56px;padding:10px 14px}.settings-toggle-row strong{display:block;font-size:13px}.settings-toggle-row small{color:#706c66;display:block;font-size:12px;margin-top:3px}.settings-toggle-row input{accent-color:#16a34a;height:18px;width:18px}.settings-form-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-form-grid label{grid-gap:7px;color:#1f2028;display:grid;font-size:12px;font-weight:600;gap:7px}.settings-form-grid .wide{grid-column:1/-1}.settings-form-grid input{border:1px solid #e7ebf0;border-radius:4px;min-height:34px;padding:0 12px}.settings-empty-state{align-items:center;background:#f8f9fb;color:#5f5a52;display:flex;gap:10px;min-height:62px;padding:0 16px}.settings-empty-state p{font-size:13px;line-height:18px;margin:0}.store-settings-form{grid-gap:18px;display:grid;gap:18px}.settings-form-section{grid-gap:16px;border-top:1px solid #e7e4dd;display:grid;gap:16px;padding-top:18px}.settings-form-section:first-child{border-top:0;padding-top:0}.settings-form-section header h3{font-size:15px;margin:0}.settings-form-section header p{color:#706c66;font-size:13px;line-height:19px;margin:6px 0 0;max-width:760px}.settings-form-grid.single{grid-template-columns:minmax(260px,520px)}.settings-form-grid.address{grid-template-columns:minmax(140px,180px) repeat(2,minmax(0,1fr))}.settings-form-grid label small{color:#706c66;font-size:11px;line-height:15px}.store-icon-row{align-items:center;border:1px solid #e7e4dd;display:flex;justify-content:space-between;min-height:70px;padding:12px 14px}.settings-upload-block>span,.store-icon-row strong{display:block;font-size:13px;font-weight:700}.store-icon-row button{background:#16a34a;border:0;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;margin-top:8px;min-height:30px;padding:0 12px}.store-icon-row>span{color:#706c66;font-size:12px;max-width:160px;text-align:right}.settings-upload-block{grid-gap:8px;display:grid;gap:8px}.settings-upload-block label{align-items:center;border:1px dashed #bbb7ae;border-radius:6px;color:#5f5a52;cursor:pointer;display:grid;justify-items:center;min-height:132px;padding:18px;text-align:center}.settings-upload-block label strong{color:#1f2028;font-size:13px;margin-top:8px}.settings-upload-block label small{color:#706c66;font-size:12px;margin-top:4px}.settings-upload-block input{display:none}.person-type-tabs{display:inline-flex;gap:0;justify-self:start}.person-type-tabs button{background:#fff;border:1px solid #e7ebf0;color:#5d5962;cursor:pointer;font-size:12px;font-weight:800;min-height:34px;padding:0 14px;text-transform:uppercase}.person-type-tabs button+button{border-left:0}.person-type-tabs button.active{background:#16a34a;color:#fff}.sale-details-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.sale-details-grid section{border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:7px;padding:16px}.sale-details-grid .wide{grid-column:1/-1}.sale-details-grid h3{font-size:14px;margin:0 0 14px}.sale-details-grid dl{grid-gap:10px;display:grid;gap:10px;margin:0}.sale-details-grid dl div{align-items:baseline;display:flex;gap:12px;justify-content:space-between}.sale-details-grid dt{color:#667085;font-size:12px}.sale-details-grid dd{color:#1f2937;font-size:13px;font-weight:700;margin:0;text-align:right;word-break:break-word}.sale-address{color:#344054;font-size:13px;line-height:20px;margin:0}.sale-pix-code{border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:7px;color:#344054;font-size:12px;height:96px;padding:10px;resize:vertical;width:100%}.table-actions{align-items:center;display:flex;gap:4px}.table-actions a,.table-actions button{align-items:center;background:#0000;border:0;color:#49454f;cursor:pointer;display:inline-flex;height:30px;justify-content:center;width:30px}.products-pagination{align-items:center;display:flex;gap:18px;justify-content:space-between;padding-top:26px}.products-pagination div button,.products-pagination>button{background:#fff;border:1px solid #e7ebf0;border-radius:3px;color:#211f25;min-height:34px;min-width:34px;padding:0 12px}.products-pagination>button{align-items:center;display:inline-flex;gap:18px;justify-content:center;min-width:120px}.products-pagination>button svg{transform:rotate(90deg)}.products-pagination>span{color:#77737d;flex:1 1;font-size:13px}.products-pagination div{align-items:center;display:flex;gap:26px}.products-pagination div button:disabled{background:#f1f0ed;color:#9a96a0}.products-empty{align-items:center;background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;color:#98a2b3;display:flex;flex-direction:column;justify-content:center;min-height:292px;padding:36px 20px;text-align:center}.products-empty strong{color:#172033;font-size:16px;margin-top:15px}.products-empty span{color:#667085;font-size:14px;margin:12px 0 22px}.product-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-list{grid-gap:12px;display:grid;gap:12px}.product-card{background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;box-shadow:0 1px 2px #10182808;display:grid;grid-template-columns:128px minmax(0,1fr);overflow:hidden}.product-list .product-card{grid-template-columns:96px minmax(0,1fr)}.product-media{align-items:center;background:#f2f5fa;color:#98a2b3;display:flex;justify-content:center;min-height:154px;overflow:hidden}.product-list .product-media{min-height:128px}.product-media img{height:100%;object-fit:cover;width:100%}.product-card-body{grid-gap:13px;display:grid;gap:13px;padding:16px}.product-title-row{align-items:flex-start;display:flex;gap:14px;justify-content:space-between}.product-title-row h2{font-size:16px;line-height:21px;margin:0 0 5px}.product-title-row p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#667085;display:-webkit-box;font-size:13px;line-height:18px;margin:0;overflow:hidden}.product-status{border-radius:999px;flex:0 0 auto;font-size:12px;font-weight:800;padding:5px 9px}.product-status.active{background:#dcfce7;color:#166534}.product-status.inactive{background:#f1f5f9;color:#475569}.product-status.draft{background:#fef3c7;color:#92400e}.product-facts{display:flex;flex-wrap:wrap;gap:8px}.product-facts span{background:#f8fafc;border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:999px;color:#455164;font-size:12px;font-weight:700;padding:6px 9px}.checkout-link-row{align-items:center;background:#f8fafc;border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:7px;display:flex;gap:8px;min-height:38px;padding:0 8px 0 12px}.checkout-link-row code{color:#4b5565;flex:1 1;font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-link-row button,.modal-head button{align-items:center;background:#0000;border:0;color:#000;cursor:pointer;display:inline-flex;height:30px;justify-content:center;width:30px}.product-card-actions{display:flex;flex-wrap:wrap;gap:8px}.soft-btn{align-items:center;background:#eef2ff;border:0;border-radius:7px;color:#4338ca;cursor:pointer;display:inline-flex;font-size:13px;font-weight:800;gap:7px;min-height:36px;padding:0 12px}.soft-btn.danger{background:#fef2f2;color:#b42318}.modal-backdrop{align-items:flex-start;background:#0f172a6b;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:32px 16px;position:fixed;right:0;top:0;z-index:40}.product-modal{background:#fff;border-radius:8px;box-shadow:0 24px 60px #0f172a3d;max-width:820px;padding:22px;width:100%}.modal-head{align-items:flex-start;border-bottom:1px solid #e7ebf0;border-bottom:1px solid var(--soft-line);display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.modal-head h2{font-size:20px;line-height:25px;margin:0 0 6px}.modal-head p{color:#667085;font-size:13px;margin:0}.modal-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.modal-grid .field{color:#536072;font-size:12px;font-weight:800;text-transform:uppercase}.modal-grid .field input,.modal-grid .field select,.modal-grid .field textarea{margin-top:7px;text-transform:none}.modal-grid .wide{grid-column:1/-1}.modal-section-title{border-top:1px solid #e7ebf0;border-top:1px solid var(--soft-line);color:#172033;font-size:13px;font-weight:900;margin:20px 0 14px;padding-top:18px;text-transform:uppercase}.check-field{align-items:center;color:#455164;display:flex;font-size:13px;font-weight:800;gap:9px;min-height:40px}.check-field input{accent-color:#16a34a;height:16px;width:16px}.product-logo-preview{align-items:center;background:#fff;border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:6px;display:flex;justify-content:center;min-height:82px;padding:12px}.product-logo-preview img{max-height:58px;max-width:180px;object-fit:contain}.theme-product-picker{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.theme-product-option{grid-gap:10px;align-items:center;background:#fff;border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:6px;cursor:pointer;display:grid;gap:10px;grid-template-columns:auto 44px 1fr;min-height:68px;padding:10px}.theme-product-option input{accent-color:#16a34a}.theme-product-option>span{background:#f3f4f6;border-radius:4px;display:grid;height:44px;overflow:hidden;place-items:center;width:44px}.theme-product-option img{height:100%;object-fit:cover;width:100%}.theme-product-option strong{color:#172033;font-size:13px}.modal-actions{border-top:1px solid #e7ebf0;border-top:1px solid var(--soft-line);display:flex;gap:10px;justify-content:flex-end;margin-top:22px;padding-top:18px}.modal-backdrop.product-wizard-backdrop{align-items:center;overflow:hidden;overscroll-behavior:contain;padding:clamp(12px,3vh,28px) 16px;z-index:1000}body.product-wizard-open,body.product-wizard-open .main-content,body.product-wizard-open .workspace{overflow:hidden}.product-modal--wizard{border:1px solid #e1e8e4;border-radius:16px;display:flex;flex-direction:column;max-height:min(880px,calc(100dvh - 48px));max-width:940px;overflow:hidden;padding:0}.product-modal--wizard .modal-head{align-items:center;background:#fff;flex:0 0 auto;margin:0;padding:20px 24px}.product-modal--wizard .modal-head h2{color:#17231c;font-size:20px;margin:3px 0 4px}.product-wizard-eyebrow{color:#159447;font-size:9px;font-weight:850;letter-spacing:.85px;text-transform:uppercase}.product-wizard-close{align-items:center;background:#f4f7f5!important;border:1px solid #e1e8e4!important;border-radius:8px;color:#5d6b63!important;display:flex;height:34px!important;justify-content:center;width:34px!important}.product-wizard-close:hover{background:#eaf2ed!important;color:#17231c!important}.product-stepper{background:#f8faf9;border-bottom:1px solid #e1e8e4;display:grid;flex:0 0 auto;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 24px}.product-step{align-items:center;background:#0000;border:0;border-bottom:2px solid #0000;color:#829087;display:flex;gap:10px;min-height:72px;padding:0 10px;text-align:left}.product-step:not(:disabled){cursor:pointer}.product-step:disabled{cursor:default;opacity:.62}.product-step.is-active{border-bottom-color:#16a34a;color:#172a1f}.product-step.is-complete{color:#168442}.product-step-icon{align-items:center;background:#edf2ef;border:1px solid #e0e7e3;border-radius:9px;display:flex;flex:0 0 auto;height:36px;justify-content:center;width:36px}.product-step.is-active .product-step-icon{background:#dcfce7;border-color:#b6efca;color:#16a34a}.product-step.is-complete .product-step-icon{background:#16a34a;border-color:#16a34a;color:#fff}.product-step>span:last-child{display:flex;flex-direction:column;min-width:0}.product-step strong{font-size:11px}.product-step small,.product-step strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-step small{font-size:9px;font-weight:500;margin-top:3px}.product-modal--wizard .product-wizard-error{margin:16px 24px 0!important}.product-wizard-body{grid-gap:17px 20px;display:grid;flex:1 1 auto;gap:17px 20px;grid-template-columns:repeat(2,minmax(0,1fr));min-height:clamp(260px,44dvh,410px);overflow-y:auto;padding:24px;scrollbar-gutter:stable}.product-wizard-body input:focus,.product-wizard-body select:focus,.product-wizard-body textarea:focus{border-color:#52bd76!important;box-shadow:0 0 0 3px #16a34a1a}.product-step-heading{align-items:center;display:flex;gap:12px;grid-column:1/-1}.product-step-heading>span{align-items:center;background:#e9f9ef;border:1px solid #d2efdc;border-radius:10px;color:#16a34a;display:flex;height:42px;justify-content:center;width:42px}.product-step-heading h3{color:#17231c;font-size:15px;margin:0 0 4px}.product-step-heading p{color:#7b8880;font-size:11px;margin:0}.product-shipping-options{grid-gap:9px;display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-review-card{grid-gap:14px;align-items:center;background:#f8fbf9;border:1px solid #dce8e0;border-radius:12px;display:grid;gap:14px;grid-column:1/-1;grid-template-columns:auto minmax(0,1fr) auto;padding:16px}.product-review-image{align-items:center;background:#eaf1ed;border-radius:9px;color:#8a9a91;display:flex;height:66px;justify-content:center;overflow:hidden;width:66px}.product-review-image img{height:100%;object-fit:cover;width:100%}.product-review-main{display:flex;flex-direction:column;min-width:0}.product-review-main>span{color:#159447;font-size:9px;font-weight:800;text-transform:uppercase}.product-review-main>strong{color:#1d2b22;font-size:15px;margin:5px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-review-main>small{color:#839087;font-size:10px}.product-review-price{align-items:flex-end;display:flex;flex-direction:column}.product-review-price small{color:#98a39d;font-size:10px;text-decoration:line-through}.product-review-price strong{color:#12813b;font-size:18px;margin-top:3px}.product-review-details{grid-gap:12px;border-top:1px solid #e1e9e4;display:grid;gap:12px;grid-column:1/-1;grid-template-columns:repeat(4,1fr);padding-top:13px}.product-review-details span{display:flex;flex-direction:column;gap:3px}.product-review-details small{color:#8b978f;font-size:9px}.product-review-details strong{color:#39493f;font-size:11px}.product-modal--wizard .product-wizard-actions{align-items:center;background:#fff;bottom:0;display:grid;flex:0 0 auto;grid-template-columns:1fr auto 1fr;margin:0;padding:16px 24px;position:relative;z-index:4}.product-wizard-actions>span{color:#89958e;font-size:10px;font-weight:650}.product-wizard-actions>button:last-child{justify-self:end;min-width:145px}.product-wizard-actions>div{justify-self:start}@media (max-width:760px){.modal-backdrop{padding:10px}.modal-backdrop.product-wizard-backdrop{align-items:stretch;overflow:hidden;padding:0}.product-modal--wizard{border:0;border-radius:0;max-height:100dvh;max-width:none}.product-modal--wizard .modal-head{padding:17px 18px}.product-stepper{padding:0 10px}.product-step{justify-content:center;min-height:60px;padding:0 5px}.product-step>span:last-child{display:none}.product-step-icon{height:34px;width:34px}.product-wizard-body{grid-template-columns:1fr;min-height:0;padding:18px}.product-wizard-body>label{grid-column:1!important}.product-shipping-options{grid-template-columns:1fr}.product-review-card{grid-template-columns:auto minmax(0,1fr)}.product-review-price{align-items:flex-start;grid-column:2}.product-review-details{grid-template-columns:repeat(2,1fr)}.product-modal--wizard .product-wizard-actions{gap:10px;grid-template-columns:1fr 1fr;padding:13px 18px}.product-wizard-actions>span{display:none}.product-wizard-actions>button:last-child,.product-wizard-actions>div,.product-wizard-actions>div .btn{justify-self:stretch;width:100%}}.product-wizard{margin:0 auto;max-width:760px;padding-top:8px}.wizard-head{margin-bottom:16px}.wizard-head h1{font-size:28px;line-height:34px;margin:0 0 8px}.wizard-head p{color:#5f6b7c;font-size:13px;margin:0}.wizard-kind{display:flex;gap:10px;margin-bottom:20px}.wizard-kind button{align-items:center;background:#eef2f7;border:1px solid #e4e9f0;border-radius:7px;color:#344054;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;gap:9px;min-height:40px;padding:0 17px}.wizard-kind button.active{background:#16a34a;border-color:#16a34a;box-shadow:0 2px 5px #16a34a40;color:#fff}.wizard-progress{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:8px}.wizard-progress span{background:#e4e9f0;border-radius:999px;height:7px}.wizard-progress span.active{background:#16a34a}.wizard-step-label{color:#667085;font-size:12px;margin-bottom:28px}.wizard-card{background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:8px;box-shadow:0 1px 2px #10182808;padding:31px}.wizard-fields{grid-gap:20px 16px;display:grid;gap:20px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-fields .wide{grid-column:1/-1}.wizard-fields .field{color:#344054;font-size:13px;font-weight:800}.wizard-fields .field input,.wizard-fields .field select,.wizard-fields .field textarea{background:#fff;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:7px;color:#172033;margin-top:9px;min-height:45px;outline:none;padding:0 13px}.wizard-fields .field textarea{padding:12px 13px;resize:vertical}.wizard-fields .field input:focus,.wizard-fields .field select:focus,.wizard-fields .field textarea:focus{border-color:#5b4cf0;box-shadow:0 0 0 3px #5b4cf01a}.input-with-icon{align-items:center;border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:7px;color:#98a2b3;display:flex;gap:9px;margin-top:9px;min-height:45px;padding:0 13px}.input-with-icon input{border:0!important;box-shadow:none!important;margin:0!important;min-height:43px!important;padding:0!important}.upload-zone{align-items:center;border:1px dashed #bfc8d6;border-radius:8px;color:#98a2b3;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin-top:9px;min-height:132px;overflow:hidden;position:relative;text-align:center}.upload-zone.banner{min-height:118px}.upload-zone strong{color:#000;font-size:13px;margin-top:10px}.upload-zone span{color:#667085;font-size:13px;margin-left:4px}.upload-zone small{color:#98a2b3;font-size:12px;margin-top:4px}.upload-zone input{cursor:pointer;inset:0;opacity:0;position:absolute}.upload-status{color:#000;display:block;font-size:12px;font-weight:800;margin-top:7px}.upload-status.success{color:#067647}.wizard-preview{grid-gap:12px;align-items:center;background:#f8fafc;border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:8px;display:grid;gap:12px;grid-template-columns:86px minmax(0,1fr);padding:12px}.wizard-preview img{border-radius:7px;height:64px;object-fit:cover;width:86px}.wizard-preview.banner{grid-template-columns:180px minmax(0,1fr)}.wizard-preview.banner img{height:72px;width:180px}.wizard-preview input{border:1px solid #e7ebf0;border:1px solid var(--line);border-radius:7px;min-height:40px;padding:0 11px;width:100%}.wizard-preview span{color:#667085;font-size:13px;font-weight:800}.wizard-review{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-review div{background:#f8fafc;border:1px solid #e7ebf0;border:1px solid var(--soft-line);border-radius:8px;padding:14px}.wizard-review span{color:#667085;display:block;font-size:12px;font-weight:800;margin-bottom:7px}.wizard-review strong{color:#172033;display:block;font-size:14px;overflow-wrap:anywhere}.wizard-actions{align-items:center;display:flex;justify-content:space-between;margin-top:28px}.hamburger-btn{align-items:center;background:none;border:none;border-radius:4px;color:#f7f3ed;cursor:pointer;display:none;flex-shrink:0;justify-content:center;padding:4px}.sidebar-overlay{background:#00000073;display:none;inset:0;position:fixed;z-index:99}.sidebar-close-btn{align-items:center;background:none;border:none;color:#71717a;cursor:pointer;display:none;justify-content:flex-end;padding:10px 12px 4px;width:100%}.profile-chip-text{display:flex;flex-direction:column}@media (min-width:861px){.app-shell--menu-expanded{grid-template-columns:224px minmax(0,1fr)}.side-panel--expanded{box-shadow:10px 0 26px #0f172a12;width:224px}.side-panel--expanded .side-brand{justify-content:flex-start;padding-left:10px}.side-panel--expanded .side-nav{gap:3px}.side-panel--expanded .side-account,.side-panel--expanded .side-nav a,.side-panel--expanded .side-nav-parent,.side-panel--expanded .side-sales-channel a{color:#52635b;gap:11px;justify-content:flex-start;padding:0 11px}.side-panel--expanded .side-account.active,.side-panel--expanded .side-account:hover,.side-panel--expanded .side-nav a.active,.side-panel--expanded .side-nav a:hover,.side-panel--expanded .side-nav-parent.active,.side-panel--expanded .side-nav-parent:hover,.side-panel--expanded .side-sales-channel a.active,.side-panel--expanded .side-sales-channel a:hover{color:#087443}.side-panel--expanded .side-account>svg,.side-panel--expanded .side-nav a>svg,.side-panel--expanded .side-nav-parent>svg,.side-panel--expanded .side-sales-channel a>svg{color:#71877c;flex:0 0 auto}.side-panel--expanded .side-account.active>svg,.side-panel--expanded .side-account:hover>svg,.side-panel--expanded .side-nav a.active>svg,.side-panel--expanded .side-nav a:hover>svg,.side-panel--expanded .side-nav-parent.active>svg,.side-panel--expanded .side-nav-parent:hover>svg,.side-panel--expanded .side-sales-channel a.active>svg,.side-panel--expanded .side-sales-channel a:hover>svg{color:#71877c}.side-panel--expanded>.side-bottom .side-nav-label,.side-panel--expanded>.side-nav .side-nav-label,.side-panel--expanded>.side-sales-channel .side-nav-label{display:inline;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-panel--expanded .side-nav-parent svg:last-child{display:block;margin-left:auto}.side-panel--expanded .side-sales-channel>span{color:#7b8d84;display:block;font-size:10px;font-weight:800;letter-spacing:.6px;padding:0 11px 5px;text-transform:uppercase}.side-panel--expanded .side-nav-ext{display:inline-flex;margin-left:auto}.side-panel--expanded .side-subnav{background:#0000;border:0;border-radius:0;box-shadow:none;left:auto;min-width:0;padding:2px 0 4px 34px;position:static}.side-panel--expanded .side-subnav a{min-height:31px;padding:4px 9px}.side-panel--expanded .side-account:after,.side-panel--expanded .side-nav-parent:after,.side-panel--expanded .side-nav>.side-nav-group>a:after,.side-panel--expanded .side-nav>a:after,.side-panel--expanded .side-sales-channel a:after,.side-panel:not(.side-panel--expanded) .side-subnav{display:none}}@media (max-width:860px){.app-shell{grid-template-columns:1fr;grid-template-rows:46px minmax(0,1fr)}.topbar{gap:10px;grid-column:1/-1;grid-template-columns:auto minmax(0,1fr) auto}.topbar-mid{grid-column:2;justify-content:flex-start}.topbar-actions{grid-column:3}.hamburger-btn{display:flex}.side-panel{box-shadow:none;grid-column:unset;grid-row:unset;height:calc(100vh - 46px);left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:46px;transform:translateX(-100%);transition:transform .24s ease;width:240px;z-index:100}.side-panel--open{box-shadow:4px 0 24px #0000002e;transform:translateX(0)}.side-nav{gap:3px;overflow:visible;padding:52px 10px 12px}.side-account,.side-nav a,.side-nav-parent,.side-sales-channel a{gap:11px;height:auto;justify-content:flex-start;min-height:38px;padding:0 11px}.side-panel>.side-bottom .side-nav-label,.side-panel>.side-nav .side-nav-label,.side-panel>.side-sales-channel .side-nav-label{display:inline}.side-nav-parent svg:last-child{display:block;margin-left:auto}.side-subnav{background:#0000;border:0;border-radius:0;box-shadow:none;left:auto;min-width:0;padding:2px 0 4px 34px;position:static}.side-subnav a{min-height:31px;padding:4px 9px}.side-sales-channel{padding-top:13px}.side-sales-channel>span{color:#71857a;display:block;font-size:10px;font-weight:800;letter-spacing:.6px;padding:0 11px 5px;text-transform:uppercase}.side-panel .side-nav-ext{display:inline-flex;margin-left:auto}.side-account:after,.side-nav-parent:after,.side-nav>.side-nav-group>a:after,.side-nav>a:after,.side-sales-channel a:after{display:none}.sidebar-overlay{display:block}.sidebar-close-btn{color:#52635b;display:flex;position:absolute;right:4px;top:8px;width:auto;z-index:2}.main-content{grid-column:1;grid-row:2}.auth-shell,.chart-grid-section,.metric-grid,.quick-grid,.settings-layout{grid-template-columns:1fr}.auth-shell{max-width:540px;min-height:auto}.auth-showcase{display:none}.auth-form-panel{padding:48px 52px}.auth-form-panel .auth-logo{display:block}}@media (max-width:640px){.topbar{gap:8px;grid-template-columns:auto minmax(0,1fr) auto;min-height:46px;padding:0 10px}.topbar-brand-logo{height:34px}.topbar-search-wrap{display:none}.topbar-mid{min-width:34px}.main-content{padding:16px 12px}.dashboard-head,.products-head,.security-banner{align-items:flex-start;flex-direction:column;gap:14px}.dashboard-head h1,.products-head h1{font-size:20px}.products-actions{display:flex;gap:8px;width:100%}.metric-grid{grid-template-columns:1fr 1fr}.auth-page{padding:16px}.auth-shell{border-radius:18px}.auth-form-panel{padding:32px 24px}.auth-page>.auth-card{padding:28px 22px}.auth-logo{height:42px;margin-bottom:28px}.auth-shopify-logo{height:62px}.auth-heading h1{font-size:27px}.auth-form{margin-top:26px}.modal-actions{flex-direction:column-reverse;width:100%}.modal-actions .btn{justify-content:center;width:100%}}@keyframes spin{to{transform:rotate(1turn)}}.spin{animation:spin .8s linear infinite}.auth-divider{align-items:center;color:#a1a1aa;display:flex;font-size:12px;gap:12px;margin:4px 0}.auth-divider:after,.auth-divider:before{background:#e4e4e7;content:"";flex:1 1;height:1px}.page-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.page-head h1{color:#111827;font-size:26px;font-weight:700;line-height:32px;margin:0 0 4px}.page-head p{color:#6b7280;font-size:13px;margin:0}.page-head-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.btn.outline{background:#fff;border:1px solid #d1d5db;color:#374151;font-size:13px;font-weight:600}.btn.outline:hover{background:#f8f9fb}.btn.green{background:#16a34a;font-size:13px;font-weight:600}.btn.green:hover{background:#15803d}.page-tabs{border-bottom:1px solid #e7ebf0;display:flex;gap:4px;margin-bottom:18px;overflow-x:auto}.page-tab{align-items:center;background:#0000;border:0;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:7px;margin-bottom:-1px;padding:10px 14px;white-space:nowrap}.page-tab:hover{color:#111827}.page-tab.active{border-bottom-color:#16a34a;color:#16a34a;font-weight:600}.page-tab-count{background:#f3f4f6;border-radius:999px;color:#6b7280;font-size:11px;font-weight:700;padding:1px 7px}.page-tab.active .page-tab-count{background:#dcfce7;color:#16a34a}.page-tab-count.alert{background:#fee2e2;color:#dc2626}.kebab-btn{align-items:center;background:#0000;border:0;border-radius:6px;color:#9ca3af;cursor:pointer;display:inline-flex;height:30px;justify-content:center;width:30px}.kebab-btn:hover{background:#f3f4f6;color:#374151}.product-variants-section{background:#f8fafc;border:1px solid #e7ebf0;border-radius:10px;grid-column:1/-1;overflow:hidden}.product-variants-head{align-items:center;background:#fff;border-bottom:1px solid #e7ebf0;display:flex;gap:16px;justify-content:space-between;padding:16px}.product-variants-head>div{display:flex;flex-direction:column;gap:3px}.product-variants-head strong{color:#111827;font-size:13px}.product-variants-head span{color:#6b7280;font-size:11px}.product-variants-empty{align-items:center;color:#9ca3af;display:flex;font-size:12px;gap:8px;justify-content:center;min-height:76px}.product-variants-list{display:flex;flex-direction:column;gap:12px;padding:12px}.product-variant-card{background:#fff;border:1px solid #dde3ea;border-radius:9px;overflow:hidden}.product-variant-card-head{align-items:center;background:#fbfcfd;border-bottom:1px solid #eef1f4;display:flex;justify-content:space-between;min-height:40px;padding:0 12px}.product-variant-card-head strong{color:#374151;font-size:12px}.product-variant-card-head button{align-items:center;background:#0000;border:0;border-radius:6px;color:#9ca3af;cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;width:28px}.product-variant-card-head button:hover{background:#fef2f2;color:#dc2626}.product-variant-content{grid-gap:16px;display:grid;gap:16px;grid-template-columns:112px minmax(0,1fr);padding:14px}.product-variant-image{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:9px;color:#94a3b8;cursor:pointer;display:flex;flex-direction:column;gap:6px;height:112px;justify-content:center;overflow:hidden;position:relative;width:112px}.product-variant-image img{height:100%;object-fit:cover;width:100%}.product-variant-image>span:not(.product-variant-image-change){font-size:11px;font-weight:600}.product-variant-image input{display:none}.product-variant-image-change{background:#111827c7;border-radius:5px;bottom:5px;color:#fff;font-size:10px;font-weight:700;left:5px;padding:5px;position:absolute;right:5px;text-align:center}.product-variant-fields{grid-gap:12px 14px;display:grid;gap:12px 14px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:640px){.product-variants-head{align-items:stretch;flex-direction:column}.product-variants-head .btn{justify-content:center;width:100%}.product-variant-content{grid-template-columns:1fr}.product-variant-image{height:150px;width:100%}.product-variant-fields{grid-template-columns:1fr}}