.seller-layout{max-width:1400px;margin:0 auto;padding:16px}@media(min-width:768px){.seller-layout{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:24px 20px;align-items:start}}@media(min-width:1024px){.seller-layout{grid-template-columns:260px 1fr;gap:24px;padding:30px 24px}}:root{--seller-sidebar-width: 280px}.seller-sidebar{position:fixed;top:0;right:0;left:auto;width:var(--seller-sidebar-width);max-width:85vw;height:100vh;height:100dvh;z-index:1000;background:#fff;transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .3s ease,visibility .3s ease;overflow-y:auto;padding:16px;box-shadow:-4px 0 20px #0000001f}.seller-sidebar.open{transform:translate(0);visibility:visible;pointer-events:auto}.seller-sidebar-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 12px #0000000f}@media(min-width:768px){.seller-sidebar{position:sticky;top:16px;height:fit-content;max-height:calc(100vh - 32px);width:auto;max-width:none;right:auto;left:auto;transform:none;visibility:visible;pointer-events:auto;z-index:auto;box-shadow:none;padding:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.seller-sidebar::-webkit-scrollbar{width:5px}.seller-sidebar::-webkit-scrollbar-track{background:transparent}.seller-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.seller-sidebar-card{padding:14px}}.seller-sidebar-overlay{display:none;position:fixed;inset:0;background:#00000073;z-index:999}.seller-sidebar-overlay.open{display:block}@media(min-width:768px){.seller-sidebar-overlay{display:none!important}}.seller-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e8f0;margin:-16px -16px 16px;position:sticky;top:0;z-index:100}@media(min-width:768px){.seller-mobile-header{display:none}}.seller-mobile-header .logo{font-size:18px;font-weight:800;color:#0b7077;display:flex;align-items:center;gap:8px}.seller-mobile-header .menu-toggle{width:40px;height:40px;border:none;background:#f1f5f9;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;padding:8px}.seller-mobile-header .menu-toggle span{display:block;width:20px;height:2px;background:#475569;border-radius:2px;transition:transform .2s,opacity .2s}.seller-mobile-header .menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.seller-mobile-header .menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.seller-mobile-header .menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.seller-sidebar-close{display:flex;justify-content:flex-end;margin-bottom:10px}@media(min-width:768px){.seller-sidebar-close{display:none}}.seller-sidebar-close button{width:36px;height:36px;border:none;background:#f1f5f9;border-radius:50%;cursor:pointer;font-size:16px;color:#475569}.seller-nav{display:flex;flex-direction:column;gap:2px}.seller-nav a{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;color:#475569;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;margin-bottom:2px}.seller-nav a:hover,.seller-nav a.active{background:#f0fdfa;color:#14b8a6}.seller-nav a i{width:18px;text-align:center;font-size:14px}.seller-nav .nav-section{font-size:9px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;padding:10px 10px 4px}.seller-content{min-height:70vh;width:100%}@media(max-width:767px){.seller-content{max-width:100vw;overflow-x:hidden}}@media(max-width:767px){.seller-content [style*="display:grid"],.seller-content [style*="display: grid"],.seller-content [style*="grid-template-columns:repeat(4"],.seller-content [style*="grid-template-columns: repeat(4"],.seller-content [style*="grid-template-columns:repeat(3"],.seller-content [style*="grid-template-columns: repeat(3"],.seller-content [style*="grid-template-columns:2fr 1fr"],.seller-content [style*="grid-template-columns: 2fr 1fr"],.seller-content [style*="grid-template-columns:repeat(2"],.seller-content [style*="grid-template-columns: repeat(2"]{grid-template-columns:1fr!important}}@media(min-width:768px)and (max-width:1023px){.seller-content [style*="grid-template-columns:repeat(4"],.seller-content [style*="grid-template-columns: repeat(4"],.seller-content [style*="grid-template-columns:repeat(3"],.seller-content [style*="grid-template-columns: repeat(3"]{grid-template-columns:repeat(2,1fr)!important}}.seller-content table{width:100%;border-collapse:collapse}@media(max-width:767px){.seller-content table,.seller-content thead,.seller-content tbody,.seller-content th,.seller-content td,.seller-content tr{display:block}.seller-content thead tr{position:absolute;top:-9999px;left:-9999px}.seller-content tr{margin-bottom:12px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;padding:12px;border:1px solid #e2e8f0}.seller-content td{border:none;position:relative;padding-left:45%;padding-top:10px;padding-bottom:10px;min-height:44px;display:flex;align-items:center}.seller-content td:before{content:attr(data-label);position:absolute;left:12px;width:40%;font-weight:700;font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.seller-content td:first-child{padding-left:12px}.seller-content td:first-child:before{display:none}.seller-content .table-responsive,.seller-content table{display:block;overflow-x:auto;white-space:nowrap}}.seller-content .table-wrapper,.seller-content div:has(>table){overflow-x:auto;-webkit-overflow-scrolling:touch}.seller-content input,.seller-content select,.seller-content textarea,.seller-content .form-control{width:100%;max-width:100%}@media(max-width:767px){.seller-content input,.seller-content select,.seller-content textarea,.seller-content .form-control{font-size:16px;padding:10px 12px}.seller-content button,.seller-content a[href]{min-height:44px}.seller-content .vp-row,.seller-content .vp-row-3,.seller-content .vp-row-4,.seller-content .vp-row-5,.seller-content .vp-row-6,.seller-content .unit-row,.seller-content .attribute-row,.seller-content .bulk-row{grid-template-columns:1fr!important;gap:12px}}.seller-content [style*="grid-template-columns:repeat(3,1fr)"]>div,.seller-content [style*="grid-template-columns: repeat(3, 1fr)"]>div,.seller-content [style*="grid-template-columns:repeat(4,1fr)"]>div,.seller-content [style*="grid-template-columns: repeat(4, 1fr)"]>div{min-width:0}.seller-content h2,.seller-content .vp-title{font-size:clamp(20px,5vw,26px);line-height:1.25}@media(max-width:767px){.seller-content [style*="display:flex"][style*="justify-content:space-between"]{flex-direction:column;align-items:flex-start!important;gap:12px}.seller-content [style*="display:flex"][style*="justify-content:space-between"]>a,.seller-content [style*="display:flex"][style*="justify-content:space-between"]>button,.seller-content [style*="display:flex"][style*="justify-content:space-between"]>div{margin-left:0!important;width:100%}}@media(max-width:767px){.seller-content .seller-card,.seller-content .vp-card,.seller-content [style*="border-radius:14px"][style*="background:#fff"],.seller-content [style*="border-radius: 14px"][style*="background: white"]{padding:16px!important;border-radius:12px!important}.seller-content .vp-grid,.seller-content [style*="grid-template-columns:2fr 1fr"]{grid-template-columns:1fr!important}.seller-content .vp-sticky{position:static!important}}@media(max-width:767px){.seller-content [style*="display:flex"][style*="align-items:center"]{flex-wrap:wrap;gap:10px}.seller-content [style*="margin-left:auto"]{margin-left:0!important;width:100%}}.seller-content .pagination{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}@media(max-width:767px){.hide-mobile{display:none!important}.full-width-mobile{width:100%!important}.text-center-mobile{text-align:center!important}}@media(min-width:768px){.hide-desktop{display:none!important}}@media(max-width:767px){.seller-content{word-wrap:break-word;overflow-wrap:break-word}.seller-content img{max-width:100%;height:auto}}@media(min-width:768px)and (max-width:1023px){.seller-sidebar-card{padding:12px}.seller-sidebar{font-size:13px}}.seller-content a:focus-visible,.seller-content button:focus-visible,.seller-content input:focus-visible,.seller-content select:focus-visible,.seller-content textarea:focus-visible{outline:2px solid #14b8a6;outline-offset:2px}@media print{.seller-mobile-header,.seller-sidebar,.seller-sidebar-overlay,.seller-mobile-header .menu-toggle{display:none!important}.seller-content{margin-left:0!important;width:100%!important}}@keyframes pulse{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.08);opacity:1}to{transform:scale(.95);opacity:.8}}.seller-top-bar a:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0d948826}.seller-nav a.active{background:#f0fdfa!important;color:#0d9488!important;font-weight:800!important;border-left:3px solid #0d9488!important}
