:root{--pmv-purple:#2f2483;--pmv-purple2:#4f35d8;--pmv-orange:#f97316;--pmv-bg:#f6f7fb;--pmv-text:#16182f;--pmv-muted:#777b91;--pmv-border:#e8e9f1;--pmv-card:#fff;--pmv-radius:22px}*{box-sizing:border-box}.pmv-app{min-height:100vh;background:var(--pmv-bg);color:var(--pmv-text);font-family:inherit;display:grid;grid-template-columns:260px 1fr}.pmv-sprite{display:none}.pmv-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pmv-sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#21156e,#34248f);color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:30}.pmv-brand{display:flex;align-items:center;gap:12px;padding:0 8px 22px}.pmv-brand img{width:82px;height:auto;filter:brightness(0) invert(1)}.pmv-brand span{font-size:13px;opacity:.75}.pmv-profile-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:18px;padding:12px;display:flex;align-items:center;gap:11px;text-align:right;cursor:pointer}.pmv-profile-card:hover{border-color:var(--pmv-orange)}.pmv-profile-card img{width:46px;height:46px;border-radius:50%;object-fit:cover}.pmv-profile-card span{display:flex;flex-direction:column;gap:4px}.pmv-profile-card small{opacity:.72;font-size:11px}.pmv-sidebar nav{display:flex;flex-direction:column;gap:6px;margin-top:18px}.pmv-nav,.pmv-logout{border:0;background:transparent;color:#e8e5ff;border-radius:14px;padding:12px 13px;display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer;text-align:right;font:inherit}.pmv-nav span,.pmv-logout span{flex:1}.pmv-nav em{font-style:normal;background:rgba(255,255,255,.12);min-width:22px;height:22px;border-radius:99px;display:grid;place-items:center;font-size:11px}.pmv-nav:hover,.pmv-nav.is-active,.pmv-logout:hover{background:var(--pmv-orange);color:#fff;transform:translateX(-2px)}.pmv-logout{margin-top:auto}.pmv-main{padding:28px 30px 80px;min-width:0}.pmv-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.pmv-topbar small{color:var(--pmv-muted)}.pmv-topbar h1{font-size:26px;margin:5px 0 0}.pmv-top-actions{display:flex;gap:9px}.pmv-bell,.pmv-avatar-btn{width:46px;height:46px;border:1px solid var(--pmv-border);background:#fff;border-radius:15px;display:grid;place-items:center;position:relative;cursor:pointer}.pmv-bell:hover,.pmv-avatar-btn:hover{border-color:var(--pmv-orange);color:var(--pmv-orange)}.pmv-avatar-btn img{width:36px;height:36px;border-radius:12px;object-fit:cover}.pmv-bell i{position:absolute;top:-5px;right:-5px;background:#ef3340;color:#fff;border:3px solid var(--pmv-bg);min-width:22px;height:22px;border-radius:99px;font-size:10px;display:grid;place-items:center;font-style:normal}.pmv-view{display:none}.pmv-view.is-active{display:block}.pmv-account-banner{background:linear-gradient(110deg,#30217f,#5540c8);color:#fff;border-radius:24px;padding:18px 20px;display:grid;grid-template-columns:auto 1fr minmax(180px,260px) auto;gap:15px;align-items:center;margin-bottom:18px}.pmv-account-icon{width:52px;height:52px;background:rgba(255,255,255,.14);border-radius:17px;display:grid;place-items:center}.pmv-account-icon .pmv-icon{width:28px;height:28px}.pmv-account-banner h2{font-size:17px;margin:3px 0}.pmv-account-banner p,.pmv-account-banner small{margin:0;opacity:.78}.pmv-account-banner>button{border:0;background:#fff;color:var(--pmv-purple);border-radius:13px;padding:11px 16px;font:inherit;cursor:pointer}.pmv-progress span{height:7px;background:rgba(255,255,255,.18);border-radius:99px;display:block;overflow:hidden;margin-bottom:6px}.pmv-progress i{display:block;height:100%;width:0;background:var(--pmv-orange);border-radius:99px;transition:.5s}.pmv-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.pmv-kpis article{background:#fff;border:1px solid var(--pmv-border);border-radius:20px;padding:17px;display:flex;align-items:center;gap:13px}.pmv-kpis article>span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center}.pmv-kpis article>span.is-blue{background:#e9f5ff;color:#1684df}.pmv-kpis article>span.is-green{background:#e9fbf1;color:#15a865}.pmv-kpis article>span.is-orange{background:#fff1e5;color:#f97316}.pmv-kpis article>span.is-purple{background:#f0edff;color:#6044df}.pmv-kpis article>span.is-red{background:#fff0f2;color:#ef3340}.pmv-kpis article div{display:flex;flex-direction:column}.pmv-kpis small{color:var(--pmv-muted)}.pmv-kpis strong{font-size:23px;margin-top:3px}.pmv-kpis em{font-style:normal;color:var(--pmv-muted);font-size:11px}.pmv-kpis-3{grid-template-columns:repeat(3,1fr)}.pmv-panel{background:#fff;border:1px solid var(--pmv-border);border-radius:var(--pmv-radius);padding:20px;margin-bottom:14px}.pmv-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.pmv-panel h2,.pmv-panel-head h2{margin:0;font-size:17px}.pmv-panel-head p,.pmv-page-head p{margin:5px 0 0;color:var(--pmv-muted);font-size:12px}.pmv-analytics-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:14px}.pmv-range-btn,.pmv-link-btn,.pmv-secondary{border:1px solid var(--pmv-border);background:#fff;border-radius:12px;padding:9px 12px;color:var(--pmv-text);display:flex;align-items:center;gap:7px;cursor:pointer;font:inherit}.pmv-range-btn:hover,.pmv-link-btn:hover,.pmv-secondary:hover{border-color:var(--pmv-orange);color:var(--pmv-orange)}.pmv-line-chart{height:270px;display:flex;align-items:stretch;position:relative}.pmv-chart-svg{width:100%;height:100%;overflow:visible}.pmv-chart-grid{stroke:#ececf4;stroke-dasharray:4 6}.pmv-chart-area{fill:url(#pmv-gradient)}.pmv-chart-line{fill:none;stroke:var(--pmv-primary,#5b3ff0);stroke-width:3}.pmv-chart-dot{fill:#fff;stroke:var(--pmv-primary,#5b3ff0);stroke-width:3}.pmv-chart-label{font-size:11px;fill:#7a7d91}.pmv-donut-layout{display:flex;align-items:center;justify-content:center;gap:24px;min-height:270px}.pmv-order-donut{--a:40%;--b:65%;--c:82%;width:165px;height:165px;border-radius:50%;background:conic-gradient(#22b573 0 var(--a),#f7a52b var(--a) var(--b),#4b89ff var(--b) var(--c),#ef476f var(--c) 100%);display:grid;place-items:center;position:relative}.pmv-order-donut:after{content:"";position:absolute;inset:25px;border-radius:50%;background:#fff}.pmv-order-donut div{z-index:1;text-align:center}.pmv-order-donut strong{display:block;font-size:28px}.pmv-order-donut small{color:var(--pmv-muted)}.pmv-donut-layout ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;min-width:130px}.pmv-donut-layout li{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;font-size:12px}.pmv-donut-layout li i{width:9px;height:9px;border-radius:50%}.pmv-dashboard-grid{display:grid;grid-template-columns:1.7fr .8fr;gap:14px}.pmv-actions{display:grid;gap:8px;align-content:start}.pmv-actions .pmv-panel-head{margin-bottom:8px}.pmv-actions button{border:1px solid var(--pmv-border);background:#fff;border-radius:14px;padding:12px;display:flex;align-items:center;gap:10px;text-align:right;cursor:pointer;font:inherit}.pmv-actions button:hover{border-color:var(--pmv-orange);color:var(--pmv-orange);background:#fff8f3}.pmv-table{width:100%;border-collapse:collapse;font-size:12px}.pmv-table th{color:var(--pmv-muted);font-weight:500;background:#fafaff}.pmv-table th,.pmv-table td{padding:12px;border-bottom:1px solid #f0f0f5;text-align:right}.pmv-status{display:inline-flex;padding:5px 9px;border-radius:99px;background:#f1f2f7}.pmv-status-completed{background:#e9fbf1;color:#148b55}.pmv-status-processing{background:#eaf3ff;color:#2475d0}.pmv-status-cancelled,.pmv-status-failed,.pmv-status-refunded{background:#fff0f2;color:#d52c45}.pmv-page-head{margin-bottom:16px}.pmv-page-head h2{margin:0;font-size:23px}.pmv-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pmv-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.pmv-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#55596c}.pmv-form input,.pmv-form select,.pmv-form textarea{width:100%;border:1px solid var(--pmv-border);border-radius:12px;padding:11px;background:#fff;font:inherit}.pmv-form textarea{min-height:90px;resize:vertical}.pmv-span-2{grid-column:1/-1}.pmv-primary{border:0;background:linear-gradient(135deg,var(--pmv-purple2),var(--pmv-purple));color:#fff;border-radius:12px;padding:11px 16px;cursor:pointer;font:inherit;width:max-content}.pmv-primary:hover{background:var(--pmv-orange)}.pmv-product-row,.pmv-finance-row,.pmv-ledger-row,.pmv-document{border:1px solid var(--pmv-border);border-radius:15px;padding:13px;margin-bottom:9px;display:flex;justify-content:space-between;gap:12px;align-items:center}.pmv-product-row small,.pmv-finance-row small,.pmv-ledger-row small{display:block;color:var(--pmv-muted);margin-top:4px}.pmv-stage-box{padding:18px;border-radius:16px;background:#f4f1ff;display:flex;gap:15px;justify-content:space-between;flex-wrap:wrap}.pmv-stage-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.pmv-stage-list span{padding:9px 12px;border-radius:99px;background:#f2f3f7;color:#777}.pmv-stage-list .is-done{background:#e9fbf1;color:#12804f}.pmv-stage-list .is-current{background:#fff1e5;color:#d95c00}.pmv-notice{border:1px solid var(--pmv-border);border-radius:15px;padding:14px;margin-bottom:9px}.pmv-notice p{margin:6px 0}.pmv-notice small{color:var(--pmv-muted)}.pmv-empty{color:var(--pmv-muted);display:grid;place-items:center;min-height:80px}.pmv-mobile-nav,.pmv-bottom-sheet,.pmv-sheet-backdrop{display:none}.pmv-range-modal{position:fixed;inset:0;background:rgba(14,12,35,.45);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.pmv-range-modal.is-open{display:flex}.pmv-modal-card{width:min(460px,100%);background:#fff;border-radius:24px;padding:20px}.pmv-sheet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.pmv-sheet-head button{border:0;background:#f4f4f8;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;cursor:pointer}.pmv-range-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.pmv-range-presets button{border:1px solid var(--pmv-border);background:#fff;border-radius:12px;padding:10px;cursor:pointer}.pmv-range-presets button.is-active{border-color:var(--pmv-orange);background:#fff6ef;color:var(--pmv-orange)}.pmv-date-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.pmv-date-grid label{font-size:12px}.pmv-date-grid input{width:100%;border:1px solid var(--pmv-border);border-radius:12px;padding:10px;margin-top:6px}.pmv-date-grid small{display:block;color:var(--pmv-muted);margin-top:5px}.pmv-toast{position:fixed;left:20px;bottom:20px;background:#1f2033;color:#fff;padding:12px 16px;border-radius:12px;transform:translateY(100px);opacity:0;transition:.25s;z-index:200}.pmv-toast.is-show{transform:none;opacity:1}
@media(max-width:1050px){.pmv-app{grid-template-columns:220px 1fr}.pmv-kpis{grid-template-columns:repeat(2,1fr)}.pmv-analytics-grid,.pmv-dashboard-grid{grid-template-columns:1fr}}
@media(max-width:760px){body{padding-bottom:76px!important}.pmv-app{display:block}.pmv-sidebar{display:none}.pmv-main{padding:16px 14px 94px}.pmv-topbar{margin-bottom:14px}.pmv-topbar h1{font-size:20px}.pmv-top-actions{gap:6px}.pmv-bell,.pmv-avatar-btn{width:42px;height:42px;border-radius:13px}.pmv-account-banner{grid-template-columns:auto 1fr;padding:15px;border-radius:20px}.pmv-account-banner .pmv-progress{grid-column:1/-1}.pmv-account-banner>button{grid-column:1/-1;width:100%}.pmv-kpis{grid-template-columns:1fr 1fr;gap:9px}.pmv-kpis article{padding:12px;border-radius:17px;gap:9px}.pmv-kpis article>span{width:40px;height:40px;border-radius:13px}.pmv-kpis strong{font-size:18px}.pmv-kpis small{font-size:10px}.pmv-analytics-grid,.pmv-dashboard-grid,.pmv-two-col{grid-template-columns:1fr}.pmv-panel{padding:15px;border-radius:19px}.pmv-line-chart{height:230px}.pmv-donut-layout{min-height:220px;gap:15px}.pmv-order-donut{width:145px;height:145px}.pmv-form{grid-template-columns:1fr}.pmv-span-2{grid-column:auto}.pmv-table-wrap{overflow:auto}.pmv-table{min-width:620px}.pmv-mobile-nav{position:fixed;right:10px;left:10px;bottom:10px;height:68px;border:1px solid var(--pmv-border);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-radius:22px;display:grid;grid-template-columns:repeat(5,1fr);z-index:80;box-shadow:0 10px 35px rgba(37,31,88,.16);padding:7px}.pmv-mobile-nav button{border:0;background:transparent;color:#83859a;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer}.pmv-mobile-nav button .pmv-icon{width:22px;height:22px}.pmv-mobile-nav button small{font-size:9px}.pmv-mobile-nav button.is-active{color:var(--pmv-orange);background:#fff3ea}.pmv-sheet-backdrop{position:fixed;inset:0;background:rgba(16,13,40,.45);z-index:89}.pmv-sheet-backdrop.is-open{display:block}.pmv-bottom-sheet{display:block;position:fixed;right:0;left:0;bottom:0;background:#fff;border-radius:26px 26px 0 0;padding:20px 18px 26px;z-index:90;transform:translateY(110%);transition:.28s}.pmv-bottom-sheet.is-open{transform:none}.pmv-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pmv-sheet-grid button,.pmv-sheet-grid a{border:1px solid var(--pmv-border);background:#fff;border-radius:16px;padding:15px;display:flex;align-items:center;gap:10px;color:var(--pmv-text);text-decoration:none;font:inherit;position:relative}.pmv-sheet-grid .pmv-icon{color:var(--pmv-purple)}.pmv-sheet-grid i:not(:empty){position:absolute;top:7px;left:7px;background:#ef3340;color:#fff;border-radius:99px;min-width:20px;height:20px;display:grid;place-items:center;font-size:10px;font-style:normal}.pmv-date-grid{grid-template-columns:1fr}.pmv-range-modal{align-items:flex-end;padding:0}.pmv-modal-card{border-radius:26px 26px 0 0;width:100%}.pmv-toast{bottom:92px;right:14px;left:14px;text-align:center}}

/* Verification center 1.0.20 */
.pmv-verification-list{display:grid;gap:12px}.pmv-verification-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid #e8e8f1;border-radius:18px;background:#fff}.pmv-verification-item.approved{border-color:#b9ead3;background:#f6fffa}.pmv-verification-item.rejected{border-color:#ffc8ce;background:#fff8f8}.pmv-verification-main,.pmv-verification-actions{display:flex;align-items:center;gap:12px}.pmv-verification-main strong{display:block}.pmv-verification-main strong i{font-style:normal;font-size:10px;color:#e24a58;background:#fff0f2;border-radius:20px;padding:3px 7px;margin-right:5px}.pmv-verification-main small{display:block;color:#777d8c;margin-top:5px}.pmv-verification-main p{margin:7px 0 0;color:#c63445;font-size:12px}.pmv-file-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#f0edff;color:var(--pmv-primary,#5b3ff0);font-size:20px;font-weight:800}.pmv-verification-actions a,.pmv-upload-button span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border-radius:11px;border:1px solid #ddddec;background:#fff;color:#34304d;font-size:12px;cursor:pointer;text-decoration:none}.pmv-upload-button input{display:none}.pmv-verification-actions em{font-style:normal;font-size:11px;color:#73798a;min-width:90px}.pmv-account-chip{padding:7px 12px;border-radius:999px;background:#f0edff;color:#5537df;font-size:12px;font-weight:700}@media(max-width:700px){.pmv-verification-item{align-items:stretch;flex-direction:column}.pmv-verification-actions{justify-content:space-between;flex-wrap:wrap}.pmv-verification-actions em{width:100%}}

/* Dynamic verification form 1.0.21 */
.pmv-verification-step{border:1px solid #e7e8ef;border-radius:20px;padding:16px;margin-bottom:14px;background:#fff}.pmv-verification-step>header{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.pmv-verification-step>header>span{width:34px;height:34px;border-radius:12px;background:#f1edff;color:#5b35d5;display:grid;place-items:center;font-weight:800}.pmv-verification-step h3{margin:0}.pmv-verification-step header p{margin:5px 0 0;color:#7a7f8c}.pmv-dynamic-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pmv-dynamic-field{display:grid;gap:7px}.pmv-dynamic-field>span{font-weight:700}.pmv-dynamic-field i{font-style:normal;color:#ef4444;font-size:11px}.pmv-dynamic-field input,.pmv-dynamic-field select,.pmv-dynamic-field textarea{width:100%;border:1px solid #dfe2ea;border-radius:12px;padding:11px;background:#fff}.pmv-dynamic-field textarea{min-height:100px;resize:vertical}.pmv-dynamic-field small{color:#7b8190}.pmv-radio-group{display:flex;flex-wrap:wrap;gap:10px}.pmv-radio-group label,.pmv-check-field{border:1px solid #e4e6ed;border-radius:12px;padding:10px 12px;background:#fafbff}.pmv-verification-save{display:flex;justify-content:flex-end;margin-top:14px}@media(max-width:700px){.pmv-dynamic-fields{grid-template-columns:1fr}.pmv-verification-step{padding:13px}}

/* 1.0.22 verification gate, products and Jalali picker */
.pmv-verification-lock{display:flex;align-items:center;gap:12px;background:#fff4e8;border:1px solid #ffd2aa;color:#8a3d00;border-radius:18px;padding:14px 16px;margin-bottom:14px}.pmv-verification-lock span{flex:1;color:#9a5b2b;font-size:12px}.pmv-verification-lock button{border:0;background:#f97316;color:#fff;border-radius:11px;padding:9px 13px;cursor:pointer}.is-verification-locked .pmv-nav[data-view="products"],.is-verification-locked .pmv-nav[data-view="orders"],.is-verification-locked .pmv-nav[data-view="wallet"]{opacity:.45}.pmv-product-tools{display:flex;gap:10px;justify-content:space-between;margin-bottom:14px}.pmv-catalog-search{display:flex;gap:8px;flex:1;max-width:520px}.pmv-catalog-search input,.pmv-catalog-search button,.pmv-request-offer input{border:1px solid var(--pmv-border);border-radius:12px;padding:10px;font:inherit}.pmv-catalog-search input{flex:1}.pmv-catalog-search button{background:#fff;cursor:pointer}.pmv-catalog-item{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--pmv-border);padding:12px 0}.pmv-catalog-item img{width:52px;height:52px;border-radius:12px;object-fit:cover}.pmv-catalog-item>div{flex:1}.pmv-catalog-item small{display:block;color:var(--pmv-muted);margin-top:4px}.pmv-request-offer{display:flex;gap:7px;align-items:center}.pmv-request-offer input{width:105px}.pmv-offer-form{display:flex;align-items:end;gap:8px;flex-wrap:wrap}.pmv-offer-form label{font-size:11px;color:var(--pmv-muted)}.pmv-offer-form input{display:block;border:1px solid var(--pmv-border);border-radius:10px;padding:8px;width:105px}.pmv-switch input{width:auto;display:inline}.pmv-jalali-calendar{border:1px solid var(--pmv-border);border-radius:16px;padding:12px;margin:-4px 0 14px;background:#fff;box-shadow:0 14px 35px rgba(30,24,70,.12)}.pmv-jalali-calendar header,.pmv-cal-week,.pmv-cal-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.pmv-jalali-calendar header{grid-template-columns:40px 1fr 40px;align-items:center;margin-bottom:8px}.pmv-jalali-calendar header b{text-align:center}.pmv-jalali-calendar button{border:0;background:#f6f5fb;border-radius:9px;min-height:34px;cursor:pointer}.pmv-cal-week i{text-align:center;font-style:normal;color:var(--pmv-muted);font-size:11px}.pmv-cal-days button:hover{background:#f97316;color:#fff}.pmv-date-grid input[readonly]{cursor:pointer;background:#fff}.pmv-actions button{color:var(--pmv-text)!important}.pmv-actions button:hover,.pmv-nav:hover,.pmv-sheet-grid button:hover,.pmv-sheet-grid a:hover{background:#f97316!important;color:#fff!important;border-color:#f97316!important}.zitu-calendar-pop{position:fixed!important;top:150px!important;right:clamp(20px,28vw,420px)!important;bottom:auto!important;z-index:99999!important}
@media(max-width:760px){.pmv-product-tools{flex-direction:column}.pmv-catalog-search{max-width:none}.pmv-catalog-item{align-items:flex-start;flex-wrap:wrap}.pmv-request-offer{width:100%;display:grid;grid-template-columns:1fr 1fr}.pmv-request-offer button{grid-column:1/-1}.pmv-verification-lock{align-items:flex-start;flex-wrap:wrap}.pmv-verification-lock span{flex-basis:70%}.zitu-calendar-pop{right:12px!important;left:12px!important;top:110px!important}}

/* Entry screen 1.0.23 */
.pmv-entry{min-height:720px;display:grid;grid-template-columns:1.15fr .85fr;background:#f5f6fb;border-radius:28px;overflow:hidden;box-shadow:0 22px 70px rgba(35,28,90,.14);margin:24px auto;max-width:1120px}.pmv-entry-visual{padding:64px;background:linear-gradient(145deg,#24166f,#4d36c8);color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.pmv-entry-visual:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(249,115,22,.22);left:-110px;bottom:-130px}.pmv-entry-visual img{width:120px;filter:brightness(0) invert(1);margin-bottom:32px}.pmv-entry-visual span{color:#ffbc86}.pmv-entry-visual h1{font-size:38px;line-height:1.6;margin:12px 0}.pmv-entry-visual p{line-height:2;opacity:.8}.pmv-entry-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.pmv-entry-points b{padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:99px;background:rgba(255,255,255,.08);font-size:12px}.pmv-entry-card{background:#fff;padding:60px 48px;display:flex;flex-direction:column;justify-content:center}.pmv-entry-card h2{font-size:27px;margin:12px 0}.pmv-entry-card>p{color:#777b91;line-height:1.9}.pmv-entry-badge{width:max-content;background:#fff2e8;color:#f97316;border-radius:99px;padding:7px 12px;font-size:12px;font-weight:700}.pmv-entry-primary,.pmv-entry-secondary{display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:14px;padding:13px 18px;margin-top:10px;font:inherit;cursor:pointer}.pmv-entry-primary{border:0;background:linear-gradient(135deg,#5237d7,#2f2483);color:#fff}.pmv-entry-primary:hover{background:#f97316;color:#fff}.pmv-entry-secondary{border:1px solid #e4e5ed;background:#fff;color:#2f2483}.pmv-entry-card small{color:#8a8d9d;margin-top:18px;line-height:1.8}.pmv-entry-form{display:grid;gap:12px;margin-top:10px}.pmv-entry-form label{display:grid;gap:6px;color:#55596b;font-size:12px}.pmv-entry-form input,.pmv-entry-form select{border:1px solid #dfe1e9;border-radius:12px;padding:12px;font:inherit;background:#fff}.pmv-entry-form .pmv-entry-primary{width:100%}@media(max-width:760px){.pmv-entry{display:block;min-height:0;margin:10px;border-radius:22px}.pmv-entry-visual{padding:32px 24px}.pmv-entry-visual h1{font-size:25px}.pmv-entry-visual p,.pmv-entry-points{display:none}.pmv-entry-visual img{width:90px;margin-bottom:18px}.pmv-entry-card{padding:30px 22px}.pmv-entry-card h2{font-size:22px}}

/* Zitu Vendor 2.0 product wizard */
.pmv-product-wizard{display:grid;gap:16px}.pmv-wizard-step{display:inline-flex;align-items:center;gap:9px;color:#6b6b7d}.pmv-wizard-step b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f0edff;color:var(--pmv-primary,#5b3ff0)}.pmv-not-found{padding:16px;border:1px dashed #ff8a3d;border-radius:16px;background:#fff8f2}.pmv-form fieldset{border:1px solid #e8e6f1;border-radius:14px;padding:12px}.pmv-option-grid{display:flex;flex-wrap:wrap;gap:10px}.pmv-option-grid label{display:inline-flex;align-items:center;gap:6px;background:#f7f7fb;padding:8px 10px;border-radius:10px}.pmv-dimensions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pmv-variation-row{display:grid;grid-template-columns:1fr 1fr 120px 110px 40px;gap:8px;margin:8px 0}.pmv-close-box{border:0;background:#f2f2f7;border-radius:50%;width:34px;height:34px;font-size:22px;cursor:pointer}.pmv-request-offer{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));gap:8px;align-items:start}.pmv-request-offer details{grid-column:1/-1}.pmv-request-offer button{grid-column:1/-1}@media(max-width:700px){.pmv-dimensions,.pmv-variation-row,.pmv-request-offer{grid-template-columns:1fr}.pmv-variation-row button{width:100%}}

/* 2.3.0 product manager polish */
.pmv-product-manager{display:grid;gap:12px;margin:14px 0 18px}.pmv-product-searchbar{display:flex;gap:8px}.pmv-product-searchbar input{flex:1;min-width:0;border:1px solid var(--pmv-border);background:#fff;color:#27233f;border-radius:14px;padding:12px 14px;font:inherit}.pmv-icon-btn,.pmv-icon-action{position:relative;display:grid;place-items:center;border:1px solid #e4e5ed;background:#fff;color:#342c66;border-radius:12px;cursor:pointer;transition:.18s}.pmv-icon-btn{width:44px}.pmv-icon-action{width:38px;height:38px;font-size:18px}.pmv-icon-btn:hover,.pmv-icon-action:hover{background:#f97316!important;border-color:#f97316!important;color:#fff!important}.pmv-icon-btn[data-tooltip]:hover:after,.pmv-icon-action[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);right:50%;transform:translateX(50%);white-space:nowrap;background:#21194f;color:#fff;padding:6px 9px;border-radius:8px;font-size:10px;z-index:30}.pmv-product-filters{display:flex;gap:8px;overflow:auto;padding-bottom:3px}.pmv-product-filters button{white-space:nowrap;border:1px solid #e7e7ef;background:#fff;color:#4d4960;border-radius:999px;padding:8px 12px;font:inherit;font-size:12px;cursor:pointer}.pmv-product-filters button:hover,.pmv-product-filters button.is-active{background:#f97316;color:#fff;border-color:#f97316}.pmv-product-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:14px;border:1px solid #e9e9f0;background:#fff;color:#2b2740;border-radius:18px;margin-bottom:10px}.pmv-product-thumb{width:58px;height:58px;border-radius:14px;background:#f4f2fb;display:grid;place-items:center;overflow:hidden;color:#5b3ff0}.pmv-product-thumb img{width:100%;height:100%;object-fit:cover}.pmv-product-title strong,.pmv-product-title small{display:block}.pmv-product-title small{color:#7e7b8d;margin-top:4px}.pmv-product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.pmv-product-tags>span{font-size:10px;padding:4px 7px;border-radius:99px;background:#f4f4f8;color:#5e596c}.pmv-status.is-approved{background:#e9fbf1;color:#147b47}.pmv-status.is-waiting{background:#fff6df;color:#9a6511}.pmv-status.is-rejected,.pmv-status.is-restricted{background:#fff0f0;color:#be3544}.pmv-product-metrics{text-align:left;white-space:nowrap}.pmv-product-metrics b,.pmv-product-metrics small{display:block}.pmv-product-metrics small{color:#77758a;margin-top:5px}.pmv-product-actions{display:flex;gap:6px}.pmv-rejection-note{color:#b42f40;background:#fff4f5;border-radius:10px;padding:7px 9px;margin:8px 0 0;font-size:11px}.pmv-offer-editor{grid-column:1/-1;border-top:1px solid #eeeef4;padding-top:14px;margin-top:2px}.pmv-offer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.pmv-offer-grid label{color:#676274;font-size:11px}.pmv-offer-grid input{width:100%;margin-top:5px;border:1px solid #dedee8;background:#fff;color:#28243c;border-radius:11px;padding:9px}.pmv-offer-editor details{margin-top:10px}.pmv-offer-editor fieldset{border:1px solid #e8e7ef;border-radius:13px;margin-top:8px}.pmv-editor-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.pmv-install-app[hidden]{display:none}.pmv-panel,.pmv-panel h2,.pmv-panel p,.pmv-panel strong,.pmv-panel label,.pmv-panel small{color:inherit}.pmv-panel{color:#29253b;background:#fff}.pmv-panel input,.pmv-panel select,.pmv-panel textarea{color:#27233f;background:#fff}.pmv-catalog-item,.pmv-catalog-item strong{color:#29253b;background:#fff}
@media(max-width:780px){.pmv-product-card{grid-template-columns:52px minmax(0,1fr) auto}.pmv-product-metrics{grid-column:2/3;text-align:right}.pmv-product-actions{grid-column:3;grid-row:1/3;flex-direction:column}.pmv-offer-grid{grid-template-columns:1fr 1fr}.pmv-icon-btn[data-tooltip]:hover:after,.pmv-icon-action[data-tooltip]:hover:after{display:none}.pmv-product-filters{margin-inline:-4px;padding-inline:4px}.pmv-install-app{width:100%;margin-top:8px}}
@media(max-width:480px){.pmv-product-card{grid-template-columns:48px 1fr}.pmv-product-actions{grid-column:1/-1;grid-row:auto;flex-direction:row;justify-content:flex-end}.pmv-product-metrics{grid-column:1/-1;display:flex;justify-content:space-between;text-align:right}.pmv-offer-grid{grid-template-columns:1fr}.pmv-editor-actions{flex-wrap:wrap}.pmv-editor-actions button{flex:1}}

/* License lock */
.zitu-license-lock{max-width:720px;margin:48px auto;padding:34px 26px;border:1px solid #fed7aa;border-radius:26px;background:linear-gradient(145deg,#fff7ed,#fff);text-align:center;box-shadow:0 20px 60px rgba(124,45,18,.12);font-family:inherit;color:#312e3d}.zitu-license-lock-icon{width:72px;height:72px;border-radius:23px;background:#ffedd5;display:grid;place-items:center;margin:0 auto 13px;font-size:34px}.zitu-license-lock-state{display:inline-flex;background:#fff1e6;color:#c2410c;border-radius:99px;padding:6px 11px;font-size:11px;font-weight:800}.zitu-license-lock h2{margin:13px 0 8px;font-size:23px}.zitu-license-lock>p{max-width:560px;margin:7px auto;color:#666273;line-height:1.9}.zitu-license-lock-message{padding:10px 13px!important;background:#fff;border:1px dashed #fdba74;border-radius:13px;font-size:12px}.zitu-license-lock-actions{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-top:17px}.zitu-license-lock-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:12px;border:1px solid #e4e5eb;background:#fff;color:#3a3746;text-decoration:none;font-weight:800;font-size:12px}.zitu-license-lock-actions .zitu-license-buy{background:#f97316;border-color:#f97316;color:#fff}.zitu-license-lock-actions a:hover{background:#ea580c;border-color:#ea580c;color:#fff}@media(max-width:680px){.zitu-license-lock{margin:20px 12px;padding:27px 17px;border-radius:22px}.zitu-license-lock h2{font-size:19px}.zitu-license-lock-actions{display:grid}.zitu-license-lock-actions a{width:100%;box-sizing:border-box}}

/* 2.4.1 - resilient states and mobile product manager */
.pmv-load-error{display:grid;place-items:center;text-align:center;gap:8px;min-height:150px;padding:24px;border:1px dashed #efb4b4;border-radius:18px;background:#fff7f7;color:#8b1e1e}.pmv-load-error strong{font-size:16px}.pmv-load-error p{margin:0;max-width:560px;line-height:1.9}.pmv-load-error .pmv-retry{margin-top:6px}.pmv-product-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:12px;color:#667085;font-size:12px}.pmv-product-meta span{padding:6px 9px;border-radius:10px;background:#f7f8fb}.pmv-product-card{grid-template-columns:76px minmax(0,1fr) auto;align-items:start}.pmv-product-actions{display:flex;gap:7px;flex-wrap:wrap}.pmv-icon-action{position:relative}.pmv-icon-action:hover:after,.pmv-icon-action:focus-visible:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);white-space:nowrap;background:#1e2230;color:#fff;padding:6px 9px;border-radius:8px;font-size:11px;z-index:20;box-shadow:0 6px 24px #0002}
@media(max-width:760px){.pmv-product-card{grid-template-columns:64px minmax(0,1fr);padding:14px}.pmv-product-actions{grid-column:1/-1;justify-content:flex-start;border-top:1px solid #eef0f5;padding-top:10px;width:100%}.pmv-product-meta{display:grid;grid-template-columns:1fr 1fr;width:100%}.pmv-product-meta span:last-child{grid-column:1/-1}.pmv-product-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.pmv-product-filters button{white-space:nowrap}.pmv-icon-action:hover:after{display:none}.pmv-modal-card,.pmv-bottom-sheet{max-width:100%;border-radius:22px 22px 0 0}.pmv-table{min-width:680px}.pmv-panel{overflow:hidden}.pmv-panel>.pmv-table,.pmv-panel>div>.pmv-table{display:block;overflow-x:auto}}

/* 2.4.2 install icon, product interactions and tooltips */
.pmv-top-icon{width:42px;height:42px;border:1px solid #e6e8ef;border-radius:13px;background:#fff;color:var(--pmv-purple);display:grid;place-items:center;cursor:pointer;position:relative}.pmv-top-icon .pmv-icon{width:20px;height:20px}.pmv-top-icon[data-tooltip]:hover:after,.pmv-top-icon[data-tooltip]:focus-visible:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);white-space:nowrap;background:#1e2230;color:#fff;padding:7px 10px;border-radius:9px;font-size:11px;z-index:1000;box-shadow:0 8px 28px #0003}.pmv-products-panel{overflow:visible!important}.pmv-products-panel .pmv-panel-head,.pmv-product-manager,.pmv-product-card{overflow:visible}.pmv-product-card{position:relative;z-index:1}.pmv-product-card:focus-within,.pmv-product-card:hover{z-index:30}.pmv-product-actions{position:relative;z-index:40}.pmv-icon-action:hover:after,.pmv-icon-action:focus-visible:after{z-index:9999}.pmv-icon-action{touch-action:manipulation}.pmv-install-app{display:none!important}@media(max-width:760px){.pmv-top-icon{width:39px;height:39px}.pmv-top-icon[data-tooltip]:hover:after{display:none}.pmv-products-panel{overflow:visible!important}}

/* 2.4.3 definitive visibility, product actions and PWA icons */
.pmv-verification-lock[hidden],.pmv-offer-editor[hidden],.pmv-install-trigger[hidden]{display:none!important}.pmv-action-svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.pmv-floating-tooltip{position:fixed;z-index:2147483647;background:#111827;color:#fff;padding:7px 10px;border-radius:9px;white-space:nowrap;font-size:11px;font-weight:700;pointer-events:none;box-shadow:0 8px 24px rgba(15,23,42,.3)}.pmv-floating-tooltip[hidden]{display:none!important}.pmv-icon-action:after,.pmv-top-icon:after,.pmv-icon-btn:after{display:none!important}.pmv-product-actions button{pointer-events:auto!important}.pmv-offer-editor{position:relative;z-index:2}
/* Product management 2.5.0 */
.pmv-product-actions .pmv-icon-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.pmv-product-editor-host{grid-column:1/-1;width:100%}
.pmv-product-full-editor,.pmv-offer-editor{margin-top:16px;padding:18px;border:1px solid #e5e7ef;border-radius:18px;background:#fafbff;box-shadow:0 12px 30px rgba(34,35,58,.08)}
.pmv-editor-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.pmv-editor-title>div{display:grid;gap:4px}.pmv-editor-title small{color:#777b8d}.pmv-close-product-editor{border:0;background:#fff;width:34px;height:34px;border-radius:10px;font-size:24px;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.pmv-variations-editor{margin-top:18px;border-top:1px solid #e6e7ef;padding-top:16px}.pmv-variation-edit{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(6,minmax(120px,1fr));gap:10px;align-items:end;padding:14px 0;border-bottom:1px dashed #dfe1ea}.pmv-variation-edit label{display:grid;gap:6px;font-size:12px}.pmv-variation-name{display:grid;gap:4px}.pmv-variation-name small{color:#7c8092;line-height:1.7}.pmv-product-full-editor input,.pmv-product-full-editor select,.pmv-offer-editor input,.pmv-offer-editor select{width:100%;min-height:42px;border:1px solid #d9dce8;border-radius:10px;padding:7px 10px;background:#fff}
.pmv-products-skeleton{display:grid;gap:12px}.pmv-products-skeleton i{display:block;height:128px;border-radius:18px;background:linear-gradient(90deg,#f0f1f5 25%,#fafafa 40%,#f0f1f5 65%);background-size:400% 100%;animation:pmvSkeleton 1.25s infinite}@keyframes pmvSkeleton{0%{background-position:100% 0}100%{background-position:0 0}}
@media(max-width:1100px){.pmv-variation-edit{grid-template-columns:repeat(2,minmax(0,1fr))}.pmv-variation-name{grid-column:1/-1}}
@media(max-width:640px){.pmv-product-full-editor,.pmv-offer-editor{padding:13px;border-radius:14px}.pmv-variation-edit{grid-template-columns:1fr}.pmv-variation-name{grid-column:auto}.pmv-product-actions{position:relative;z-index:2}.pmv-offer-grid{grid-template-columns:1fr!important}}

/* Product management 2.6 */
.pmv-product-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pmv-view-switch{display:flex;padding:3px;border:1px solid #e6e8ef;border-radius:12px;background:#f7f8fb}.pmv-view-switch button{width:38px;height:34px;border:0;background:transparent;border-radius:9px;color:#6b6880;display:grid;place-items:center;cursor:pointer}.pmv-view-switch button.is-active{background:#fff;color:var(--pmv-purple);box-shadow:0 3px 12px #24213a18}.pmv-view-switch svg,.pmv-delete-notification svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pmv-sort-control{display:flex;align-items:center;gap:7px;font-size:11px;color:#77738a}.pmv-sort-control select{border:1px solid #e2e4ec;border-radius:10px;padding:8px 10px;background:#fff;font:inherit}.pmv-icon-action svg{width:19px;height:19px}.pmv-icon-action.is-primary{color:#5138df;background:#f3f0ff;border-color:#dcd5ff}.pmv-icon-action.is-warning{color:#bd6400;background:#fff7e8;border-color:#ffe0aa}.pmv-icon-action.is-success{color:#087a4c;background:#eafbf3;border-color:#bcebd5}.pmv-products-panel #pmv-products.is-card-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pmv-products-panel #pmv-products.is-card-view .pmv-product-card{grid-template-columns:68px minmax(0,1fr);margin:0}.pmv-products-panel #pmv-products.is-card-view .pmv-product-actions{grid-column:1/-1;border-top:1px solid #eef0f5;padding-top:10px}.pmv-products-panel #pmv-products.is-row-view{display:block}.pmv-products-panel #pmv-products.is-row-view .pmv-product-card{grid-template-columns:64px minmax(0,1fr) auto}.pmv-notice{position:relative}.pmv-notice.is-unread{border-color:#cfc5ff;background:#faf8ff}.pmv-notice.is-unread:before{content:'';position:absolute;right:-4px;top:18px;width:8px;height:8px;border-radius:50%;background:var(--pmv-purple)}.pmv-notice-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.pmv-delete-notification{width:34px;height:34px;border:0;border-radius:10px;background:#fff1f1;color:#bb3344;display:grid;place-items:center;cursor:pointer}.pmv-delete-notification:hover{background:#bb3344;color:#fff}
@media(max-width:900px){.pmv-products-panel #pmv-products.is-card-view{grid-template-columns:1fr}}@media(max-width:600px){.pmv-product-toolbar{width:100%;justify-content:space-between}.pmv-sort-control span{display:none}.pmv-products-panel #pmv-products.is-row-view .pmv-product-card,.pmv-products-panel #pmv-products.is-card-view .pmv-product-card{grid-template-columns:54px minmax(0,1fr)}.pmv-product-actions{grid-column:1/-1}}

/* 2.7 product creation and notifications */
.pmv-catalog-search{display:grid;grid-template-columns:1fr auto;gap:10px}.pmv-catalog-item{display:grid;grid-template-columns:72px minmax(180px,1fr) minmax(240px,auto);gap:16px;align-items:center;padding:16px;border:1px solid #e7e9f2;border-radius:18px;margin-top:12px;background:#fff}.pmv-catalog-item img{width:72px;height:72px;border-radius:14px;object-fit:cover}.pmv-catalog-info{display:grid;gap:6px}.pmv-view-product{width:max-content;color:var(--pmv-purple);font-weight:800;text-decoration:none}.pmv-request-offer{display:flex;gap:8px;align-items:end;flex-wrap:wrap}.pmv-request-offer label{min-width:150px}.pmv-search-not-match{margin-top:14px;padding:16px;border-radius:16px;background:#f4f1ff;border:1px dashed #8e7bff;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pmv-search-not-match span{flex:1}.pmv-rich-editor{border:1px solid #dfe3ed;border-radius:14px;overflow:hidden;background:#fff}.pmv-editor-toolbar{display:flex;gap:6px;padding:8px;background:#f6f7fb;border-bottom:1px solid #e3e6ef}.pmv-editor-toolbar button{border:1px solid #d9dce7;background:#fff;border-radius:8px;padding:6px 10px;cursor:pointer}.pmv-editor-area{min-height:130px;padding:14px;outline:none;line-height:2}.pmv-gallery-drop{border:2px dashed #b9b0f5;border-radius:18px;padding:24px;display:grid;place-items:center;gap:6px;background:#faf9ff;cursor:pointer}.pmv-gallery-drop input{display:none}.pmv-gallery-drop.is-drag{background:#eeeaff;border-color:var(--pmv-purple)}.pmv-gallery-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;margin-top:12px}.pmv-gallery-preview article{position:relative;border:1px solid #e0e3eb;border-radius:14px;padding:6px;background:#fff}.pmv-gallery-preview img{width:100%;height:90px;object-fit:cover;border-radius:10px}.pmv-gallery-preview button{position:absolute;top:2px;left:2px;width:26px;height:26px;border:0;border-radius:50%;background:#d92d20;color:#fff}.pmv-variation-row{grid-template-columns:repeat(4,minmax(120px,1fr)) auto!important}.pmv-notice-tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.pmv-danger-soft{border:1px solid #f3b4ae;background:#fff1f0;color:#b42318;border-radius:10px;padding:9px 12px;font-weight:800}.pmv-notice-foot{display:flex;align-items:center;justify-content:space-between}.pmv-read-ticks{font-weight:900;color:#a5adbb;letter-spacing:-3px}.pmv-read-ticks.is-read{color:#2584ff}.pmv-product-actions{gap:8px;padding:6px}.pmv-icon-action,.pmv-icon-btn,.pmv-view-switch button{background:#f3f1ff!important;color:#4f36d8!important;border:1px solid #ded8ff!important}.pmv-icon-action:hover,.pmv-icon-btn:hover,.pmv-view-switch button:hover{background:#4f36d8!important;color:#fff!important}.pmv-icon-action svg,.pmv-icon-btn svg,.pmv-view-switch svg{stroke:currentColor!important;fill:none!important}
@media(max-width:760px){.pmv-catalog-item{grid-template-columns:58px 1fr}.pmv-catalog-item .pmv-request-offer,.pmv-catalog-item>.pmv-status{grid-column:1/-1}.pmv-variation-row{grid-template-columns:1fr 1fr!important}.pmv-catalog-search{grid-template-columns:1fr}.pmv-catalog-search button{width:100%}}

/* 2.7.1 compact account status + always-visible install actions + Jalali fields */
.pmv-account-chip{height:46px;border:1px solid #dfe3ec;background:#fff;border-radius:14px;padding:5px 9px;display:flex;align-items:center;gap:8px;color:var(--pmv-text);cursor:pointer;font:inherit;box-shadow:0 3px 12px rgba(30,34,48,.04)}
.pmv-account-chip:hover{border-color:#72c99a;background:#f5fff9}.pmv-account-chip-icon{width:32px;height:32px;border-radius:10px;background:#e9fbf1;color:#15945a;display:grid;place-items:center}.pmv-account-chip-icon .pmv-icon{width:18px;height:18px}.pmv-account-chip span:last-child{display:flex;flex-direction:column;text-align:right;line-height:1.2}.pmv-account-chip small{font-size:9px;color:var(--pmv-muted)}.pmv-account-chip strong{font-size:11px;color:#168652}.pmv-account-chip.is-pending .pmv-account-chip-icon{background:#fff5df;color:#d88400}.pmv-account-chip.is-pending strong{color:#b66c00}.pmv-account-chip.is-rejected .pmv-account-chip-icon{background:#fff0f2;color:#d52c45}.pmv-account-chip.is-rejected strong{color:#d52c45}
.pmv-account-banner.is-compact-hidden{display:none!important}.pmv-install-trigger{display:grid!important}.pmv-install-trigger[hidden]{display:grid!important}
.pmv-jalali-date{direction:ltr;text-align:center;font-variant-numeric:tabular-nums;background-image:linear-gradient(135deg,#fafaff,#fff)!important}.pmv-jalali-date:focus{border-color:var(--pmv-purple)!important;box-shadow:0 0 0 3px rgba(79,53,216,.1);outline:0}.pmv-date-hint{font-size:10px;color:var(--pmv-muted)}
@media(max-width:760px){.pmv-account-chip{width:44px;height:44px;padding:0;justify-content:center}.pmv-account-chip>span:last-child{display:none}.pmv-account-chip-icon{width:34px;height:34px}.pmv-top-actions{flex-wrap:nowrap}.pmv-top-icon{flex:0 0 39px}}
.pmv-bulk-price-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:14px 0;padding:12px 14px;border:1px solid #e5e1ff;background:#faf9ff;border-radius:16px}.pmv-bulk-price-bar small{margin-inline-start:auto;color:#6b6580}.pmv-select-all{display:flex;align-items:center;gap:8px;font-weight:700}.pmv-bulk-price-panel{margin:0 0 16px;padding:16px;border:1px solid #dcd5ff;border-radius:18px;background:#fff}.pmv-bulk-price-panel[hidden]{display:none!important}.pmv-bulk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pmv-bulk-grid label{font-size:12px;color:#68627a}.pmv-bulk-grid input,.pmv-bulk-grid select{width:100%;margin-top:6px}.pmv-bulk-preview{margin-top:12px;padding:12px 14px;border-radius:12px;background:#f3f1ff;color:#4533a8}.pmv-product-card{position:relative}.pmv-product-select{position:absolute;top:10px;right:10px;z-index:5}.pmv-product-select input{width:18px;height:18px;accent-color:var(--pmv-purple)}@media(max-width:760px){.pmv-bulk-grid{grid-template-columns:1fr 1fr}.pmv-bulk-price-bar small{width:100%;margin:0}}@media(max-width:480px){.pmv-bulk-grid{grid-template-columns:1fr}}

/* 2.8.1 UX fixes */
[hidden]{display:none!important}.pmv-account-banner[hidden]{display:none!important}.pmv-account-banner{min-height:0}
.pmv-bell,.pmv-top-icon,.pmv-avatar-btn{color:#3526d3!important;background:#fff!important;border:1px solid #dfe1ee!important}.pmv-bell .pmv-icon,.pmv-top-icon .pmv-icon{stroke:#3526d3!important}.pmv-bell:hover,.pmv-top-icon:hover{background:#f1efff!important}
.pmv-product-actions{gap:10px!important;padding:8px!important;align-items:center}.pmv-icon-action{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:10px!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.pmv-icon-action svg{width:20px!important;height:20px!important;display:block}.pmv-icon-action.is-primary{background:#eeeaff!important;color:#4935e8!important;border-color:#cfc7ff!important}.pmv-icon-action.is-warning{background:#fff3e8!important;color:#d85a00!important;border-color:#ffd4ae!important}.pmv-icon-action.is-success{background:#eaf9f0!important;color:#158447!important;border-color:#bce9cf!important}.pmv-icon-action.is-neutral,.pmv-view-site{background:#edf6ff!important;color:#1566c0!important;border:1px solid #bfddff!important;text-decoration:none!important}
.pmv-product-full-editor .pmv-offer-grid input[type=checkbox],.pmv-product-full-editor .pmv-switch input,.pmv-form input[type=checkbox],.pmv-category-option input{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;padding:0!important;margin:0!important;accent-color:#4f35d8}.pmv-switch{min-height:52px!important;display:flex!important;align-items:center!important;gap:10px!important}.pmv-editor-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important}.pmv-editor-actions button{width:auto!important;min-width:130px!important;height:44px!important;padding:0 18px!important}
.pmv-category-field{position:relative}.pmv-category-toggle{width:100%;height:48px;border:1px solid var(--pmv-border);border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;color:var(--pmv-text)}.pmv-category-picker{position:absolute;z-index:160;top:76px;right:0;left:0;max-height:280px;overflow:auto;padding:10px;background:#fff;border:1px solid #dddfee;border-radius:16px;box-shadow:0 18px 45px rgba(30,24,85,.16)}.pmv-category-option{display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;padding:9px 10px!important;border-radius:10px!important;cursor:pointer}.pmv-category-option:hover{background:#f4f2ff}.pmv-category-option span{font-size:13px}
.pmv-jalali-calendar-global{position:fixed!important;z-index:999999!important;inset:auto 24px 24px auto!important;width:min(360px,calc(100vw - 32px))!important;max-height:80vh;overflow:auto;background:#fff!important;border:1px solid #dedff0!important;border-radius:20px!important;box-shadow:0 24px 70px rgba(24,19,76,.28)!important;padding:14px!important}.pmv-jalali-calendar button{min-width:36px!important;min-height:36px!important}.pmv-jalali-date{cursor:pointer!important;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%234f35d8' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='17' rx='2'/%3E%3Cpath d='M8 2v4M16 2v4M3 10h18'/%3E%3C/svg%3E") no-repeat left 12px center!important;padding-left:40px!important}
.pmv-search-not-match,.pmv-not-found{margin-top:12px}.pmv-catalog-results+.pmv-not-found[hidden]{display:none!important}
@media(max-width:700px){.pmv-product-actions{gap:7px!important}.pmv-icon-action{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:9px!important}.pmv-jalali-calendar-global{inset:auto 16px 84px 16px!important;width:auto!important}.pmv-category-picker{position:fixed;inset:90px 16px 90px 16px;max-height:none}}

/* 2.9.1 calendar, pagination and order management */
.pmv-jalali-calendar-global{inset:var(--pmv-cal-top,120px) auto auto var(--pmv-cal-left,24px)!important;width:320px!important;background:#251c64!important;color:#fff!important;border-color:#4d3eb0!important;box-shadow:0 24px 70px rgba(23,16,75,.42)!important}.pmv-jalali-calendar-global *{color:inherit}.pmv-jalali-calendar-global button{background:#342878!important;color:#fff!important;border:1px solid #5143a8!important}.pmv-jalali-calendar-global button:hover,.pmv-jalali-calendar-global button.is-active{background:#ff6a00!important;border-color:#ff6a00!important}.pmv-jalali-calendar-global .is-muted,.pmv-jalali-calendar-global small{color:#c9c4ef!important}.pmv-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:18px}.pmv-pagination button{width:38px;height:38px;border-radius:11px;border:1px solid #ddd8ff;background:#fff;color:#4f36d8;font-weight:800}.pmv-pagination button.is-active{background:#4f36d8;color:#fff;border-color:#4f36d8}.pmv-orders-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 220px;gap:12px;margin-bottom:16px}.pmv-order-card{border:1px solid #e3e5ef;border-radius:20px;padding:18px;margin-bottom:14px;background:#fff}.pmv-order-head,.pmv-order-grid,.pmv-order-items,.pmv-order-change{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.pmv-order-head small,.pmv-order-grid span,.pmv-order-grid small,.pmv-order-items small{display:block;color:var(--pmv-muted);margin-top:4px}.pmv-order-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:16px 0;padding:14px;background:#f8f8fc;border-radius:16px}.pmv-order-items{justify-content:flex-start}.pmv-order-items>span{padding:10px 12px;border:1px solid #ebeaf2;border-radius:12px}.pmv-order-change{margin-top:16px;padding-top:14px;border-top:1px solid #ececf3}.pmv-order-change select,.pmv-order-change input{min-width:190px}.pmv-order-change>span{font-size:12px;color:#15945a}.pmv-order-request-state{margin-top:12px;padding:10px 12px;border-radius:12px;background:#fff6df;color:#9a6200}.pmv-order-request-state.approved{background:#eaf9f0;color:#137c45}.pmv-order-request-state.rejected{background:#fff0f1;color:#bd2539}@media(max-width:760px){.pmv-jalali-calendar-global{left:16px!important;right:16px!important;top:auto!important;bottom:84px!important;width:auto!important}.pmv-orders-toolbar{grid-template-columns:1fr}.pmv-order-grid{grid-template-columns:1fr}.pmv-order-change{align-items:stretch}.pmv-order-change select,.pmv-order-change input,.pmv-order-change button{width:100%;min-width:0}}


/* 2.9.2 vendor order table and inline status editor */
.pmv-orders-table-wrap{overflow-x:auto;border:1px solid var(--pmv-border);border-radius:16px}.pmv-orders-table{min-width:980px}.pmv-orders-table td{vertical-align:middle}.pmv-orders-table td small{display:block;color:var(--pmv-muted);margin-top:4px;max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pmv-orders-table .pmv-icon-action{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:9px!important}.pmv-order-request-label{display:inline-flex!important;width:max-content;margin-top:6px!important;padding:3px 7px;border-radius:99px;background:#fff4dc;color:#9b6500!important}.pmv-order-request-label.approved{background:#e8f8ef;color:#147a46!important}.pmv-order-request-label.rejected{background:#fff0f2;color:#bd2940!important}.pmv-order-editor-row td{padding:0!important;background:#f8f7ff}.pmv-order-editor-row[hidden]{display:none!important}.pmv-order-editor{padding:18px;border-top:2px solid #5a42e8}.pmv-order-editor-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.pmv-order-editor-details>div{padding:12px;border:1px solid #e6e3f6;border-radius:12px;background:#fff}.pmv-order-editor-details span{display:block;color:var(--pmv-muted);font-size:11px;margin-bottom:5px}.pmv-order-change{display:grid!important;grid-template-columns:240px minmax(280px,1fr) auto;align-items:end!important;gap:12px!important;margin:0!important;padding:0!important;border:0!important}.pmv-order-change label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#55596c}.pmv-order-change select,.pmv-order-change textarea{width:100%;border:1px solid var(--pmv-border);border-radius:12px;padding:10px;background:#fff;font:inherit;min-width:0!important}.pmv-order-editor-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pmv-order-change-result{display:block;width:100%;font-size:11px;color:#168652}.pmv-cancel-reason[hidden]{display:none!important}@media(max-width:760px){.pmv-order-editor-details{grid-template-columns:1fr}.pmv-order-change{grid-template-columns:1fr!important}.pmv-order-editor-actions button{flex:1}.pmv-orders-table-wrap{margin-inline:-8px;border-radius:12px}}


/* 2.9.5 compact orders, finance and top wallet */
.pmv-top-actions{gap:8px}.pmv-wallet-chip{min-width:150px}.pmv-wallet-chip .pmv-account-chip-icon{background:#eef8f3;color:#13875d}.pmv-orders-table-wrap{overflow:visible!important}.pmv-orders-table{width:100%;table-layout:fixed;font-size:12px}.pmv-orders-table th,.pmv-orders-table td{padding:10px 7px;vertical-align:middle;overflow:hidden}.pmv-orders-table th:nth-child(1){width:9%}.pmv-orders-table th:nth-child(2){width:20%}.pmv-orders-table th:nth-child(3){width:16%}.pmv-orders-table th:nth-child(4){width:16%}.pmv-orders-table th:nth-child(5){width:16%}.pmv-orders-table th:nth-child(6){width:14%}.pmv-orders-table th:nth-child(7){width:9%}.pmv-orders-table td strong,.pmv-orders-table td small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pmv-orders-table .pmv-icon-action{width:34px;height:34px;margin:auto}.pmv-order-editor-row td{padding:0!important}.pmv-order-editor{padding:14px}.pmv-bank-alert{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff7e8;border:1px solid #f4c875;border-radius:18px;padding:16px;margin-bottom:16px}.pmv-bank-alert[hidden]{display:none!important}.pmv-bank-alert div{display:grid;gap:4px}.pmv-bank-alert strong{color:#8b5700}.pmv-bank-alert span{font-size:12px;color:#7a6443}.pmv-bank-quick[hidden]{display:none!important}.pmv-form.is-disabled{opacity:.55;pointer-events:none}.pmv-finance-list{display:grid;gap:8px}.pmv-finance-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid #ececf5;border-radius:12px;background:#fff}.pmv-finance-list article div{display:grid;gap:3px}.pmv-finance-list small{color:#84849b;font-size:11px}.pmv-finance-status{font-size:11px;padding:5px 9px;border-radius:999px;background:#f0f0f6}.pmv-finance-status.is-approved{background:#e6f7ef;color:#087a4f}.pmv-finance-status.is-pending{background:#fff3df;color:#9a5c00}.pmv-finance-status.is-rejected,.pmv-finance-status.is-cancelled{background:#fde9ea;color:#b4232d}.pmv-finance-list .is-minus{color:#c52b35}.pmv-finance-list .is-plus{color:#087a4f}
@media(max-width:900px){.pmv-wallet-chip{min-width:44px}.pmv-wallet-chip>span:last-child{display:none}.pmv-orders-table thead{display:none}.pmv-orders-table,.pmv-orders-table tbody,.pmv-orders-table tr,.pmv-orders-table td{display:block;width:100%!important}.pmv-orders-table .pmv-order-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;padding:12px;border:1px solid #ececf5;border-radius:15px;margin-bottom:10px}.pmv-orders-table .pmv-order-row td{padding:0;border:0}.pmv-orders-table .pmv-order-row td:nth-child(3),.pmv-orders-table .pmv-order-row td:nth-child(6){display:none}.pmv-orders-table .pmv-order-row td:nth-child(7){grid-column:3;grid-row:1/3}.pmv-order-editor-row{margin-top:-8px;margin-bottom:12px}.pmv-bank-alert{align-items:flex-start;flex-direction:column}}

/* 2.9.5 finance and compact order fixes */
.pmv-orders-table{min-width:0!important;width:100%!important;table-layout:fixed!important;font-size:11px!important}
.pmv-orders-table th,.pmv-orders-table td{padding:7px 5px!important;line-height:1.35}
.pmv-orders-table .pmv-icon-action{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:7px!important}
.pmv-bank-quick{display:block!important}.pmv-bank-quick.is-collapsed .pmv-bank-quick-form,.pmv-bank-quick.is-collapsed form{display:none!important}
.pmv-amount-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.pmv-amount-field button{white-space:nowrap;min-height:42px}
.pmv-order-search-results{position:absolute;z-index:3000;inset-inline:0;top:calc(100% + 6px);background:#fff;border:1px solid #dedff0;border-radius:14px;box-shadow:0 18px 45px rgba(30,30,60,.16);max-height:280px;overflow:auto;padding:6px}.pmv-order-search-results[hidden]{display:none!important}.pmv-order-search-results button{display:flex;width:100%;border:0;background:#fff;padding:10px;border-radius:10px;text-align:right;flex-direction:column;gap:4px;cursor:pointer;color:#2e3040}.pmv-order-search-results button:hover{background:#f5f3ff}.pmv-order-search-results small{color:#777b8d}.pmv-refund-form label,.pmv-form label{position:relative}
@media(max-width:1100px){.pmv-orders-table th:nth-child(3),.pmv-orders-table td:nth-child(3),.pmv-orders-table th:nth-child(6),.pmv-orders-table td:nth-child(6){display:none}.pmv-orders-table th:nth-child(1){width:12%}.pmv-orders-table th:nth-child(2){width:25%}.pmv-orders-table th:nth-child(4){width:22%}.pmv-orders-table th:nth-child(5){width:25%}.pmv-orders-table th:nth-child(7){width:16%}}

#pmv-nav-messages[hidden],#pmv-sheet-badge[hidden],#pmv-notification-badge[hidden]{display:none!important}
.pmv-support-compose{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pmv-support-hint{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:16px;background:#f5f3ff;border:1px solid #ddd6fe;color:#4c1d95}.pmv-support-hint span{font-size:12px;color:#6d28d9}.pmv-bank-account-row{border:1px solid #e5e7eb;border-radius:18px;padding:16px;margin-bottom:14px;background:#fff}.pmv-bank-account-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pmv-bank-account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pmv-bank-account-grid label{display:flex;flex-direction:column;gap:6px}.pmv-bank-default{grid-column:1/-1;display:flex!important;flex-direction:row!important;align-items:center}.pmv-bank-empty{padding:28px!important}.pmv-icon-action.pmv-remove-bank{background:#fff1f2!important;color:#be123c!important;border-color:#fecdd3!important}.pmv-icon-action.pmv-remove-bank svg{stroke:currentColor!important}
@media(max-width:900px){.pmv-bank-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.pmv-support-compose,.pmv-bank-account-grid{grid-template-columns:1fr}}

/* 2.9.6 bank and product-message fixes */
.pmv-support-product-results{position:absolute;z-index:9999;inset-inline:0;top:calc(100% + 6px);background:#fff;border:1px solid #ddd8f4;border-radius:14px;box-shadow:0 16px 40px rgba(35,25,90,.18);max-height:260px;overflow:auto;padding:6px}.pmv-support-product-results button{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:#fff;color:#29224f;padding:10px 12px;border-radius:10px;text-align:right;cursor:pointer}.pmv-support-product-results button:hover{background:#f3f0ff}.pmv-support-product-results small{color:#746d91}.pmv-support-compose label{position:relative}.pmv-bank-account-row{display:block!important}.pmv-bank-account-grid input{color:#29224f!important;background:#fff!important}.pmv-bank-empty{min-height:90px;display:grid;place-items:center}
/* v3.2.0 polished bank accounts and mobile */
#pmv-bank-accounts-form{display:grid;gap:14px}.pmv-bank-account-row{padding:18px!important;border:1px solid #dedaf4!important;background:linear-gradient(180deg,#fff,#fbfaff)!important;box-shadow:0 8px 24px rgba(54,38,130,.06)!important}.pmv-bank-account-head strong{font-size:14px;color:#2c245c}.pmv-bank-account-grid label{font-size:12px;font-weight:700;color:#514b6d}.pmv-bank-account-grid input{width:100%!important;min-height:44px!important;border:1px solid #ddd9ec!important;border-radius:12px!important;padding:10px 12px!important;box-sizing:border-box!important}.pmv-bank-account-grid input:focus{border-color:#5b3ff0!important;box-shadow:0 0 0 3px rgba(91,63,240,.12)!important;outline:0}.pmv-bank-default{padding:11px 12px;border-radius:12px;background:#f2efff;color:#4d35d2!important}.pmv-bank-default input{width:18px!important;height:18px!important;min-height:18px!important}.pmv-support-product-results{color:#29224f!important}.pmv-support-product-results button{color:#29224f!important}.pmv-support-product-results button strong{color:#29224f!important}
@media(max-width:640px){#pmv-view-settings .pmv-panel{padding:14px!important}.pmv-bank-account-row{padding:14px!important;border-radius:15px!important}.pmv-bank-account-head{margin-bottom:10px!important}.pmv-bank-account-grid{gap:10px!important}.pmv-bank-account-grid input{min-height:46px!important;font-size:16px!important}.pmv-bank-default{align-items:flex-start!important;line-height:1.6}.pmv-panel-head #pmv-add-bank-account{width:100%!important;justify-content:center!important;margin-top:8px!important}.pmv-support-compose{grid-template-columns:1fr!important}.pmv-support-product-results{position:fixed!important;inset:100px 12px auto 12px!important;max-height:55vh!important;border-radius:18px!important;z-index:100000!important}}
/* 3.2.0 threaded messages and semantic notices */
.pmv-notice{border-inline-start:4px solid #64748b;background:#f8fafc}.pmv-notice.type-success{background:#ecfdf5;border-color:#16a34a;color:#14532d}.pmv-notice.type-warning{background:#fffbeb;border-color:#f59e0b;color:#78350f}.pmv-notice.type-danger,.pmv-notice.type-error{background:#fef2f2;border-color:#dc2626;color:#7f1d1d}.pmv-notice.type-info{background:#eff6ff;border-color:#2563eb;color:#1e3a8a}
.pmv-support-thread{border:1px solid #e6e2f5;border-radius:16px;margin-bottom:12px;overflow:hidden;background:#fff}.pmv-support-thread-head{width:100%;border:0;background:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center;text-align:right;cursor:pointer;color:#29224f}.pmv-support-thread-head span{display:grid;gap:4px}.pmv-support-thread-head small{color:#7a7590;font-weight:400}.pmv-support-thread-head b{font-size:11px;padding:6px 9px;border-radius:999px;background:#f1efff;color:#523bd4}.pmv-support-thread-body{padding:14px;background:#f8f7fc;border-top:1px solid #ece9f7}.pmv-chat-bubble{max-width:82%;padding:11px 13px;border-radius:15px;margin-bottom:10px;box-shadow:0 4px 14px rgba(41,34,79,.05)}.pmv-chat-bubble.is-vendor{margin-right:auto;background:#5b3ff0;color:#fff;border-bottom-left-radius:4px}.pmv-chat-bubble.is-admin{margin-left:auto;background:#fff;color:#29224f;border:1px solid #e3def5;border-bottom-right-radius:4px}.pmv-chat-bubble p{margin:5px 0;line-height:1.8}.pmv-chat-bubble small{opacity:.75}.pmv-thread-reply-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:12px}.pmv-thread-reply-form textarea{width:100%;border:1px solid #ddd8ee;border-radius:13px;padding:10px;resize:vertical}.pmv-thread-reply-form span{grid-column:1/-1;font-size:12px}.pmv-page-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
@media(max-width:640px){.pmv-page-head{align-items:stretch;flex-direction:column}.pmv-page-head>button{width:100%}.pmv-chat-bubble{max-width:94%}.pmv-thread-reply-form{grid-template-columns:1fr}.pmv-support-thread-head{padding:12px}.pmv-support-thread-head b{white-space:nowrap}}

/* 3.2.0 product editor and support polish */
.pmv-close-product-editor{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:10px!important;background:#eef2ff!important;color:#312e81!important;border:1px solid #c7d2fe!important;font-size:20px!important;line-height:1!important;display:inline-grid!important;place-items:center!important}.pmv-editor-actions .pmv-close-product-editor.pmv-secondary{width:auto!important;min-width:82px!important;height:38px!important;padding:0 14px!important;font-size:13px!important;background:#f8fafc!important;color:#334155!important;border-color:#cbd5e1!important}.pmv-support-thread.is-archived{opacity:.9}.pmv-thread-closed{padding:12px;border-radius:12px;background:#f1f5f9;color:#475569;font-weight:700}.pmv-chat-attachment,.pmv-notice-action{display:inline-flex;margin-top:8px;padding:7px 11px;border-radius:9px;background:#eef2ff;color:#3730a3;text-decoration:none;font-weight:700}.pmv-attachment-field input[type=file]{display:block;width:100%;margin-top:8px;padding:10px;border:1px dashed #94a3b8;border-radius:12px;background:#f8fafc}.pmv-notice-action{background:rgba(255,255,255,.75)}
@media(max-width:640px){.pmv-editor-title{align-items:flex-start}.pmv-editor-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.pmv-editor-actions .pmv-primary{grid-column:1/-1}.pmv-editor-actions .pmv-close-product-editor.pmv-secondary{width:100%!important}.pmv-thread-reply-form{display:grid}.pmv-thread-reply-form button{width:100%}}

/* v3.2.0 complete mobile & tablet responsive pass */
@media (max-width:1024px){
 .pmv-app{grid-template-columns:220px minmax(0,1fr)}
 .pmv-main{padding:22px 18px 92px}
 .pmv-analytics-grid,.pmv-dashboard-grid{grid-template-columns:1fr}
 .pmv-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
 .pmv-two-col{grid-template-columns:1fr}
 .pmv-panel,.pmv-card{min-width:0}
 .pmv-chart-svg,.pmv-line-chart{max-width:100%;overflow:hidden}
 .pmv-donut-layout{flex-wrap:wrap}
 .pmv-table-wrap,.pmv-orders-table-wrap{overflow:visible!important;max-width:100%}
 .pmv-table,.pmv-orders-table{width:100%!important;min-width:0!important;table-layout:fixed}
 .pmv-table th,.pmv-table td,.pmv-orders-table th,.pmv-orders-table td{word-break:break-word;white-space:normal}
}
@media (max-width:760px){
 html,body{max-width:100%;overflow-x:hidden!important}
 body{padding-bottom:88px!important}
 .pmv-main{padding:12px 12px 104px!important;overflow:hidden}
 .pmv-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 13px;background:#fff;border:1px solid var(--pmv-border);border-radius:19px;box-shadow:0 8px 24px rgba(41,31,104,.06)}
 .pmv-topbar>div:first-child{min-width:0;overflow:hidden}
 .pmv-topbar>div:first-child small{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .pmv-topbar h1{font-size:17px!important;line-height:1.55;margin:2px 0 0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
 .pmv-top-actions{justify-content:flex-end;min-width:max-content}
 .pmv-top-icon,.pmv-bell,.pmv-avatar-btn,.pmv-account-chip,.pmv-wallet-chip{width:40px!important;height:40px!important;min-width:40px!important;border-radius:13px!important;padding:0!important}
 .pmv-top-icon .pmv-icon,.pmv-bell .pmv-icon{width:19px;height:19px}
 .pmv-panel{padding:13px!important;border-radius:17px!important;margin-bottom:10px}
 .pmv-panel-head,.pmv-page-head{align-items:flex-start!important;gap:8px}
 .pmv-panel-head h2,.pmv-page-head h2{font-size:16px!important;line-height:1.5}
 .pmv-panel-head p,.pmv-page-head p{font-size:11px;line-height:1.7}
 .pmv-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .pmv-kpis article{min-width:0;padding:10px!important;gap:8px!important}
 .pmv-kpis article>span{width:36px!important;height:36px!important;flex:0 0 36px}
 .pmv-kpis strong{font-size:16px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .pmv-kpis small{font-size:9px!important;line-height:1.5}
 .pmv-analytics-grid,.pmv-dashboard-grid,.pmv-two-col{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
 .pmv-line-chart{height:205px!important;overflow:hidden!important}
 .pmv-chart-svg{overflow:hidden!important}
 .pmv-chart-label{font-size:9px}
 .pmv-donut-layout{display:grid!important;grid-template-columns:130px minmax(0,1fr);gap:10px!important;min-height:170px!important}
 .pmv-order-donut{width:125px!important;height:125px!important}
 .pmv-order-donut:after{inset:20px!important}
 .pmv-order-donut strong{font-size:21px!important}
 .pmv-donut-layout ul{min-width:0!important;gap:8px!important}
 .pmv-donut-layout li{font-size:10px!important;grid-template-columns:8px minmax(0,1fr) auto!important}
 .pmv-mobile-nav{right:8px!important;left:8px!important;bottom:8px!important;height:72px!important;padding:6px!important;border-radius:23px!important;box-shadow:0 14px 40px rgba(34,23,100,.24)!important;border-color:#e3e0f4!important;z-index:99990!important}
 .pmv-mobile-nav button{gap:4px!important;border-radius:16px!important;color:#77788c!important;padding:4px 2px!important}
 .pmv-mobile-nav button .pmv-icon{width:21px!important;height:21px!important;stroke-width:2!important}
 .pmv-mobile-nav button small{display:block!important;font-size:9px!important;line-height:1.2!important;font-weight:700!important;white-space:nowrap}
 .pmv-mobile-nav button.is-active{color:var(--pmv-purple)!important;background:#eeeaff!important;box-shadow:inset 0 0 0 1px #ddd5ff}
 .pmv-bottom-sheet{padding-bottom:calc(24px + env(safe-area-inset-bottom));z-index:99992!important}
 .pmv-sheet-backdrop{z-index:99991!important}
 .pmv-sheet-grid{grid-template-columns:1fr 1fr!important}
 .pmv-sheet-grid button,.pmv-sheet-grid a{min-height:70px;flex-direction:column;justify-content:center;text-align:center;padding:10px!important;gap:6px!important}
 .pmv-sheet-grid span{font-size:11px;font-weight:700}
 .pmv-table-wrap,.pmv-orders-table-wrap{overflow:visible!important;margin:0!important;border:0!important}
 .pmv-table thead,.pmv-orders-table thead{display:none!important}
 .pmv-table,.pmv-table tbody,.pmv-table tr,.pmv-table td,.pmv-orders-table,.pmv-orders-table tbody,.pmv-orders-table tr,.pmv-orders-table td{display:block!important;width:100%!important;min-width:0!important}
 .pmv-table tr,.pmv-orders-table .pmv-order-row{border:1px solid var(--pmv-border)!important;border-radius:15px!important;padding:11px!important;margin-bottom:9px!important;background:#fff!important;box-shadow:0 5px 15px rgba(31,26,74,.035)}
 .pmv-table td,.pmv-orders-table .pmv-order-row td{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:7px 0!important;border-bottom:1px dashed #ecebf3!important;text-align:left!important;min-width:0}
 .pmv-table td:last-child,.pmv-orders-table .pmv-order-row td:last-child{border-bottom:0!important}
 .pmv-orders-table .pmv-order-row{display:block!important}
 .pmv-orders-table .pmv-order-row td:nth-child(3),.pmv-orders-table .pmv-order-row td:nth-child(6){display:flex!important}
 .pmv-orders-table .pmv-order-row td:nth-child(7){display:flex!important;grid-column:auto!important;grid-row:auto!important}
 .pmv-orders-table td small{max-width:58%;white-space:normal!important;text-align:left}
 .pmv-order-editor-row{border:0!important;padding:0!important;margin:0 0 10px!important}
 .pmv-order-editor-row td{display:block!important;padding:0!important;border:0!important}
 .pmv-order-editor{padding:13px!important;border-radius:15px;background:#f6f4ff}
 .pmv-product-actions,.pmv-icon-actions{gap:6px!important;justify-content:flex-start!important;flex-wrap:wrap!important}
 .pmv-icon-action{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:8px!important}
 .pmv-mobile-filter-trigger{display:inline-flex!important}
 .pmv-mobile-filter-sheet{position:fixed;inset:0;z-index:100005;display:none;background:rgba(15,12,39,.5);padding:0;align-items:flex-end}
 .pmv-mobile-filter-sheet.is-open{display:flex}
 .pmv-mobile-filter-sheet-inner{width:100%;max-height:82vh;overflow:auto;background:#fff;border-radius:25px 25px 0 0;padding:18px 15px calc(22px + env(safe-area-inset-bottom));box-shadow:0 -18px 50px rgba(26,20,74,.24)}
 .pmv-mobile-filter-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
 .pmv-mobile-filter-sheet-head button{width:38px;height:38px;border:0;border-radius:12px;background:#f1effa;color:#342582;font-size:21px}
 .pmv-mobile-filter-sheet .pmv-product-manager,.pmv-mobile-filter-sheet .pmv-orders-toolbar,.pmv-mobile-filter-sheet .pmv-product-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0!important}
 .pmv-mobile-filter-sheet input,.pmv-mobile-filter-sheet select,.pmv-mobile-filter-sheet button{width:100%!important;min-height:44px}
 .pmv-product-manager.pmv-filter-is-moved,.pmv-orders-toolbar.pmv-filter-is-moved,.pmv-product-toolbar.pmv-filter-is-moved{display:none!important}
}
@media (min-width:761px){.pmv-mobile-filter-trigger,.pmv-mobile-filter-sheet{display:none!important}}
/* v3.2.1 mobile filter cleanup */
@media(max-width:760px){.pmv-panel-head>.pmv-mobile-filter-trigger~.pmv-mobile-filter-trigger{display:none!important}.pmv-mobile-filter-sheet-inner svg,.pmv-mobile-filter-trigger svg{width:18px!important;height:18px!important}.pmv-product-toolbar{gap:8px!important}.pmv-view-switch button{width:36px!important;height:36px!important}.pmv-sort-control{min-width:0!important}.pmv-mobile-filter-sheet-inner{max-height:78vh;overflow:auto}.pmv-mobile-filter-content .pmv-icon-action svg{width:18px!important;height:18px!important}}

/* v3.3.0 mobile-first vendor overhaul */
@media (max-width:1024px){
 .pmv-app{display:block!important;min-width:0!important;overflow-x:hidden!important}
 .pmv-sidebar{display:none!important}
 .pmv-main{width:100%!important;min-width:0!important;padding:18px 16px 94px!important;overflow-x:hidden!important}
 .pmv-topbar{gap:12px!important;align-items:center!important;margin-bottom:14px!important}
 .pmv-topbar>div:first-child{min-width:0!important;flex:1!important}
 .pmv-topbar h1{font-size:21px!important;line-height:1.45!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
 .pmv-topbar small{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
 .pmv-top-actions{flex:0 0 auto!important;gap:7px!important}
 .pmv-panel,.pmv-product-wizard{min-width:0!important;max-width:100%!important;overflow:hidden!important}
 .pmv-table-wrap,.pmv-orders-table-wrap{max-width:100%!important;overflow:visible!important}
 .pmv-table{table-layout:fixed!important;min-width:0!important;width:100%!important}
 .pmv-table th,.pmv-table td{white-space:normal!important;overflow-wrap:anywhere!important}
}
@media (max-width:760px){
 body{overflow-x:hidden!important}
 .pmv-main{padding:12px 10px calc(92px + env(safe-area-inset-bottom))!important}
 .pmv-topbar{position:sticky!important;top:0!important;z-index:90!important;margin:-12px -10px 12px!important;padding:10px 11px!important;background:rgba(246,247,251,.96)!important;backdrop-filter:blur(15px)!important;border-bottom:1px solid #e8e9f1!important}
 .pmv-topbar h1{font-size:17px!important;max-width:46vw!important}
 .pmv-topbar small{font-size:10px!important;max-width:46vw!important}
 .pmv-bell,.pmv-avatar-btn,.pmv-install-action,.pmv-account-compact,.pmv-wallet-compact{width:40px!important;height:40px!important;min-width:40px!important;border-radius:13px!important;padding:0!important}
 .pmv-top-actions{gap:5px!important;max-width:54vw!important;overflow-x:auto!important;scrollbar-width:none!important}
 .pmv-top-actions::-webkit-scrollbar{display:none!important}
 .pmv-bell svg,.pmv-top-actions svg{width:19px!important;height:19px!important;stroke:#302184!important;color:#302184!important}
 .pmv-bell{background:#fff!important;color:#302184!important}
 .pmv-mobile-nav{display:grid!important;position:fixed!important;right:8px!important;left:8px!important;bottom:6px!important;height:64px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important;padding:5px!important;border:1px solid #e5e7eb!important;border-radius:20px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 -8px 28px rgba(22,24,47,.12)!important;z-index:9995!important;backdrop-filter:blur(16px)!important;padding-bottom:max(5px,env(safe-area-inset-bottom))!important}
 .pmv-mobile-nav button{min-width:0!important;border:0!important;background:transparent!important;color:#6b7280!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:5px 2px!important}
 .pmv-mobile-nav button svg{width:20px!important;height:20px!important;stroke-width:1.9!important}
 .pmv-mobile-nav button small{font-size:9px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
 .pmv-mobile-nav button.is-active{background:#fff1e8!important;color:#e94f00!important}
 .pmv-page-head,.pmv-panel-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;margin-bottom:12px!important}
 .pmv-page-head>div,.pmv-panel-head>div{min-width:0!important}
 .pmv-page-head h2,.pmv-panel-head h2{font-size:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
 .pmv-page-head p,.pmv-panel-head p{font-size:10px!important;line-height:1.55!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
 .pmv-panel{padding:13px!important;border-radius:17px!important;margin-bottom:10px!important}
 .pmv-mobile-filter-trigger{width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:13px!important;background:#302184!important;color:#fff!important;border-color:#302184!important}
 .pmv-mobile-filter-trigger span{display:none!important}
 .pmv-mobile-filter-trigger svg{width:18px!important;height:18px!important;stroke:#fff!important}
 .pmv-mobile-filter-sheet-inner{border-radius:24px 24px 0 0!important;padding:16px 12px calc(22px + env(safe-area-inset-bottom))!important;max-height:80vh!important}
 .pmv-mobile-filter-sheet-head strong{font-size:15px!important}
 .pmv-mobile-filter-sheet-head button{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;background:#f2efff!important;color:#302184!important;font-size:19px!important}
 .pmv-mobile-filter-content button,.pmv-mobile-filter-content input,.pmv-mobile-filter-content select{min-height:44px!important;font-size:13px!important}
 .pmv-catalog-search{display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;gap:7px!important;align-items:center!important}
 .pmv-catalog-search input{min-width:0!important;height:46px!important;border-radius:14px!important;padding:0 13px!important}
 .pmv-catalog-search #pmv-catalog-search{width:46px!important;height:46px!important;min-width:46px!important;padding:0!important;border-radius:14px!important;background:#302184!important;color:#fff!important;border:0!important;font-size:0!important;display:grid!important;place-items:center!important;box-shadow:0 7px 16px rgba(48,33,132,.22)!important}
 .pmv-catalog-search #pmv-catalog-search:before{content:"⌕";font-size:22px!important;line-height:1!important;color:#fff!important}
 .pmv-notice-tools{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important}
 .pmv-notice-tools #pmv-delete-all-notifications{width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;font-size:0!important;border-radius:12px!important;display:grid!important;place-items:center!important}
 .pmv-notice-tools #pmv-delete-all-notifications:before{content:"🗑";font-size:16px!important}
 .pmv-notice-tools .pmv-sort-control{width:40px!important;height:40px!important;min-width:40px!important;position:relative!important;border:1px solid #e5e7eb!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important}
 .pmv-notice-tools .pmv-sort-control span{display:none!important}
 .pmv-notice-tools .pmv-sort-control:before{content:"⇅";position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;color:#302184!important;font-size:17px!important;pointer-events:none!important}
 .pmv-notice-tools .pmv-sort-control select{position:absolute!important;inset:0!important;opacity:0!important;width:100%!important;height:100%!important;cursor:pointer!important}
 .pmv-orders-toolbar.pmv-filter-is-moved,.pmv-product-manager.pmv-filter-is-moved{display:none!important}
 .pmv-product-toolbar{gap:5px!important;justify-content:flex-end!important}
 .pmv-view-switch button{width:38px!important;height:38px!important;padding:0!important}
 .pmv-sort-control{min-width:0!important}
 .pmv-order-table,.pmv-orders-table,.pmv-table{display:block!important;width:100%!important}
 .pmv-order-table thead,.pmv-orders-table thead,.pmv-table thead{display:none!important}
 .pmv-order-table tbody,.pmv-order-table tr,.pmv-order-table td,.pmv-orders-table tbody,.pmv-orders-table tr,.pmv-orders-table td{display:block!important;width:100%!important}
 .pmv-order-table tr,.pmv-orders-table tr{border:1px solid #e7e8ef!important;border-radius:15px!important;padding:10px!important;margin-bottom:8px!important;background:#fff!important}
 .pmv-order-table td,.pmv-orders-table td{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:7px 0!important;border-bottom:1px dashed #ececf3!important;font-size:11px!important}
 .pmv-order-table td:last-child,.pmv-orders-table td:last-child{border-bottom:0!important}
 .pmv-editor-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
 .pmv-editor-actions button{min-height:42px!important;padding:8px 10px!important;font-size:11px!important}
}
@media (min-width:761px) and (max-width:1024px){
 .pmv-main{padding:20px 20px 86px!important}
 .pmv-mobile-nav{display:grid!important;position:fixed!important;right:18px!important;left:18px!important;bottom:10px!important;height:68px!important;grid-template-columns:repeat(5,1fr)!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:22px!important;box-shadow:0 -8px 28px rgba(22,24,47,.1)!important;z-index:9995!important;padding:6px!important}
 .pmv-mobile-nav button{border:0!important;background:transparent!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#667085!important}
 .pmv-mobile-nav button.is-active{background:#fff1e8!important;color:#e94f00!important}
 .pmv-mobile-nav button small{font-size:11px!important}
 .pmv-analytics-grid,.pmv-dashboard-grid,.pmv-two-col{grid-template-columns:1fr!important}
}

/* v3.3.1 true mobile-app refinement */
@media (max-width:760px){
  :root{--pmv-mobile-radius:16px}
  body{overflow-x:hidden!important}
  .pmv-shell,.pmv-main,.pmv-view,.pmv-panel{min-width:0!important;max-width:100%!important;overflow-x:hidden!important}
  .pmv-main{padding:8px 8px calc(82px + env(safe-area-inset-bottom))!important}
  .pmv-topbar{min-height:54px!important;padding:7px 8px!important;gap:6px!important;border-radius:0 0 15px 15px!important}
  .pmv-welcome{min-width:0!important;flex:1 1 auto!important}.pmv-welcome small{display:none!important}.pmv-welcome strong,.pmv-welcome h1{font-size:13px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;max-width:42vw!important}
  .pmv-top-actions{gap:4px!important}.pmv-top-icon,.pmv-bell,.pmv-avatar-btn,.pmv-account-chip,.pmv-wallet-chip{width:36px!important;height:36px!important;min-width:36px!important;border-radius:11px!important;padding:0!important}.pmv-top-icon svg,.pmv-bell svg,.pmv-account-chip svg,.pmv-wallet-chip svg{width:16px!important;height:16px!important}
  .pmv-account-chip>span:last-child,.pmv-wallet-chip>span:last-child{display:none!important}
  .pmv-panel{padding:10px!important;margin-bottom:8px!important;border-radius:var(--pmv-mobile-radius)!important;box-shadow:0 5px 16px rgba(34,28,84,.05)!important}
  .pmv-panel-head,.pmv-page-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;margin-bottom:9px!important}
  .pmv-panel-head>div,.pmv-page-head>div{min-width:0!important}.pmv-panel-head h2,.pmv-page-head h2{font-size:14px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important}.pmv-panel-head p,.pmv-page-head p{display:none!important}
  .pmv-mobile-filter-trigger{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;padding:0!important;display:grid!important;place-items:center!important;background:#302184!important;color:#fff!important;border-color:#302184!important}.pmv-mobile-filter-trigger span{display:none!important}.pmv-mobile-filter-trigger svg{width:16px!important;height:16px!important;stroke:#fff!important}
  .pmv-mobile-filter-sheet{background:rgba(19,16,45,.46)!important;backdrop-filter:blur(3px)!important}.pmv-mobile-filter-sheet-inner{max-height:78vh!important;border-radius:22px 22px 0 0!important;padding:14px 11px calc(18px + env(safe-area-inset-bottom))!important}.pmv-mobile-filter-sheet-head{margin-bottom:10px!important}.pmv-mobile-filter-sheet-head strong{font-size:14px!important}.pmv-mobile-filter-sheet-head button{width:34px!important;height:34px!important;min-width:34px!important;font-size:20px!important;border-radius:10px!important}.pmv-mobile-filter-content{display:grid!important;gap:8px!important}.pmv-mobile-filter-content input,.pmv-mobile-filter-content select,.pmv-mobile-filter-content button{min-height:42px!important;font-size:12px!important}
  .pmv-catalog-search{position:relative!important;display:block!important}.pmv-catalog-search input{height:44px!important;padding-left:46px!important;font-size:12px!important}.pmv-catalog-search button{position:absolute!important;left:5px!important;top:5px!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:10px!important;font-size:0!important;background:#302184!important;color:#fff!important;border:0!important}.pmv-catalog-search button:after{content:'⌕';font-size:20px!important;line-height:1;color:#fff!important}
  .pmv-stats,.pmv-dashboard-cards,.pmv-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.pmv-stat,.pmv-stat-card,.pmv-kpi{min-height:76px!important;padding:9px!important;border-radius:14px!important}.pmv-stat strong,.pmv-stat-card strong,.pmv-kpi strong{font-size:15px!important}.pmv-stat small,.pmv-stat-card small,.pmv-kpi small{font-size:9px!important}
  .pmv-product-card{grid-template-columns:54px minmax(0,1fr)!important;gap:9px!important;padding:9px!important;border-radius:15px!important}.pmv-product-thumb{width:54px!important;height:54px!important;border-radius:12px!important}.pmv-product-title strong{font-size:12px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.pmv-product-title small{font-size:9px!important}.pmv-product-tags{gap:4px!important}.pmv-product-tags span{font-size:8.5px!important;padding:3px 6px!important}.pmv-product-meta{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.pmv-product-meta span{font-size:9px!important;padding:5px 7px!important;background:#f8f8fc!important;border-radius:8px!important}
  .pmv-product-actions{grid-column:1/-1!important;justify-content:flex-start!important;gap:5px!important;padding:3px 0 0!important}.pmv-icon-action,.pmv-icon-btn,.pmv-view-switch button{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:7px!important;border-radius:10px!important}.pmv-icon-action svg,.pmv-icon-btn svg,.pmv-view-switch svg{width:16px!important;height:16px!important}
  .pmv-notice-tools{display:flex!important;gap:5px!important;align-items:center!important}.pmv-notice-tools .pmv-danger-soft{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;font-size:0!important;border-radius:11px!important}.pmv-notice-tools .pmv-danger-soft:before{content:'🗑';font-size:15px}.pmv-notice-tools .pmv-sort-control{width:36px!important;height:36px!important;min-width:36px!important;overflow:hidden!important;border:1px solid #dedff0!important;border-radius:11px!important;background:#fff!important;position:relative!important}.pmv-notice-tools .pmv-sort-control span{display:none!important}.pmv-notice-tools .pmv-sort-control:before{content:'↕';position:absolute;inset:0;display:grid;place-items:center;color:#302184;font-size:17px;font-weight:900;pointer-events:none}.pmv-notice-tools .pmv-sort-control select{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important}
  .pmv-orders-table,.pmv-table{display:block!important;width:100%!important}.pmv-orders-table thead,.pmv-table thead{display:none!important}.pmv-orders-table tbody,.pmv-orders-table tr,.pmv-orders-table td,.pmv-table tbody,.pmv-table tr,.pmv-table td{display:block!important;width:100%!important}.pmv-orders-table tr,.pmv-table tr{border:1px solid #e7e7ef!important;border-radius:14px!important;padding:8px!important;margin-bottom:7px!important;background:#fff!important}.pmv-orders-table td,.pmv-table td{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:5px 0!important;border-bottom:1px dashed #eeeef4!important;font-size:9.5px!important}.pmv-orders-table td:last-child,.pmv-table td:last-child{border-bottom:0!important}
  .pmv-mobile-nav{right:6px!important;left:6px!important;bottom:5px!important;height:61px!important;padding:4px!important;border-radius:18px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -7px 25px rgba(34,28,84,.13)!important;border:1px solid #e8e7ef!important}.pmv-mobile-nav button{gap:2px!important;border-radius:12px!important;padding:4px 1px!important}.pmv-mobile-nav button svg{width:18px!important;height:18px!important}.pmv-mobile-nav button small{font-size:8.5px!important;white-space:nowrap!important;max-width:58px!important;overflow:hidden!important;text-overflow:ellipsis!important}.pmv-mobile-nav button.is-active{background:#f0edff!important;color:#4935df!important}
}
@media (min-width:761px) and (max-width:1024px){.pmv-main{padding:14px!important}.pmv-panel{padding:14px!important}.pmv-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pmv-panel-head p{font-size:10px!important}}

/* Zitu Vendor 3.3.2 — real mobile app layout */
@media (max-width:760px){
 html,body{max-width:100%;overflow-x:hidden!important;background:#f5f6fb!important}
 body{padding-bottom:76px!important}
 .pmv-app,.pmv-main,.pmv-view,.pmv-panel{min-width:0!important;max-width:100%!important}
 .pmv-main{padding:8px 8px 82px!important}
 .pmv-topbar{position:sticky!important;top:0!important;z-index:75!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;margin:0 0 8px!important;padding:9px 10px!important;background:rgba(255,255,255,.97)!important;border:1px solid #e8e8f0!important;border-radius:0 0 16px 16px!important;box-shadow:0 5px 18px rgba(28,24,76,.06)!important;backdrop-filter:blur(14px)!important}
 .pmv-topbar>div:first-child{min-width:0!important;overflow:hidden!important}
 .pmv-topbar>div:first-child small{display:none!important}
 .pmv-topbar h1{font-size:15px!important;line-height:1.35!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
 .pmv-top-actions{display:flex!important;gap:4px!important;align-items:center!important;min-width:0!important}
 .pmv-top-actions button,.pmv-top-actions a,.pmv-bell,.pmv-avatar-btn,.pmv-account-chip-button,.pmv-wallet-chip{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;padding:0!important;border-radius:11px!important;display:grid!important;place-items:center!important;overflow:hidden!important}
 .pmv-top-actions svg,.pmv-top-actions .pmv-icon{width:17px!important;height:17px!important}
 .pmv-avatar-btn img{width:30px!important;height:30px!important;border-radius:9px!important}
 .pmv-wallet-chip span,.pmv-account-chip-button span{display:none!important}
 .pmv-bell i{min-width:17px!important;height:17px!important;top:-3px!important;right:-3px!important;border-width:2px!important;font-size:8px!important}
 .pmv-page-head,.pmv-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:0 0 10px!important;min-height:38px!important}
 .pmv-page-head>div,.pmv-panel-head>div{min-width:0!important}
 .pmv-page-head h2,.pmv-panel-head h2,.pmv-panel h2{font-size:15px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
 .pmv-page-head p,.pmv-panel-head p{display:none!important}
 .pmv-panel{padding:11px!important;margin-bottom:8px!important;border-radius:16px!important;box-shadow:0 3px 14px rgba(30,27,78,.035)!important}
 .pmv-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-bottom:8px!important}
 .pmv-kpis article{min-height:74px!important;padding:9px!important;border-radius:15px!important;gap:8px!important}
 .pmv-kpis article>span{width:34px!important;height:34px!important;min-width:34px!important;border-radius:11px!important}
 .pmv-kpis article>span svg{width:17px!important;height:17px!important}
 .pmv-kpis strong{font-size:15px!important;margin-top:1px!important}.pmv-kpis small{font-size:9px!important}.pmv-kpis em{display:none!important}
 .pmv-analytics-grid,.pmv-dashboard-grid,.pmv-two-col{gap:8px!important}
 .pmv-line-chart{height:190px!important}.pmv-donut-layout{min-height:190px!important}.pmv-order-donut{width:118px!important;height:118px!important}
 .pmv-mobile-nav{right:6px!important;left:6px!important;bottom:5px!important;height:60px!important;padding:4px!important;border-radius:18px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:2px!important;box-shadow:0 -7px 26px rgba(28,24,78,.14)!important}
 .pmv-mobile-nav button{gap:1px!important;padding:3px 1px!important;border-radius:12px!important}
 .pmv-mobile-nav button svg{width:17px!important;height:17px!important}.pmv-mobile-nav button small{font-size:8px!important;max-width:58px!important}
 .pmv-mobile-filter-trigger,.pmv-notice-tools>button,.pmv-notice-tools .pmv-sort-control{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;border-radius:11px!important;display:grid!important;place-items:center!important}
 .pmv-mobile-filter-trigger span,.pmv-notice-tools>button{font-size:0!important}.pmv-mobile-filter-trigger svg,.pmv-notice-tools svg{width:16px!important;height:16px!important}
 .pmv-notice-tools{display:flex!important;gap:5px!important;align-items:center!important}.pmv-notice-tools .pmv-sort-control>span{display:none!important}.pmv-notice-tools .pmv-sort-control select{position:absolute!important;opacity:0!important;width:36px!important;height:36px!important;inset:0!important}
 .pmv-mobile-filter-sheet-inner{right:6px!important;left:6px!important;bottom:5px!important;border-radius:22px!important;padding:12px!important;max-height:78vh!important}.pmv-mobile-filter-sheet-head{margin-bottom:8px!important}.pmv-mobile-filter-sheet-head strong{font-size:14px!important}.pmv-mobile-filter-sheet-head button{width:32px!important;height:32px!important;font-size:18px!important}
 .pmv-mobile-filter-content input,.pmv-mobile-filter-content select,.pmv-mobile-filter-content button{min-height:42px!important;font-size:13px!important}
 .pmv-catalog-search{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;gap:6px!important;max-width:none!important;width:100%!important}
 .pmv-catalog-search input{min-width:0!important;height:42px!important;padding:8px 12px!important;font-size:13px!important}
 .pmv-catalog-search button{width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;background:#4f35d8!important;color:#fff!important;border-color:#4f35d8!important;font-size:0!important;display:grid!important;place-items:center!important}
 .pmv-catalog-search button:after{content:"⌕";font-size:21px!important;color:#fff!important;line-height:1}
 .pmv-product-card{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;gap:8px!important;padding:10px!important;border-radius:15px!important;align-items:start!important;min-height:0!important}
 .pmv-product-select{position:absolute!important;top:8px!important;left:8px!important}.pmv-product-select input+span{width:17px!important;height:17px!important}
 .pmv-product-thumb{width:46px!important;height:46px!important;border-radius:11px!important}.pmv-product-thumb img{width:46px!important;height:46px!important}
 .pmv-product-title strong{font-size:12px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.pmv-product-title small{font-size:8px!important}
 .pmv-product-tags{gap:3px!important;margin-top:5px!important}.pmv-product-tags span{font-size:8px!important;padding:3px 6px!important}
 .pmv-product-meta{display:grid!important;grid-template-columns:1fr 1fr!important;gap:3px 8px!important;margin-top:7px!important}.pmv-product-meta span{font-size:9px!important}.pmv-product-meta span:last-child{grid-column:1/-1!important}
 .pmv-product-actions{display:grid!important;grid-template-columns:repeat(2,31px)!important;gap:4px!important;align-content:start!important}.pmv-icon-action{width:31px!important;height:31px!important;min-width:31px!important;border-radius:9px!important;padding:0!important}.pmv-icon-action svg{width:15px!important;height:15px!important}
 .pmv-product-editor-host{grid-column:1/-1!important}.pmv-product-full-editor,.pmv-offer-editor{padding:10px!important;border-radius:14px!important;margin-top:8px!important}.pmv-editor-title{gap:7px!important}.pmv-editor-title strong{font-size:13px!important}.pmv-editor-title small{display:none!important}.pmv-close-product-editor{width:30px!important;height:30px!important;min-width:30px!important;font-size:17px!important;border-radius:9px!important}
 .pmv-offer-grid,.pmv-variation-edit{grid-template-columns:1fr 1fr!important;gap:8px!important}.pmv-offer-grid label,.pmv-variation-edit label{font-size:10px!important}.pmv-offer-grid input,.pmv-offer-grid select,.pmv-variation-edit input,.pmv-variation-edit select{height:40px!important;padding:7px 9px!important;font-size:12px!important}
 .pmv-switch{min-height:40px!important}.pmv-editor-actions{gap:6px!important;justify-content:stretch!important}.pmv-editor-actions button{min-width:0!important;width:auto!important;flex:1!important;height:38px!important;padding:0 9px!important;font-size:10px!important}
 .pmv-orders-table-wrap{overflow:visible!important}.pmv-orders-table,.pmv-orders-table tbody{display:block!important;width:100%!important;min-width:0!important}.pmv-orders-table thead{display:none!important}.pmv-orders-table tr.pmv-order-row{display:grid!important;grid-template-columns:1fr auto!important;gap:5px 10px!important;margin:0 0 8px!important;padding:11px!important;border:1px solid #e7e8f0!important;border-radius:15px!important;background:#fff!important}.pmv-orders-table tr.pmv-order-row td{display:block!important;border:0!important;padding:0!important;min-width:0!important}.pmv-orders-table tr.pmv-order-row td:nth-child(1){grid-column:1}.pmv-orders-table tr.pmv-order-row td:nth-child(5){grid-column:2;grid-row:1}.pmv-orders-table tr.pmv-order-row td:nth-child(2){grid-column:1/-1}.pmv-orders-table tr.pmv-order-row td:nth-child(3){grid-column:1}.pmv-orders-table tr.pmv-order-row td:nth-child(4){grid-column:2;text-align:left}.pmv-orders-table tr.pmv-order-row td:nth-child(6){grid-column:1}.pmv-orders-table tr.pmv-order-row td:nth-child(7){grid-column:2;grid-row:4/6;align-self:end}.pmv-orders-table td strong{font-size:11px!important}.pmv-orders-table td small{font-size:8.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:210px!important}.pmv-order-editor-row{display:block!important}.pmv-order-editor-row>td{display:block!important;padding:0 0 8px!important}.pmv-order-editor{padding:10px!important;border-radius:14px!important}.pmv-order-editor-details{grid-template-columns:1fr!important}
 .pmv-notice{padding:10px!important;border-radius:14px!important}.pmv-notice-head strong{font-size:12px!important}.pmv-notice p{font-size:10px!important;line-height:1.6!important}.pmv-notice-foot small{font-size:8px!important}
 .pmv-pagination{gap:4px!important}.pmv-pagination button{width:31px!important;height:31px!important;min-width:31px!important;padding:0!important;font-size:10px!important}
}
@media (min-width:761px) and (max-width:1100px){.pmv-main{padding:18px!important}.pmv-kpis{grid-template-columns:repeat(2,1fr)!important}.pmv-analytics-grid{grid-template-columns:1fr!important}.pmv-product-card{grid-template-columns:60px minmax(0,1fr) auto!important}}

.pmv-entry-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pmv-entry-form input:focus,.pmv-entry-form select:focus{outline:0;border-color:var(--pmv-purple,#5b3ff0);box-shadow:0 0 0 3px rgba(91,63,240,.1)}@media(max-width:560px){.pmv-entry-name-grid{grid-template-columns:1fr}}

/* 3.7.4: hide empty navigation badges and provide a clean panel exit action. */
.pmv-nav em:empty,.pmv-nav em[hidden]{display:none!important}.pmv-exit-panel{border:0;background:rgba(255,255,255,.08);color:#e8e5ff;border-radius:14px;padding:12px 13px;display:flex;align-items:center;gap:12px;text-decoration:none;text-align:right;font:inherit;margin-top:auto;margin-bottom:6px}.pmv-exit-panel span{flex:1}.pmv-exit-panel:hover{background:rgba(255,255,255,.16);color:#fff;transform:translateX(-2px)}.pmv-exit-panel+.pmv-logout{margin-top:0}

.pmv-empty-products{display:flex;flex-direction:column;align-items:center;gap:10px;padding:42px 18px;border:1px dashed #d8dce7;border-radius:18px;background:#fafbff}.pmv-empty-products strong{font-size:18px;color:#20243a}.pmv-empty-products span{color:#73788d}.pmv-empty-products>div{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.pmv-offer-terms{margin-top:18px;padding:16px;border:1px solid rgba(15,23,42,.1);border-radius:16px;background:#fafbff}.pmv-offer-terms .pmv-panel-head{margin-bottom:14px}.pmv-offer-terms .pmv-panel-head h3{margin:0 0 4px}.pmv-offer-terms .pmv-panel-head small{display:block;color:#64748b}.pmv-terms-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}.pmv-terms-checks label{display:flex!important;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fff}.pmv-terms-checks input{width:auto!important;margin:0}.pmv-empty-inline{margin-top:8px;padding:10px 12px;border-radius:10px;background:#f8fafc;color:#64748b;font-size:12px}.pmv-wide{grid-column:1/-1}@media(max-width:720px){.pmv-terms-checks{grid-template-columns:1fr}.pmv-offer-terms{padding:12px}}

.pmv-financial-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;padding:14px;border:1px solid #e5e7eb;border-radius:16px;background:#f8fafc}.pmv-financial-preview>div{display:flex;flex-direction:column;gap:5px;padding:10px;background:#fff;border-radius:12px}.pmv-financial-preview span{font-size:12px;color:#64748b}.pmv-financial-preview b{font-size:14px;color:#0f172a}.pmv-financial-preview .is-total{background:#fff7ed;border:1px solid #fed7aa}.pmv-financial-preview .is-total b{color:#c2410c;font-size:16px}.pmv-financial-preview>small{grid-column:1/-1;color:#64748b}.pmv-insurance-editor{display:grid;gap:10px}.pmv-insurance-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:end;padding:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.pmv-marketino-request{padding:12px;border:1px dashed #7c3aed;border-radius:12px;background:#f5f3ff}.pmv-marketino-request input{margin-left:8px}@media(max-width:700px){.pmv-financial-preview{grid-template-columns:1fr 1fr}.pmv-insurance-row{grid-template-columns:1fr}.pmv-financial-preview .is-total{grid-column:1/-1}}

.pmv-desktop-only{min-height:75vh;display:grid;place-items:center;padding:24px;background:#f5f6fa;direction:rtl}.pmv-desktop-only-card{width:min(520px,100%);background:#fff;border:1px solid #e7e9f2;border-radius:24px;padding:34px;text-align:center;box-shadow:0 16px 45px rgba(23,28,55,.08)}.pmv-desktop-only-icon{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 18px;border-radius:22px;background:#f0edff;font-size:34px}.pmv-desktop-only-card h2{margin:0 0 10px;font-size:22px}.pmv-desktop-only-card p{margin:0 0 24px;color:#667085;line-height:2}.pmv-desktop-only-card a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:12px;background:#5b3ff0;color:#fff;text-decoration:none;font-weight:700}

.pmv-dashboard-loader{display:grid;gap:10px;place-items:center;min-height:220px;padding:32px}.pmv-loader-percent{font-size:26px;font-weight:900;color:var(--pmv-purple)}.pmv-loader-track{width:min(320px,82%);height:9px;background:#eceaf7;border-radius:999px;overflow:hidden}.pmv-loader-track i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--pmv-purple),var(--pmv-orange));border-radius:inherit;transition:width .25s ease}.pmv-dashboard-loader small{color:var(--pmv-muted)}.pmv-skeleton-list{display:grid;gap:12px}.pmv-skeleton-list i{display:block;height:112px;border-radius:18px;background:linear-gradient(90deg,#f2f1f7 25%,#fafafd 40%,#f2f1f7 60%);background-size:300% 100%;animation:pmvSkeleton 1.4s infinite}@keyframes pmvSkeleton{0%{background-position:100% 0}100%{background-position:0 0}}

.pmv-simple-pager{align-items:center}.pmv-simple-pager span{min-width:110px;text-align:center;font-weight:700;color:#64748b}.pmv-simple-pager button{width:auto!important;min-width:96px!important;padding:0 14px!important}.pmv-simple-pager button:disabled{opacity:.45;cursor:not-allowed}.pmv-chart-skeleton{height:230px;display:flex;align-items:flex-end;justify-content:center;gap:18px;padding:24px;position:relative;overflow:hidden}.pmv-chart-skeleton i{display:block;width:10%;min-width:28px;border-radius:12px 12px 4px 4px;background:linear-gradient(90deg,#eceaf8 25%,#f7f6fc 50%,#eceaf8 75%);background-size:200% 100%;animation:pmvSkeletonMove 1.2s linear infinite}.pmv-chart-skeleton i:nth-child(1){height:32%}.pmv-chart-skeleton i:nth-child(2){height:54%}.pmv-chart-skeleton i:nth-child(3){height:43%}.pmv-chart-skeleton i:nth-child(4){height:72%}.pmv-chart-skeleton i:nth-child(5){height:60%}.pmv-chart-skeleton span{position:absolute;bottom:8px;font-size:12px;color:#7b7792}.pmv-chart-skeleton:after{content:'';position:absolute;inset:0;background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.7) 50%,transparent 70%);transform:translateX(-100%);animation:pmvSkeletonSweep 1.5s ease-in-out infinite}@keyframes pmvSkeletonMove{to{background-position:-200% 0}}@keyframes pmvSkeletonSweep{to{transform:translateX(100%)}}
.pmv-request-sale-guide{display:block;margin-top:10px;padding:10px 12px;color:#64748b;font-size:12px;line-height:1.9;border-radius:10px;white-space:normal;background:#f8fafc;border:1px solid #edf0f5}.pmv-search-limit-note{padding:10px 12px;border-radius:10px;background:#f8fafc;color:#64748b;font-size:12px;text-align:center}

/* Search-stage guard: pricing terms appear only after admin approval. */
#pmv-catalog-results .pmv-offer-terms,#pmv-catalog-results .pmv-financial-preview,#pmv-catalog-results .pmv-offer-editor{display:none!important}


/* 4.1.5: focused product handoff from product page to vendor panel. */
.pmv-deep-link-guide{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:13px 15px;border:1px solid #c7d2fe;border-radius:15px;background:linear-gradient(135deg,#eef2ff,#fafaff);color:#312e81;box-shadow:0 10px 28px rgba(79,70,229,.08)}
.pmv-deep-link-guide-icon{display:grid;place-items:center;width:36px;height:36px;flex:0 0 36px;border-radius:12px;background:#4f46e5;color:#fff;font-weight:900;font-size:17px;animation:pmvGuidePop .45s ease both}
.pmv-deep-link-guide strong,.pmv-deep-link-guide small{display:block}.pmv-deep-link-guide strong{font-size:14px;margin-bottom:3px}.pmv-deep-link-guide small{font-size:11px;color:#6366f1}
.pmv-catalog-item.is-deep-linked{position:relative;z-index:1;border-color:#6366f1!important;box-shadow:0 0 0 4px rgba(99,102,241,.13),0 16px 38px rgba(79,70,229,.16)!important;animation:pmvProductFocus 1.15s ease-in-out 3}
.pmv-catalog-item.is-deep-linked .pmv-request-sale-only{animation:pmvButtonPulse 1.15s ease-in-out 3}
.pmv-deep-link-loading #pmv-catalog-results{min-height:160px}
@keyframes pmvGuidePop{0%{opacity:0;transform:scale(.65)}100%{opacity:1;transform:scale(1)}}
@keyframes pmvProductFocus{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes pmvButtonPulse{0%,100%{box-shadow:0 0 0 0 rgba(79,70,229,0)}50%{box-shadow:0 0 0 8px rgba(79,70,229,.13)}}
@media(max-width:600px){.pmv-deep-link-guide{padding:11px 12px}.pmv-deep-link-guide-icon{width:32px;height:32px;flex-basis:32px}.pmv-deep-link-guide strong{font-size:12px}.pmv-deep-link-guide small{font-size:10px}}

/* 4.1.6: vendor-scoped product counters. */
.pmv-product-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 20px}.pmv-product-kpis article{min-width:0;padding:14px 16px;border:1px solid #e8eaf2;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 8px 24px rgba(20,24,45,.04)}.pmv-product-kpis small{color:#667085;font-size:12px;line-height:1.7}.pmv-product-kpis strong{font-size:22px;color:#20243a}.pmv-product-kpis article:first-child strong{color:#15803d}.pmv-product-kpis article:nth-child(2) strong{color:#b45309}.pmv-product-kpis article:nth-child(3) strong{color:#7c3aed}.pmv-product-kpis article:nth-child(4) strong{color:#dc2626}@media(max-width:900px){.pmv-product-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.pmv-product-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pmv-product-kpis article{padding:12px}.pmv-product-kpis article:last-child{grid-column:1/-1}.pmv-product-kpis strong{font-size:19px}}

/* 4.2.3 - offer controls and catalog price baseline */
.pmv-product-meta .pmv-meta-price{background:#f3f0ff!important;color:#4b3aa8!important;border:1px solid #e4defd!important}
.pmv-product-meta .pmv-meta-price b{color:#2f2483!important}
.pmv-price-suggestion{display:block!important;margin-top:7px!important;color:#6554c0!important;font-size:10px!important;line-height:1.7!important}

.pmv-offer-editor .pmv-switch{
  position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
  min-height:52px!important;padding:9px 12px!important;border:1px solid #e7e8ef!important;border-radius:13px!important;
  background:#fafafe!important;color:#292d3e!important;cursor:pointer!important;transition:.2s ease!important
}
.pmv-offer-editor .pmv-switch:hover{border-color:#cfc7fa!important;background:#f7f5ff!important}
.pmv-offer-editor .pmv-switch input[type=checkbox]{
  appearance:none!important;-webkit-appearance:none!important;width:42px!important;height:24px!important;min-width:42px!important;
  border:0!important;border-radius:999px!important;background:#c9cbd4!important;position:relative!important;margin:0!important;
  padding:0!important;cursor:pointer!important;transition:.2s ease!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)!important
}
.pmv-offer-editor .pmv-switch input[type=checkbox]::after{
  content:"";position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:#fff;
  box-shadow:0 2px 6px rgba(34,37,52,.25);transition:.2s ease
}
.pmv-offer-editor .pmv-switch input[type=checkbox]:checked{background:#4f35d8!important}
.pmv-offer-editor .pmv-switch input[type=checkbox]:checked::after{transform:translateX(-18px)}
.pmv-offer-editor .pmv-switch span{font-weight:700!important;color:#303446!important;font-size:12px!important}

.pmv-marketino-request{
  display:flex!important;align-items:center!important;gap:12px!important;padding:13px 14px!important;border:1px solid #dcd7fa!important;
  border-radius:15px!important;background:linear-gradient(135deg,#faf9ff,#f3f0ff)!important;cursor:pointer!important;line-height:1.8!important
}
.pmv-marketino-request:hover{border-color:#a99bf0!important;box-shadow:0 7px 22px rgba(79,53,216,.08)!important}
.pmv-marketino-request input[type=checkbox]{width:20px!important;height:20px!important;min-width:20px!important;accent-color:#4f35d8!important;margin:0!important}
.pmv-marketino-request>span{display:flex!important;flex-direction:column!important;gap:1px!important;color:#28253d!important}
.pmv-marketino-request strong{font-size:12px!important;color:#35277f!important}
.pmv-marketino-request small{font-size:10px!important;color:#77738b!important;line-height:1.8!important}

@media(max-width:760px){
 .pmv-offer-editor .pmv-switch{grid-column:1/-1!important;min-height:46px!important}
 .pmv-marketino-request{padding:11px 12px!important;align-items:flex-start!important}
 .pmv-marketino-request strong{font-size:11px!important}.pmv-marketino-request small{font-size:9px!important}
}
