:root{--pw-ui-scale:1;--pw-pink:#e03a7a;--pw-pink-strong:#cf1f68;--pw-pink-soft:#fde8f1;--pw-navy:#071128;--pw-navy-2:#0b1735;--pw-blue:#2563eb;--pw-purple:#6d5dfb;--pw-green:#16a34a;--pw-amber:#f59e0b;--pw-red:#dc2626;--pw-bg:#f7f8fb;--pw-surface:#ffffff;--pw-surface-soft:#fbfcff;--pw-border:#e4e8f1;--pw-text:#0f1730;--pw-muted:#65728a;--pw-shadow:0 16px 44px rgba(15,23,48,0.08);--pw-shadow-soft:0 8px 24px rgba(15,23,48,0.06);--pw-radius:8px}*{box-sizing:border-box}img,svg{max-width:100%}img{height:auto}.pw-auth-shell img,.pw-login-page img,.pw-public-main img,.pw-register-page img{max-width:100%;height:auto}.pw-auth-shell img:not([width]),.pw-login-page img:not([width]),.pw-public-main img:not([width]),.pw-register-page img:not([width]){width:100%}#__next,body,html{min-height:100%;margin:0}#__next{zoom:var(--pw-ui-scale)}body{background:var(--pw-bg);color:var(--pw-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container,.pw-public-container{width:min(1450px,calc(100% - 48px));margin:0 auto}.pw-muted,.pw-sub{color:var(--pw-muted)}.pw-sub{margin:6px 0 0;line-height:1.5}.pw-eyebrow{color:var(--pw-pink);font-size:14px;font-weight:800;letter-spacing:0;text-transform:uppercase}.pw-page-title-xl{margin:0;font-size:34px;line-height:1.1}.pw-section-title{margin:0;font-size:24px;line-height:1.2}.pw-brand-logo{display:inline-flex;align-items:center;width:245px;max-width:100%}.pw-brand-logo img{display:block;width:100%;height:auto;object-fit:contain}.pw-brand-logo-compact{width:46px}.pw-brand-logo-mark{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(135deg,var(--pw-pink),#091432 70%);color:#ffffff;font-size:15px;font-weight:950;letter-spacing:0;box-shadow:0 14px 30px rgba(5,11,31,.24)}.pw-sidebar-header .pw-brand-logo{width:205px}.pw-auth-brand .pw-brand-logo,.pw-public-footer .pw-brand-logo{width:230px}.pw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;color:var(--pw-text);font-weight:750;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.pw-btn:hover{border-color:rgba(224,58,122,.42);box-shadow:var(--pw-shadow-soft);transform:translateY(-1px)}.pw-btn-primary{border-color:var(--pw-pink);background:linear-gradient(135deg,var(--pw-pink) 0,var(--pw-pink-strong) 100%);color:#ffffff;box-shadow:0 12px 28px rgba(224,58,122,.25)}.pw-btn-dark{border-color:var(--pw-navy);background:var(--pw-navy);color:#ffffff}.pw-btn-ghost{background:transparent}.pw-btn-gray{border-color:#cbd5e1;background:#94a3b8;color:#ffffff}.pw-btn-gray:hover{border-color:#94a3b8;background:#7c8aa0}.pw-btn:disabled,.pw-btn[disabled]{opacity:.56;cursor:not-allowed;transform:none;box-shadow:none}.pw-btn-primary:disabled,.pw-btn-primary[disabled]{border-color:#e2e8f0;background:#cbd5e1;color:#f8fafc;opacity:1}.pw-btn-primary:disabled:hover,.pw-btn-primary[disabled]:hover{transform:none;box-shadow:none;border-color:#e2e8f0}.pw-card,.pw-kpi-card,.pw-metric-card,.pw-panel{border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:var(--pw-surface);box-shadow:var(--pw-shadow-soft)}.pw-panel{padding:20px;min-width:0}.pw-dashboard-header,.pw-page-header,.pw-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0}.pw-dashboard-header h1,.pw-page-header h1,.pw-panel-header h2,.pw-panel-header h3{margin:0}.pw-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pw-kpi-grid,.pw-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pw-kpi-grid-six{grid-template-columns:repeat(6,minmax(0,1fr))}.pw-kpi-card,.pw-metric-card{min-height:112px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.pw-kpi-left{display:flex;align-items:center;gap:12px;min-width:0}.pw-kpi-icon,.pw-soft-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border-radius:10px;background:var(--pw-pink-soft);color:var(--pw-pink);font-size:18px;font-weight:900}.pw-soft-icon-green{background:#e9f8ef;color:var(--pw-green)}.pw-soft-icon-blue{background:#eaf1ff;color:var(--pw-blue)}.pw-soft-icon-amber{background:#fff4df;color:var(--pw-amber)}.pw-kpi-label{color:var(--pw-muted);font-size:13px;font-weight:760}.pw-kpi-value{margin-top:4px;color:var(--pw-text);font-size:24px;font-weight:900;line-height:1}.pw-kpi-delta,.pw-trend-up{color:var(--pw-green);font-size:13px;font-weight:820;white-space:nowrap}.pw-trend-down{color:var(--pw-red);font-size:13px;font-weight:820}.pw-kpicard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,155px),1fr));gap:14px}.pw-kpicard{display:flex;flex-direction:column;min-width:0;min-height:112px;padding:14px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:var(--pw-surface);box-shadow:var(--pw-shadow-soft)}.pw-kpicard-row{display:flex;align-items:flex-start;gap:9px;min-width:0}.pw-kpicard-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border-radius:10px}.pw-kpicard-heading{display:grid;gap:4px;flex:1 1 auto;min-width:0}.pw-kpicard-label{color:#374151;font-size:13px;font-weight:650;line-height:1.25;overflow-wrap:anywhere}.pw-kpicard-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:700;line-height:1.2;overflow-wrap:anywhere;text-align:center}.pw-kpicard-badge-success{background:#dcfce7;color:#15803d}.pw-kpicard-badge-info{background:#dbeafe;color:#1d4ed8}.pw-kpicard-badge-warning{background:#fef3c7;color:#b45309}.pw-kpicard-badge-danger{background:#fee2e2;color:#b91c1c}.pw-kpicard-value{margin-top:8px;color:var(--pw-text);font-size:24px;font-weight:900;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.pw-dashboard .pw-panel-header>div{min-width:0}.pw-dashboard-panel-action{flex:0 0 auto;min-width:max-content;white-space:nowrap}@media (max-width:520px){.pw-kpicard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pw-kpicard{padding:12px}.pw-kpicard-row{gap:8px}.pw-kpicard-icon{width:32px;height:32px;flex-basis:32px}}@media (max-width:360px){.pw-kpicard-grid{grid-template-columns:1fr}}.pw-dashboard-grid,.pw-grid-2,.pw-grid-3,.pw-grid-4{display:grid;gap:14px}.pw-grid-2{grid-template-columns:minmax(0,1.55fr) minmax(330px,.95fr)}.pw-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.pw-dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.42fr)}.pw-stack{display:grid;gap:14px}.pw-dashboard,.pw-page-stack{display:grid;gap:20px}.pw-chart-wrap{width:100%;height:280px}.pw-chart-wrap-sm{width:100%;height:190px}.pw-css-chart{position:relative;display:flex;align-items:flex-end;gap:8px;width:100%;min-height:190px;padding:20px 8px 28px;border-radius:8px;background:linear-gradient(180deg,rgba(224,58,122,.08),rgba(224,58,122,.01)),repeating-linear-gradient(0deg,transparent,transparent 39px,#edf0f5 40px)}.pw-css-chart:after{content:"";position:absolute;left:8px;right:8px;bottom:28px;border-bottom:1px solid #dfe5ef}.pw-chart-bar{position:relative;z-index:1;flex:1;min-width:14px;border-radius:7px 7px 0 0;background:linear-gradient(180deg,var(--pw-pink),#ff8fbc)}.pw-chart-bar-blue{background:linear-gradient(180deg,var(--pw-purple),#a99fff)}.pw-chart-label{position:absolute;bottom:-22px;left:50%;transform:translateX(-50%);color:#6b7487;font-size:12px;font-weight:760}.pw-line-chart{position:relative;width:100%;min-height:220px;overflow:hidden;border-radius:8px;background:linear-gradient(180deg,rgba(224,58,122,.12),rgba(224,58,122,.02)),repeating-linear-gradient(0deg,transparent,transparent 43px,#edf0f5 44px)}.pw-line-chart svg{display:block;width:100%;height:220px}.pw-donut{--value:65%;display:grid;place-items:center;width:150px;height:150px;border-radius:999px;background:conic-gradient(var(--pw-pink) var(--value),var(--pw-purple) 0 76%,var(--pw-green) 0 90%,#f2f4f8 0)}.pw-donut>span{display:grid;place-items:center;width:96px;height:96px;border-radius:inherit;background:#ffffff;color:var(--pw-text);text-align:center;font-weight:900}.pw-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.pw-integration-journey{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pw-integration-stage{display:grid;gap:14px;border-left:4px solid #dfe5ef}.pw-integration-stage-done{border-left-color:var(--pw-green)}.pw-integration-stage-active{border-left-color:var(--pw-blue)}.pw-integration-stage-blocked{border-left-color:var(--pw-red)}.pw-stage-title{display:flex;align-items:center;gap:10px;min-width:0}.pw-stage-title h3{overflow-wrap:anywhere}.pw-stage-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:999px;background:var(--pw-pink-soft);color:var(--pw-pink-strong);font-size:13px;font-weight:900}.pw-stage-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pw-stage-meta>div{min-width:0;padding:10px;border:1px solid #eef1f6;border-radius:8px;background:#fbfcff}.pw-hero-panel small,.pw-stage-meta span,.pw-stage-meta strong{display:block}.pw-stage-meta span{color:var(--pw-muted);font-size:12px;font-weight:800}.pw-stage-meta strong{margin-top:3px;font-size:13px;overflow-wrap:anywhere}.pw-hero-panel .pw-grid-3>div{min-width:0;padding:12px;border:1px solid #eef1f6;border-radius:8px;background:#fbfcff}.pw-hero-panel strong{display:block;margin-top:4px;overflow-wrap:anywhere}@media (max-width:980px){.pw-integration-journey,.pw-stage-meta{grid-template-columns:1fr}}.pw-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef1f6}.pw-list-item:last-child{border-bottom:0}.pw-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f3f5fa;color:#536179;font-size:13px;font-weight:820;white-space:nowrap}.pw-badge-pink{background:var(--pw-pink-soft);color:var(--pw-pink-strong)}.pw-badge-green{background:#e8f8ef;color:var(--pw-green)}.pw-badge-amber{background:#fff4de;color:#b66b00}.pw-badge-red{background:#fee8e8;color:var(--pw-red)}.pw-badge-blue{background:#eaf1ff;color:var(--pw-blue)}.pw-progress{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#edf0f5}.pw-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pw-green),#78d055)}.pw-progress-pink>span{background:linear-gradient(90deg,var(--pw-pink),#ff82b2)}.pw-table-shell{overflow:hidden;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-table-scroll{overflow-x:auto}.pw-inventory-table-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(280px,440px);align-items:center;gap:24px;padding:18px 20px;border-bottom:1px solid var(--pw-border)}.pw-inventory-table-toolbar h3,.pw-inventory-table-toolbar p{margin:0}.pw-inventory-table-toolbar p{margin-top:5px}@media (max-width:720px){.pw-inventory-table-toolbar{grid-template-columns:1fr;gap:14px}}.pw-table{width:100%;min-width:860px;border-collapse:collapse}.pw-table td,.pw-table th{padding:13px 16px;border-bottom:1px solid #edf0f5;text-align:left;vertical-align:middle}.pw-table th{color:#59657a;background:#fbfcff;font-size:13px;font-weight:850}.pw-table tr:last-child td{border-bottom:0}.pw-order-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.pw-order-alert{padding:14px 16px;border:1px solid #fecaca;border-radius:var(--pw-radius);background:#fef2f2;color:#b91c1c;font-weight:750}.pw-order-items-table{min-width:620px}.pw-order-items-table tfoot td{background:#fbfcff;border-top:2px solid var(--pw-border)}.pw-order-timeline{display:grid;margin-top:18px}.pw-order-track-step{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;min-height:78px}.pw-order-track-step:not(:last-child):before{content:"";position:absolute;top:28px;bottom:0;left:13px;width:2px;background:#dfe5ef}.pw-order-track-step.is-complete:not(:last-child):before{background:var(--pw-green)}.pw-order-track-dot{position:relative;z-index:1;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#eef1f6;color:#68758a;font-size:12px;font-weight:900}.pw-order-track-step.is-complete .pw-order-track-dot{background:var(--pw-green);color:white}.pw-order-track-step.is-cancelled .pw-order-track-dot{background:#fee8e8;color:var(--pw-red)}.pw-order-track-step p{margin:4px 0 0;color:var(--pw-muted);font-size:13px}.pw-order-track-step time{color:var(--pw-muted);font-size:12px;font-weight:750;text-align:right}.pw-order-cancel-btn{width:100%;border-color:var(--pw-red);background:var(--pw-red);color:#fff}.pw-order-cancel-btn:hover{color:#fff;filter:brightness(.94)}.pw-order-cancel-btn:disabled{cursor:not-allowed;opacity:.5}.pw-order-cancel-confirm{margin-top:12px;padding:14px;border-radius:8px;background:#fef2f2}.pw-order-cancel-confirm p{margin:6px 0 12px;color:#7f1d1d;font-size:13px}.pw-order-detail-page{max-width:1440px}.pw-order-detail-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:30px;padding:28px 30px;border-radius:18px;background:linear-gradient(125deg,#07152f,#10275a 68%,#b91557 145%);color:#fff;box-shadow:0 22px 52px rgba(7,21,47,.16)}.pw-order-detail-hero:after{content:"";position:absolute;right:-80px;bottom:-150px;width:320px;height:320px;border-radius:50%;background:rgba(225,29,99,.18)}.pw-order-detail-hero-main,.pw-order-detail-hero-total{position:relative;z-index:1}.pw-order-back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;color:#d7deeb;font-size:12px;font-weight:800}.pw-order-back-link:hover{color:#ff8db7}.pw-order-detail-label{color:#ff8db7;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.pw-order-detail-hero h1{margin:5px 0 12px;color:#fff;font-size:clamp(30px,4vw,46px);line-height:1}.pw-order-detail-meta{display:flex;flex-wrap:wrap;gap:9px}.pw-order-detail-meta span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.08);color:#dbe3ef;font-size:11px}.pw-order-detail-hero-total{display:grid;justify-items:end;min-width:220px}.pw-order-detail-hero-total>.pw-badge{margin-bottom:18px;text-transform:capitalize}.pw-order-detail-hero-total small{color:#cbd5e1}.pw-order-detail-hero-total>strong{margin:3px 0;color:#fff;font-size:34px}.pw-order-detail-hero-total>span:last-child{color:#cbd5e1;font-size:11px}.pw-order-detail-grid{grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);align-items:start;gap:20px}.pw-order-actions-card,.pw-order-info-card,.pw-order-payment-card,.pw-order-products-panel,.pw-order-receipt{border:1px solid var(--pw-border);border-radius:15px;background:#fff;box-shadow:0 12px 34px rgba(7,21,47,.06)}.pw-order-summary-sidebar{position:sticky;top:92px;padding:14px;border:1px solid #e1e6ef;border-radius:18px;background:linear-gradient(180deg,#f7f9fc,#f3f6fb);box-shadow:0 16px 40px rgba(7,21,47,.07)}.pw-order-summary-sidebar-title{display:grid;gap:3px;padding:4px 5px 2px}.pw-order-summary-sidebar-title>span{color:#07152f;font-size:18px;font-weight:900}.pw-order-summary-sidebar-title small{color:var(--pw-muted)}.pw-order-summary-sidebar>section{box-shadow:none}.pw-order-products-panel{overflow:hidden}.pw-order-section-heading{display:flex;align-items:center;gap:12px;padding:19px 21px;border-bottom:1px solid var(--pw-border)}.pw-order-section-heading>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:11px;background:#fce7f0;color:#d71961}.pw-order-section-heading h2{margin:0;font-size:18px}.pw-order-section-heading p{margin:3px 0 0;color:var(--pw-muted);font-size:12px}.pw-order-product-lines{display:grid;gap:0}.pw-order-product-line{display:grid;grid-template-columns:34px minmax(180px,1fr) 90px 120px 130px;align-items:center;gap:14px;padding:18px 21px;border-bottom:1px solid #edf0f5}.pw-order-product-line:last-child{border-bottom:0}.pw-order-product-line:hover{background:#fbfcff}.pw-order-product-number{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#07152f;color:#fff;font-size:12px;font-weight:900}.pw-order-product-copy{display:grid;gap:5px}.pw-order-product-copy strong{color:#07152f}.pw-order-product-copy span,.pw-order-product-line-total span,.pw-order-product-stat span{color:var(--pw-muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.pw-order-product-line-total,.pw-order-product-stat{display:grid;gap:5px}.pw-order-product-line-total{text-align:right}.pw-order-product-line-total strong{color:#d71961;font-size:16px}.pw-order-receipt{overflow:hidden;padding:21px;border-top:4px solid #e11d63}.pw-order-receipt-title{display:flex;align-items:center;gap:11px;padding-bottom:17px;color:#e11d63}.pw-order-receipt-title h2{margin:0;color:#07152f;font-size:18px}.pw-order-receipt-title span{color:var(--pw-muted);font-size:11px}.pw-order-receipt-row{display:flex;justify-content:space-between;gap:15px;padding:10px 0;color:#536179;font-size:13px}.pw-order-receipt-row strong{color:#07152f}.pw-order-receipt-divider{margin:5px 0;border-top:1px dashed #cbd5e1}.pw-order-receipt-total{display:flex;align-items:end;justify-content:space-between;gap:15px;margin:13px -21px -21px;padding:17px 21px;background:#07152f;color:#fff}.pw-order-receipt-total span{color:#cbd5e1;font-size:12px}.pw-order-receipt-total strong{font-size:23px}.pw-order-info-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;padding:19px}.pw-order-info-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#eaf0fa;color:#07152f}.pw-order-info-card>div:last-child>span{color:var(--pw-muted);font-size:10px;font-weight:850;text-transform:uppercase}.pw-order-info-card h3{margin:4px 0 8px}.pw-order-info-card p{display:flex;align-items:center;gap:6px;margin:5px 0;color:#536179;font-size:12px}.pw-order-payment-card{overflow:hidden}.pw-order-payment-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 20px}.pw-order-payment-details>div{display:grid;gap:6px;padding:12px;border-radius:9px;background:#f5f7fb}.pw-order-payment-details span:first-child{color:var(--pw-muted);font-size:10px;font-weight:850;text-transform:uppercase}.pw-order-payment-details strong{text-transform:capitalize}.pw-order-payment-btn{width:calc(100% - 40px);margin:0 20px 20px}.pw-order-actions-card{padding:19px}.pw-order-actions-card>div:first-child{display:flex;align-items:center;gap:8px;margin-bottom:13px;color:var(--pw-red)}.pw-order-actions-card h3{margin:0;color:#07152f}.pw-order-edit-btn{width:100%;margin-bottom:10px}.pw-order-edit-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(7,21,47,.74);backdrop-filter:blur(5px)}.pw-order-edit-dialog{width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:25px;border-radius:17px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.32)}.pw-order-edit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--pw-border)}.pw-order-edit-head h2{margin:4px 0}.pw-order-edit-head p{margin:0;color:var(--pw-muted);font-size:12px}.pw-order-edit-head>button{border:0;background:transparent;color:#536179;font-size:28px;cursor:pointer}.pw-order-edit-lines{display:grid;gap:10px;padding:20px 0}.pw-order-edit-line{display:grid;grid-template-columns:minmax(0,1fr) 130px;align-items:end;gap:16px;padding:14px;border:1px solid #e6eaf1;border-radius:11px;background:#f9fafc}.pw-order-edit-line>div{display:grid;gap:4px}.pw-order-edit-line label span,.pw-order-edit-line>div span,.pw-order-edit-payment>span{color:var(--pw-muted);font-size:10px;font-weight:850;text-transform:uppercase}.pw-order-edit-line label,.pw-order-edit-payment{display:grid;gap:6px}.pw-order-edit-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid var(--pw-border)}@media (max-width:560px){.pw-order-edit-line{grid-template-columns:1fr}}@media (max-width:1050px){.pw-order-detail-grid{grid-template-columns:1fr}.pw-order-summary-sidebar{position:static}}@media (max-width:760px){.pw-order-detail-hero{grid-template-columns:1fr;padding:22px 18px}.pw-order-detail-hero-total{justify-items:start;min-width:0}.pw-order-detail-hero-total>.pw-badge{margin-bottom:10px}.pw-order-product-line{grid-template-columns:34px minmax(0,1fr) auto}.pw-order-product-stat{grid-column:2}.pw-order-product-line-total{grid-column:3;grid-row:1/span 3}}@media (max-width:520px){.pw-order-product-line{grid-template-columns:32px minmax(0,1fr)}.pw-order-product-line-total{grid-column:2;grid-row:auto;text-align:left}.pw-order-payment-details{grid-template-columns:1fr}}@media (max-width:700px){.pw-order-track-step{grid-template-columns:34px minmax(0,1fr)}.pw-order-track-step time{grid-column:2;text-align:left;margin-top:-20px}}.pw-new-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.pw-new-order-page{max-width:1440px}.pw-new-order-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:30px;padding:29px 31px;border-radius:18px;background:linear-gradient(125deg,#07152f,#10275a 68%,#b91557 145%);color:#fff;box-shadow:0 22px 52px rgba(7,21,47,.16)}.pw-new-order-hero:after{content:"";position:absolute;right:-90px;bottom:-155px;width:330px;height:330px;border-radius:50%;background:rgba(225,29,99,.18)}.pw-new-order-hero>div{position:relative;z-index:1}.pw-new-order-back{display:flex;align-items:center;gap:6px;width:fit-content;margin-bottom:20px;color:#d7deeb;font-size:12px;font-weight:800}.pw-new-order-back:hover{color:#ff8db7}.pw-new-order-hero .pw-eyebrow{display:block;color:#ff8db7}.pw-new-order-hero h1{margin:5px 0 10px;color:#fff;font-size:clamp(30px,4vw,45px);line-height:1.05}.pw-new-order-hero p{max-width:680px;margin:0;color:#d7deeb;line-height:1.55}.pw-new-order-hero-flow{display:flex;align-items:center;gap:7px;min-width:350px;padding:13px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.pw-new-order-hero-flow span{display:flex;align-items:center;gap:6px;color:#9eabc0;font-size:10px;font-weight:850;text-transform:uppercase}.pw-new-order-hero-flow b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff}.pw-new-order-hero-flow .is-active{color:#fff}.pw-new-order-hero-flow .is-active b{background:#e11d63}.pw-new-order-hero-flow .is-complete{color:#c7f9dc}.pw-new-order-hero-flow .is-complete b{background:#16a34a}.pw-new-order-hero-flow i{width:24px;height:1px;background:rgba(255,255,255,.2)}.pw-new-order-section{overflow:hidden;padding:25px;border-radius:16px;box-shadow:0 14px 38px rgba(7,21,47,.07)}.pw-new-order-section:first-child{border-top:4px solid #e11d63}.pw-new-order-section-heading,.pw-new-order-summary-title{display:flex;align-items:center;gap:12px;margin-bottom:22px}.pw-new-order-section-heading h2,.pw-new-order-summary-title h2{margin:0;font-size:18px}.pw-new-order-section-heading p,.pw-new-order-summary-title p{margin:3px 0 0;color:var(--pw-muted);font-size:13px}.pw-new-order-icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:var(--pw-pink-soft);color:var(--pw-pink-strong)}.pw-new-order-step{display:grid;place-items:center;width:30px;height:30px;margin-left:auto;border:0;border-radius:50%;background:#07152f;color:#fff;font-size:12px;font-weight:850;box-shadow:0 5px 12px rgba(7,21,47,.18)}.pw-new-order-field{display:grid;gap:7px}.pw-new-order-field>span,.pw-new-order-line-total>span{color:#536179;font-size:12px;font-weight:850}.pw-new-order-field em{color:var(--pw-red);font-style:normal}.pw-new-order-selection{display:flex;align-items:center;gap:10px;margin-top:12px;padding:12px 14px;border:1px solid #bbf7d0;border-radius:9px;background:#f0fdf4;color:var(--pw-green)}.pw-new-order-selection div{display:grid;gap:2px;flex:1}.pw-new-order-selection span{color:#5f6d62;font-size:12px}.pw-new-order-line,.pw-new-order-lines{display:grid;gap:12px}.pw-new-order-line{grid-template-columns:28px minmax(260px,1fr) 100px 120px 38px;align-items:start;padding:17px;border:1px solid #e4e9f1;border-radius:12px;background:linear-gradient(125deg,#fbfcff,#fff);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pw-new-order-line:hover{transform:translateY(-1px);border-color:#efb5cc;box-shadow:0 9px 22px rgba(7,21,47,.06)}.pw-new-order-line-number{display:grid;place-items:center;width:26px;height:26px;margin-top:25px;border-radius:7px;background:#eef1f6;color:#536179;font-size:12px;font-weight:900}.pw-new-order-product-field small{color:var(--pw-muted);font-size:11px}.pw-new-order-line-total{display:grid;gap:13px;padding-top:1px}.pw-new-order-line-total strong{padding-top:9px;white-space:nowrap}.pw-new-order-remove{display:grid;place-items:center;width:38px;height:42px;margin-top:23px;border:1px solid #fecaca;border-radius:8px;background:#fff;color:var(--pw-red);cursor:pointer}.pw-new-order-remove:disabled{border-color:var(--pw-border);color:#b6becb;cursor:not-allowed}.pw-new-order-add{width:100%;min-height:45px;margin-top:14px;border-color:#e8a8c2;border-style:dashed;background:#fff7fb;color:var(--pw-pink-strong)}.pw-new-order-summary{position:sticky;top:92px;overflow:hidden;padding:22px;border-top:4px solid #07152f;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 16px 42px rgba(7,21,47,.09)}.pw-new-order-summary-title{padding-bottom:18px;border-bottom:1px solid var(--pw-border)}.pw-new-order-summary-store{display:grid;gap:5px;padding:0 0 16px}.pw-new-order-summary-store span{color:var(--pw-muted);font-size:12px}.pw-new-order-summary-items{display:grid;gap:12px;padding:16px 0;border-top:1px solid var(--pw-border);border-bottom:1px solid var(--pw-border)}.pw-new-order-summary-items>div:not(.pw-new-order-empty){display:flex;justify-content:space-between;gap:12px;font-size:13px}.pw-new-order-summary-items span{display:grid;gap:3px}.pw-new-order-empty,.pw-new-order-summary-items small{color:var(--pw-muted);font-size:11px}.pw-new-order-totals{display:grid;gap:10px;padding:16px 0}.pw-new-order-totals>div{display:flex;justify-content:space-between;color:#536179;font-size:13px}.pw-new-order-grand-total{padding-top:12px;border-top:1px solid var(--pw-border);color:var(--pw-text)!important;font-size:16px!important}.pw-new-order-grand-total strong{font-size:22px}.pw-new-order-submit{width:100%;min-height:49px;box-shadow:0 11px 23px rgba(225,29,99,.2)}.pw-new-order-cancel{display:block;margin-top:13px;color:#536179;font-size:13px;font-weight:750;text-align:center}.pw-new-order-note{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--pw-border);color:var(--pw-muted);font-size:11px;line-height:1.5;text-align:center}@media (max-width:1100px){.pw-new-order-hero{grid-template-columns:1fr}.pw-new-order-hero-flow{min-width:0;width:fit-content}.pw-new-order-layout{grid-template-columns:1fr}.pw-new-order-summary{position:static}}@media (max-width:600px){.pw-new-order-hero{padding:22px 18px}.pw-new-order-hero-flow{width:100%;justify-content:space-between}.pw-new-order-hero-flow span{font-size:0}.pw-new-order-hero-flow i{flex:1}}@media (max-width:760px){.pw-new-order-section{padding:18px}.pw-new-order-line{grid-template-columns:28px minmax(0,1fr) 38px}.pw-new-order-line-total,.pw-new-order-line>.pw-new-order-field:not(.pw-new-order-product-field),.pw-new-order-product-field{grid-column:2}.pw-new-order-remove{grid-column:3;grid-row:1;margin-top:0}.pw-new-order-line-number{margin-top:0}}.pw-camera-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(7,17,38,.78);backdrop-filter:blur(4px)}.pw-camera-dialog{width:min(680px,100%);padding:20px;border-radius:14px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.35)}.pw-camera-view{position:relative;overflow:hidden;margin:18px 0;aspect-ratio:4/3;border:2px solid rgba(255,255,255,.5);border-radius:12px;background:#09101f}.pw-camera-view video{display:block;width:100%;height:100%;object-fit:cover}.pw-camera-placeholder{display:grid;min-height:260px;place-items:center;color:rgba(255,255,255,.75);font-weight:800;text-align:center;padding:24px}.pw-scan-frame{position:absolute;inset:18%;border:2px solid rgba(235,23,101,.9);border-radius:12px;box-shadow:0 0 0 999px rgba(7,17,38,.18);pointer-events:none}.pw-camera-shutter{width:100%;min-height:48px}.pw-barcode-camera-dialog{width:min(760px,100%);padding:18px}.pw-scanner-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.pw-scanner-dialog-header h3{margin:6px 0 2px;font-size:22px;color:var(--ink)}.pw-scanner-live{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#fde8f1;color:var(--pink);font-size:12px;font-weight:850}.pw-barcode-camera-view{aspect-ratio:16/10;border:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}.pw-barcode-camera-view.is-detected{box-shadow:inset 0 0 0 3px rgba(22,163,74,.82)}.pw-scan-line{left:16%;right:16%;top:50%;height:2px;background:linear-gradient(90deg,transparent,#fff,var(--pink),#fff,transparent);box-shadow:0 0 18px rgba(225,29,99,.7);animation:pwScanLine 1.25s ease-in-out infinite;pointer-events:none}.pw-scan-detected,.pw-scan-line{position:absolute;border-radius:999px}.pw-scan-detected{left:50%;bottom:18px;display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 32px);transform:translateX(-50%);padding:10px 14px;background:rgba(22,163,74,.94);color:#fff;box-shadow:0 12px 30px rgba(22,163,74,.28)}.pw-scan-detected strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-scanner-manual-overlay{margin:0 0 10px}@keyframes pwScanLine{0%,to{transform:translateY(-76px);opacity:.65}50%{transform:translateY(76px);opacity:1}}.pw-receipt-camera-dialog{width:min(760px,100%)}.pw-receipt-camera-view{aspect-ratio:3/4;max-height:min(68vh,760px)}.pw-receipt-frame{position:absolute;inset:7% 9%;border:2px solid rgba(235,23,101,.92);border-radius:10px;box-shadow:0 0 0 999px rgba(7,17,38,.2);pointer-events:none}.pw-receipt-frame:after,.pw-receipt-frame:before{content:"";position:absolute;left:18%;right:18%;height:1px;background:rgba(255,255,255,.48)}.pw-receipt-frame:before{top:33%}.pw-receipt-frame:after{bottom:33%}.pw-receipt-camera-actions{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:10px;align-items:center}.pw-scanner-input{display:grid;gap:14px;margin-top:14px}.pw-scanner-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--muted);font-weight:700}.pw-scanner-actions span{display:inline-flex;gap:8px;align-items:center}.pw-scanner-manual{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.pw-scanner-result-found{border-color:rgba(22,163,74,.28)}.pw-scanner-result-error,.pw-scanner-result-missing{border-color:rgba(239,68,68,.28)}.pw-scanner-product{display:flex;gap:16px;align-items:center;margin-top:18px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.pw-scanner-product img{width:78px;height:78px;object-fit:contain;border-radius:10px;background:#f8fafc}.pw-mini-card{display:grid;gap:5px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}.pw-mini-card strong{color:var(--ink);font-size:15px}.pw-mini-card small{color:var(--muted);font-weight:700;line-height:1.4}.pw-label-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pw-test-label{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;break-inside:avoid;box-shadow:var(--shadow-soft)}.pw-test-label-head{display:flex;justify-content:space-between;align-items:center;color:var(--pink)}.pw-test-label h3{margin:12px 0 4px;font-size:18px}.pw-test-label p{margin:0 0 12px;color:var(--muted)}.pw-code39{width:100%;max-height:92px;border:1px solid #e5edf7;border-radius:8px;background:#fff}.pw-code39 text{font:700 11px Arial,sans-serif;fill:#071126;letter-spacing:.4px}.pw-test-label-meta{display:grid;gap:4px;margin-top:10px;color:var(--muted);font-size:12px;font-weight:700}@media (max-width:900px){.pw-camera-overlay{align-items:end;padding:10px}.pw-camera-dialog{max-height:calc(100vh - 20px);overflow:auto;padding:14px;border-radius:16px 16px 10px 10px}.pw-camera-view{margin:12px 0}.pw-barcode-camera-dialog{max-height:calc(100dvh - 18px);border-radius:20px 20px 12px 12px}.pw-barcode-camera-view{aspect-ratio:4/5;min-height:420px}.pw-scanner-dialog-header h3{font-size:19px}.pw-scanner-live{font-size:11px}.pw-scan-frame{inset:24% 10%}.pw-scan-line{left:12%;right:12%}.pw-label-grid,.pw-receipt-camera-actions,.pw-scanner-manual{grid-template-columns:1fr}}@media (max-width:480px){.pw-camera-overlay{padding:0;background:rgba(7,17,38,.72)}.pw-camera-dialog{border-radius:20px 20px 0 0}.pw-barcode-camera-dialog{max-height:100dvh}.pw-barcode-camera-view{min-height:min(68dvh,520px)}.pw-scanner-actions span{font-size:12px;line-height:1.35}}@media print{.pw-app-sidebar,.pw-page-header .pw-actions,.pw-sidebar,.pw-topbar{display:none!important}.pw-label-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-test-label{box-shadow:none}}.pw-capture-remove{border:0;background:transparent;color:var(--pw-red);font-size:12px;font-weight:800;cursor:pointer}.pw-capture-remove:disabled{opacity:.55;cursor:wait}.pw-capture-store-picker{padding:16px;border:1px solid #f5bfd5;border-radius:10px;background:linear-gradient(135deg,#fff7fb,#fff)}.pw-capture-store-picker label{display:grid;gap:8px}.pw-capture-store-picker em{color:var(--pw-red);font-style:normal}.pw-capture-store-picker p{margin:8px 0 0;color:var(--pw-muted);font-size:12px;line-height:1.5}.pw-capture-queue-meta{display:grid;gap:2px;margin-top:4px;color:var(--pw-muted);font-size:12px}.pw-capture-queue-meta b{color:#536179;font-weight:800}.pw-capture-detail-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-capture-date-filter{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:18px;border-bottom:1px solid var(--pw-border)}.pw-capture-date-filter h3{margin:0}.pw-capture-date-filter p{margin:4px 0 0}.pw-capture-date-controls{display:flex;align-items:end;gap:10px}.pw-capture-date-controls label{display:grid;gap:5px}.pw-capture-date-controls label span{color:#536179;font-size:11px;font-weight:850}.pw-capture-date-controls .pw-input{min-width:150px}.pw-capture-performance{overflow:hidden;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(145deg,#07152f,#102147 42%,#fff 0);box-shadow:0 18px 45px rgba(7,21,47,.08)}.pw-capture-performance-title{display:flex;align-items:end;justify-content:space-between;gap:28px;padding:26px 28px 48px;color:#fff}.pw-capture-performance-title h2{margin:4px 0 0;font-size:26px}.pw-capture-performance-title p{max-width:480px;margin:0;color:#cbd5e1;line-height:1.55}.pw-capture-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:0 22px 22px}.pw-capture-chart-card{min-width:0;padding:22px;border:1px solid #e7eaf0;border-radius:14px;background:#fff;box-shadow:0 16px 35px rgba(7,21,47,.12)}.pw-capture-chart-head{display:flex;align-items:start;justify-content:space-between;gap:14px;padding-bottom:18px;border-bottom:1px solid #eef1f5}.pw-capture-chart-head h3{margin:0;font-size:17px}.pw-capture-chart-head p{margin:5px 0 0;color:var(--pw-muted);font-size:12px}.pw-capture-chart-head>span{padding:5px 8px;border-radius:999px;background:#fce7f0;color:#c2185b;font-size:10px;font-weight:850;white-space:nowrap}.pw-capture-bars{display:grid;gap:13px;padding-top:18px}.pw-capture-bar-row{display:grid;grid-template-columns:minmax(90px,140px) minmax(80px,1fr) auto;align-items:center;gap:12px}.pw-capture-bar-row>span{overflow:hidden;color:#536179;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.pw-capture-bar-row>div{overflow:hidden;height:10px;border-radius:999px;background:#f1f4f8}.pw-capture-bar-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e11d63,#f1528b);box-shadow:0 2px 8px rgba(225,29,99,.25)}.pw-capture-bar-row strong{min-width:76px;color:#07152f;font-size:11px;text-align:right}.pw-capture-chart-empty{padding:28px 12px;color:var(--pw-muted);font-size:13px;text-align:center}.pw-capture-edit{padding:6px 10px;border:1px solid #f1b4cc;border-radius:7px;background:#fff7fb;color:#c2185b;font:inherit;font-size:11px;font-weight:850;cursor:pointer}.pw-capture-edit:hover{border-color:#e11d63;background:#fce7f0}.pw-capture-edit-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(7,21,47,.72);backdrop-filter:blur(5px)}.pw-capture-edit-dialog{width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:26px;border-radius:16px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.3)}.pw-capture-edit-heading{display:flex;align-items:start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--pw-border)}.pw-capture-edit-heading h2{margin:5px 0 0}.pw-capture-edit-heading button{border:0;background:transparent;color:#536179;font-size:28px;line-height:1;cursor:pointer}.pw-capture-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px 0}.pw-capture-edit-grid label{display:grid;gap:7px}.pw-capture-edit-grid label>span{color:#536179;font-size:11px;font-weight:850}.pw-capture-edit-wide{grid-column:1/-1}.pw-capture-edit-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:18px;border-top:1px solid var(--pw-border)}@media (max-width:800px){.pw-capture-detail-kpis{grid-template-columns:1fr}.pw-capture-date-controls,.pw-capture-date-filter{align-items:stretch;flex-direction:column}.pw-capture-date-controls .pw-input{width:100%}.pw-capture-performance{background:#07152f}.pw-capture-performance-title{align-items:start;flex-direction:column;padding-bottom:24px}.pw-capture-chart-grid{grid-template-columns:1fr}.pw-capture-bar-row{grid-template-columns:100px minmax(60px,1fr)}.pw-capture-bar-row strong{grid-column:2;text-align:left}}@media (max-width:600px){.pw-capture-edit-dialog{padding:20px}.pw-capture-edit-grid{grid-template-columns:1fr}.pw-capture-edit-wide{grid-column:auto}}.pw-payment-overlay{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(7,17,38,.72);backdrop-filter:blur(5px)}.pw-payment-dialog{width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:26px;border-radius:16px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.3)}.pw-payment-heading{display:flex;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--pw-border)}.pw-payment-heading h2{margin:5px 0;font-size:22px}.pw-payment-heading p{margin:0;color:var(--pw-muted)}.pw-payment-methods{display:grid;gap:10px;margin:20px 0}.pw-payment-method{display:grid;grid-template-columns:40px minmax(0,1fr) 24px;align-items:center;gap:13px;padding:15px;border:1px solid var(--pw-border);border-radius:11px;background:#fff;text-align:left;cursor:pointer}.pw-payment-method.is-selected,.pw-payment-method:hover{border-color:var(--pw-pink);background:#fff7fb}.pw-payment-method>span:nth-child(2){display:grid;gap:4px}.pw-payment-method small{color:var(--pw-muted);line-height:1.4}.pw-payment-method>svg{color:var(--pw-green)}.pw-payment-notice{margin-bottom:16px;padding:12px 14px;border-radius:9px;background:#f5f7fb;color:#536179;font-size:12px;line-height:1.5}.pw-payment-confirm{width:100%;min-height:48px}@media (max-width:600px){.pw-payment-dialog{padding:18px}.pw-payment-heading{flex-direction:column}}.pw-payment-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.pw-payment-page-title{display:flex;align-items:center;gap:12px}.pw-payment-page-title h2{margin:0;text-transform:capitalize}.pw-bank-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.pw-bank-details>div{display:grid;gap:4px;padding:13px;border-radius:9px;background:#f6f8fb}.pw-bank-details span{color:var(--pw-muted);font-size:11px;font-weight:800}.pw-payment-proof{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border:1px dashed #bdc6d5;border-radius:10px;cursor:pointer}.pw-payment-proof>span{display:grid;gap:3px}.pw-payment-proof small{color:var(--pw-muted)}.pw-payment-proof input{position:absolute;width:1px;height:1px;opacity:0}.pw-payment-security{position:sticky;top:92px;text-align:center}.pw-payment-security>svg{color:var(--pw-green)}.pw-payment-security p{color:var(--pw-muted);font-size:13px;line-height:1.55}@media (max-width:900px){.pw-payment-page-grid{grid-template-columns:1fr}.pw-payment-security{position:static}}@media (max-width:650px){.pw-bank-details,.pw-payment-form-grid{grid-template-columns:1fr}}.pw-store-cell{display:flex;align-items:center;gap:10px;min-width:0}.pw-initials{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border:1px solid rgba(224,58,122,.38);border-radius:999px;background:var(--pw-pink-soft);color:var(--pw-pink);font-size:14px;font-weight:900}.pw-filter-bar{display:grid;grid-template-columns:minmax(240px,1.8fr) repeat(4,minmax(150px,1fr));gap:12px;padding:16px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-store-filter-panel{display:block}.pw-store-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-store-filter-grid{display:grid;grid-template-columns:minmax(240px,1.5fr) repeat(2,minmax(150px,1fr));gap:14px}.pw-store-filter-grid label{display:grid;gap:6px;min-width:0}.pw-store-filter-grid label>span{color:var(--pw-muted);font-size:12px;font-weight:800}.pw-store-clear-filters{margin-top:14px}.pw-store-profile-section-grid{gap:16px;align-items:start}.pw-store-detail-grid,.pw-store-profile-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.pw-store-detail-grid{gap:0 22px}.pw-store-detail-field{display:grid;gap:5px;min-width:0;padding:12px 0;border-bottom:1px solid var(--pw-border)}.pw-store-detail-field span{color:var(--pw-muted);font-size:12px;font-weight:800}.pw-store-detail-field strong{color:var(--pw-text);font-size:14px;line-height:1.45;overflow-wrap:anywhere}.pw-store-document-checklist{display:flex;flex-wrap:wrap;gap:9px;padding-top:4px}.pw-store-section-header{padding:18px}.pw-store-section-header h2{margin:0;font-size:20px}.pw-table-shell>.pw-state{margin:18px}.pw-store-money-value{font-size:clamp(17px,1.8vw,23px);overflow-wrap:anywhere}@media (max-width:1050px){.pw-store-filter-grid,.pw-store-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.pw-store-profile-section-grid{grid-template-columns:1fr}}@media (max-width:620px){.pw-store-filter-grid,.pw-store-kpi-grid{grid-template-columns:1fr}.pw-store-clear-filters{width:100%}.pw-store-detail-grid{grid-template-columns:1fr}}.pw-input,.pw-select{width:100%;min-height:44px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;color:var(--pw-text);padding:0 13px;font-size:16px}textarea.pw-input{min-height:44px;padding:10px 13px}.pw-capture-queue-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px}.pw-capture-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:28px;padding:30px;border-radius:18px;background:linear-gradient(125deg,#07152f,#10275a 62%,#b91557 140%);color:#fff;box-shadow:0 22px 52px rgba(7,21,47,.16)}.pw-capture-hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:310px;height:310px;border-radius:50%;background:rgba(225,29,99,.19);filter:blur(2px)}.pw-capture-hero-copy{position:relative;z-index:1;display:flex;align-items:flex-start;gap:16px}.pw-capture-hero-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:rgba(255,255,255,.1);color:#ff8db7}.pw-capture-hero .pw-eyebrow{color:#ff8db7}.pw-capture-hero h1{max-width:700px;margin:5px 0 10px;color:#fff;font-size:clamp(28px,3vw,43px);line-height:1.08}.pw-capture-hero-copy p{max-width:720px;margin:0;color:#d7deeb;line-height:1.6}.pw-capture-history-link{width:fit-content;margin-top:17px;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.11);color:#fff}.pw-capture-history-link:hover{border-color:#ff8db7;background:rgba(225,29,99,.24)}.pw-capture-hero-stats{position:relative;z-index:1;display:grid;align-content:center;gap:9px}.pw-capture-hero-stats>div{display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);color:#dbe3ef;font-size:12px}.pw-capture-hero-stats svg{color:#ff8db7}.pw-capture-hero-stats strong{margin-right:3px;color:#fff;font-size:16px}.pw-data-capture-grid{grid-template-columns:minmax(0,3fr) minmax(320px,2fr);align-items:start;gap:20px}.pw-data-capture-grid>.pw-panel{border-radius:16px;box-shadow:0 14px 38px rgba(7,21,47,.07)}.pw-capture-upload-panel{border-top:4px solid #e11d63}.pw-capture-queue-panel{border-top:4px solid #07152f}.pw-capture-section-head{display:flex;align-items:flex-start;gap:13px;padding-bottom:18px;border-bottom:1px solid #edf0f5}.pw-capture-section-head>span{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:11px;background:#fce7f0;color:#d71961}.pw-capture-queue-panel .pw-capture-section-head>span{background:#eaf0fa;color:#07152f}.pw-capture-section-head h3{margin:0;font-size:19px}.pw-capture-section-head p{margin:4px 0 0;color:var(--pw-muted);font-size:13px;line-height:1.5}.pw-capture-upload-panel .pw-form-stack{margin-top:18px!important}.pw-capture-upload-panel .pw-capture-store-picker{padding:18px;border-color:#f3b3cc;border-radius:13px;box-shadow:inset 0 0 0 1px rgba(225,29,99,.02)}.pw-capture-upload-panel .pw-upload-options .pw-btn{min-height:48px}.pw-capture-upload-panel>.pw-form-stack>.pw-btn-primary{min-height:50px;box-shadow:0 12px 24px rgba(225,29,99,.2)}.pw-capture-queue-list{margin-top:18px;gap:11px}.pw-capture-queue-item{position:relative;padding:16px;border:1px solid #e5e9f0;border-radius:13px;background:linear-gradient(120deg,#fff,#fbfcff);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.pw-capture-queue-item:before{content:"";position:absolute;top:14px;bottom:14px;left:0;width:3px;border-radius:0 4px 4px 0;background:#e11d63}.pw-capture-queue-item:hover{transform:translateY(-2px);border-color:#efb5cc;box-shadow:0 12px 24px rgba(7,21,47,.08)}.pw-capture-queue-copy>strong{color:#07152f;font-size:15px}.pw-capture-queue-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px!important;margin-top:9px!important}.pw-capture-queue-meta>span{padding:7px 8px;border-radius:7px;background:#f5f7fb}.pw-history-hero{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:27px 30px;border-radius:17px;background:linear-gradient(125deg,#07152f,#10275a 72%,#b91557 145%);color:#fff;box-shadow:0 18px 42px rgba(7,21,47,.14)}.pw-history-hero h1{margin:5px 0 8px;color:#fff;font-size:clamp(28px,3vw,40px)}.pw-history-hero p{max-width:700px;margin:0;color:#d7deeb;line-height:1.55}.pw-history-back{flex:0 0 auto;border-color:rgba(255,255,255,.24);background:#fff;color:#07152f}.pw-history-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.pw-history-kpis>div{display:flex;align-items:center;gap:12px;min-width:0;padding:17px;border:1px solid var(--pw-border);border-radius:13px;background:#fff;box-shadow:0 9px 25px rgba(7,21,47,.05)}.pw-history-kpis svg{flex:0 0 auto;color:#e11d63}.pw-history-kpis span{display:grid;min-width:0;gap:4px;color:var(--pw-muted);font-size:11px}.pw-history-kpis strong{overflow:hidden;color:#07152f;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.pw-history-filter-panel{padding:0;overflow:hidden}.pw-history-filter-title{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--pw-border)}.pw-history-filter-title h3,.pw-history-results-head h3{margin:0}.pw-history-filter-title p,.pw-history-results-head p{margin:4px 0 0;color:var(--pw-muted);font-size:12px}.pw-history-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(140px,1fr));gap:12px;padding:18px 20px 20px}.pw-history-filters label{display:grid;gap:6px}.pw-history-filters label>span{color:#536179;font-size:11px;font-weight:850}.pw-history-search>div{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#fff;color:var(--pw-muted)}.pw-history-search input{width:100%;border:0;outline:0;background:transparent;font:inherit}.pw-history-results-head{padding:18px 20px;border-bottom:1px solid var(--pw-border)}.pw-history-table-shell{border-radius:14px;box-shadow:0 12px 30px rgba(7,21,47,.06)}.pw-history-empty{padding:34px!important;color:var(--pw-muted);text-align:center}@media (max-width:1100px){.pw-history-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-history-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-history-search{grid-column:1/-1}}@media (max-width:640px){.pw-history-hero{align-items:flex-start;flex-direction:column;padding:22px 18px}.pw-history-back{width:100%}.pw-history-filters,.pw-history-kpis{grid-template-columns:1fr}.pw-history-search{grid-column:auto}}.pw-manage-product-thumbnail{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--pw-border);border-radius:10px;background:var(--pw-surface-soft);color:var(--pw-pink);font-size:15px;font-weight:850}.pw-manage-product-thumbnail img{width:100%;height:100%;object-fit:cover}.pw-data-capture-grid .pw-form-stack,.pw-data-capture-grid .pw-input,.pw-data-capture-grid .pw-select,.pw-data-capture-grid>.pw-panel{width:100%;min-width:0}.pw-data-capture-grid .pw-file-preview>div{min-width:0}@media (max-width:1280px){.pw-capture-hero{grid-template-columns:1fr}.pw-capture-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-data-capture-grid{grid-template-columns:minmax(0,1fr)}}.pw-capture-queue-copy{display:flex;min-width:0;flex-direction:column;gap:3px}@media (max-width:640px){.pw-capture-hero{padding:22px 18px}.pw-capture-hero-copy{flex-direction:column}.pw-capture-hero-stats{grid-template-columns:1fr}.pw-data-capture-grid{gap:14px}.pw-data-capture-grid>.pw-panel{padding:16px}.pw-file-preview{align-items:flex-start;flex-wrap:wrap}.pw-file-preview .pw-btn{width:100%}.pw-capture-queue-item{grid-template-columns:minmax(0,1fr) auto}.pw-capture-queue-meta{grid-template-columns:1fr}.pw-capture-queue-item .pw-btn{grid-column:1/-1;width:100%}}.pw-password-field{position:relative;display:flex;align-items:center}.pw-password-field .pw-input{padding-right:42px;width:100%}.pw-password-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--pw-muted)}.pw-password-toggle:hover{color:var(--pw-text);background:var(--pw-surface-soft)}.pw-public-nav{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--pw-border);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}.pw-public-nav-inner{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:20px}.pw-public-nav .pw-brand-logo{width:165px}.pw-public-links{display:flex;align-items:center;gap:20px;color:#111a33;font-size:13px;font-weight:760}.pw-public-links a{position:relative;display:inline-flex;min-height:68px;align-items:center;white-space:nowrap}.pw-public-nav .pw-header-actions{flex-wrap:nowrap;white-space:nowrap}.pw-public-nav .pw-header-actions .pw-btn{min-height:40px;font-size:13px}.pw-public-link-active{color:var(--pw-pink)!important}.pw-public-links .pw-public-link-active:after{content:"";position:absolute;left:0;right:0;bottom:7px;height:3px;border-radius:999px 999px 0 0;background:var(--pw-pink)}.pw-public-menu-btn,.pw-public-mobile-panel{display:none}.pw-public-main{background:radial-gradient(circle at 22% 0,rgba(224,58,122,.08),transparent 34%),linear-gradient(180deg,#ffffff,#f9fafd)}.pw-hero{padding:36px 0 34px}.pw-hero-band{display:grid;grid-template-columns:minmax(340px,.95fr) minmax(520px,1.2fr) 150px;gap:28px;align-items:center;min-height:430px;padding:44px;border-radius:8px;background:linear-gradient(100deg,rgba(255,255,255,.95),rgba(255,247,251,.92) 62%,rgba(246,231,239,.98));box-shadow:var(--pw-shadow)}.pw-hero h1{margin:10px 0 0;max-width:690px;color:var(--pw-navy);font-size:clamp(38px,4.3vw,64px);line-height:.98}.pw-hero h1 span{color:var(--pw-pink)}.pw-hero-copy{max-width:540px;margin:18px 0 0;color:#46536d;font-size:18px;line-height:1.55}.pw-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.pw-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px;color:#202b45;font-size:14px;font-weight:800}.pw-trust-row span{display:inline-flex;align-items:center;gap:8px}.pw-dot{width:10px;height:10px;border-radius:999px;background:var(--pw-pink)}.pw-hero-screen{position:relative;overflow:hidden;border:1px solid rgba(11,18,46,.12);border-radius:10px;background:#ffffff;box-shadow:0 26px 70px rgba(11,18,46,.18)}.pw-hero-photo{display:block;width:100%;min-height:380px;height:100%;object-fit:cover}.pw-hero-overlay-dashboard{position:absolute;left:18px;right:18px;bottom:18px;display:grid;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.68);border-radius:8px;background:rgba(255,255,255,.9);box-shadow:0 18px 42px rgba(5,11,31,.16);backdrop-filter:blur(14px)}.pw-screen-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid #edf0f5}.pw-screen-body{display:grid;grid-template-columns:120px minmax(0,1fr);min-height:305px}.pw-mini-sidebar{padding:14px;background:var(--pw-navy);color:#ffffff}.pw-mini-nav{display:grid;gap:8px;margin-top:14px}.pw-mini-nav span{height:28px;border-radius:6px;background:rgba(255,255,255,.08)}.pw-mini-nav span:first-child{background:var(--pw-pink)}.pw-mini-content{display:grid;gap:12px;padding:16px}.pw-mini-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pw-mini-kpi,.pw-mini-panel{border:1px solid #edf0f5;border-radius:8px;background:#ffffff;padding:12px}.pw-mini-kpi strong{display:block;margin-top:7px;font-size:18px}.pw-alert{padding:12px 14px;border:1px solid #e1e7f0;border-radius:8px;background:#ffffff;font-weight:800}.pw-alert-success{border-color:#bbf7d0;background:#f0fdf4;color:#047857}.pw-alert-error{border-color:#fecdd3;background:#fff1f2;color:#be123c}.pw-segmented{display:inline-flex;gap:4px;padding:4px;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc}.pw-segmented button{min-height:34px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:var(--pw-muted);font-weight:900;cursor:pointer}.pw-segmented button.active{background:var(--pw-pink);color:#ffffff;box-shadow:0 10px 24px rgba(224,58,122,.18)}.pw-savings-ingredients,.pw-savings-row{display:grid;gap:8px}.pw-savings-row{grid-template-columns:minmax(160px,1.4fr) repeat(3,minmax(86px,.65fr))}.pw-link-button{border:0;background:transparent;color:var(--pw-pink);font-weight:900;cursor:pointer}.pw-store-profile-page{display:grid;gap:18px}.pw-store-profile-shell{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.pw-store-profile-main,.pw-store-profile-side{display:grid;gap:18px}.pw-store-profile-card,.pw-store-profile-health,.pw-store-profile-hero,.pw-store-profile-recommended,.pw-store-profile-unlock{border:1px solid #dfe6f1;border-radius:8px;background:#ffffff;box-shadow:0 18px 45px rgba(6,12,30,.06)}.pw-store-profile-hero{display:grid;grid-template-columns:96px minmax(210px,1fr) minmax(220px,.72fr) 230px;gap:24px;align-items:center;padding:26px 28px}.pw-store-profile-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:86px;height:86px;border-radius:999px;background:linear-gradient(145deg,var(--pw-pink),#f05c9a);color:#ffffff;font-size:30px;font-weight:950;box-shadow:0 18px 36px rgba(224,58,122,.25)}.pw-store-profile-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.pw-store-profile-avatar button{position:absolute;right:-5px;bottom:-5px;display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border:1px solid #dfe6f1;border-radius:999px;background:#ffffff;color:var(--pw-pink);box-shadow:0 10px 22px rgba(6,12,30,.16);cursor:pointer}.pw-store-profile-avatar button:disabled{cursor:wait;opacity:.7}.pw-store-profile-title{display:grid;gap:7px;min-width:0}.pw-store-profile-title h2{margin:0;font-size:22px}.pw-store-profile-title strong{color:var(--pw-ink);font-size:16px;overflow-wrap:anywhere}.pw-store-profile-title>span:not(.pw-badge){color:var(--pw-muted);font-size:14px;overflow-wrap:anywhere}.pw-store-profile-logo-preview{display:inline-flex;align-items:center;min-width:0;max-width:260px;min-height:42px}.pw-store-profile-logo-preview img{display:block;max-width:190px;max-height:40px;object-fit:contain}.pw-store-profile-logo-preview span{display:inline-flex;align-items:center;gap:7px;color:var(--pw-muted);font-size:13px;font-weight:800}.pw-store-profile-status{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#0f9f6e;font-size:14px;font-weight:800}.pw-store-profile-completion{display:grid;gap:8px;padding-left:22px;border-left:1px solid #e4eaf3}.pw-store-profile-completion p,.pw-store-profile-completion>span{color:var(--pw-muted);font-size:14px}.pw-store-profile-completion strong{font-size:26px;line-height:1}.pw-store-profile-completion>div{height:8px;overflow:hidden;border-radius:999px;background:#dfe6f1}.pw-store-profile-completion>div span{display:block;height:100%;border-radius:inherit;background:var(--pw-pink)}.pw-store-profile-completion p{margin:0;max-width:260px}.pw-store-profile-actions{display:grid;gap:10px}.pw-store-profile-actions .pw-btn{justify-content:center;min-height:38px}.pw-store-profile-actions .pw-btn-subtle{border-color:#f6c8da;background:#fff7fb;color:#c91f69}.pw-store-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pw-store-profile-card{min-height:214px;padding:18px}.pw-store-profile-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.pw-store-profile-card-head>div{display:flex;align-items:center;gap:10px;min-width:0}.pw-store-profile-card-head h2{margin:0;font-size:15px}.pw-store-profile-card-head .pw-link-button,.pw-store-profile-card-head a,.pw-store-profile-card-head>span{color:var(--pw-pink);font-size:14px;font-weight:900;text-decoration:none;white-space:nowrap}.pw-store-profile-card-icon,.pw-store-profile-unlock-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:8px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-store-profile-fields{display:grid;gap:11px;margin:0}.pw-store-profile-fields div{display:grid;grid-template-columns:minmax(110px,.85fr) minmax(0,1fr);gap:10px;align-items:center}.pw-store-profile-fields dt{color:var(--pw-muted);font-weight:800;font-size:14px}.pw-store-profile-fields dd{display:inline-flex;justify-content:flex-end;align-items:center;gap:6px;margin:0;color:var(--pw-ink);font-weight:800;font-size:14px;text-align:right;min-width:0;overflow-wrap:anywhere}.pw-store-profile-more{display:inline-flex;width:fit-content;margin-top:14px;border:0;background:transparent;color:var(--pw-pink);font-weight:900;text-decoration:none}.pw-store-profile-edit-form{min-height:0}.pw-store-profile-edit-form label{display:grid;gap:7px;color:var(--pw-muted);font-size:14px;font-weight:900}.pw-store-profile-toggles{display:grid;gap:13px}.pw-store-profile-toggles label{display:flex;align-items:center;justify-content:space-between;gap:14px}.pw-store-profile-toggles span{display:grid;gap:3px}.pw-store-profile-toggles strong{font-size:14px}.pw-store-profile-toggles small{color:var(--pw-muted);font-size:13px}.pw-store-profile-toggles input{width:38px;height:20px;accent-color:var(--pw-pink)}.pw-store-profile-note{display:flex;gap:10px;margin-top:14px;padding:12px;border-radius:8px;background:#f3f6fa;color:var(--pw-muted);font-size:13px;font-weight:700}.pw-store-profile-side{position:sticky;top:96px}.pw-store-profile-health,.pw-store-profile-recommended{padding:22px}.pw-store-profile-health h2,.pw-store-profile-recommended h2{margin:0 0 16px;font-size:18px}.pw-store-profile-ring{display:grid;place-items:center;width:128px;height:128px;margin:0 auto 14px;border-radius:999px;background:radial-gradient(circle closest-side,#ffffff 68%,transparent 69%),conic-gradient(var(--pw-pink) var(--profile-health),#e4eaf3 0)}.pw-store-profile-ring span{font-size:28px;font-weight:950}.pw-store-profile-ring small{margin-top:-24px;color:var(--pw-muted);font-weight:800}.pw-store-profile-health p{margin:0 0 16px;color:var(--pw-muted);font-size:14px;line-height:1.55}.pw-store-profile-health ul{display:grid;gap:12px;margin:0 0 18px;padding:0;list-style:none}.pw-store-profile-health li{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:9px;align-items:center;color:var(--pw-muted);font-size:14px;font-weight:800}.pw-store-profile-health li svg{color:#15a36d}.pw-store-profile-health li strong{color:#0f9f6e;font-size:13px}.pw-store-profile-health .pw-btn{width:100%;justify-content:center}.pw-store-profile-recommended{display:grid;gap:10px}.pw-store-profile-recommended a{display:grid;grid-template-columns:36px minmax(0,1fr) 18px;gap:12px;align-items:center;padding:13px 0;border-top:1px solid #edf1f7;color:inherit;text-decoration:none}.pw-store-profile-recommended a>span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-store-profile-recommended small,.pw-store-profile-recommended strong{display:block}.pw-store-profile-recommended small{margin-top:3px;color:var(--pw-muted);font-size:13px}.pw-store-profile-unlock{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,minmax(150px,.34fr));gap:14px;align-items:center;padding:18px 22px}.pw-store-profile-unlock a,.pw-store-profile-unlock>div{display:flex;align-items:center;gap:14px}.pw-store-profile-unlock strong{display:block;font-size:16px}.pw-store-profile-unlock p{margin:4px 0 0;color:var(--pw-muted);font-size:14px}.pw-store-profile-unlock a{min-height:48px;padding-left:16px;border-left:1px solid #e4eaf3;color:var(--pw-ink);font-weight:900;text-decoration:none}.pw-mini-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}.pw-sparkline{position:relative;height:126px;overflow:hidden;border-radius:8px;background:linear-gradient(180deg,rgba(224,58,122,.14),rgba(224,58,122,.02))}.pw-sparkline:before{content:"";position:absolute;inset:28px 12px 26px;border-bottom:3px solid var(--pw-pink);border-left:3px solid transparent;transform:skewY(-10deg)}.pw-category-strip{display:grid;grid-template-columns:repeat(10,minmax(88px,1fr));gap:0;overflow:hidden;margin:-18px auto 34px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-category-strip a,.pw-category-strip span{display:grid;place-items:center;min-height:76px;padding:10px;border-right:1px solid var(--pw-border);color:#28344f;font-size:13px;font-weight:850;text-align:center}.pw-category-strip a:last-child,.pw-category-strip span:last-child{border-right:0}.pw-public-section{padding:26px 0}.pw-public-hero-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:28px;align-items:center;padding:28px 0}.pw-image-card,.pw-image-mosaic{display:grid;gap:14px;min-height:340px;padding:22px;border:1px solid var(--pw-border);border-radius:8px;background:radial-gradient(circle at 20% 10%,rgba(224,58,122,.16),transparent 34%),linear-gradient(135deg,#ffffff,#fff5fa 54%,#eef4ff);box-shadow:var(--pw-shadow)}.pw-image-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-image-card img,.pw-image-mosaic img{width:100%;height:138px;object-fit:contain;border:1px solid rgba(15,23,48,.06);border-radius:8px;background:rgba(255,255,255,.76);padding:12px;filter:drop-shadow(0 18px 20px rgba(15,23,48,.12))}.pw-image-card{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}.pw-photo-mosaic,.pw-photo-strip{background:#ffffff}.pw-photo-mosaic img,.pw-photo-strip img{height:154px;object-fit:cover;padding:0}.pw-photo-card{overflow:hidden;margin:0;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow)}.pw-photo-card img{display:block;width:100%;height:360px;object-fit:cover}.pw-photo-card-tall img{height:430px}.pw-photo-card figcaption{display:grid;gap:5px;padding:16px 18px;color:var(--pw-muted)}.pw-photo-card figcaption strong{color:var(--pw-text)}.pw-about-story-grid{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);gap:22px;align-items:stretch}.pw-about-story-grid-reverse{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.pw-about-copy-panel{display:flex;flex-direction:column;justify-content:center;padding:30px}.pw-about-copy-panel h2{margin:8px 0 14px;color:var(--pw-navy);font-size:clamp(25px,2.2vw,38px);line-height:1.08}.pw-about-showcase{background:radial-gradient(circle at 12% 34%,rgba(224,58,122,.06),transparent 24%),linear-gradient(180deg,#ffffff,#ffffff 68%,#fff8fb)}.pw-about-hero-exact{position:relative;overflow:hidden;min-height:510px;background:#ffffff}.pw-about-hero-grid{display:grid;grid-template-columns:minmax(430px,.78fr) minmax(520px,1.22fr);min-height:510px;align-items:stretch}.pw-about-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;max-width:590px;padding:54px 0 64px}.pw-about-hero-copy:after{content:"";position:absolute;top:0;right:-220px;bottom:0;width:300px;background:linear-gradient(90deg,#ffffff 20%,rgba(255,255,255,.72) 56%,rgba(255,255,255,0));pointer-events:none}.pw-about-hero-copy h1{margin:14px 0 0;color:var(--pw-navy);font-size:clamp(44px,4.8vw,72px);line-height:1.06}.pw-about-pink-rule{display:block;width:94px;height:3px;margin:28px 0 30px;background:var(--pw-pink)}.pw-about-hero-copy p{max-width:590px;margin:0;color:#2e3850;font-size:20px;line-height:1.58}.pw-about-outline-btn{border-color:var(--pw-pink);color:var(--pw-pink-strong)}.pw-about-hero-media{position:relative;min-height:510px}.pw-about-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.pw-about-mission-card{position:absolute;right:32px;bottom:26px;display:grid;grid-template-columns:76px minmax(0,1fr);gap:18px;width:min(390px,calc(100% - 64px));padding:28px;border-radius:8px;background:linear-gradient(135deg,#071128,#0a1a43);color:#ffffff;box-shadow:0 24px 60px rgba(7,17,40,.34)}.pw-about-mission-card span{display:grid;place-items:center;width:66px;height:66px;border:1px solid rgba(224,58,122,.58);border-radius:999px;color:var(--pw-pink)}.pw-about-mission-card h2{margin:0 0 10px;color:#ffffff;font-size:20px}.pw-about-mission-card p{margin:0;color:#ffffff;font-size:16px;line-height:1.55}.pw-about-pillars{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:-1px;padding:20px 28px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,rgba(255,246,250,.98),rgba(255,255,255,.96),rgba(255,246,250,.98));box-shadow:0 18px 48px rgba(224,58,122,.08)}.pw-about-pillar{display:grid;grid-template-columns:78px minmax(0,1fr);gap:18px;align-items:center;min-height:132px;padding:20px 22px;border-radius:8px;background:rgba(255,255,255,.88)}.pw-about-final-cta>span,.pw-about-impact-item>span,.pw-about-pillar>span{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:linear-gradient(135deg,var(--pw-pink),var(--pw-pink-strong));color:#ffffff}.pw-about-pillar h2{margin:0 0 8px;color:var(--pw-navy);font-size:17px}.pw-about-pillar p{margin:0;color:#2f3a53;font-size:15px;line-height:1.55}.pw-about-story-exact{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(300px,.88fr) minmax(360px,1.05fr);gap:42px;align-items:center;padding:28px 0 18px}.pw-about-impact h2,.pw-about-story-copy h2{margin:10px 0 18px;color:var(--pw-navy);font-size:clamp(28px,2.5vw,40px);line-height:1.08}.pw-about-story-copy p{margin:0 0 18px;color:#27344e;font-size:17px;line-height:1.62}.pw-about-story-photo{overflow:hidden;margin:0;border-radius:8px;box-shadow:var(--pw-shadow)}.pw-about-story-photo img{display:block;width:100%;height:318px;object-fit:cover}.pw-about-impact{padding-left:36px;border-left:1px solid var(--pw-border)}.pw-about-impact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 30px}.pw-about-impact-item{display:grid;grid-template-columns:70px minmax(0,1fr);gap:14px;align-items:center}.pw-about-impact-item>span{background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-about-impact-item strong{display:block;color:var(--pw-navy);font-size:30px;line-height:1}.pw-about-impact-item h3{margin:6px 0 3px;color:var(--pw-navy);font-size:15px}.pw-about-impact-item p{margin:0;color:#4d5a72;font-size:14px}.pw-about-final-cta{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:10px;margin-bottom:36px;padding:30px 36px;border-radius:8px;background:radial-gradient(circle at 96% 110%,rgba(255,255,255,.18),transparent 16%),linear-gradient(105deg,var(--pw-navy) 0,#0a1535 42%,var(--pw-pink-strong) 100%);color:#ffffff;box-shadow:var(--pw-shadow)}.pw-about-final-cta>span{border:1px solid var(--pw-pink);background:transparent;color:var(--pw-pink)}.pw-about-final-cta h2{margin:0 0 8px;color:#ffffff;font-size:27px}.pw-about-final-cta p{margin:0;color:#ffffff;font-size:16px}.pw-about-final-cta .pw-btn{min-width:210px;border-color:#ffffff;background:#ffffff;color:var(--pw-pink-strong)}.pw-customer-showcase{background:radial-gradient(circle at 82% 18%,rgba(224,58,122,.08),transparent 28%),linear-gradient(180deg,#ffffff,#ffffff 70%,#fff8fb)}.pw-customer-hero{overflow:hidden;background:#ffffff}.pw-customer-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(560px,1.05fr);align-items:stretch}.pw-customer-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;min-width:0;padding:30px 34px 32px 0}.pw-customer-hero-copy:after{content:"";position:absolute;top:0;right:-170px;bottom:0;z-index:-1;width:250px;background:linear-gradient(90deg,#ffffff 18%,rgba(255,255,255,.74) 58%,rgba(255,255,255,0));pointer-events:none}.pw-customer-hero-copy h1{margin:14px 0 0;max-width:700px;color:var(--pw-navy);font-size:clamp(42px,3.6vw,60px);line-height:1.07}.pw-customer-hero-copy h1 span{display:block;color:var(--pw-pink)}.pw-customer-hero-copy>p{max-width:620px;margin:0;color:#2e3850;font-size:18px;line-height:1.65}.pw-customer-hero-benefits{display:grid;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%;padding:24px 0 28px}.pw-customer-hero-benefits article{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:0 18px;text-align:left}.pw-customer-hero-benefits article+article{border-left:1px solid rgba(15,31,64,.18)}.pw-customer-hero-benefits article>div{width:100%}.pw-customer-essential span,.pw-customer-hero-benefits span,.pw-customer-served-list span{display:grid;place-items:center;width:52px;height:52px;border-radius:8px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-customer-essential h3,.pw-customer-hero-benefits h2{margin:0 0 3px;color:var(--pw-navy);font-size:15px}.pw-customer-essential p,.pw-customer-hero-benefits p{margin:0;color:#303b55;font-size:14px;line-height:1.5}.pw-customer-hero-media{position:relative;min-height:520px}.pw-customer-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.pw-customer-essentials{position:relative;z-index:4;display:grid;grid-template-columns:minmax(240px,1.2fr) repeat(6,minmax(120px,1fr));align-items:stretch;margin-top:0;padding:26px 28px;border:1px solid rgba(224,58,122,.12);border-radius:8px;background:linear-gradient(90deg,#fff8fb,#ffffff 48%,#fff8fb);box-shadow:0 18px 48px rgba(224,58,122,.08)}.pw-customer-essentials-title{display:flex;align-items:center;padding-right:26px;border-right:1px solid var(--pw-border)}.pw-customer-essentials-title h2{max-width:250px;margin:0;color:var(--pw-navy);font-size:27px;line-height:1.25}.pw-customer-essential{display:grid;justify-items:center;align-content:start;gap:0;min-height:150px;padding:0 18px;border-right:1px solid var(--pw-border);text-align:center}.pw-customer-essential:last-child{border-right:0}.pw-customer-essential span{margin-bottom:10px;border-radius:999px}.pw-customer-essential h3{margin-bottom:2px}.pw-customer-bottom-grid{display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(260px,.82fr) minmax(360px,1.15fr);gap:22px;align-items:stretch;padding:18px 0 14px}.pw-customer-reasons-card,.pw-customer-served-card{padding:26px 30px;border:1px solid rgba(224,58,122,.16);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-customer-reasons-card{background:linear-gradient(135deg,#ffffff,#fff1f7)}.pw-customer-reasons-card h2,.pw-customer-served-card h2{margin:0 0 12px;color:var(--pw-navy);font-size:27px}.pw-customer-served-card>p{max-width:480px;margin:0 0 30px;color:#303b55;font-size:16px;line-height:1.55}.pw-customer-served-list{gap:0}.pw-customer-served-list article{display:grid;justify-items:center;gap:10px;padding:0 12px;border-right:1px solid var(--pw-border)}.pw-customer-served-list article:last-child{border-right:0}.pw-customer-served-list strong{color:var(--pw-navy);font-size:13px;line-height:1.3}.pw-customer-served-card{display:flex;flex-direction:column;min-width:0;padding:24px}.pw-customer-served-card>p{margin-bottom:0}.pw-customer-served-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:0;padding-top:24px}.pw-customer-served-list article{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;min-height:120px;gap:8px;padding:0;border-right:0;text-align:center}.pw-customer-served-list span{display:flex;flex:0 0 48px;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px}.pw-customer-served-list strong{max-width:100%;color:#1f2937;font-size:12px;font-weight:500;line-height:1.25;overflow-wrap:anywhere;text-align:center}@media (max-width:767px){.pw-customer-served-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.pw-customer-story-photo{overflow:hidden;margin:0;border-radius:8px;box-shadow:var(--pw-shadow)}.pw-customer-story-photo img{display:block;width:100%;height:100%;min-height:250px;object-fit:cover}.pw-customer-reasons-card ul{display:grid;gap:15px;margin:20px 0 0;padding:0;list-style:none}.pw-customer-reasons-card li{display:flex;align-items:flex-start;gap:12px;color:#23304a;font-size:15px;line-height:1.4}.pw-customer-reasons-card svg{flex:0 0 auto;color:var(--pw-pink);stroke-width:3}.pw-customer-final-cta{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:0;margin-bottom:36px;padding:28px 34px;border-radius:8px;background:radial-gradient(circle at 95% 110%,rgba(255,255,255,.16),transparent 16%),linear-gradient(105deg,var(--pw-navy) 0,#0a1535 42%,var(--pw-pink-strong) 100%);color:#ffffff;box-shadow:var(--pw-shadow)}.pw-customer-final-cta>span{display:grid;place-items:center;width:64px;height:64px;border:1px solid var(--pw-pink);border-radius:999px;color:var(--pw-pink)}.pw-customer-final-cta h2{margin:0 0 8px;color:#ffffff;font-size:27px}.pw-customer-final-cta p{margin:0;color:#ffffff;font-size:16px}.pw-customer-final-cta .pw-btn{min-width:210px;border-color:#ffffff;background:#ffffff;color:var(--pw-pink-strong)}.pw-owner-showcase{background:radial-gradient(circle at 16% 28%,rgba(224,58,122,.06),transparent 24%),linear-gradient(180deg,#ffffff,#ffffff 72%,#fff8fb)}.pw-owner-hero{overflow:hidden;background:#ffffff}.pw-owner-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);min-height:480px;align-items:stretch}.pw-owner-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:54px 34px 46px 0}.pw-owner-hero-copy:after{content:"";position:absolute;top:0;right:-170px;bottom:0;z-index:-1;width:250px;background:linear-gradient(90deg,#ffffff 18%,rgba(255,255,255,.76) 58%,rgba(255,255,255,0));pointer-events:none}.pw-owner-hero-copy h1{margin:14px 0 0;max-width:690px;color:var(--pw-navy);font-size:clamp(40px,3.75vw,64px);line-height:1.07}.pw-owner-hero-copy h1 span{display:block;color:var(--pw-pink)}.pw-owner-hero-copy h1 .pw-owner-title-primary{color:var(--pw-navy)}.pw-owner-hero-copy>p{max-width:610px;margin:0;color:#2e3850;font-size:18px;line-height:1.62}.pw-owner-outline-btn{border-color:var(--pw-pink);color:var(--pw-pink-strong)}.pw-owner-hero-media{position:relative;min-height:480px}.pw-owner-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.pw-owner-benefit-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:22px 12px;border-bottom:1px solid var(--pw-border)}.pw-owner-benefit{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:0;padding:0 18px;border-right:1px solid var(--pw-border);text-align:center}.pw-owner-benefit:first-child{padding-left:18px}.pw-owner-benefit:last-child{border-right:0;padding-right:18px}.pw-owner-benefit>div{width:100%}.pw-owner-benefit span,.pw-owner-metrics span,.pw-owner-step span{display:grid;place-items:center;width:56px;height:56px;border-radius:8px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-owner-benefit h2{display:flex;align-items:flex-start;justify-content:center;min-height:0;margin:0 0 2px;color:var(--pw-navy);font-size:15px;line-height:1.25}.pw-owner-benefit p{margin:0;color:#303b55;font-size:14px;line-height:1.5}.pw-owner-support-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);gap:34px;align-items:stretch;padding:26px 0 18px}.pw-owner-metrics-card,.pw-owner-steps-card{padding:30px 34px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-owner-metrics-card{background:linear-gradient(135deg,#ffffff,#fff1f7)}.pw-owner-image-cta h2,.pw-owner-metrics-card h2,.pw-owner-steps-card h2{margin:0 0 16px;color:var(--pw-navy);font-size:28px;line-height:1.16}.pw-owner-image-cta p,.pw-owner-metrics-card>p{margin:0;color:#303b55;font-size:15px;line-height:1.6}.pw-owner-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:26px}.pw-owner-step{position:relative;display:grid;justify-items:center;align-content:start;min-height:170px;text-align:center}.pw-owner-step:after{content:"";position:absolute;top:38px;left:calc(50% + 44px);width:calc(100% - 56px);border-top:1px dashed #aeb8c9}.pw-owner-step:last-child:after{display:none}.pw-owner-step b{position:absolute;top:0;left:12px;z-index:2;display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:var(--pw-pink);color:#ffffff;font-size:14px}.pw-owner-step span{width:84px;height:84px;border-radius:999px}.pw-owner-step h3{margin:14px 0 8px;color:var(--pw-navy);font-size:16px}.pw-owner-step p{margin:0;color:#33405b;font-size:14px;line-height:1.45}.pw-owner-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:32px}.pw-owner-metrics article{position:relative;display:grid;grid-template-rows:58px 32px minmax(57px,auto);justify-items:center;align-items:start;gap:8px;min-width:0;padding:0 6px;text-align:center}.pw-owner-metrics article:after{content:"";position:absolute;top:0;right:-8px;bottom:0;border-right:1px solid var(--pw-border)}.pw-owner-metrics article:last-child:after{display:none}.pw-owner-metrics span{width:58px;height:58px;border-radius:999px}.pw-owner-metrics strong{align-items:center;height:32px;color:var(--pw-navy);font-size:28px;line-height:1}.pw-owner-metrics p,.pw-owner-metrics strong{display:flex;justify-content:center;width:100%}.pw-owner-metrics p{align-items:flex-start;min-height:57px;margin:0;color:#303b55;font-size:14px;line-height:1.35}.pw-owner-image-cta{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);gap:28px;align-items:center;margin-bottom:34px;padding:24px;border:1px solid rgba(224,58,122,.16);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-owner-image-cta figure{overflow:hidden;margin:0;border-radius:8px}.pw-owner-image-cta img{display:block;width:100%;height:250px;object-fit:cover}.pw-owner-image-cta .pw-btn{margin-top:20px}.pw-wholesale-showcase{background:radial-gradient(circle at 72% 12%,rgba(224,58,122,.08),transparent 28%),linear-gradient(180deg,#ffffff,#ffffff 72%,#fff8fb)}.pw-wholesale-hero{overflow:hidden;background:#ffffff}.pw-wholesale-hero-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(620px,1.14fr);min-height:440px;align-items:stretch}.pw-wholesale-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:50px 34px 42px 0}.pw-wholesale-hero-copy:after{content:"";position:absolute;top:0;right:-170px;bottom:0;z-index:-1;width:250px;background:linear-gradient(90deg,#ffffff 18%,rgba(255,255,255,.74) 58%,rgba(255,255,255,0));pointer-events:none}.pw-wholesale-hero-copy h1{max-width:760px;margin:12px 0 16px;color:var(--pw-navy);font-size:clamp(40px,3.5vw,60px);line-height:1.08}.pw-wholesale-hero-copy h1 span{display:block;color:var(--pw-pink)}.pw-wholesale-hero-copy p{max-width:630px;margin:0;color:#2e3850;font-size:18px;line-height:1.58}.pw-wholesale-outline-btn{border-color:var(--pw-pink);color:var(--pw-pink-strong)}.pw-wholesale-hero-copy .pw-hero-actions{flex-wrap:nowrap;gap:10px}.pw-wholesale-hero-copy .pw-hero-actions .pw-btn{min-height:48px;padding:0 12px;font-size:14px;white-space:nowrap}@media (max-width:640px){.pw-wholesale-hero-copy .pw-hero-actions{flex-wrap:wrap}.pw-wholesale-hero-copy .pw-hero-actions .pw-btn{width:100%}}.pw-wholesale-hero-media{position:relative;min-height:440px}.pw-wholesale-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.pw-wholesale-category-card,.pw-wholesale-inventory-card,.pw-wholesale-order-card{position:absolute;z-index:2;border:1px solid rgba(15,23,48,.08);border-radius:8px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(7,17,40,.16);backdrop-filter:blur(12px)}.pw-wholesale-order-card{top:34px;right:18px;width:220px;padding:16px 18px}.pw-wholesale-category-card h2,.pw-wholesale-inventory-card h2,.pw-wholesale-order-card h2{margin:0 0 12px;color:var(--pw-navy);font-size:14px}.pw-wholesale-order-card strong{display:inline-block;margin-right:12px;color:var(--pw-navy);font-size:32px}.pw-wholesale-order-card span{color:var(--pw-green);font-size:14px;font-weight:900}.pw-store-portal-page{display:grid;gap:16px;min-width:0}.pw-store-portal-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 2px 6px}.pw-store-portal-hero h1{margin:4px 0 2px;color:var(--pw-text);font-size:clamp(26px,1.8vw,34px);line-height:1.08;letter-spacing:0}.pw-store-portal-hero p{margin:0;max-width:720px;color:var(--pw-muted);font-size:15px;line-height:1.5}.pw-store-portal-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pw-store-portal-actions .pw-btn{gap:8px;min-height:42px;padding-inline:18px}.pw-store-attention-card,.pw-store-card{border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:0 16px 42px rgba(15,23,42,.07)}.pw-store-attention-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-color:rgba(224,58,122,.26);background:linear-gradient(90deg,rgba(224,58,122,.09),#ffffff 64%)}.pw-store-attention-card>div{display:flex;align-items:center;gap:12px;min-width:0}.pw-store-attention-card p{margin:3px 0 0;color:var(--pw-muted)}.pw-store-portal-grid{display:grid;grid-template-columns:minmax(340px,1fr) minmax(430px,1.35fr) minmax(300px,.76fr);gap:16px;align-items:start}.pw-store-kpi-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.pw-store-kpi-summary .pw-store-kpi-tile{display:flex;align-items:flex-start;gap:12px;min-width:0;padding:15px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.06)}.pw-store-kpi-summary .pw-store-kpi-tile>div{display:grid;gap:4px;min-width:0}.pw-store-kpi-summary small{color:var(--pw-muted);font-size:13px;font-weight:820}.pw-store-kpi-summary strong{color:var(--pw-text);font-size:24px;line-height:1}.pw-store-kpi-summary em{color:#66748a;font-size:13px;font-style:normal;font-weight:650;line-height:1.35}.pw-store-dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,360px);gap:18px;align-items:start}.pw-store-dashboard-main,.pw-store-dashboard-side{display:grid;gap:18px;min-width:0}.pw-store-dashboard-side{align-self:start}.pw-store-secondary-grid{display:grid;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-width:0}.pw-store-card{min-width:0;padding:18px}.pw-store-card-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.pw-store-card-title>div{display:flex;align-items:center;gap:9px;min-width:0}.pw-store-card-title h2{margin:0;color:var(--pw-text);font-size:17px;line-height:1.2;letter-spacing:0}.pw-store-card-title a{color:var(--pw-pink);font-size:14px;font-weight:850;text-decoration:none;white-space:nowrap}.pw-store-card-subtitle{margin:-4px 0 14px;color:var(--pw-muted);font-size:14px;line-height:1.45}.pw-card-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;border-radius:8px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-card-icon-green{background:#e9f8ef;color:var(--pw-green)}.pw-card-icon-blue{background:#eaf1ff;color:var(--pw-blue)}.pw-card-icon-amber{background:#fff4df;color:var(--pw-amber)}.pw-card-icon-red{background:#ffe7ec;color:var(--pw-red)}.pw-store-order-card,.pw-store-orders-card,.pw-store-overview-card{grid-column:span 1}.pw-store-mini-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(126px,1fr));gap:8px;margin-bottom:12px}.pw-store-financial-grid>div,.pw-store-mini-kpis>div{min-width:0;padding:11px;border:1px solid #edf1f7;border-radius:8px;background:linear-gradient(180deg,#ffffff,#fbfcff)}.pw-store-kpi-tile{display:grid;gap:5px;align-content:start}.pw-store-kpi-tile .pw-card-icon{width:26px;height:26px;flex-basis:26px}.pw-store-financial-grid span,.pw-store-mini-kpis span,.pw-store-value-line span{display:block;color:var(--pw-muted);font-size:12px;font-weight:780}.pw-store-financial-grid strong,.pw-store-mini-kpis strong,.pw-store-value-line strong{display:block;margin-top:5px;color:var(--pw-text);font-size:20px;line-height:1}.pw-store-mini-kpis em,.pw-store-mini-kpis small{display:block;color:#7b8798;font-size:11px;font-weight:720}.pw-store-mini-kpis em{font-style:normal;line-height:1.25}.pw-store-chart-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 10px;color:var(--pw-text);font-weight:850}.pw-store-chart-heading>div{display:grid;gap:2px;min-width:0}.pw-store-chart-heading small{color:var(--pw-muted);font-size:12px;font-weight:650}.pw-store-chart-heading a{display:inline-flex;align-items:center;color:var(--pw-pink);font-size:14px;font-weight:850;text-decoration:none}.pw-store-overview-card .pw-line-chart{min-height:178px}.pw-store-overview-card .pw-line-chart svg{height:178px}.pw-store-chart-empty{display:grid;min-height:178px;place-items:center;border:1px dashed #dfe6f1;border-radius:8px;background:linear-gradient(180deg,#ffffff,#fbfcff)}.pw-store-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:-2px 0 14px}.pw-store-chip-row span{flex:0 1 auto;min-height:32px;padding:7px 12px;border:1px solid #e1e7f0;border-radius:999px;background:#f8fafc;color:var(--pw-text);font-size:13px;font-weight:820}.pw-store-chip-row span:first-child{border-color:var(--pw-pink);background:var(--pw-pink);color:#ffffff}.pw-store-product-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pw-store-product-mini,.pw-store-promo-mini{display:grid;min-width:0;color:var(--pw-text);text-decoration:none}.pw-store-product-mini{grid-template-rows:auto 1fr auto auto;gap:10px;padding:12px;border:1px solid #e5eaf2;border-radius:8px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.045);transition:transform .16s ease,box-shadow .16s ease}.pw-store-product-mini:hover,.pw-store-promo-mini:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(224,58,122,.12)}.pw-store-product-mini img{width:100%;height:124px;object-fit:contain;border-radius:7px;background:#f8fafc}.pw-store-product-placeholder{display:grid;width:100%;height:124px;place-items:center;border-radius:7px;background:#f8fafc;color:var(--pw-muted)}.pw-store-product-copy{display:grid;gap:4px;min-width:0}.pw-store-product-mini strong,.pw-store-promo-mini strong{display:-webkit-box;overflow:hidden;color:var(--pw-text);font-size:14px;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pw-store-product-mini span{color:var(--pw-muted);font-size:13px;font-weight:720}.pw-store-product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.pw-store-product-mini b,.pw-store-promo-mini b{color:var(--pw-pink);font-size:15px;line-height:1}.pw-store-product-action{width:100%;min-height:38px;font-size:14px}.pw-store-alert-list,.pw-store-order-list,.pw-store-recommend-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.pw-store-alert-list li,.pw-store-order-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #edf1f7}.pw-store-alert-list li:last-child,.pw-store-order-list li:last-child{border-bottom:0}.pw-store-alert-list strong,.pw-store-order-list strong{display:block;color:var(--pw-text);font-size:15px}.pw-store-alert-list span:not(.pw-badge),.pw-store-order-list span:not(.pw-badge){display:block;margin-top:2px;color:var(--pw-muted);font-size:14px}.pw-store-full-button{width:100%;margin-top:14px}.pw-store-quick-card{background:linear-gradient(180deg,#ffffff,#fff7fb)}.pw-store-quick-actions{display:grid;gap:10px}.pw-store-quick-actions a{display:flex;align-items:center;gap:10px;min-height:44px;padding:12px;border:1px solid #e4eaf3;border-radius:8px;background:#ffffff;color:var(--pw-text);font-weight:850;text-decoration:none}.pw-store-quick-actions a:hover{border-color:rgba(224,58,122,.35);color:var(--pw-pink);box-shadow:0 14px 28px rgba(224,58,122,.1)}.pw-store-shelf-layout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center}.pw-store-shelf-legend{display:grid;gap:10px}.pw-store-shelf-legend span{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--pw-muted);font-size:14px;font-weight:750}.pw-store-shelf-legend b{display:inline-block;width:10px;height:10px;flex:0 0 10px;border-radius:999px}.pw-store-shelf-legend strong{margin-left:auto;color:var(--pw-text)}.pw-dot-green{background:var(--pw-green)}.pw-dot-amber{background:var(--pw-amber)}.pw-dot-red{background:var(--pw-red)}.pw-dot-slate{background:#94a3b8}.pw-store-promo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pw-store-promo-mini{position:relative;gap:7px;min-height:174px;padding:10px;border:1px solid #e5eaf2;border-radius:8px;background:linear-gradient(180deg,#ffffff,#fff7fb)}.pw-store-promo-mini>span{position:absolute;top:9px;left:9px;z-index:1;padding:3px 7px;border-radius:999px;background:var(--pw-pink);color:#ffffff;font-size:11px;font-weight:900}.pw-store-promo-mini img{width:100%;height:82px;object-fit:contain;border-radius:7px;background:#ffffff}.pw-store-value-line{margin-bottom:12px}.pw-store-sales-card .pw-css-chart{min-height:170px}.pw-store-financial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pw-store-readiness{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center}.pw-store-readiness strong{color:var(--pw-text);font-size:20px}.pw-store-readiness p{margin:6px 0 0;color:var(--pw-muted);line-height:1.55}.pw-store-recommend-list{gap:10px}.pw-store-recommend-list li{display:flex;gap:10px;padding:12px;border:1px solid #edf1f7;border-radius:8px;background:#fbfcff}.pw-store-recommend-list li>span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:999px;background:var(--pw-pink);color:#ffffff}.pw-store-recommend-list strong{color:var(--pw-text)}.pw-store-recommend-list p{margin:3px 0 0;color:var(--pw-muted);font-size:14px;line-height:1.45}.pw-store-registration-page{min-height:calc(100vh - 76px);margin:-24px;padding:0;background:linear-gradient(180deg,#f7f9fd,#ffffff)}.pw-store-registration-layout{display:grid;grid-template-columns:250px minmax(0,1fr) 280px;gap:20px;align-items:start;max-width:1480px;margin:0 auto;padding:22px;min-width:0;overflow:hidden}.pw-store-registration-progress{position:sticky;top:98px;display:grid;gap:24px;min-height:calc(100vh - 120px);padding:24px 18px;border-radius:8px;background:radial-gradient(circle at 0 0,rgba(224,58,122,.2),transparent 36%),linear-gradient(180deg,#07122c,#071631);color:#ffffff;box-shadow:0 22px 50px rgba(5,11,31,.18)}.pw-store-registration-progress span,.pw-store-registration-progress strong{display:block}.pw-store-registration-progress>div:first-child>strong{font-size:16px}.pw-store-registration-progress>div:first-child>span{margin-top:8px;color:#cbd5e1;font-size:14px}.pw-store-registration-progress-bar{height:10px;margin-top:12px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.14)}.pw-store-registration-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pw-pink),#ff8fbc)}.pw-store-registration-progress ol{display:grid;gap:14px;margin:0;padding:0;list-style:none}.pw-store-registration-progress li{position:relative;padding:0;border:1px solid transparent;border-radius:8px}.pw-store-registration-progress li:before{content:"";position:absolute;left:28px;top:-15px;height:15px;border-left:1px solid rgba(255,255,255,.38)}.pw-store-registration-progress li:first-child:before{display:none}.pw-store-registration-progress li button{display:grid;width:100%;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;padding:12px 10px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.pw-store-registration-progress li button>span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid #ffffff;border-radius:999px;color:#ffffff;font-size:14px;font-weight:900}.pw-store-registration-progress li strong{color:#ffffff;font-size:14px}.pw-store-registration-progress li small{color:#cbd5e1;font-size:13px}.pw-store-registration-step-active{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08)}.pw-store-registration-step-active button>span{border-color:var(--pw-pink);background:var(--pw-pink)}.pw-store-registration-step-complete button>span{border-color:rgba(34,197,94,.9);background:rgba(34,197,94,.18);color:#dcfce7}.pw-store-registration-section{scroll-margin-top:110px}.pw-store-registration-security{align-self:end;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.06)}.pw-store-registration-security svg{width:42px;height:42px;padding:10px;border-radius:999px;background:rgba(35,180,106,.18);color:var(--pw-green)}.pw-store-registration-security p{margin:5px 0 0;color:#cbd5e1;font-size:13px;line-height:1.5}.pw-store-registration-main{min-width:0;max-width:100%;overflow:hidden;padding:26px 30px 0;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:0 20px 52px rgba(15,23,42,.08)}.pw-store-registration-heading{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;padding-bottom:24px;border-bottom:1px solid #e5eaf2}.pw-store-registration-heading>span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:999px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-store-registration-heading h1{margin:0;color:var(--pw-text);font-size:clamp(28px,2.4vw,38px);line-height:1.1;letter-spacing:0}.pw-store-registration-heading p{margin:8px 0 0;max-width:720px;color:var(--pw-muted);font-size:15px;line-height:1.55}.pw-store-registration-form{gap:0;margin-top:0}.pw-store-registration-form>div:not(.pw-store-registration-submit):not(.pw-badge){padding:24px 0;border-bottom:1px solid #e9edf4}.pw-store-registration-form .pw-list-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border:1px solid #e5eaf2;border-radius:8px;background:#ffffff;cursor:pointer;min-height:52px}.pw-store-registration-form .pw-list-item>span{flex:1;min-width:0;font-size:14px;color:var(--pw-text);text-align:left;line-height:1.4}.pw-store-registration-form .pw-list-item input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin:0;cursor:pointer;accent-color:var(--pw-pink)}.pw-store-registration-form .pw-list-item:hover{border-color:var(--pw-pink);background:#fff8fb}.pw-store-registration-form h2{margin:0 0 16px;color:var(--pw-text);font-size:22px;line-height:1.2;letter-spacing:0}.pw-store-registration-form .pw-grid-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px 20px;width:100%;max-width:100%}.pw-store-registration-form label{display:flex;flex-direction:column;gap:6px;min-width:0}.pw-store-registration-form .pw-input,.pw-store-registration-form .pw-select{width:100%;max-width:100%;min-height:46px;border-color:#dce4ef;border-radius:8px;background:#ffffff;font-size:14px;box-sizing:border-box}.pw-store-registration-form .pw-kpi-label{display:block;font-size:14px;font-weight:500;color:#374151;line-height:1.3}.pw-store-registration-form textarea.pw-input{min-height:92px}.pw-store-registration-submit{position:static;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;margin:24px 0 0;padding:16px 20px;border-top:1px solid #e5eaf2;border-radius:8px;background:#f9fafb}.pw-store-registration-submit p{flex:1;margin:0;color:var(--pw-muted);font-size:13px;line-height:1.5;max-width:320px}.pw-store-registration-submit .pw-btn{min-height:48px}.pw-store-registration-help{position:sticky;top:98px;display:grid;gap:14px;padding:24px;border:1px solid rgba(224,58,122,.26);border-radius:8px;background:linear-gradient(180deg,#fff8fb,#ffffff);box-shadow:0 18px 42px rgba(224,58,122,.1)}.pw-store-registration-shop-art{display:flex;justify-content:center;color:var(--pw-pink)}.pw-store-registration-help h2,.pw-store-registration-help h3{margin:0;color:var(--pw-text)}.pw-store-registration-help h2{font-size:20px}.pw-store-registration-help h3{color:var(--pw-pink);font-size:15px}.pw-store-registration-help p{margin:0;color:var(--pw-muted);font-size:14px;line-height:1.6}.pw-store-registration-help ul{display:grid;gap:13px;margin:0;padding:0;list-style:none}.pw-store-registration-help a,.pw-store-registration-help li{display:flex;align-items:center;gap:10px;color:var(--pw-text);font-size:14px;text-decoration:none}.pw-store-registration-help a svg,.pw-store-registration-help li svg{color:var(--pw-pink)}.pw-store-registration-help a{min-height:42px;padding:0 12px;border:1px solid rgba(224,58,122,.34);border-radius:8px;color:var(--pw-pink);font-weight:850}.pw-store-registration-help-divider{border-top:1px solid #ead3df}.pw-store-registration-data-safe{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;margin-top:4px;padding-top:16px;border-top:1px solid #ead3df}.pw-store-registration-data-safe svg{width:38px;height:38px;padding:9px;border-radius:999px;background:#eff4ff;color:var(--pw-blue)}.pw-store-registration-data-safe span,.pw-store-registration-data-safe strong{display:block}.pw-store-registration-data-safe span{margin-top:3px;color:var(--pw-muted);font-size:13px;line-height:1.45}@media (max-width:1280px){.pw-store-registration-layout{grid-template-columns:230px minmax(0,1fr)}.pw-store-registration-help{position:static;grid-column:1/-1}.pw-store-registration-help ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.pw-store-profile-grid,.pw-store-profile-hero,.pw-store-profile-shell,.pw-store-profile-unlock{grid-template-columns:1fr}.pw-store-profile-side{position:static}.pw-store-profile-hero{gap:16px;padding:20px}.pw-store-profile-completion{padding-left:0;border-left:0;padding-top:16px;border-top:1px solid #e4eaf3}.pw-store-profile-actions{grid-template-columns:1fr}.pw-store-profile-actions .pw-btn{width:100%}.pw-store-profile-unlock a{padding-left:0;border-left:0;border-top:1px solid #e4eaf3;padding-top:12px}.pw-savings-row{grid-template-columns:1fr 1fr}.pw-store-registration-page{margin:-16px -10px -28px}.pw-store-registration-layout{grid-template-columns:1fr;gap:14px;padding:14px}.pw-store-registration-help,.pw-store-registration-progress{position:static}.pw-store-registration-progress{min-height:auto;padding:18px}.pw-store-registration-progress ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pw-store-registration-progress li{grid-template-columns:32px minmax(0,1fr);padding:10px 8px}.pw-store-registration-progress li:before{display:none}.pw-store-registration-security{align-self:auto}.pw-store-registration-main{min-width:0;max-width:100%;overflow:hidden}.pw-store-registration-heading{grid-template-columns:48px minmax(0,1fr);gap:12px}.pw-store-registration-heading>span{width:48px;height:48px}.pw-store-registration-heading h1{font-size:27px}.pw-store-registration-form .pw-grid-2,.pw-store-registration-help ul{grid-template-columns:1fr}.pw-store-registration-submit{flex-direction:column;align-items:stretch;margin:24px 0 0;padding:16px}.pw-store-registration-submit p{max-width:none;text-align:center}.pw-store-registration-submit-actions{justify-content:stretch;width:100%}.pw-store-registration-submit-actions .pw-btn{flex:1;justify-content:center}}@media (max-width:560px){.pw-store-profile-page .pw-page-header h1{font-size:28px}.pw-store-profile-avatar{width:64px;height:64px;font-size:22px}.pw-store-profile-avatar button{width:28px;height:28px}.pw-store-profile-hero{grid-template-columns:64px minmax(0,1fr);align-items:start;padding:16px}.pw-store-profile-title h2{font-size:20px}.pw-store-profile-logo-preview{max-width:100%}.pw-store-profile-logo-preview img{max-width:min(180px,100%);max-height:34px}.pw-store-profile-actions,.pw-store-profile-completion{grid-column:1/-1}.pw-store-profile-card,.pw-store-profile-health,.pw-store-profile-recommended{padding:16px}.pw-store-profile-card-head{align-items:flex-start;flex-wrap:wrap}.pw-store-profile-fields div{grid-template-columns:1fr;gap:4px}.pw-store-profile-fields dd{justify-content:flex-start;text-align:left}.pw-store-profile-recommended a{grid-template-columns:34px minmax(0,1fr) 16px}.pw-savings-row{grid-template-columns:1fr}.pw-segmented{width:100%}.pw-segmented button{flex:1}.pw-store-registration-heading,.pw-store-registration-progress ol{grid-template-columns:1fr}.pw-store-registration-form>div:not(.pw-store-registration-submit):not(.pw-badge){padding:20px 0}.pw-store-registration-form h2{font-size:20px}}.pw-wholesale-order-card p{margin:18px 0 4px;color:var(--pw-muted);font-size:13px}.pw-wholesale-order-card b{color:var(--pw-navy);font-size:26px}.pw-wholesale-inventory-card{left:230px;bottom:26px;width:300px;padding:16px 18px}.pw-wholesale-inventory-card div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pw-wholesale-inventory-card small{display:block;color:var(--pw-muted);font-size:12px}.pw-wholesale-inventory-card strong{display:block;margin-top:4px;color:var(--pw-green);font-size:18px}.pw-wholesale-inventory-card span:nth-child(2) strong{color:var(--pw-amber)}.pw-wholesale-inventory-card span:nth-child(3) strong{color:var(--pw-red)}.pw-wholesale-category-card{right:18px;bottom:28px;width:230px;padding:16px 18px}.pw-wholesale-category-card div{display:grid;grid-template-columns:78px minmax(0,1fr) 34px;gap:8px;align-items:center;margin-top:8px;color:#3b465f;font-size:12px}.pw-wholesale-category-card i{display:block;height:6px;border-radius:999px;background:var(--pw-pink)}.pw-wholesale-category-card b{color:var(--pw-muted);font-size:12px}.pw-wholesale-capabilities{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin-top:12px;padding:22px 26px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-wholesale-capabilities article{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:0;padding:0 18px;border-right:1px solid var(--pw-border);text-align:center}.pw-wholesale-capabilities article>div{width:100%}.pw-wholesale-capabilities article:first-child{padding-left:18px}.pw-wholesale-capabilities article:last-child{padding-right:18px;border-right:0}.pw-wholesale-capabilities span,.pw-wholesale-growth-grid span,.pw-wholesale-steps span{display:grid;place-items:center;width:56px;height:56px;border-radius:8px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-wholesale-capabilities h2{display:flex;align-items:flex-start;justify-content:center;min-height:0;margin:0 0 3px;color:var(--pw-navy);font-size:15px;line-height:1.25}.pw-wholesale-capabilities p{margin:0;color:#303b55;font-size:14px;line-height:1.5}.pw-wholesale-mid-grid{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(380px,.95fr) minmax(250px,.5fr);gap:24px;align-items:stretch;padding:24px 0 18px}.pw-wholesale-growth-card,.pw-wholesale-quote-card,.pw-wholesale-steps-card{padding:24px;border-radius:8px;background:#ffffff}.pw-wholesale-steps-card{padding-top:18px}.pw-wholesale-growth-grid,.pw-wholesale-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:18px}.pw-wholesale-steps article{position:relative;display:grid;grid-template-rows:28px 40px minmax(38px,auto) auto;justify-items:center;align-content:start;row-gap:4px;min-width:0;padding:0 4px;text-align:center}.pw-wholesale-steps article:after{content:"";position:absolute;top:14px;left:calc(50% + 20px);z-index:0;width:calc(100% - 40px);border-top:1px dashed #aeb8c9}.pw-wholesale-steps article:last-child:after{display:none}.pw-wholesale-steps b{position:relative;z-index:1;display:grid;place-items:center;width:28px;height:28px;margin-bottom:0;border-radius:999px;background:var(--pw-pink);color:#ffffff}.pw-wholesale-growth-grid span,.pw-wholesale-steps span{width:46px;height:46px;margin-bottom:0;background:transparent}.pw-wholesale-steps{margin-top:12px}.pw-wholesale-steps span{width:40px;height:40px}.pw-wholesale-steps h2{width:100%;margin:0 0 2px;color:var(--pw-navy);font-size:14px;line-height:1.35;overflow-wrap:anywhere}.pw-wholesale-growth-grid p,.pw-wholesale-steps p{width:100%;margin:0;color:#303b55;font-size:13px;line-height:1.42;overflow-wrap:anywhere}.pw-wholesale-steps p{font-size:12px;line-height:1.35}@media (max-width:1180px){.pw-owner-metrics article:nth-child(2n):after{display:none}}@media (max-width:820px){.pw-owner-metrics article:after{display:none}}.pw-wholesale-growth-card{border-left:1px solid var(--pw-border)}.pw-wholesale-growth-grid{column-gap:16px}.pw-wholesale-growth-grid article{position:relative;display:grid;grid-template-rows:46px auto 1fr;justify-items:center;align-content:start;row-gap:8px;min-width:0;padding:0 2px;text-align:center}.pw-wholesale-growth-grid article:after{content:"";position:absolute;top:0;right:-8px;bottom:0;border-right:1px solid var(--pw-border)}.pw-wholesale-growth-grid article:last-child:after{display:none}.pw-wholesale-growth-grid strong{max-width:100%;color:var(--pw-navy);font-size:22px;line-height:1.1;white-space:nowrap}.pw-wholesale-quote-card{position:relative;align-self:start;padding:16px 18px;background:var(--pw-navy);color:#ffffff;box-shadow:var(--pw-shadow)}.pw-wholesale-quote-card>strong{position:absolute;top:12px;right:16px;color:var(--pw-pink);font-size:30px;line-height:1}.pw-wholesale-quote-card p{margin:0 0 12px;padding-right:24px;color:#ffffff;font-size:14px;line-height:1.5}.pw-wholesale-quote-card h2{margin:0 0 4px;color:#ffffff;font-size:15px}.pw-wholesale-quote-card span{color:#cbd5e1;font-size:12px}.pw-wholesale-quote-author{display:flex;align-items:center;gap:11px}.pw-wholesale-quote-avatar{display:block;width:62px;height:72px;flex:0 0 62px;overflow:hidden;border:2px solid rgba(255,255,255,.78);border-radius:10px;background:var(--pw-pink-soft)}.pw-wholesale-quote-avatar img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.pw-wholesale-quote-author h2{margin-bottom:2px}.pw-wholesale-quote-name-row{display:flex;align-items:center;gap:8px}.pw-wholesale-quote-name-row h2{margin:0}.pw-wholesale-quote-card .pw-wholesale-quote-rating{color:var(--pw-pink);font-size:11px;letter-spacing:1px;white-space:nowrap}.pw-wholesale-quote-card>b{display:none}.pw-wholesale-final-cta{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1fr) minmax(260px,auto);gap:24px;align-items:center;margin-bottom:34px;padding:24px 28px;border-radius:8px;background:linear-gradient(105deg,var(--pw-navy) 0,#0a1535 56%,var(--pw-pink-strong) 100%);color:#ffffff;box-shadow:var(--pw-shadow)}.pw-wholesale-final-cta h2{margin:0 0 8px;color:#ffffff;font-size:27px}.pw-wholesale-final-cta p{margin:0;color:#ffffff;font-size:15px}.pw-wholesale-cta-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pw-wholesale-cta-benefits article{display:flex;gap:12px;align-items:center;color:#ffffff}.pw-wholesale-cta-benefits svg{flex:0 0 auto;color:var(--pw-pink)}.pw-wholesale-cta-benefits small,.pw-wholesale-cta-benefits strong{display:block}.pw-wholesale-cta-benefits small{color:#dbe4f2;font-size:13px;line-height:1.35}.pw-wholesale-final-cta .pw-btn{min-width:250px;border-color:var(--pw-pink);background:var(--pw-pink);color:#ffffff}.pw-products-showcase{background:radial-gradient(circle at 74% 10%,rgba(224,58,122,.08),transparent 28%),linear-gradient(180deg,#ffffff,#ffffff 70%,#fff8fb)}.pw-products-hero{overflow:hidden;background:#ffffff}.pw-products-hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);min-height:430px;align-items:stretch}.pw-products-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:46px 34px 40px 0}.pw-products-hero-copy:after{content:"";position:absolute;top:0;right:-170px;bottom:0;z-index:-1;width:250px;background:linear-gradient(90deg,#ffffff 18%,rgba(255,255,255,.74) 58%,rgba(255,255,255,0));pointer-events:none}.pw-products-hero-copy h1{max-width:760px;margin:12px 0 14px;color:var(--pw-navy);font-size:clamp(42px,3.9vw,66px);line-height:1.06}.pw-products-hero-copy h1 span{display:block;color:var(--pw-pink)}.pw-products-hero-copy p{max-width:660px;margin:0;color:#2e3850;font-size:17px;line-height:1.58}.pw-products-hero-copy .pw-hero-actions{display:grid;grid-template-columns:repeat(2,max-content);align-items:center;gap:10px}.pw-products-hero-copy .pw-hero-actions .pw-btn{min-height:42px;padding:0 16px;font-size:14px;white-space:nowrap}.pw-products-outline-btn{border-color:var(--pw-pink);color:var(--pw-pink-strong)}.pw-products-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:680px;margin-top:26px}.pw-products-proof article{display:grid;grid-template-columns:1fr;align-content:start;gap:8px;min-width:0}.pw-products-proof article>svg{width:26px;height:26px}.pw-products-hero-card svg,.pw-products-proof svg{color:var(--pw-pink)}.pw-products-hero-card small,.pw-products-hero-card strong,.pw-products-proof small,.pw-products-proof strong{display:block}.pw-products-proof strong{color:var(--pw-navy);font-size:13px;line-height:1.3}.pw-products-proof small{color:#303b55;font-size:12px;line-height:1.4}@media (max-width:520px){.pw-products-hero-copy .pw-hero-actions{grid-template-columns:1fr}.pw-products-hero-copy .pw-hero-actions .pw-btn{width:100%}}.pw-products-hero-media{position:relative;min-width:0;min-height:430px;overflow:hidden}.pw-products-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.pw-products-hero-card{position:absolute;top:36px;right:22px;z-index:2;display:grid;width:min(360px,calc(100% - 44px));padding:18px 22px;border:1px solid rgba(15,23,48,.08);border-radius:8px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(7,17,40,.16);backdrop-filter:blur(12px)}.pw-products-hero-card article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--pw-border)}.pw-products-hero-card article:last-child{border-bottom:0}.pw-products-hero-card strong{color:var(--pw-navy);font-size:15px}.pw-products-hero-card small{margin-top:4px;color:#303b55;font-size:14px;line-height:1.35}.pw-products-categories,.pw-products-panel{margin-top:0;padding:20px 22px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-products-categories{margin-top:24px}.pw-products-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.pw-products-section-header h2{margin:0;color:var(--pw-navy);font-size:21px}.pw-products-section-header>div{display:flex;align-items:center;gap:12px}.pw-products-section-header a,.pw-products-section-header button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--pw-pink);font-weight:900}.pw-products-category-row{display:grid;grid-template-columns:repeat(10,minmax(98px,1fr));gap:14px;min-width:0}.pw-products-category-card{display:grid;gap:8px;justify-items:center;min-width:0;min-height:128px;padding:10px 7px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;color:var(--pw-navy);font-weight:900;text-align:center;cursor:pointer}.pw-products-category-card-active{border-color:var(--pw-pink);box-shadow:0 0 0 3px var(--pw-pink-soft)}.pw-products-category-card img{width:min(82px,100%);height:68px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(15,23,48,.12))}.pw-products-category-card strong{max-width:100%;font-size:13px;line-height:1.18;overflow-wrap:anywhere}.pw-products-category-card .pw-products-category-long-label{font-size:12px;overflow-wrap:normal}.pw-products-category-long-label span{display:block;white-space:nowrap}.pw-products-search-band{display:grid;grid-template-columns:minmax(170px,.74fr) minmax(210px,1fr) repeat(3,minmax(118px,.62fr)) auto auto auto;gap:12px;align-items:center;margin-top:14px;padding:14px 18px;border-radius:8px;background:var(--pw-navy);color:#ffffff}.pw-products-search-band>*{min-width:0}.pw-products-search-band h2{grid-column:1/-1;margin:0;color:#ffffff;font-size:clamp(18px,1.4vw,22px);line-height:1.15}.pw-products-search-band label:not(.pw-products-stock-toggle){display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:7px;background:#ffffff;color:var(--pw-muted)}.pw-products-search-band input,.pw-products-search-band select{min-width:0;width:100%;height:42px;border:0;border-radius:7px;background:#ffffff;color:var(--pw-text);font:inherit;font-size:14px}.pw-products-search-band label input{height:auto}.pw-products-search-band label:not(.pw-products-stock-toggle) input:focus,.pw-products-search-band label:not(.pw-products-stock-toggle) input:focus-visible{border:0;outline:0;box-shadow:none}.pw-products-search-band select{padding:0 12px}.pw-products-stock-toggle{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#ffffff;font-size:14px;font-weight:900}.pw-products-stock-toggle input{width:16px;height:16px;accent-color:var(--pw-pink)}.pw-products-search-band .pw-btn{min-height:42px;padding-inline:14px;white-space:nowrap}.pw-products-clear{min-height:42px;border:0;background:transparent;color:#ffffff;font-weight:900}.pw-products-catalogue-filter{grid-template-columns:repeat(6,minmax(0,1fr))}.pw-products-catalogue-filter h2,.pw-products-catalogue-filter label:not(.pw-products-stock-toggle){grid-column:1/-1}.pw-products-catalogue-filter>select{grid-column:span 2}.pw-products-catalogue-filter .pw-btn,.pw-products-catalogue-filter .pw-products-clear{grid-column:span 3;width:100%}@media (max-width:1100px){.pw-products-search-band{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-products-search-band h2,.pw-products-search-band label:not(.pw-products-stock-toggle){grid-column:1/-1}}.pw-products-panel{margin-top:14px;margin-bottom:36px}.pw-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:16px;align-items:stretch}.pw-products-grid-all{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.pw-products-card{position:relative;overflow:hidden;display:grid;grid-template-rows:220px minmax(0,1fr);min-width:0;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-products-card-badge{position:absolute;top:12px;left:12px;z-index:3;padding:7px 10px;border-radius:999px;background:var(--pw-pink);color:#ffffff;font-size:12px;font-weight:900}.pw-products-card .pw-product-art{height:220px;background:#ffffff}.pw-products-card .pw-product-image{width:min(90%,205px);height:min(90%,198px)}.pw-products-card-body{display:grid;gap:7px;grid-template-rows:16px minmax(38px,auto) auto 20px auto;min-width:0;padding:11px 12px 12px}.pw-products-card-body h3{min-height:38px;margin:0;overflow:hidden;color:var(--pw-navy);font-size:15px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pw-products-card-body p{overflow:hidden;margin:0;color:var(--pw-muted);font-size:10px;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.pw-products-price-row{display:flex;align-content:flex-start;align-items:baseline;gap:8px;min-width:0;flex-wrap:wrap;justify-content:space-between}.pw-products-price-row strong{color:var(--pw-navy);font-size:17px}.pw-products-price-row span{overflow:hidden;width:auto;color:var(--pw-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pw-products-card-body small{display:inline-flex;align-items:center;width:max-content;gap:4px;padding:3px 6px;border-radius:999px;background:#eafaf0;font-size:9px;text-transform:uppercase;color:var(--pw-green);font-weight:800}.pw-products-card-body .pw-products-stock-muted{color:var(--pw-muted)}.pw-products-card-actions{display:grid;grid-template-columns:1fr;gap:10px;align-items:center;align-self:end;min-width:0}.pw-products-qty{display:grid;grid-template-columns:30px 1fr 30px;overflow:hidden;min-height:36px;border:1px solid var(--pw-border);border-radius:7px}.pw-products-qty button,.pw-products-qty span{display:grid;place-items:center;border:0;background:#ffffff;color:var(--pw-navy);font-weight:900}.pw-products-qty button{color:var(--pw-muted)}.pw-products-card-actions .pw-btn{justify-content:center;width:100%;min-width:0;min-height:36px;padding:0 8px;gap:6px;font-size:12px;white-space:nowrap}.pw-products-directory{padding:0 0 38px}.pw-products-directory-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:end;padding:18px 0 20px}.pw-products-directory-hero h1{margin:8px 0 10px;color:var(--pw-navy);font-size:clamp(42px,3.9vw,66px);line-height:1.06}.pw-products-directory-hero p{max-width:760px;margin:0;color:var(--pw-muted);font-size:17px;line-height:1.58}.pw-products-directory-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.pw-products-search-band-light{background:#ffffff;color:var(--pw-navy);border:1px solid var(--pw-border);box-shadow:var(--pw-shadow-soft)}.pw-products-search-band-light .pw-products-clear,.pw-products-search-band-light .pw-products-stock-toggle,.pw-products-search-band-light h2{color:var(--pw-navy)}.pw-products-search-band-light input,.pw-products-search-band-light label:not(.pw-products-stock-toggle),.pw-products-search-band-light select{background:#f8fafc}@media (min-width:1181px) and (max-width:1500px){.pw-products-search-band{grid-template-columns:minmax(155px,.72fr) minmax(230px,1.15fr) repeat(3,minmax(112px,.6fr))}.pw-products-clear,.pw-products-search-band .pw-btn,.pw-products-stock-toggle{justify-self:start}}.pw-products-category-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:42px}.pw-products-category-detail{overflow:hidden;display:grid;grid-template-rows:180px 1fr;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-products-category-detail-muted{opacity:.78}.pw-products-category-detail-image{display:grid;place-items:center;background:linear-gradient(135deg,#fff,#fff2f7)}.pw-products-category-detail-image img{width:min(74%,180px);height:150px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(15,23,48,.14))}.pw-products-category-detail-copy{display:grid;gap:12px;padding:20px}.pw-products-category-detail-copy a,.pw-products-category-detail-copy span{display:inline-flex;align-items:center;gap:8px;color:var(--pw-pink);font-weight:900}.pw-products-category-detail-copy h2,.pw-products-category-detail-copy p{margin:0}.pw-products-category-detail-copy h2{color:var(--pw-navy);font-size:22px}.pw-products-category-detail-copy p{color:var(--pw-muted);line-height:1.55}.pw-info-band{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:22px;align-items:center;padding:28px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-info-band h2,.pw-info-band p{margin:8px 0 0}.pw-info-band-dark{background:var(--pw-navy);color:#ffffff}.pw-info-band-dark .pw-eyebrow,.pw-info-band-dark p{color:#dbe4f2}.pw-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pw-process-step{min-height:132px;padding:14px;border:1px solid var(--pw-border);border-radius:8px;background:var(--pw-surface-soft)}.pw-process-step span{display:grid;place-items:center;width:30px;height:30px;margin-bottom:10px;border-radius:999px;background:var(--pw-pink);color:#ffffff;font-weight:900}.pw-process-step p{color:var(--pw-muted);font-size:14px;line-height:1.45}.pw-feature-row-four{grid-template-columns:repeat(4,minmax(0,1fr))}.pw-category-strip-contained{margin:0}.pw-category-strip-contained,.pw-feature-row{grid-template-columns:repeat(6,minmax(0,1fr))}.pw-feature-row{display:grid;gap:12px;margin-top:16px}.pw-feature-tile{min-height:116px;padding:16px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pw-audience-panel{overflow:hidden;min-height:220px;border-radius:8px;background:var(--pw-navy);color:#ffffff;display:grid;grid-template-columns:1fr 190px}.pw-audience-panel-pink{background:linear-gradient(135deg,var(--pw-pink),#d51f69)}.pw-audience-copy{padding:28px}.pw-audience-visual{display:flex;align-items:flex-end;justify-content:center;padding:18px;background:rgba(255,255,255,.12)}.pw-audience-img{display:block;width:100%;height:176px;border-radius:8px;object-fit:cover;box-shadow:0 18px 36px rgba(0,0,0,.2)}.pw-home{background:#ffffff;font-size:15px}.pw-home-hero{overflow:hidden;padding:34px 0 0;background:linear-gradient(90deg,#ffffff,#ffffff 42%,rgba(255,255,255,.82) 50%,rgba(255,241,247,.52)),radial-gradient(circle at 92% 12%,rgba(224,58,122,.16),transparent 34%)}.pw-home-hero-grid{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(580px,1.18fr);gap:42px;align-items:center;min-height:590px}.pw-home-hero-copy h1{margin:18px 0 0;max-width:650px;color:var(--pw-navy);font-size:clamp(42px,4vw,60px);line-height:.98}.pw-home-hero-copy h1 span{display:block;color:var(--pw-pink)}.pw-home-hero-copy h2{margin:22px 0 0;color:var(--pw-navy);font-size:18px}.pw-home-hero-copy p{max-width:590px;margin:18px 0 0;color:var(--pw-muted);font-size:15px;line-height:1.65}.pw-home-register-cta{min-height:52px;padding:0 25px;border-color:transparent;background:linear-gradient(135deg,#ec2f78,#cf155c);color:#ffffff;font-size:15px;font-weight:900;box-shadow:0 12px 26px rgba(216,25,96,.3)}.pw-home-register-cta:hover{background:linear-gradient(135deg,#f23b82,#bd104f);box-shadow:0 15px 30px rgba(216,25,96,.38);transform:translateY(-2px)}.pw-home-explore-cta{min-height:48px;border-color:#e6a5be;color:#9f214f;font-size:14px;box-shadow:none}.pw-home-explore-cta:hover{background:#fff7fa;border-color:#dc7da1;color:#83183f}.pw-home-trust-grid{display:grid;grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:0;padding-bottom:30px}.pw-home-audience-grid article,.pw-home-capability-strip article,.pw-home-metrics article,.pw-home-process-grid article,.pw-home-service-grid article,.pw-home-trust-grid article{min-width:0}.pw-home-trust-grid article{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start}.pw-home-trust-grid svg{padding:10px;width:44px;height:44px;border-radius:8px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-home-trust-grid small,.pw-home-trust-grid strong{display:block}.pw-home-trust-grid strong{color:var(--pw-navy)}.pw-home-trust-grid small{margin-top:4px;color:var(--pw-muted);line-height:1.35}.pw-home-dashboard-card{position:relative;width:100%;max-width:740px;justify-self:center;padding:14px;border:1px solid rgba(15,23,48,.1);border-radius:8px;background:#ffffff;box-shadow:0 26px 70px rgba(15,23,48,.18)}.pw-home-dashboard-card:before{content:"";position:absolute;inset:auto -28px -30px auto;width:180px;height:180px;border-radius:999px;border:34px solid rgba(224,58,122,.16);pointer-events:none}.pw-home-dashboard-shell{position:relative;z-index:1;overflow:hidden;display:grid;grid-template-columns:140px minmax(0,1fr);min-height:390px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-home-dashboard-shell aside{display:grid;align-content:start;gap:7px;padding:14px;background:var(--pw-navy);color:#ffffff}.pw-home-dashboard-shell aside strong{margin-bottom:0;color:#ffffff;font-size:12px;letter-spacing:0}.pw-home-dashboard-shell aside span{padding:8px 10px;border-radius:7px;color:#dbe4f2;font-size:12px;font-weight:850}.pw-home-dashboard-shell aside .active{background:var(--pw-pink);color:#ffffff}.pw-home-dashboard-main{display:grid;gap:10px;padding:14px}.pw-home-dashboard-main header{display:flex;justify-content:space-between;gap:12px;align-items:center}.pw-home-dashboard-main header small,.pw-home-dashboard-main header strong{display:block}.pw-home-dashboard-main header small{color:var(--pw-navy);font-size:14px;font-weight:900}.pw-home-dashboard-main header strong{margin-top:3px;color:var(--pw-muted);font-size:12px}.pw-home-dashboard-main header>span{padding:8px 12px;border:1px solid var(--pw-border);border-radius:7px;color:var(--pw-navy);font-size:11px;font-weight:900;white-space:nowrap}.pw-home-dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pw-home-dashboard-footer,.pw-home-dashboard-kpis article,.pw-home-dashboard-panels article{border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-home-dashboard-kpis article{padding:10px}.pw-home-dashboard-kpis small{color:var(--pw-muted);font-size:11px}.pw-home-dashboard-kpis strong{display:block;margin-top:6px;color:var(--pw-navy);font-size:16px;white-space:nowrap}.pw-home-dashboard-panels{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}.pw-home-dashboard-panels article{padding:12px}.pw-home-line-chart{min-height:136px}.pw-home-line-chart span{display:block;height:82px;margin-top:12px;border-radius:8px;background:linear-gradient(140deg,transparent 9%,rgba(224,58,122,.95) 10%,transparent 12%),linear-gradient(158deg,transparent 23%,rgba(41,125,255,.9) 24%,transparent 26%),repeating-linear-gradient(0deg,#eef2f7 0 1px,transparent 1px 28px),linear-gradient(180deg,rgba(224,58,122,.14),rgba(224,58,122,.02))}.pw-home-bar-list{display:grid;gap:7px;align-content:start}.pw-home-bar-list span{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px;align-items:center}.pw-home-bar-list small{color:var(--pw-muted);font-size:11px}.pw-home-bar-list i{height:7px;width:var(--bar);border-radius:999px;background:var(--pw-pink)}.pw-home-dashboard-footer{display:grid;grid-template-columns:1fr repeat(3,auto);gap:10px;align-items:center;padding:10px 12px}.pw-home-dashboard-footer small{padding:5px 8px;border-radius:999px;background:#eef8f1;color:var(--pw-green);font-weight:900}.pw-home-capability-strip,.pw-home-metrics{background:var(--pw-navy);color:#ffffff}.pw-home-capability-strip .pw-public-container,.pw-home-metrics .pw-public-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.pw-home-capability-strip article,.pw-home-metrics article{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:center;padding:26px 24px;border-right:1px solid rgba(255,255,255,.18)}.pw-home-capability-strip article:last-child,.pw-home-metrics article:last-child{border-right:0}.pw-home-capability-strip svg,.pw-home-metrics svg{padding:13px;width:58px;height:58px;border-radius:999px;background:var(--pw-pink);color:#ffffff}.pw-home-capability-strip small,.pw-home-capability-strip strong,.pw-home-metrics small,.pw-home-metrics strong{display:block}.pw-home-capability-strip strong,.pw-home-metrics strong{color:#ffffff;font-size:16px}.pw-home-capability-strip small,.pw-home-metrics small{margin-top:5px;color:#dbe4f2;line-height:1.45}.pw-home-section{padding:34px 0}.pw-home-centered{text-align:center}.pw-home-centered h2{position:relative;display:inline-block;margin:0 0 28px;color:var(--pw-navy);font-size:27px}.pw-home-centered h2:after{content:"";position:absolute;left:50%;bottom:-10px;width:54px;height:3px;transform:translateX(-50%);border-radius:999px;background:var(--pw-pink)}.pw-home-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.pw-home-service-grid article{display:grid;justify-items:center;gap:12px;min-height:190px;padding:24px 18px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft);text-align:center}.pw-home-service-grid svg{color:var(--pw-pink)}.pw-home-service-grid h3,.pw-home-service-grid p{margin:0}.pw-home-service-grid h3{color:var(--pw-navy);font-size:15px}.pw-home-service-grid p{color:var(--pw-muted);font-size:13px;line-height:1.45}.pw-home-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.pw-home-audience-grid article{overflow:hidden;display:grid;grid-template-columns:160px minmax(0,1fr);min-height:210px;border:1px solid rgba(224,58,122,.16);border-radius:8px;background:linear-gradient(135deg,#ffffff,#fff3f8)}.pw-home-audience-grid img{width:100%;height:100%;min-height:210px;object-fit:cover}.pw-home-audience-grid article>div{display:grid;align-content:center;gap:10px;padding:22px}.pw-home-audience-grid svg{color:var(--pw-pink)}.pw-home-audience-grid h3,.pw-home-audience-grid p{margin:0}.pw-home-audience-grid h3{color:var(--pw-navy);font-size:18px}.pw-home-audience-grid p{color:var(--pw-muted);line-height:1.5}.pw-home-audience-grid a{display:inline-flex;align-items:center;gap:6px;color:var(--pw-pink);font-weight:900}.pw-home-platform{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:40px;align-items:center;padding:16px 0 44px}.pw-home-platform-copy h2{margin:10px 0 20px;color:var(--pw-navy);font-size:23px}.pw-home-platform-copy ul{display:grid;gap:16px;margin:0;padding:0;list-style:none}.pw-home-platform-copy li{display:flex;align-items:center;gap:12px;color:var(--pw-navy);font-size:14px;font-weight:400}.pw-home-platform-copy li svg{color:var(--pw-pink);flex:0 0 auto}.pw-home-platform-visual{position:relative;min-height:360px;display:grid;place-items:center}.pw-home-platform-visual>img{width:min(76%,650px);height:310px;object-fit:cover;border:10px solid #101827;border-radius:8px;box-shadow:var(--pw-shadow)}.pw-home-device{position:absolute;display:grid;gap:10px;min-width:150px;padding:16px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-home-device strong{color:var(--pw-navy)}.pw-home-device span{padding:8px 10px;border-radius:7px;background:#f8fafc;color:var(--pw-muted);font-size:12px;font-weight:850}.pw-home-device-phone{left:0;bottom:20px}.pw-home-device-upload{right:0;bottom:6px}.pw-home-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:70px}.pw-home-process-grid article{position:relative;display:grid;justify-items:center;gap:10px;padding:24px 18px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow-soft);text-align:center}.pw-home-process-grid article:after{content:"";position:absolute;top:50%;right:-48px;width:28px;height:2px;border-top:2px dashed var(--pw-pink)}.pw-home-process-grid article:last-child:after{display:none}.pw-home-process-grid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--pw-pink);color:#ffffff;font-weight:900}.pw-home-process-grid svg{color:var(--pw-pink)}.pw-home-process-grid h3,.pw-home-process-grid p{margin:0}.pw-home-process-grid h3{color:var(--pw-navy)}.pw-home-process-grid p{color:var(--pw-muted);line-height:1.45}.pw-home-metrics article{padding-top:28px;padding-bottom:28px}.pw-home-metrics strong{font-size:28px}.pw-home-testimonial{padding:0;background:linear-gradient(90deg,#ffffff,rgba(255,255,255,.82) 50%,#ffffff),url(/images/pricedwell-brand/pricedwell_store_scene_with_owner.png) 50%/cover no-repeat}.pw-home-testimonial-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr) minmax(260px,.6fr);gap:32px;align-items:center;min-height:330px;padding:44px 0}.pw-home-testimonial blockquote{margin:0}.pw-home-testimonial blockquote>span{color:var(--pw-pink);font-size:70px;line-height:.8;font-weight:900}.pw-home-testimonial p{margin:8px 0 18px;color:var(--pw-navy);font-size:18px;line-height:1.55;font-weight:800}.pw-home-testimonial cite{color:var(--pw-pink);font-style:normal;font-weight:900}.pw-home-testimonial img{width:100%;height:270px;border-radius:8px;object-fit:cover;box-shadow:var(--pw-shadow-soft)}.pw-home-testimonial-points{display:grid;gap:16px}.pw-home-testimonial-points span{display:flex;align-items:center;gap:12px;color:var(--pw-navy);font-weight:850}.pw-home-testimonial-points svg{color:var(--pw-pink);flex:0 0 auto}.pw-register-page{overflow:hidden;padding:34px 0 42px;background:radial-gradient(circle at 0 86%,rgba(224,58,122,.14),transparent 20%),radial-gradient(circle at 78% 8%,rgba(224,58,122,.06),transparent 28%),linear-gradient(135deg,#ffffff,#fff7fb 44%,#f8fafc)}.pw-register-grid{display:grid;grid-template-columns:minmax(0,760px);justify-content:center;align-items:start}.pw-register-intro h1{margin:14px 0 0;color:var(--pw-navy);font-size:clamp(42px,4.4vw,64px);line-height:1.02}.pw-register-intro h1 span{display:block;color:var(--pw-pink)}.pw-register-intro>p{max-width:610px;margin:16px 0 0;color:var(--pw-muted);font-size:17px;line-height:1.55}.pw-register-steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px;padding:20px;border:1px solid var(--pw-border);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:var(--pw-shadow-soft)}.pw-register-steps article{position:relative;display:grid;justify-items:center;gap:6px;text-align:center}.pw-register-steps article:not(:last-child):after{content:"";position:absolute;top:27px;left:calc(50% + 38px);width:calc(100% - 76px);border-top:2px dotted rgba(224,58,122,.42)}.pw-register-benefits svg,.pw-register-card-header>span svg,.pw-register-steps svg{color:var(--pw-pink)}.pw-register-steps article>svg{position:relative;z-index:1;width:54px;height:54px;padding:14px;border-radius:999px;background:var(--pw-pink-soft);box-shadow:0 8px 22px rgba(224,58,122,.14)}.pw-register-steps strong{color:var(--pw-pink);font-size:13px}.pw-register-benefits small,.pw-register-benefits strong,.pw-register-quote p,.pw-register-steps h2,.pw-register-steps p{margin:0}.pw-register-steps h2{color:var(--pw-navy);font-size:14px}.pw-register-steps p{color:var(--pw-muted);font-size:13px;line-height:1.4}.pw-register-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 26px;margin-top:26px}.pw-register-benefits article{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start}.pw-register-benefits svg{width:52px;height:52px;padding:14px;border-radius:999px;background:var(--pw-pink-soft)}.pw-register-benefits small,.pw-register-benefits strong{display:block}.pw-register-benefits strong{color:var(--pw-navy);font-size:15px}.pw-register-benefits small{margin-top:5px;color:var(--pw-muted);font-size:14px;line-height:1.45}.pw-register-quote{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) 96px;gap:16px;align-items:center;margin:28px 0 0;padding:18px 20px;border:1px solid var(--pw-border);border-radius:8px;background:rgba(255,255,255,.86);box-shadow:var(--pw-shadow-soft)}.pw-register-quote>span{color:var(--pw-pink);font-size:60px;line-height:.8;font-weight:900}.pw-register-quote p{color:var(--pw-navy);font-size:14px;line-height:1.5;font-weight:750}.pw-register-quote strong{display:block;margin-top:10px;color:var(--pw-navy);font-size:14px}.pw-register-quote img{width:84px;height:84px;border-radius:999px;object-fit:cover;box-shadow:0 14px 28px rgba(15,23,48,.18)}.pw-register-card{display:grid;gap:18px;padding:28px 30px;border:1px solid var(--pw-border);border-radius:8px;background:rgba(255,255,255,.94);box-shadow:0 18px 52px rgba(15,23,48,.12)}.pw-register-card-header{display:grid;grid-template-columns:62px minmax(0,1fr);gap:16px;align-items:center}.pw-register-card-header>span{display:grid;place-items:center;width:62px;height:62px;border:1px solid rgba(224,58,122,.3);border-radius:999px;background:var(--pw-pink-soft)}.pw-register-card-header h2,.pw-register-card-header p{margin:0}.pw-register-card-header h2{color:var(--pw-navy);font-size:25px}.pw-register-card-header p{margin-top:4px;color:var(--pw-muted);font-size:15px}.pw-register-alert{padding:11px 14px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#dc2626;font-weight:800}.pw-register-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pw-register-role{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:center;min-height:52px;padding:10px 12px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;color:var(--pw-navy);cursor:pointer;text-align:left}.pw-register-role svg{color:var(--pw-muted)}.pw-register-role small,.pw-register-role strong{display:block}.pw-register-role strong{font-size:14px;font-weight:850}.pw-register-role small{display:none;margin-top:3px;color:var(--pw-muted);line-height:1.35}.pw-register-role-active{border-color:var(--pw-pink);background:var(--pw-pink);color:#ffffff;box-shadow:0 14px 28px rgba(224,58,122,.24)}.pw-register-role-active small,.pw-register-role-active svg{color:#ffffff}.pw-register-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 18px}.pw-register-field-grid label{display:grid;gap:6px;color:var(--pw-navy);font-weight:800}.pw-register-field-grid label>span{font-size:13px}.pw-register-field-grid .pw-password-field,.pw-register-field-grid select,.pw-register-input-wrap{min-height:46px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-register-input-wrap{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:center;padding:0 12px}.pw-register-input-wrap svg{color:var(--pw-muted)}.pw-register-field-grid select,.pw-register-input-wrap input{width:100%;min-width:0;border:0;background:transparent;color:var(--pw-text);font:inherit;font-size:14px;font-weight:600;outline:0}.pw-register-field-grid select{padding:0 12px}.pw-register-field-grid .pw-password-field{overflow:hidden}.pw-register-field-grid .pw-password-field .pw-input{min-height:44px;border:0;background:transparent}.pw-register-confirm{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;padding:12px 14px;border:1px solid rgba(224,58,122,.24);border-radius:8px;background:#fff7fb}.pw-register-confirm input{width:18px;height:18px;margin-top:2px;accent-color:var(--pw-pink)}.pw-register-confirm small,.pw-register-confirm strong{display:block}.pw-register-confirm strong{color:var(--pw-navy);font-size:14px}.pw-register-confirm small{margin-top:4px;color:var(--pw-muted);font-size:13px;line-height:1.45}.pw-register-confirm a{color:var(--pw-pink);font-weight:900}.pw-register-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding-top:16px;border-top:1px solid var(--pw-border)}.pw-register-actions>a{color:var(--pw-muted);font-size:14px;font-weight:800}.pw-register-actions>a strong{color:var(--pw-pink)}.pw-register-actions .pw-btn{min-width:210px;min-height:46px}.pw-register-otp-card{align-self:start}.pw-register-otp-note{margin:0;color:var(--pw-muted);font-size:17px}.pw-delivery-card,.pw-person-card{width:150px;height:150px;border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.18)),linear-gradient(135deg,#f6c9d9,#6d5dfb);box-shadow:0 18px 36px rgba(0,0,0,.2)}.pw-delivery-card{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.2)),linear-gradient(135deg,#facc15,#ef3c7f)}.pw-public-footer{margin-top:38px;background:var(--pw-navy);color:#ffffff}.pw-public-footer-inner{display:grid;grid-template-columns:minmax(260px,1.2fr) repeat(4,minmax(120px,.6fr)) minmax(250px,1fr);gap:28px;padding:34px 0}.pw-public-footer-inner>*{min-width:0}.pw-footer-brand-mark{display:block;width:190px;max-width:100%;height:auto;margin-bottom:16px}.pw-footer-link{display:block;margin-top:10px;color:#cbd5e1;font-size:14px}.pw-newsletter{display:flex;gap:8px;margin-top:12px}.pw-newsletter input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:rgba(255,255,255,.08);color:#ffffff;padding:0 12px}.pw-contact-hero{position:relative;overflow:hidden;padding:32px 0 18px;border-bottom:1px solid rgba(224,58,122,.08);background:linear-gradient(105deg,#ffffff,#fff8fb 60%,#f8edf5)}.pw-contact-hero:after{content:"";position:absolute;inset:auto 6% 0 auto;width:430px;height:260px;background:linear-gradient(135deg,rgba(224,58,122,.1),rgba(7,17,40,.04));clip-path:polygon(14% 0,78% 0,100% 44%,78% 100%,14% 100%,0 50%);opacity:.36;pointer-events:none}.pw-contact-breadcrumb{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:var(--pw-muted);font-size:14px;font-weight:750}.pw-contact-breadcrumb span{color:var(--pw-pink)}.pw-contact-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.45fr);gap:28px;align-items:center;padding:30px 0 24px}.pw-contact-hero h1{max-width:700px;margin:0;color:var(--pw-navy);font-size:clamp(34px,3.4vw,54px);line-height:1.08}.pw-contact-hero p{max-width:620px;margin:14px 0 0;color:#394860;font-size:18px;line-height:1.55}.pw-contact-watermark{justify-self:end;color:rgba(224,58,122,.11);font-size:clamp(120px,12vw,220px);font-weight:1000;line-height:.8;letter-spacing:0}.pw-contact-method-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.pw-contact-method-card{display:flex;align-items:center;gap:16px;min-width:0;min-height:108px;padding:18px;border:1px solid var(--pw-border);border-radius:8px;background:rgba(255,255,255,.94);box-shadow:var(--pw-shadow-soft)}.pw-contact-form h2,.pw-contact-method-card h2,.pw-contact-office-card h2,.pw-contact-ready-band h2,.pw-contact-support-panel h2{margin:0;color:var(--pw-navy)}.pw-contact-method-card h2{font-size:15px}.pw-contact-method-card strong{display:block;margin-top:4px;color:var(--pw-text);font-size:14px;overflow-wrap:anywhere}.pw-contact-method-card p{margin:4px 0 0;color:var(--pw-muted);font-size:14px;line-height:1.4}.pw-contact-icon,.pw-contact-mini-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px}.pw-contact-icon{width:56px;height:56px;box-shadow:inset 0 0 0 8px rgba(255,255,255,.58)}.pw-contact-mini-icon{width:38px;height:38px}.pw-contact-icon-pink{background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-contact-icon-green{background:#e8f8ef;color:var(--pw-green)}.pw-contact-icon-blue{background:#eaf1ff;color:var(--pw-blue)}.pw-contact-icon-purple{background:#f0edff;color:var(--pw-purple)}.pw-contact-section{padding-top:22px}.pw-contact-main-grid{display:grid;grid-template-columns:minmax(320px,1.06fr) minmax(340px,1fr) minmax(280px,.74fr);gap:18px;align-items:stretch}.pw-contact-form{display:grid;gap:16px}.pw-contact-form label{display:grid;gap:7px;color:#394860;font-size:13px;font-weight:800}.pw-contact-form .pw-input::placeholder{color:#c3c9d2;font-weight:400;opacity:1}.pw-contact-form select.pw-input:required:invalid{color:#c3c9d2;font-weight:400}.pw-contact-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.pw-contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pw-contact-form textarea{min-height:140px;resize:vertical}.pw-contact-form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.pw-contact-form-footer span{display:inline-flex;align-items:center;gap:6px;color:var(--pw-muted);font-size:13px}.pw-form-alert{padding:12px 14px;border-radius:8px;font-size:14px;font-weight:750;line-height:1.45}.pw-form-alert-success{border:1px solid #bce8cb;background:#ecfdf3;color:#146c3d}.pw-form-alert-error{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c}.pw-contact-map-card{position:relative;overflow:hidden;min-height:410px;border:1px solid var(--pw-border);border-radius:8px;background:#eff4f8;box-shadow:var(--pw-shadow-soft)}.pw-contact-map-frame{display:block;width:100%;height:100%;min-height:410px;border:0}.pw-contact-office-card{position:absolute;left:16px;right:16px;bottom:16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid rgba(224,58,122,.2);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 14px 36px rgba(15,23,48,.14)}.pw-contact-office-card h2{font-size:16px}.pw-contact-office-card p{margin:4px 0 0;color:#334155;font-size:14px;line-height:1.45}.pw-contact-support-panel{display:grid;gap:18px;background:linear-gradient(180deg,rgba(253,232,241,.6),rgba(255,255,255,.96) 34%),#ffffff}.pw-contact-support-links{display:grid;gap:4px}.pw-contact-support-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;min-height:64px;padding:10px 0;border-bottom:1px solid rgba(228,232,241,.9)}.pw-contact-support-link strong{display:block;color:var(--pw-text);font-size:14px}.pw-contact-support-link small{display:block;margin-top:2px;color:var(--pw-muted);font-size:13px;line-height:1.35}.pw-contact-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin-top:auto;padding:18px;border:1px solid rgba(224,58,122,.18);border-radius:8px;background:linear-gradient(135deg,#fff2f8,#ffd8e8)}.pw-contact-cta h3{margin:0;color:var(--pw-navy)}.pw-contact-cta p{margin:8px 0 14px;color:#55647a;font-size:14px;line-height:1.45}.pw-contact-cta-icon{display:grid;place-items:center;width:86px;height:86px;border-radius:999px;background:rgba(255,255,255,.58);color:var(--pw-pink)}.pw-contact-ready-band{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px;border:1px solid rgba(224,58,122,.18);border-radius:8px;background:linear-gradient(90deg,#fff6fa,#ffffff 58%,#f5f8ff);box-shadow:var(--pw-shadow-soft)}.pw-contact-ready-band h2{font-size:18px}.pw-contact-ready-band p{margin:4px 0 0;color:var(--pw-muted);line-height:1.45}.pw-contact-ready-band>span:last-child{display:inline-flex;align-items:center;gap:8px;color:#394860;font-size:14px;font-weight:800;text-align:right}.pw-help-hero,.pw-status-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);gap:24px;align-items:center;padding:30px;border:1px solid rgba(224,58,122,.14);border-radius:8px;background:linear-gradient(105deg,#ffffff,#fff8fb 56%,#f5f8ff);box-shadow:var(--pw-shadow-soft)}.pw-help-hero-panel,.pw-status-summary{min-width:0;padding:22px;border:1px solid var(--pw-border);border-radius:8px;background:rgba(255,255,255,.88);box-shadow:var(--pw-shadow-soft)}.pw-help-hero-panel h2,.pw-help-topic h2,.pw-status-card h2{margin:12px 0 0;color:var(--pw-navy)}.pw-help-hero-panel p{color:var(--pw-muted);line-height:1.55}.pw-help-contact-list{display:grid;gap:8px;margin-top:16px}.pw-help-contact-list a,.pw-help-link{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:0 12px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;color:var(--pw-text);font-weight:800}.pw-help-contact-list a{justify-content:flex-start}.pw-help-topic{min-height:210px}.pw-help-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pw-help-link-centered{grid-column:1;width:100%}.pw-status-summary{display:flex;align-items:center;gap:16px}.pw-status-summary span,.pw-status-summary strong{display:block}.pw-status-summary strong{color:var(--pw-navy);font-size:18px}.pw-status-summary span{display:inline-flex;align-items:center;gap:6px;margin-top:6px;color:var(--pw-muted);font-size:14px}.pw-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pw-status-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-height:126px}.pw-status-card h2{margin-top:0;font-size:18px}.pw-status-error{margin-bottom:14px}.pw-app-root{--pw-sidebar-width:260px;display:grid;grid-template-columns:var(--pw-sidebar-width) minmax(0,1fr);min-height:100vh;background:var(--pw-bg)}.pw-sidebar{position:sticky;top:0;width:var(--pw-sidebar-width);min-width:0;display:flex;flex-direction:column;height:100vh;padding:18px 14px;overflow:hidden;background:radial-gradient(circle at 0 0,rgba(224,58,122,.22),transparent 30%),linear-gradient(180deg,#061028,#081431 62%,#050b1f);color:#ffffff}.pw-sidebar-toggle{position:static;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.1);color:#ffffff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.pw-store-registration-submit-actions{display:flex;flex-wrap:nowrap;gap:10px;justify-content:flex-end;align-items:center;flex-shrink:0}.pw-store-registration-submit-actions .pw-btn{min-height:40px;padding:0 16px;font-size:14px;white-space:nowrap}.pw-store-registration-submit-actions .pw-btn-primary{padding:0 20px}.pw-sidebar-toggle:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.36);background:var(--pw-pink)}.pw-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 18px}.pw-nav-overlay{display:none}.pw-sidebar-close{width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.08);color:#ffffff}.pw-mobile-menu-btn,.pw-sidebar-close{display:none;align-items:center;justify-content:center;cursor:pointer}.pw-mobile-menu-btn{width:38px;height:38px;flex:0 0 38px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;color:var(--pw-text)}@media (min-width:821px){.pw-app-root.pw-sidebar-collapsed{--pw-sidebar-width:76px}.pw-app-root.pw-sidebar-collapsed .pw-sidebar{overflow:visible;padding:16px 10px}.pw-app-root.pw-sidebar-collapsed .pw-sidebar-header{flex-direction:column;justify-content:center;gap:10px;padding-inline:0;padding-bottom:14px}.pw-app-root.pw-sidebar-collapsed .pw-sidebar-header .pw-brand-logo{justify-content:center;width:46px;overflow:visible}.pw-app-root.pw-sidebar-collapsed .pw-nav-section,.pw-app-root.pw-sidebar-collapsed .pw-sidebar-bottom,.pw-app-root.pw-sidebar-collapsed .pw-sidebar-store,.pw-app-root.pw-sidebar-collapsed .pw-sidebar-user-mobile{display:none}.pw-app-root.pw-sidebar-collapsed .pw-nav{justify-items:center;margin-top:8px;gap:7px;overflow:visible}.pw-app-root.pw-sidebar-collapsed .pw-nav-item{position:relative;justify-content:center;width:52px;min-height:44px;padding:0;border-radius:12px}.pw-app-root.pw-sidebar-collapsed .pw-nav-item:after{content:attr(title);position:absolute;left:calc(100% + 12px);top:50%;z-index:20;display:none;transform:translateY(-50%);min-width:max-content;padding:7px 10px;border-radius:7px;background:#0b1530;color:#ffffff;font-size:13px;font-weight:800;box-shadow:0 12px 24px rgba(5,11,31,.22)}.pw-app-root.pw-sidebar-collapsed .pw-nav-item:hover:after{display:block}.pw-app-root.pw-sidebar-collapsed .pw-nav-item>span:not(.pw-nav-icon){display:none}.pw-app-root.pw-sidebar-collapsed .pw-nav-icon{width:40px;height:40px;border-radius:12px}.pw-app-root.pw-sidebar-collapsed .pw-sidebar-toggle{position:static;width:34px;height:34px;flex-basis:34px;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.1)}.pw-app-root.pw-sidebar-collapsed .pw-sidebar-toggle:hover{transform:translateY(-1px)}}.pw-sidebar-store{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.06)}.pw-sidebar-user-mobile{display:none}.pw-nav{display:grid;align-content:start;flex:1 1 auto;gap:4px;margin-top:16px;min-height:0;overflow-y:auto;padding-bottom:10px;scrollbar-color:rgba(226,232,240,.48) transparent;scrollbar-width:thin}.pw-nav::-webkit-scrollbar{width:6px}.pw-nav::-webkit-scrollbar-track{background:transparent}.pw-nav::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(226,232,240,.34)}.pw-nav-section{margin:18px 8px 8px;color:#94a3b8;font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.pw-nav-item{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border-radius:8px;color:#e6ebf7;font-size:14px;font-weight:760}.pw-nav-item-active,.pw-nav-item:hover{background:linear-gradient(135deg,rgba(224,58,122,.95),rgba(207,31,104,.95));color:#ffffff}.pw-nav-item-disabled{color:rgba(226,232,240,.42);cursor:not-allowed;opacity:.76}.pw-nav-item-disabled:hover{background:transparent;color:rgba(226,232,240,.42)}.pw-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;background:rgba(255,255,255,.08);font-size:13px;font-weight:900}.pw-nav-item-active .pw-nav-icon,.pw-nav-item:hover .pw-nav-icon{background:rgba(255,255,255,.18)}.pw-nav-item-disabled .pw-nav-icon,.pw-nav-item-disabled:hover .pw-nav-icon{background:rgba(148,163,184,.14);color:rgba(226,232,240,.58)}.pw-nav-lock{margin-left:auto;padding:3px 7px;border:1px solid rgba(148,163,184,.18);border-radius:999px;color:rgba(226,232,240,.56);font-size:11px;font-weight:900;text-transform:uppercase}.pw-sidebar-bottom{flex:0 0 auto;margin-top:12px;display:grid;gap:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.pw-help-card{padding:14px;border-radius:8px;background:linear-gradient(135deg,rgba(224,58,122,.96),rgba(144,38,126,.92))}.pw-user{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.05)}.pw-user-link{text-decoration:none;color:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease}.pw-user-link:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.pw-avatar,.pw-avatar-sm{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:999px;background:var(--pw-pink);color:#ffffff;font-weight:900}.pw-avatar-sm{width:34px;height:34px;flex-basis:34px;font-size:13px}.pw-user-name{display:block;font-weight:850;line-height:1.1}.pw-user-email,.pw-user-role{display:block;color:#c6d0e2;font-size:13px;line-height:1.2}.pw-user-copy{min-width:0;display:grid;gap:2px}.pw-main{min-width:0;display:flex;flex-direction:column}.pw-topbar{position:sticky;top:0;z-index:10;justify-content:space-between;gap:16px;min-height:76px;padding:12px 24px;border-bottom:1px solid var(--pw-border);background:rgba(255,255,255,.9);backdrop-filter:blur(18px)}.pw-topbar,.pw-topbar-left{display:flex;align-items:center}.pw-topbar-left{gap:12px;min-width:0}.pw-history-btn{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid var(--pw-border);border-radius:9px;background:#ffffff;color:var(--pw-text);font-size:13px;font-weight:750;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.pw-page-history-bar{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-height:58px;padding:9px 24px;border-bottom:1px solid var(--pw-border);background:var(--pw-surface-soft)}.pw-history-btn:hover{border-color:rgba(224,58,122,.42);background:var(--pw-pink-soft);color:var(--pw-pink-strong)}.pw-page-title{margin:0;color:var(--pw-text);font-size:20px;line-height:1.1}.pw-breadcrumbs{margin-top:5px;color:var(--pw-muted);font-size:14px}.pw-breadcrumbs-mobile{display:none}.pw-breadcrumbs-desktop{display:inline}.pw-topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;flex:1;flex-wrap:wrap}.pw-topbar-right>.pw-topbar-search-wrap,.pw-topbar-right>div:first-child{min-width:min(380px,100%);flex:1 1 360px}.pw-topbar-search-wrap{position:relative;display:flex;align-items:center;min-width:0}.pw-topbar-search-icon{position:absolute;left:12px;color:var(--pw-muted);pointer-events:none}.pw-topbar-search{width:100%;padding-left:38px}.pw-search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:60;max-height:320px;overflow-y:auto;border:1px solid var(--pw-border);border-radius:10px;background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-search-results-empty{padding:14px;color:var(--pw-muted);font-size:14px}.pw-search-result-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid #f1f3f8;background:transparent;text-align:left;cursor:pointer}.pw-search-result-item:last-child{border-bottom:none}.pw-search-result-item:hover{background:var(--pw-surface-soft)}.pw-search-result-copy{display:grid;gap:2px;min-width:0}.pw-search-result-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-topbar-account,.pw-topbar-actions{display:flex;align-items:center;gap:10px;min-width:0}.pw-topbar-actions{flex:0 1 auto;flex-wrap:wrap;justify-content:flex-end}.pw-topbar-account{flex:0 0 auto}.pw-topbar-bell{position:relative;width:38px;height:38px;flex:0 0 38px;border:1px solid var(--pw-border);background:#ffffff;color:var(--pw-text);cursor:pointer;padding:0;font-family:inherit}.pw-notification-dot,.pw-topbar-bell{display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.pw-notification-dot{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;padding:0 4px;background:var(--pw-pink);color:#ffffff;font-size:10px;font-weight:800;line-height:1;border:2px solid #ffffff}.pw-notification-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:45;display:flex;flex-direction:column;width:min(340px,88vw);max-height:420px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;box-shadow:var(--pw-shadow);overflow:hidden}.pw-notification-panel-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--pw-border)}.pw-notification-panel-list{overflow-y:auto}.pw-notification-item{display:flex;flex-direction:column;gap:3px;width:100%;padding:11px 14px;border:none;border-bottom:1px solid var(--pw-border);background:#ffffff;text-align:left;color:var(--pw-text);font-size:13px;cursor:pointer}.pw-notification-item:last-child{border-bottom:none}.pw-notification-item small{color:var(--pw-muted);font-size:11px}.pw-notification-item-unread{background:var(--pw-pink-soft);font-weight:700}.pw-notification-empty{padding:24px 14px;text-align:center;color:var(--pw-muted);font-size:13px}.pw-account-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;display:grid;min-width:180px;padding:6px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;box-shadow:var(--pw-shadow)}.pw-account-menu-item{display:block;width:100%;padding:10px 12px;border:none;border-radius:6px;background:transparent;color:var(--pw-text);text-align:left;font-weight:650}.pw-account-menu-item:hover{background:var(--pw-surface-soft)}.pw-account-menu-item-danger{color:var(--pw-red)}.pw-content{width:100%;max-width:1680px;padding:24px;margin:0 auto}.pw-catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px}.pw-catalog-sidebar{align-self:start;display:grid;gap:14px}.pw-category-list{display:grid;gap:4px}.pw-category-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:34px;padding:0 8px;border:0;border-radius:7px;background:transparent;color:#34405a;font-size:14px;font-weight:750;text-align:left}.pw-category-row-active{background:var(--pw-pink-soft);color:var(--pw-pink-strong)}.pw-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pw-product-card{background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-product-art{position:relative;display:grid;place-items:center;height:164px;background:radial-gradient(circle at 50% 18%,rgba(224,58,122,.15),transparent 35%),linear-gradient(180deg,#ffffff,#f7f9fd)}.pw-product-art-compact{height:126px}.pw-product-badge{position:absolute;left:12px;top:12px;z-index:2}.pw-product-image{display:block;width:min(78%,142px);height:min(78%,136px);object-fit:contain;filter:drop-shadow(0 18px 18px rgba(15,23,48,.12))}.pw-product-pack{display:grid;place-items:center;width:74px;height:104px;border:1px solid rgba(15,23,48,.1);border-radius:8px;background:linear-gradient(180deg,#fff,#f5f7fb);color:var(--pw-pink);box-shadow:0 16px 28px rgba(15,23,48,.12);font-size:20px;font-weight:900}.pw-product-card-body{display:grid;gap:9px;padding:14px}.pw-product-title{min-height:42px;margin:0;color:var(--pw-text);font-size:15px;line-height:1.35}.pw-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;align-items:start}.pw-order-catalog{min-width:0}.pw-order-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(390px,1fr));gap:14px}.pw-order-product-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;min-height:164px;padding:12px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;box-shadow:var(--pw-shadow-soft)}.pw-order-product-image-wrap{display:grid;place-items:center;min-height:140px;border-radius:8px;background:linear-gradient(180deg,#ffffff,#f6f8fc)}.pw-order-product-image{width:min(100%,112px);height:122px;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(15,23,48,.12))}.pw-order-product-placeholder{display:grid;place-items:center;width:64px;height:64px;border-radius:16px;background:var(--pw-pink-soft);color:var(--pw-pink);font-weight:900}.pw-order-product-body{display:grid;gap:10px;min-width:0}.pw-order-product-title{margin:0 0 4px;color:var(--pw-text);font-size:16px;line-height:1.25}.pw-order-product-meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.pw-order-product-meta strong{font-size:18px}.pw-order-product-actions{display:grid;grid-template-columns:minmax(124px,.85fr) minmax(88px,.55fr);gap:8px;align-items:center}.pw-qty-control{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;min-height:40px;overflow:hidden;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-qty-control button{height:40px;border:0;background:#f7f8fb;color:var(--pw-text);font-size:18px;font-weight:900}.pw-qty-control button:disabled{color:#a7b1c2;cursor:not-allowed}.pw-qty-control span{text-align:center;font-weight:900}.pw-order-summary{position:sticky;top:96px;margin-top:0}.pw-order-summary-list{display:grid;gap:10px;margin:14px 0;padding:0;list-style:none}.pw-order-summary-list li,.pw-order-total{display:flex;align-items:center;justify-content:space-between;gap:12px}.pw-order-summary-list li{padding-bottom:10px;border-bottom:1px solid var(--pw-border)}.pw-order-total{padding-top:4px;font-size:18px}.pw-order-confirm{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;margin-top:14px;color:var(--pw-muted);font-size:14px;line-height:1.4}.pw-order-confirm input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--pw-pink)}.pw-order-submit{width:100%;margin-top:14px}.pw-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.pw-price{color:var(--pw-text);font-size:22px;font-weight:900}.pw-old-price{color:#8b95a8;font-size:14px;text-decoration:line-through}.pw-action-row{display:flex;gap:8px}.pw-action-row .pw-btn{flex:1}.pw-score-ring{--value:75%;display:grid;place-items:center;width:96px;height:96px;border-radius:999px;background:conic-gradient(var(--pw-purple) var(--value),#edf0f5 0)}.pw-score-ring>span{display:grid;place-items:center;width:70px;height:70px;border-radius:inherit;background:#ffffff;font-size:22px;font-weight:900}.pw-heatmap{display:grid;grid-template-columns:92px repeat(7,1fr);gap:4px;align-items:center}.pw-heatmap div{min-height:27px;border-radius:4px;background:#f5f7fb;color:#566177;font-size:13px;display:grid;place-items:center}.pw-heat-1{background:#fde8f1!important}.pw-heat-2{background:#fac2d8!important}.pw-heat-3{background:#f58db8!important}.pw-heat-4{background:#ec5b98!important;color:#ffffff!important}.pw-empty{padding:28px;color:var(--pw-muted);text-align:center}.pw-state{display:grid;gap:12px;place-items:center;min-height:180px;padding:24px;border:1px dashed var(--pw-border);border-radius:var(--pw-radius);background:var(--pw-surface-soft);color:var(--pw-muted);text-align:center}.pw-state strong{color:var(--pw-text)}.pw-state-compact{min-height:112px;padding:16px}.pw-api-error,.pw-state-error{border-color:rgba(220,38,38,.28);background:#fff7f7}.pw-api-error{padding:14px;border-width:1px;border-style:solid;border-radius:var(--pw-radius);color:#7f1d1d}.pw-api-error p{margin:6px 0 0;color:#9f1239}.pw-access-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:linear-gradient(135deg,rgba(224,58,122,.08),rgba(37,99,235,.06)),var(--pw-bg)}.pw-access-card{width:min(560px,100%);padding:28px;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:#ffffff;box-shadow:var(--pw-shadow)}.pw-access-card h1{margin:8px 0 0;font-size:28px;line-height:1.15}.pw-form-stack{display:grid;gap:14px}.pw-inventory-edit-form{display:grid;gap:18px;width:100%;max-width:1050px}.pw-product-create-layout{display:grid;grid-template-columns:minmax(210px,280px) minmax(0,1fr);gap:22px;align-items:start}.pw-product-create-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pw-product-create-fields label{display:grid;gap:7px;min-width:0}.pw-currency-input{position:relative;display:block;width:100%}.pw-currency-prefix{position:absolute;top:50%;left:14px;z-index:1;color:var(--pw-text);font-weight:800;transform:translateY(-50%);pointer-events:none}.pw-currency-input .pw-input{width:100%;padding-left:36px;font-variant-numeric:tabular-nums}.pw-product-create-fields .pw-product-expiry-field{grid-column:1;width:100%;justify-self:stretch}.pw-product-image-picker{position:relative;display:grid;place-items:center;min-height:245px;overflow:hidden;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:var(--pw-muted);cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.pw-product-image-picker:focus-within,.pw-product-image-picker:hover{border-color:var(--pw-pink);background:#fff7fb;box-shadow:0 0 0 3px rgba(224,58,122,.1)}.pw-product-image-picker input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.pw-product-image-picker img{width:100%;height:245px;object-fit:contain;background:#ffffff}.pw-product-image-placeholder{display:grid;justify-items:center;gap:9px;padding:24px;text-align:center}.pw-product-image-placeholder svg{color:var(--pw-pink)}.pw-product-image-placeholder strong{color:var(--pw-text)}.pw-form-help,.pw-product-image-placeholder small{color:var(--pw-muted);font-size:12px;line-height:1.4}.pw-product-image-change{position:absolute;right:10px;bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(7,17,40,.86);color:#ffffff;font-size:12px;font-weight:800}.pw-product-image-picker-edit{width:min(280px,100%);min-height:190px}.pw-product-image-picker-edit img{height:190px}.pw-promotion-image{display:block;width:calc(100% + 40px);height:190px;margin:-20px -20px 18px;border-radius:var(--pw-radius) var(--pw-radius) 0 0;object-fit:cover;background:#f8fafc}.pw-form-section-title{margin:0 0 6px;color:var(--pw-text);font-size:20px;line-height:1.25}.pw-inventory-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pw-inventory-form-grid label{display:grid;gap:7px;min-width:0}.pw-inventory-form-grid .pw-input,.pw-inventory-form-grid .pw-select{width:100%;max-width:100%}.pw-inventory-form-wide{grid-column:1/-1}.pw-inventory-context{display:flex;flex-wrap:wrap;gap:10px 24px;padding:14px 16px;border:1px solid var(--pw-border);border-radius:8px;background:#f8fafc;color:var(--pw-muted);font-size:14px}.pw-inventory-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.pw-inventory-form-actions .pw-btn{white-space:nowrap}@media (max-width:720px){.pw-inventory-form-grid,.pw-product-create-layout{grid-template-columns:1fr}.pw-product-image-picker{min-height:220px}.pw-product-image-picker img{height:220px}.pw-product-create-fields .pw-product-expiry-field{grid-column:auto;width:100%}.pw-inventory-form-wide{grid-column:auto}.pw-inventory-form-actions{align-items:stretch;flex-direction:column-reverse}.pw-inventory-form-actions .pw-btn{width:100%}}.pw-auth-page{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(360px,.7fr);min-height:100vh;background:var(--pw-bg)}.pw-auth-brand{display:grid;align-content:center;gap:28px;padding:clamp(32px,6vw,76px);background:radial-gradient(circle at 12% 10%,rgba(224,58,122,.32),transparent 34%),linear-gradient(180deg,#071128,#0b1735);color:#ffffff}.pw-auth-brand h1{max-width:760px;margin:10px 0 0;font-size:clamp(38px,5vw,72px);line-height:1}.pw-auth-brand p{max-width:660px;color:#cbd5e1;font-size:18px;line-height:1.55}.pw-auth-proof{display:grid;gap:12px;max-width:720px}.pw-auth-proof div{padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.06)}.pw-auth-proof span{display:block;margin-top:4px;color:#cbd5e1}.pw-auth-card{align-self:center;width:min(520px,calc(100% - 32px));margin:32px auto;padding:24px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:var(--pw-shadow)}.pw-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.pw-role-option{min-height:46px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;color:var(--pw-text);font-weight:800}.pw-role-option-active{border-color:var(--pw-pink);background:var(--pw-pink-soft);color:var(--pw-pink-strong)}.pw-auth-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:6px;margin:16px 0;border:1px solid var(--pw-border);border-radius:8px;background:#f8fafc}.pw-auth-mode button{min-height:40px;border:0;border-radius:6px;background:transparent;color:var(--pw-muted);font-weight:800}.pw-auth-mode button:hover{background:#ffffff;color:var(--pw-text)}.pw-auth-mode .pw-auth-mode-active{background:var(--pw-pink);color:#ffffff;box-shadow:0 10px 22px rgba(224,58,122,.2)}.pw-step-tile{display:grid;gap:10px;min-height:92px;padding:14px;border:1px solid #edf0f5;border-radius:8px;background:#fbfcff}.pw-otp-boxes{display:flex;gap:10px;justify-content:center;margin:20px 0}.pw-otp-box{width:52px;height:60px;text-align:center;font-size:24px;font-weight:800;border:1px solid var(--pw-border);border-radius:8px;color:var(--pw-text)}.pw-otp-box:focus{outline:none;border-color:var(--pw-pink);box-shadow:0 0 0 3px var(--pw-pink-soft)}.pw-otp-boxes-error .pw-otp-box{border-color:#dc2626}@keyframes pw-shake{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-4px)}40%,60%{transform:translateX(4px)}}.pw-shake{animation:pw-shake .4s}@keyframes pw-fade-slide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pw-auth-screen-enter{animation:pw-fade-slide .35s ease}.pw-otp-meta{text-align:center;margin-bottom:8px}.pw-otp-resend{text-align:center;margin-top:14px}.pw-otp-back{margin-top:10px}.pw-topbar .pw-user{color:var(--pw-text);border-color:var(--pw-border);background:#ffffff}.pw-topbar-user{min-width:190px;max-width:260px}.pw-topbar-user .pw-user-email,.pw-topbar-user .pw-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-topbar .pw-user-email{color:var(--pw-muted)}@media (max-width:1180px){.pw-auth-page,.pw-feature-row,.pw-kpi-grid,.pw-kpi-grid-six,.pw-product-grid,.pw-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-about-hero-grid,.pw-about-story-exact,.pw-about-story-grid,.pw-about-story-grid-reverse,.pw-catalog-layout,.pw-contact-main-grid,.pw-customer-bottom-grid,.pw-customer-essentials,.pw-customer-hero-grid,.pw-dashboard-grid,.pw-grid-2,.pw-help-hero,.pw-hero-band,.pw-info-band,.pw-owner-hero-grid,.pw-owner-image-cta,.pw-owner-support-grid,.pw-products-directory-hero,.pw-products-hero-grid,.pw-products-search-band,.pw-public-hero-split,.pw-status-hero,.pw-wholesale-capabilities,.pw-wholesale-final-cta,.pw-wholesale-hero-grid,.pw-wholesale-mid-grid{grid-template-columns:1fr}.pw-contact-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-contact-map-card,.pw-contact-map-frame{min-height:360px}.pw-hero-band{padding:28px}.pw-category-strip{grid-template-columns:repeat(5,minmax(88px,1fr))}.pw-about-pillars,.pw-feature-row-four,.pw-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-customer-essentials{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-owner-benefit-strip,.pw-wholesale-capabilities{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 0}.pw-products-category-row{grid-template-columns:repeat(5,minmax(112px,1fr))}.pw-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-products-category-details{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-products-directory-actions{justify-content:flex-start}.pw-wholesale-capabilities article:nth-child(3n){border-right:0;padding-right:0}.pw-wholesale-capabilities article:nth-child(3n+1){padding-left:0}.pw-wholesale-cta-benefits,.pw-wholesale-growth-grid,.pw-wholesale-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-wholesale-steps article:after{display:none}.pw-wholesale-growth-grid article:nth-child(2n){border-right:0}.pw-owner-benefit:nth-child(3n){border-right:0;padding-right:0}.pw-owner-benefit:nth-child(3n+1){padding-left:0}.pw-owner-metrics,.pw-owner-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-owner-step:after{display:none}.pw-owner-metrics article:nth-child(2n){border-right:0}.pw-customer-essentials-title{grid-column:1/-1;padding:0 0 18px;border-right:0;border-bottom:1px solid var(--pw-border)}.pw-customer-essentials-title h2{max-width:none}.pw-customer-essential{border-right:0}.pw-about-hero-copy:after,.pw-customer-hero-copy:after,.pw-owner-hero-copy:after,.pw-products-hero-copy:after,.pw-wholesale-hero-copy:after{display:none}.pw-about-impact{padding-left:0;border-left:0}.pw-topbar{align-items:flex-start;flex-direction:column}.pw-topbar-left,.pw-topbar-right{width:100%}.pw-topbar-right{justify-content:stretch}.pw-topbar-actions{flex:1 1 320px}.pw-topbar-actions .pw-btn{flex:1 1 150px}.pw-topbar-account{flex:1 1 280px;justify-content:flex-end}.pw-order-layout{grid-template-columns:1fr}.pw-order-summary{position:static}}@media (max-width:820px){body.pw-mobile-nav-locked{overflow:hidden}.container,.pw-public-container{width:min(1450px,calc(100% - 28px))}.pw-app-root{display:block}.pw-sidebar{position:fixed;inset:0 auto 0 0;z-index:90;width:min(318px,88vw);height:100dvh;padding:14px;overflow:hidden;overscroll-behavior:contain;touch-action:pan-y;transform:translateX(-105%);transition:transform .18s ease;box-shadow:18px 0 44px rgba(5,11,31,.22)}.pw-sidebar-open{transform:translateX(0)}.pw-nav-overlay{position:fixed;inset:0;z-index:80;border:0;background:rgba(5,11,31,.42)}.pw-nav-open .pw-nav-overlay{display:block}.pw-sidebar-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.08);color:#ffffff;font-size:18px;font-weight:900}.pw-nav{display:grid;gap:5px;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 0 max(18px,env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.pw-help-card,.pw-nav-section{display:none}.pw-sidebar-bottom{display:grid;flex:0 0 auto}.pw-sidebar-user-mobile{display:flex;margin:0 0 8px}.pw-sidebar-bottom .pw-user{display:none}.pw-nav-item{min-height:42px;white-space:nowrap}.pw-sidebar-header{padding-bottom:10px}.pw-sidebar-header .pw-brand-logo{width:190px}.pw-sidebar-store{margin-bottom:8px}.pw-dashboard-header,.pw-page-header,.pw-panel-header,.pw-topbar,.pw-topbar-right{align-items:stretch;flex-direction:column}.pw-public-nav-inner{min-height:66px;gap:12px}.pw-public-links,.pw-public-nav-inner .pw-header-actions{display:none}.pw-public-menu-btn{display:inline-flex;flex:0 0 42px;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-left:auto;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;color:var(--pw-text);box-shadow:var(--pw-shadow-soft)}.pw-public-menu-btn span{width:18px;height:2px;border-radius:999px;background:var(--pw-text)}.pw-public-mobile-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;padding:12px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:0 18px 42px rgba(5,11,31,.16)}.pw-public-nav-open .pw-public-mobile-panel{display:grid;gap:10px}.pw-public-mobile-actions,.pw-public-mobile-panel nav{display:grid;gap:8px}.pw-public-mobile-panel a{min-height:42px;align-items:center;border-radius:8px;color:var(--pw-text);font-weight:760}.pw-public-mobile-panel nav a{display:flex;padding:0 12px}.pw-public-mobile-panel nav a:hover{background:rgba(224,58,122,.08);color:var(--pw-pink)}.pw-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:76px;padding:10px 16px}.pw-topbar-left{grid-column:1;align-items:center;width:auto;min-width:0;gap:10px}.pw-page-history-bar{min-height:54px;padding:6px 10px}.pw-mobile-menu-btn{display:inline-flex;flex:0 0 48px;width:48px;height:48px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-mobile-menu-btn span{width:18px;height:2px;border-radius:999px;background:var(--pw-text)}.pw-topbar-right{grid-column:2;width:auto;display:flex;gap:8px;justify-self:end}.pw-topbar-right>div:first-child{min-width:0}.pw-topbar-account,.pw-topbar-actions,.pw-topbar-right>.pw-topbar-search-wrap{display:none}.pw-notification-wrap{justify-self:end}.pw-breadcrumbs{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(13px,3.6vw,15px);line-height:1.2}.pw-breadcrumbs-desktop{display:none}.pw-breadcrumbs-mobile{display:inline}.pw-content{padding:16px 10px 28px}.pw-about-final-cta,.pw-about-hero-grid,.pw-about-pillars,.pw-about-story-exact,.pw-audience-grid,.pw-auth-page,.pw-contact-form-grid,.pw-contact-hero-grid,.pw-contact-method-grid,.pw-contact-ready-band,.pw-customer-bottom-grid,.pw-customer-essentials,.pw-customer-final-cta,.pw-customer-hero-grid,.pw-feature-row-four,.pw-filter-bar,.pw-grid-2,.pw-grid-3,.pw-grid-4,.pw-help-link-grid,.pw-owner-benefit-strip,.pw-owner-hero-grid,.pw-owner-image-cta,.pw-owner-metrics,.pw-owner-steps,.pw-owner-support-grid,.pw-process-grid,.pw-products-directory-hero,.pw-products-hero-grid,.pw-products-proof,.pw-products-search-band,.pw-status-grid,.pw-trust-row,.pw-wholesale-capabilities,.pw-wholesale-cta-benefits,.pw-wholesale-final-cta,.pw-wholesale-growth-grid,.pw-wholesale-hero-grid,.pw-wholesale-mid-grid,.pw-wholesale-steps{grid-template-columns:1fr}.pw-contact-hero{padding:22px 0 12px}.pw-contact-hero:after,.pw-contact-watermark{display:none}.pw-contact-hero-grid{padding:22px 0 18px}.pw-contact-hero h1{font-size:34px}.pw-contact-hero p{font-size:16px}.pw-contact-method-card{min-height:96px;padding:14px}.pw-contact-main-grid{gap:14px}.pw-contact-form-footer{align-items:stretch;flex-direction:column}.pw-contact-form-footer .pw-btn{width:100%}.pw-contact-office-card{position:static;margin:0;border-width:1px 0 0;border-radius:0;grid-template-columns:auto minmax(0,1fr)}.pw-contact-office-card .pw-btn{grid-column:1/-1;width:100%}.pw-contact-map-card,.pw-contact-map-frame{min-height:300px}.pw-contact-cta{grid-template-columns:1fr}.pw-contact-cta-icon{justify-self:start;width:70px;height:70px}.pw-contact-ready-band,.pw-contact-ready-band>span:last-child{text-align:left}.pw-help-hero,.pw-status-hero{padding:18px}.pw-status-card,.pw-status-summary{align-items:stretch;flex-direction:column}.pw-sidebar-toggle{display:none}.pw-about-hero-exact,.pw-about-hero-grid,.pw-about-hero-media{min-height:auto}.pw-about-hero-copy{max-width:none;padding:34px 0 24px}.pw-about-hero-copy h1{font-size:40px}.pw-about-hero-copy p{font-size:17px}.pw-about-pink-rule{margin:18px 0 20px}.pw-about-hero-media{min-height:390px;margin:0 -14px}.pw-about-mission-card{left:14px;right:14px;bottom:14px;width:auto;grid-template-columns:56px minmax(0,1fr);padding:18px}.pw-about-mission-card span{width:52px;height:52px}.pw-about-pillars{margin-top:0;padding:14px;gap:12px}.pw-about-pillar{grid-template-columns:58px minmax(0,1fr);min-height:auto;padding:16px}.pw-about-final-cta>span,.pw-about-impact-item>span,.pw-about-pillar>span{width:52px;height:52px}.pw-about-story-exact{gap:18px;padding:24px 0 12px}.pw-about-story-photo img{height:260px}.pw-about-impact-grid{grid-template-columns:1fr;gap:16px}.pw-about-impact-item{grid-template-columns:58px minmax(0,1fr)}.pw-about-final-cta{gap:16px;padding:22px;text-align:left}.pw-about-final-cta .pw-btn{width:100%;min-width:0}.pw-customer-hero,.pw-customer-hero-grid,.pw-customer-hero-media{min-height:auto}.pw-customer-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:10px;align-items:stretch}.pw-customer-hero-copy{padding:22px 0 18px}.pw-customer-hero-copy h1{margin-top:10px;font-size:24px;line-height:1.04}.pw-customer-hero-copy>p{font-size:11px;line-height:1.5}.pw-customer-hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:14px 0 18px}.pw-customer-hero-benefits article{display:flex;flex-direction:column;gap:7px;padding:0 8px;text-align:center}.pw-customer-hero-benefits span{width:38px;height:38px}.pw-customer-hero-benefits span svg{width:19px;height:19px}.pw-customer-hero-benefits h2{font-size:10px;line-height:1.2}.pw-customer-hero-benefits p{font-size:8px;line-height:1.35}.pw-customer-hero-media{min-height:0;margin:12px 0 0}.pw-customer-essentials{padding:16px;gap:14px}.pw-customer-essential{min-height:auto;padding:0}.pw-customer-reasons-card,.pw-customer-served-card{padding:20px}.pw-customer-served-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pw-customer-served-list article{border-right:0}.pw-customer-story-photo img{height:260px}.pw-customer-final-cta{gap:16px;padding:22px}.pw-customer-final-cta .pw-btn{width:100%;min-width:0}.pw-owner-hero,.pw-owner-hero-grid,.pw-owner-hero-media{min-height:auto}.pw-owner-hero-copy{padding:34px 0 24px}.pw-owner-hero-copy h1{font-size:39px}.pw-owner-hero-copy>p{font-size:17px}.pw-owner-hero-media{min-height:370px;margin:0 -14px}.pw-owner-benefit-strip{padding:18px 0;gap:14px}.pw-owner-benefit,.pw-owner-benefit:first-child,.pw-owner-benefit:last-child,.pw-owner-benefit:nth-child(3n),.pw-owner-benefit:nth-child(3n+1){grid-template-columns:58px minmax(0,1fr);padding:0;border-right:0}.pw-owner-image-cta,.pw-owner-metrics-card,.pw-owner-steps-card{padding:20px}.pw-owner-step{min-height:auto}.pw-owner-step b{left:calc(50% - 42px)}.pw-owner-metrics article,.pw-owner-metrics article:nth-child(2n){padding:0;border-right:0}.pw-owner-image-cta img{height:240px}.pw-wholesale-hero,.pw-wholesale-hero-grid,.pw-wholesale-hero-media{min-height:auto}.pw-wholesale-hero-copy{padding:34px 0 24px}.pw-wholesale-hero-copy h1{font-size:38px}.pw-wholesale-hero-copy p{font-size:17px}.pw-wholesale-hero-media{min-height:400px;margin:0 -14px}.pw-wholesale-category-card,.pw-wholesale-order-card{display:none}.pw-wholesale-inventory-card{left:14px;right:14px;bottom:14px;width:auto}.pw-wholesale-capabilities{padding:18px 0;border-width:1px 0;border-radius:0;box-shadow:none}.pw-wholesale-capabilities article,.pw-wholesale-capabilities article:first-child,.pw-wholesale-capabilities article:last-child,.pw-wholesale-capabilities article:nth-child(3n),.pw-wholesale-capabilities article:nth-child(3n+1){grid-template-columns:58px minmax(0,1fr);padding:0;border-right:0}.pw-wholesale-growth-card,.pw-wholesale-quote-card,.pw-wholesale-steps-card{padding:20px}.pw-wholesale-growth-card{border-left:0}.pw-wholesale-growth-grid article,.pw-wholesale-growth-grid article:nth-child(2n){padding:0;border-right:0}.pw-wholesale-final-cta{padding:22px}.pw-wholesale-final-cta .pw-btn{width:100%;min-width:0}.pw-products-hero,.pw-products-hero-grid,.pw-products-hero-media{min-height:auto}.pw-products-hero-copy{padding:34px 0 24px}.pw-products-hero-copy h1{font-size:39px}.pw-products-hero-copy p{font-size:16px}.pw-products-hero-media{min-height:390px;margin:0 -14px}.pw-products-hero-card{left:14px;right:14px;bottom:14px;top:auto;width:auto;padding:12px 14px}.pw-products-hero-card article{grid-template-columns:38px minmax(0,1fr);padding:9px 0}.pw-products-hero-card svg{width:24px;height:24px}.pw-products-categories,.pw-products-panel{padding:16px}.pw-products-section-header,.pw-products-section-header>div{align-items:flex-start;flex-direction:column}.pw-products-category-row{display:flex;gap:9px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;scrollbar-width:thin}.pw-products-category-card{flex:0 0 min(150px,42vw);scroll-snap-align:start}.pw-products-search-band{padding:14px}.pw-products-clear,.pw-products-search-band .pw-btn,.pw-products-search-band h2{width:100%}.pw-products-grid{grid-template-columns:1fr;gap:14px}.pw-products-directory{padding-top:10px}.pw-products-directory-hero{padding:22px 0 12px}.pw-products-directory-hero h1{font-size:42px}.pw-products-directory-actions,.pw-products-directory-actions .pw-btn{width:100%}.pw-products-category-details{grid-template-columns:1fr;gap:14px}.pw-products-card{grid-template-columns:130px minmax(0,1fr);grid-template-rows:1fr}.pw-products-card .pw-product-art{height:100%;min-height:198px}.pw-products-card .pw-product-image{width:min(84%,112px);height:min(84%,132px)}.pw-products-card-actions{grid-template-columns:1fr}.pw-hero h1{font-size:40px}.pw-hero-band{min-height:auto;padding:22px}.pw-audience-panel,.pw-image-card,.pw-image-mosaic,.pw-mini-grid,.pw-public-footer-inner,.pw-screen-body{grid-template-columns:1fr}.pw-hero-photo{min-height:300px}.pw-hero-overlay-dashboard{position:static;margin:0;border-radius:0;border-width:1px 0 0;box-shadow:none}.pw-public-hero-split{padding:18px 0;gap:18px}.pw-image-card,.pw-image-mosaic{min-height:auto;padding:14px}.pw-image-card img,.pw-image-mosaic img{height:120px}.pw-photo-mosaic img,.pw-photo-strip img{height:190px}.pw-photo-card img,.pw-photo-card-tall img{height:270px}.pw-about-copy-panel{padding:18px}.pw-audience-img{height:210px}.pw-info-band{padding:18px}.pw-mini-sidebar{display:none}.pw-category-strip,.pw-mini-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-category-strip{margin-top:0}.pw-category-strip-contained,.pw-feature-row,.pw-kpi-grid,.pw-kpi-grid-six,.pw-order-product-grid,.pw-product-grid,.pw-stat-grid{grid-template-columns:1fr}.pw-order-product-grid{gap:10px}.pw-order-product-card{grid-template-columns:104px minmax(0,1fr);gap:12px;min-height:146px;padding:10px;box-shadow:none}.pw-order-product-image-wrap{min-height:124px}.pw-order-product-image{width:92px;height:108px}.pw-order-product-title{font-size:15px}.pw-order-product-actions{grid-template-columns:1fr 76px}.pw-page-title-xl{font-size:30px}.pw-dashboard-header h1,.pw-page-header h1{font-size:28px;line-height:1.08;overflow-wrap:anywhere}.pw-kpi-card,.pw-metric-card,.pw-panel{box-shadow:none}.pw-table{min-width:720px}}@media (max-width:520px){.pw-topbar-right{gap:8px}.pw-topbar-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-topbar-actions .pw-btn:last-child:nth-child(odd){grid-column:1/-1}.pw-order-product-card{grid-template-columns:92px minmax(0,1fr);gap:10px}.pw-order-product-image-wrap{min-height:112px}.pw-order-product-image{width:82px;height:96px}.pw-order-product-meta{display:grid;gap:2px}.pw-order-product-actions{grid-template-columns:1fr}.pw-header-actions,.pw-stack-inline{align-items:stretch;flex-direction:column}.pw-header-actions .pw-btn,.pw-stack-inline .pw-btn{width:100%}.pw-panel{padding:14px}.pw-content{padding:14px 10px}}.pw-upload-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pw-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:155px;padding:30px 16px;border:2px dashed #cbd5e1;border-radius:14px;background:linear-gradient(145deg,#fbfcff,#fff7fb);text-align:center;color:var(--pw-muted,#6b7280);transition:border-color .15s ease,background .15s ease}.pw-dropzone-icon{display:grid;place-items:center;width:50px;height:50px;margin-bottom:4px;border-radius:14px;background:#fce7f0;color:#d71961;box-shadow:0 8px 20px rgba(225,29,99,.12)}.pw-dropzone-active{border-color:var(--pw-pink);background:var(--pw-surface-soft)}@media (max-width:767px){.pw-dropzone{display:none}}.pw-file-preview{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--pw-border);border-radius:10px}.pw-file-preview img{object-fit:cover}.pw-file-preview img,.pw-file-preview-icon{width:56px;height:56px;border-radius:8px;flex:0 0 56px}.pw-file-preview-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--pw-surface-soft);font-size:22px}.pw-upload-queue-list{list-style:none;margin:0;padding:0}.pw-upload-queue-item{display:flex;flex-direction:column;gap:10px;padding:12px 0;border-bottom:1px solid #eef1f6}.pw-upload-queue-item:last-child{border-bottom:0}.pw-upload-queue-item-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.pw-upload-queue-item-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.pw-upload-queue-item-total{color:var(--pw-muted)}.pw-upload-queue-item-actions{display:flex;flex-wrap:wrap;gap:8px}@media (min-width:640px){.pw-upload-queue-item{flex-direction:row;align-items:center;justify-content:space-between}.pw-upload-queue-item-name{max-width:240px}}.pw-progress-track{width:100%;height:8px;border-radius:999px;background:var(--pw-surface-soft);overflow:hidden}.pw-progress-fill{height:100%;border-radius:999px;background:var(--pw-pink);transition:width .2s ease}.pw-funding-stepper{display:grid;grid-template-columns:repeat(9,minmax(96px,1fr));gap:10px;overflow-x:auto;padding-bottom:6px}.pw-funding-step{display:grid;gap:6px;min-height:112px;padding:12px;border:1px solid var(--pw-border);border-radius:12px;background:#fff}.pw-funding-step>span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#fce7f0;color:var(--pw-pink);font-weight:800}.pw-funding-step strong{color:var(--pw-navy);font-size:.92rem;line-height:1.15}.pw-funding-step small{color:var(--pw-muted);font-weight:700;line-height:1.25}.pw-funding-step-complete{border-color:#bbf7d0;background:#f0fdf4}.pw-funding-step-current{border-color:#f9a8d4;background:#fff7fb;box-shadow:0 14px 28px rgba(225,29,99,.1)}.pw-funding-step-blocked{border-color:#fecaca;background:#fff1f2}.pw-funding-step-complete>span{background:#dcfce7;color:#16a34a}.pw-funding-step-blocked>span{background:#fee2e2;color:#dc2626}.pw-funding-step-current>span{background:var(--pw-pink);color:#fff}.pw-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,15,20,.55)}.pw-modal{width:100%;max-width:640px;max-height:85vh;overflow-y:auto;border-radius:14px;padding:22px;background:var(--pw-surface,#fff)}@media (max-width:1180px){.pw-home-hero-grid,.pw-home-platform,.pw-home-testimonial-grid,.pw-register-grid{grid-template-columns:1fr}.pw-home-hero-grid{gap:28px;min-height:auto}.pw-home-dashboard-card{max-width:860px}.pw-home-capability-strip .pw-public-container,.pw-home-metrics .pw-public-container,.pw-home-service-grid,.pw-home-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-home-audience-grid{grid-template-columns:1fr}.pw-home-audience-grid article{grid-template-columns:220px minmax(0,1fr)}.pw-home-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pw-home-process-grid article:after{display:none}.pw-home-platform-visual{min-height:420px}.pw-register-card{max-width:860px}}@media (max-width:760px){.pw-home-hero{padding-top:18px}.pw-home-hero-copy h1{font-size:46px}.pw-home-hero-copy h2{font-size:19px}.pw-home-hero-copy p{font-size:16px}.pw-home-capability-strip .pw-public-container,.pw-home-metrics .pw-public-container,.pw-home-process-grid,.pw-home-service-grid,.pw-home-trust-grid{grid-template-columns:1fr}.pw-home-trust-grid{padding-bottom:22px}.pw-home-dashboard-card{padding:10px}.pw-home-dashboard-shell{grid-template-columns:1fr}.pw-home-dashboard-shell aside{display:none}.pw-home-dashboard-main{padding:14px}.pw-home-dashboard-main header{align-items:flex-start;flex-direction:column}.pw-home-dashboard-footer,.pw-home-dashboard-kpis,.pw-home-dashboard-panels{grid-template-columns:1fr}.pw-home-capability-strip article,.pw-home-metrics article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.pw-home-capability-strip article:last-child,.pw-home-metrics article:last-child{border-bottom:0}.pw-home-section{padding:26px 0}.pw-home-audience-grid article{grid-template-columns:1fr}.pw-home-audience-grid img{min-height:220px;height:220px}.pw-home-platform{gap:18px;padding-bottom:30px}.pw-home-platform-visual{min-height:auto;place-items:stretch}.pw-home-platform-visual>img{width:100%;height:240px;border-width:6px}.pw-home-device{position:static;margin-top:12px}.pw-home-testimonial{background:#ffffff}.pw-home-testimonial-grid{gap:18px;padding:28px 0}.pw-home-testimonial p{font-size:17px}.pw-register-page{padding:24px 0 34px}.pw-register-intro h1{font-size:42px}.pw-register-intro>p{font-size:16px}.pw-register-actions,.pw-register-benefits,.pw-register-field-grid,.pw-register-role-grid,.pw-register-steps{grid-template-columns:1fr}.pw-register-steps{gap:14px}.pw-register-steps article{grid-template-columns:58px minmax(0,1fr);justify-items:start;text-align:left}.pw-register-quote{grid-template-columns:auto minmax(0,1fr)}.pw-register-quote img{display:none}.pw-register-card{padding:22px}.pw-register-card-header{grid-template-columns:58px minmax(0,1fr)}.pw-register-card-header>span{width:58px;height:58px}.pw-register-card-header h2{font-size:24px}.pw-register-role small{display:block}.pw-register-actions .pw-btn{width:100%;min-width:0}}@media (max-width:520px){.pw-home-hero-copy h1{font-size:40px}.pw-home-audience-grid article>div,.pw-home-dashboard-footer,.pw-home-dashboard-kpis article,.pw-home-dashboard-panels article,.pw-home-process-grid article,.pw-home-service-grid article{padding:16px}.pw-home-capability-strip article,.pw-home-metrics article,.pw-home-trust-grid article{grid-template-columns:48px minmax(0,1fr)}.pw-register-card{padding:18px}.pw-register-card-header h2{font-size:21px}.pw-register-quote,.pw-register-steps{padding:16px}.pw-register-benefits article{grid-template-columns:48px minmax(0,1fr)}.pw-register-benefits svg{width:48px;height:48px;padding:13px}}@media (max-width:1320px){.pw-store-kpi-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-store-dashboard-layout{grid-template-columns:minmax(0,1fr) minmax(300px,340px)}.pw-store-product-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-store-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-store-portal-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.48fr)}.pw-store-insight-card,.pw-store-missing-card,.pw-store-order-card{grid-column:1/2}.pw-store-orders-card,.pw-store-promos-card,.pw-store-recommend-card,.pw-store-sales-card{grid-column:2/3}.pw-store-financials-card,.pw-store-shelf-card{grid-column:1/-1}}@media (min-width:961px) and (max-width:1360px){.pw-store-portal-grid{grid-template-columns:minmax(0,1fr) minmax(330px,.44fr)}.pw-store-insight-card,.pw-store-missing-card,.pw-store-order-card,.pw-store-overview-card{grid-column:1/2}.pw-store-financials-card,.pw-store-orders-card,.pw-store-promos-card,.pw-store-recommend-card,.pw-store-sales-card,.pw-store-shelf-card{grid-column:2/3}.pw-store-order-card .pw-store-product-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.pw-store-kpi-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-store-dashboard-layout,.pw-store-secondary-grid{grid-template-columns:1fr}.pw-store-dashboard-side{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-store-portal-hero{align-items:flex-start;flex-direction:column}.pw-store-portal-actions,.pw-store-portal-actions .pw-btn{width:100%}.pw-store-portal-grid{grid-template-columns:1fr}.pw-store-financials-card,.pw-store-insight-card,.pw-store-missing-card,.pw-store-order-card,.pw-store-orders-card,.pw-store-promos-card,.pw-store-recommend-card,.pw-store-sales-card,.pw-store-shelf-card{grid-column:auto}.pw-store-mini-kpis,.pw-store-product-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.pw-store-portal-page{gap:12px}.pw-store-portal-hero{position:relative;overflow:hidden;gap:12px;padding:18px;border:1px solid rgba(224,58,122,.18);border-radius:8px;background:linear-gradient(135deg,rgba(10,15,55,.98),rgba(46,17,78,.96) 55%,rgba(190,29,95,.92)),var(--pw-navy);box-shadow:0 18px 40px rgba(15,23,42,.16)}.pw-store-portal-hero:after{content:"";position:absolute;right:-58px;top:-60px;width:160px;height:160px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07)}.pw-store-portal-hero .pw-eyebrow,.pw-store-portal-hero h1,.pw-store-portal-hero p,.pw-store-portal-hero p strong{color:#ffffff}.pw-store-portal-hero .pw-eyebrow{opacity:.78}.pw-store-portal-hero h1{margin-top:2px;font-size:28px}.pw-store-portal-hero p{max-width:30ch;font-size:13px;line-height:1.35;opacity:.84}.pw-store-portal-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pw-store-portal-actions .pw-btn{min-height:54px;padding:8px 6px;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#ffffff;box-shadow:none;font-size:11px;line-height:1.1}.pw-store-portal-actions .pw-btn svg{width:17px;height:17px}.pw-store-portal-actions .pw-btn-primary{background:#ffffff;color:var(--pw-pink)}.pw-store-kpi-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pw-store-kpi-summary .pw-store-kpi-tile{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;min-height:108px;padding:12px}.pw-store-kpi-summary small{font-size:11px;line-height:1.2}.pw-store-kpi-summary strong{font-size:25px}.pw-store-kpi-summary em{display:-webkit-box;overflow:hidden;font-size:11px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pw-store-dashboard-side{grid-template-columns:1fr}.pw-store-attention-card,.pw-store-card{padding:14px}.pw-store-attention-card{align-items:stretch;flex-direction:column}.pw-store-card-title{align-items:flex-start;margin-bottom:10px}.pw-store-card-title h2{font-size:16px}.pw-store-card-subtitle,.pw-store-chart-heading small{display:none}.pw-store-financial-grid,.pw-store-mini-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-store-product-strip{display:flex;gap:10px;margin-inline:-14px;padding:0 14px 4px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pw-store-product-strip::-webkit-scrollbar{display:none}.pw-store-product-mini{width:auto;flex:0 0 min(220px,72vw);scroll-snap-align:start}.pw-store-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pw-store-quick-actions a{display:grid;justify-items:center;min-height:76px;padding:10px 6px;text-align:center;font-size:11px}.pw-store-recommend-list li{grid-template-columns:30px minmax(0,1fr);padding:10px;border:1px solid #edf1f7;border-radius:8px;background:#ffffff}.pw-store-recommend-list{gap:8px}.pw-store-readiness,.pw-store-shelf-layout{grid-template-columns:1fr;justify-items:center;text-align:center}.pw-store-shelf-legend{width:100%}.pw-store-alert-list li,.pw-store-order-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:10px 0}.pw-store-overview-card .pw-line-chart,.pw-store-overview-card .pw-line-chart svg{height:136px;min-height:136px}}.pw-guide-fab{position:fixed;right:24px;bottom:24px;z-index:900;width:auto;min-width:52px;height:52px;padding:0 16px;border-radius:999px;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--pw-pink);color:#fff;cursor:pointer;font-weight:900;box-shadow:0 10px 24px rgba(224,58,122,.35)}.pw-guide-fab span{font-size:13px}.pw-guide-fab:hover{filter:brightness(1.05)}.pw-guide-overlay{position:fixed;inset:0;z-index:1000;background:rgba(15,15,20,.45);display:flex;justify-content:flex-end}.pw-guide-panel{width:380px;max-width:100%;height:100%;background:var(--pw-surface,#fff);padding:22px;overflow-y:auto;box-shadow:-12px 0 30px rgba(0,0,0,.18)}.pw-guide-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pw-guide-close{border:none;background:transparent;cursor:pointer;padding:4px}.pw-guide-steps{display:flex;flex-direction:column;gap:18px}.pw-guide-step{display:flex;gap:12px}.pw-guide-step-badge{flex-shrink:0;width:34px;height:34px;border-radius:999px;background:var(--pw-pink-soft,rgba(224,58,122,.12));color:var(--pw-pink);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-weight:700;gap:1px}.pw-guide-step p{margin:4px 0 0;color:var(--pw-muted,#6b7280);font-size:.9rem}.pw-guide-tip{color:var(--pw-pink)!important;font-style:italic}.pw-guide-done{width:100%;margin-top:20px}@media (max-width:640px){.pw-guide-fab{top:84px;right:12px;bottom:auto;height:42px;min-width:42px;padding:0 12px;z-index:66;box-shadow:0 8px 20px rgba(224,58,122,.24)}.pw-guide-fab span{display:none}.pw-guide-overlay{align-items:flex-end;justify-content:center;padding:12px 12px max(82px,calc(env(safe-area-inset-bottom) + 74px))}.pw-guide-panel{width:100%;height:auto;max-height:min(72vh,560px);border-radius:18px;padding:18px;box-shadow:0 -18px 38px rgba(15,23,42,.22)}}.pw-store-action-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pw-store-action-strip-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px 12px;align-items:center;min-height:86px;padding:14px;border:1px solid var(--pw-border);border-radius:8px;background:#fff;color:var(--pw-navy);text-align:left;text-decoration:none;box-shadow:0 12px 28px rgba(15,23,42,.06)}.pw-store-action-strip-item span{display:grid;place-items:center;width:42px;height:42px;grid-row:1/span 2;border-radius:8px;background:#fce7f0;color:var(--pw-pink)}.pw-store-action-strip-item strong{overflow-wrap:anywhere;font-size:15px;line-height:1.15}.pw-store-action-strip-item small{color:var(--pw-muted);font-size:12px;font-weight:750;line-height:1.3}.pw-store-action-strip-primary{border-color:rgba(224,58,122,.28);background:linear-gradient(135deg,#fff7fb,#ffffff)}.pw-funding-action-strip{grid-template-columns:1.2fr 1fr 1fr}.pw-funding-action-strip button{cursor:pointer;font:inherit}@media (max-width:980px){.pw-funding-action-strip,.pw-store-action-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.pw-funding-action-strip,.pw-store-action-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pw-store-action-strip-item{grid-template-columns:34px minmax(0,1fr);gap:6px 8px;min-height:82px;padding:10px}.pw-store-action-strip-item strong{font-size:13px}.pw-store-action-strip-item small{display:-webkit-box;overflow:hidden;font-size:10px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pw-store-action-strip-item span{width:34px;height:34px}}.pw-unit-selector{position:relative}.pw-unit-selector-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;text-align:left}.pw-unit-selector-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;background:var(--pw-surface,#fff);border:1px solid var(--pw-border,#e5e7eb);border-radius:10px;box-shadow:0 12px 28px rgba(0,0,0,.14);padding:8px}.pw-unit-selector-groups{max-height:260px;overflow-y:auto;margin-top:8px}.pw-unit-selector-group{padding:4px 0}.pw-unit-selector-group-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--pw-muted,#6b7280);padding:4px 8px}.pw-unit-selector-option{display:block;width:100%;text-align:left;padding:6px 8px;border:none;background:transparent;cursor:pointer;border-radius:6px;font-size:.9rem}.pw-unit-selector-option:hover{background:var(--pw-pink-soft,rgba(224,58,122,.1))}.pw-unit-selector-option-active{background:var(--pw-pink-soft,rgba(224,58,122,.14));font-weight:600}.pw-product-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:24px}@media (min-width:640px){.pw-product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pw-product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.pw-product-grid{grid-template-columns:repeat(4,1fr)}}.pw-product-card{display:flex;flex-direction:column;border:1px solid var(--pw-border);border-radius:var(--pw-radius);background:var(--pw-surface);overflow:hidden;transition:box-shadow .16s ease,transform .16s ease}.pw-product-card:hover{box-shadow:var(--pw-shadow);transform:translateY(-2px)}.pw-product-image-container{position:relative;width:100%;padding-top:75%;background:var(--pw-surface-soft);overflow:hidden}.pw-product-image{object-fit:cover}.pw-product-image,.pw-product-placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.pw-product-placeholder{display:flex;align-items:center;justify-content:center;background:var(--pw-surface-soft);color:var(--pw-muted);font-size:32px;font-weight:900}.pw-product-out-of-stock{position:absolute;top:12px;right:12px;padding:4px 12px;background:rgba(0,0,0,.7);color:white;font-size:12px;font-weight:700;border-radius:999px}.pw-product-content{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.pw-product-category{color:var(--pw-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pw-product-name{margin:0;font-size:16px;font-weight:700;line-height:1.3;min-height:42px}.pw-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.pw-product-price{font-size:18px;font-weight:900;color:var(--pw-text)}.pw-product-unit{color:var(--pw-muted);font-size:13px;font-weight:600}.pw-product-stock{margin-top:4px}.pw-stock-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.pw-stock-available{background:#dcfce7;color:#15803d}.pw-stock-unavailable{background:#fee2e2;color:#b91c1c}.pw-btn-full{width:100%}.pw-order-filter-panel{padding:16px}.pw-order-filter-grid{display:grid;grid-template-columns:minmax(240px,1fr) minmax(170px,220px) minmax(170px,220px);gap:12px;align-items:center}.pw-floating-cart{position:fixed;bottom:24px;right:24px;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--pw-pink) 0,var(--pw-pink-strong) 100%);color:white;border:none;box-shadow:0 12px 28px rgba(224,58,122,.4);cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .16s ease,box-shadow .16s ease}.pw-floating-cart:hover{transform:scale(1.05);box-shadow:0 16px 36px rgba(224,58,122,.5)}.pw-cart-badge{position:absolute;top:-4px;right:-4px;min-width:24px;height:24px;padding:0 6px;background:var(--pw-red);color:white;border-radius:999px;font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;border:2px solid white}.pw-scan-command-page{gap:18px}.pw-scan-command-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;padding:26px;border-radius:8px;background:radial-gradient(circle at 92% 12%,rgba(255,255,255,.22),transparent 24%),radial-gradient(circle at 12% 105%,rgba(224,58,122,.55),transparent 34%),linear-gradient(135deg,#071128,#24124e 54%,#d91f72);color:#ffffff;box-shadow:0 22px 54px rgba(7,17,40,.2)}.pw-scan-command-hero h1{margin:6px 0 8px;color:#ffffff;font-size:clamp(36px,5vw,58px);letter-spacing:0}.pw-scan-command-hero p{max-width:700px;margin:0;color:rgba(255,255,255,.84);font-size:16px;line-height:1.55}.pw-scan-command-hero .pw-eyebrow{color:rgba(255,255,255,.78)}.pw-scan-command-hero-actions{display:grid;gap:10px;justify-items:end}.pw-scan-command-hero-actions>span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.12);color:#ffffff;font-size:13px;font-weight:900}.pw-scan-command-hero .pw-btn{border-color:rgba(255,255,255,.22);background:#ffffff;color:var(--pw-navy)}.pw-scan-command-shell{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.6fr);gap:18px;align-items:start}.pw-scan-command-card{border-color:rgba(224,58,122,.18);box-shadow:0 18px 38px rgba(224,58,122,.09)}.pw-scan-command-card-head{display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center;margin-bottom:16px}.pw-scan-command-card-head>span{display:grid;width:56px;height:56px;place-items:center;border-radius:18px;background:linear-gradient(135deg,#fff1f7,#ffe0ee);color:var(--pw-pink)}.pw-scan-command-card-head h2{margin:0 0 3px;color:var(--pw-navy);font-size:25px}.pw-scan-command-card-head p{margin:0;color:var(--pw-muted);font-weight:700}.pw-scan-category-row{margin-bottom:8px;padding:12px;border:1px solid var(--pw-border);border-radius:8px;background:#f8fbff}.pw-scan-category-row label{display:grid;gap:7px;color:var(--pw-muted);font-size:12px;font-weight:900}.pw-scan-status-card{position:sticky;top:92px;display:grid;gap:14px;overflow:hidden}.pw-scan-status-card:before{content:"";display:block;height:5px;margin:-24px -24px 0;background:linear-gradient(90deg,#e03a7a,#64206e)}.pw-scan-status-top{display:flex;align-items:center;gap:12px}.pw-scan-status-top>span{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;background:#fff1f7;color:var(--pw-pink)}.pw-scan-status-top small{display:block;color:var(--pw-muted);font-size:11px;font-weight:900;text-transform:uppercase}.pw-scan-status-top strong{color:var(--pw-navy);font-size:21px}.pw-scan-status-card>p{margin:0;color:var(--pw-muted);font-weight:700;line-height:1.5}.pw-scan-status-metrics{display:grid;gap:9px}.pw-scan-status-metrics>div{display:grid;gap:3px;padding:11px 12px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-scan-status-metrics span{color:var(--pw-muted);font-size:11px;font-weight:900;text-transform:uppercase}.pw-scan-status-metrics strong{overflow:hidden;color:var(--pw-navy);text-overflow:ellipsis;white-space:nowrap}.pw-scan-empty-card,.pw-scan-product-card{display:flex;gap:12px;align-items:center;padding:14px;border-radius:8px;background:linear-gradient(135deg,#fff7fb,#ffffff)}.pw-scan-product-card img,.pw-scan-product-card>span{width:68px;height:68px;flex:0 0 auto;border-radius:14px;object-fit:contain;background:#ffffff}.pw-scan-product-card>span{display:grid;place-items:center;color:var(--pw-pink)}.pw-scan-product-card h3{margin:0 0 4px;color:var(--pw-navy);font-size:16px}.pw-scan-empty-card span,.pw-scan-product-card p,.pw-scan-product-card small{margin:0;color:var(--pw-muted);font-weight:700;line-height:1.45}.pw-scan-empty-card{color:var(--pw-pink)}.pw-scan-next-actions>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.pw-store-docs-hero,.pw-store-registration-review-page{display:grid;gap:18px}.pw-store-docs-hero{grid-template-columns:minmax(0,1fr) 240px;align-items:stretch;padding:24px;border-radius:8px;background:radial-gradient(circle at 86% 14%,rgba(224,58,122,.18),transparent 28%),linear-gradient(135deg,#ffffff,#f7f9ff);border:1px solid var(--pw-border);box-shadow:0 18px 38px rgba(15,23,42,.08)}.pw-store-docs-hero h1{margin:6px 0 8px;color:var(--pw-navy);font-size:clamp(30px,4vw,48px)}.pw-store-docs-hero p{max-width:720px;margin:0;color:var(--pw-muted);font-weight:700;line-height:1.55}.pw-store-docs-status-card{display:grid;align-content:center;gap:8px;padding:18px;border-radius:8px;background:#071128;color:#ffffff}.pw-store-docs-status-card strong{font-size:34px;line-height:1}.pw-store-docs-status-card small{color:rgba(255,255,255,.74);font-weight:800}.pw-store-docs-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:18px}.pw-store-docs-record{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.pw-store-docs-record>div{display:grid;gap:4px;padding:13px;border:1px solid var(--pw-border);border-radius:8px;background:#f8fbff}.pw-store-docs-record span{color:var(--pw-muted);font-size:11px;font-weight:900;text-transform:uppercase}.pw-store-docs-record strong{color:var(--pw-navy);overflow-wrap:anywhere}.pw-store-docs-locked,.pw-store-docs-next-card{display:flex;gap:11px;align-items:flex-start;margin-top:14px;padding:13px;border-radius:8px;background:#fff7fb;color:var(--pw-navy);font-weight:800}.pw-store-docs-locked svg,.pw-store-docs-next-card svg{color:var(--pw-pink);flex:0 0 auto}.pw-store-docs-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.pw-store-docs-next-card{margin-top:12px;background:#f6fff9}.pw-store-docs-next-card.muted{background:#fff9f1}.pw-store-docs-next-card span,.pw-store-docs-next-card strong{display:block}.pw-store-docs-next-card span{margin-top:3px;color:var(--pw-muted);font-size:13px;line-height:1.4}.pw-store-documents-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pw-store-document-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-store-document-card>span{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:#fff1f7;color:var(--pw-pink)}.pw-store-document-card.is-complete>span{background:#eaf8ef;color:#159947}.pw-store-document-card em,.pw-store-document-card small,.pw-store-document-card strong{display:block}.pw-store-document-card strong{color:var(--pw-navy)}.pw-store-document-card small{margin-top:3px;color:var(--pw-muted);line-height:1.4}.pw-store-document-card em{margin-top:7px;color:var(--pw-pink);font-size:11px;font-style:normal;font-weight:900;text-transform:uppercase}.pw-store-document-card b{padding:7px 10px;border-radius:999px;background:#fff5db;color:#9a5a00;font-size:12px}.pw-store-document-card.is-complete b{background:#eaf8ef;color:#138a3e}.pw-store-profile-action-panel{display:grid;gap:12px;margin-top:14px;padding:14px;border:1px solid rgba(224,58,122,.18);border-radius:8px;background:linear-gradient(135deg,rgba(255,245,249,.98),rgba(255,255,255,.96)),#ffffff}.pw-store-profile-mini-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-store-profile-mini-actions .pw-btn{justify-content:center}.pw-store-security-form{grid-template-columns:1fr}.pw-store-security-form h3{margin:0;color:var(--pw-navy);font-size:17px}.pw-store-security-form label{display:grid;gap:6px;color:var(--pw-muted);font-size:12px;font-weight:900}.pw-role-mobile-nav,.pw-store-mobile-nav{display:none}.pw-crm-action-grid{display:grid;gap:14px}.pw-crm-action-grid,.pw-crm-action-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.pw-crm-action-card{position:relative;display:grid;align-content:start;min-height:150px;padding:18px;border:1px solid var(--pw-border);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,252,.94)),#fff;color:var(--pw-navy);text-decoration:none;box-shadow:0 14px 30px rgba(15,23,42,.07)}.pw-crm-action-card h3{margin:42px 0 8px;font-size:18px;line-height:1.15}.pw-crm-action-card .pw-sub{margin:0;font-size:13px;line-height:1.45}.pw-crm-action-card-link:hover{border-color:rgba(224,58,122,.3);box-shadow:0 18px 34px rgba(224,58,122,.12)}.pw-crm-action-number{position:absolute;top:16px;left:16px;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#fce7f0;color:var(--pw-pink);font-weight:950}.pw-crm-flow-panel{padding:20px;border:1px solid var(--pw-border);border-radius:8px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.06)}.pw-crm-step-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.pw-crm-directory-shell .pw-crm-mobile-card-list{display:none}.pw-crm-mobile-card{display:grid;gap:12px;padding:14px;border:1px solid var(--pw-border);border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06)}.pw-crm-mobile-card-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center}.pw-crm-mobile-card-head small,.pw-crm-mobile-card-head strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-crm-mobile-card-head small{margin-top:2px;color:var(--pw-muted);font-size:12px;font-weight:750}.pw-crm-mobile-card dl{display:grid;gap:8px;margin:0}.pw-crm-mobile-card dl div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;align-items:start}.pw-crm-mobile-card dt{color:var(--pw-muted);font-size:11px;font-weight:900;text-transform:uppercase}.pw-crm-mobile-card dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--pw-navy);font-weight:800}.pw-crm-card-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pw-btn-danger{border-color:var(--pw-red)!important;color:var(--pw-red)!important}.pw-crm-request-fields{display:grid;gap:7px}.pw-crm-request-fields span{display:grid;gap:2px;padding:9px 10px;border-radius:8px;background:#f8fafc;color:var(--pw-muted);font-size:12px;overflow-wrap:anywhere}.pw-crm-request-fields strong{color:var(--pw-navy);font-size:11px;text-transform:uppercase}.pw-store-wallet-page .pw-table td[data-label]{vertical-align:top}@media (max-width:760px){.pw-content{background:linear-gradient(180deg,rgba(224,58,122,.08),transparent 210px),#f4f7fb}.pw-page-stack{gap:12px;padding-bottom:96px}.pw-page-header{position:relative;overflow:hidden;display:grid;gap:12px;padding:16px;border:1px solid rgba(224,58,122,.16);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,244,249,.96)),#ffffff;box-shadow:0 14px 32px rgba(15,23,42,.08)}.pw-page-header:after{content:"";position:absolute;right:-42px;top:-48px;width:124px;height:124px;border-radius:999px;background:rgba(224,58,122,.12);pointer-events:none}.pw-page-header>*{position:relative;z-index:1}.pw-page-header h1{font-size:27px;line-height:1.08}.pw-page-header .pw-sub{max-width:34ch;font-size:13px;line-height:1.38}.pw-header-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px}.pw-header-actions .pw-btn,.pw-page-header .pw-btn{width:100%;min-height:42px;padding:8px 10px;justify-content:center;font-size:12px;line-height:1.15}.pw-page-stack>.pw-grid-3,.pw-page-stack>.pw-grid-4,.pw-page-stack>.pw-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pw-page-stack>.pw-grid-2{display:grid;grid-template-columns:1fr;gap:12px}.pw-page-stack>.pw-grid-3>.pw-kpi-card,.pw-page-stack>.pw-grid-3>.pw-panel,.pw-page-stack>.pw-grid-4>.pw-kpi-card,.pw-page-stack>.pw-grid-4>.pw-panel,.pw-page-stack>.pw-stat-grid>.pw-kpi-card,.pw-page-stack>.pw-stat-grid>.pw-panel{min-height:126px;padding:13px}.pw-page-stack>.pw-grid-3>.pw-panel:nth-child(odd):last-child,.pw-page-stack>.pw-grid-4>.pw-panel:nth-child(odd):last-child,.pw-page-stack>.pw-stat-grid>.pw-panel:nth-child(odd):last-child{grid-column:1/-1}.pw-form-stack .pw-grid-2,.pw-form-stack .pw-grid-3,.pw-form-stack .pw-grid-4,form .pw-grid-2,form .pw-grid-3,form .pw-grid-4{grid-template-columns:1fr}.pw-kpi-card,.pw-panel,.pw-store-card,.pw-table-shell{border-color:#dfe6f1;border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,250,252,.95)),#ffffff;box-shadow:0 12px 30px rgba(15,23,42,.08)}.pw-panel,.pw-table-shell{padding:14px}.pw-panel-header{align-items:flex-start;gap:8px;margin-bottom:10px}.pw-panel-header h2,.pw-panel-header h3,.pw-section-title{font-size:18px;line-height:1.15}.pw-panel .pw-sub,.pw-table-shell .pw-sub{font-size:12px;line-height:1.35}.pw-table{display:block;min-width:0}.pw-table thead{display:none}.pw-table tbody{display:grid;gap:10px}.pw-table tr{display:grid;gap:7px;padding:12px;border:1px solid #e5eaf2;border-radius:8px;background:#ffffff;box-shadow:0 8px 18px rgba(15,23,42,.05)}.pw-table td{display:grid;grid-template-columns:minmax(96px,.42fr) minmax(0,1fr);gap:10px;padding:0;border:0;overflow-wrap:anywhere}.pw-table td[data-label]:before{content:attr(data-label);color:var(--pw-muted);font-size:10px;font-weight:900;line-height:1.2;text-transform:uppercase}.pw-table td:not([data-label]),.pw-table td[colspan]{display:block}.pw-kpi-grid,.pw-kpi-grid-six{display:flex;gap:12px;margin-right:-16px;margin-left:-16px;padding:0 16px 6px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pw-kpi-grid-six::-webkit-scrollbar,.pw-kpi-grid::-webkit-scrollbar{display:none}.pw-kpi-grid-six>*,.pw-kpi-grid>*{flex:0 0 min(286px,82vw);scroll-snap-align:start}.pw-kpi-card{min-height:124px;padding:16px}.pw-kpi-label{font-size:12px}.pw-kpi-value{font-size:29px;line-height:1.05}.pw-role-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;min-height:68px;padding:7px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(10,15,55,.98),rgba(44,14,78,.98) 55%,rgba(147,23,83,.98)),var(--pw-navy);box-shadow:0 -18px 38px rgba(15,23,42,.24);backdrop-filter:blur(16px)}.pw-role-mobile-nav a,.pw-role-mobile-nav button{display:grid;place-items:center;gap:3px;min-width:0;min-height:48px;padding:3px 2px;border:0;border-radius:12px;background:transparent;color:rgba(255,255,255,.72);font:inherit;font-weight:800;text-decoration:none}.pw-role-mobile-nav span{display:grid;place-items:center;width:24px;height:24px}.pw-role-mobile-nav small{max-width:100%;overflow:hidden;font-size:10px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.pw-role-mobile-nav-active{color:#ffffff!important}.pw-role-mobile-nav-active:not(.pw-role-mobile-nav-primary) span{background:rgba(255,255,255,.13);border-radius:999px}.pw-role-mobile-nav-primary span{width:46px;height:46px;margin-top:-24px;border-radius:999px;background:linear-gradient(135deg,var(--pw-pink),var(--pw-pink-strong));color:#ffffff;box-shadow:0 12px 28px rgba(224,58,122,.42)}.pw-store-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:0;min-height:68px;padding:7px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(10,15,55,.98),rgba(44,14,78,.98) 55%,rgba(147,23,83,.98)),var(--pw-navy);box-shadow:0 -18px 38px rgba(15,23,42,.24);backdrop-filter:blur(16px)}.pw-store-mobile-nav a,.pw-store-mobile-nav button{display:grid;place-items:center;gap:3px;min-width:0;min-height:48px;padding:3px 2px;border:0;border-radius:12px;background:transparent;color:rgba(255,255,255,.72);font:inherit;font-weight:800;text-decoration:none}.pw-store-mobile-nav span{display:grid;place-items:center;width:24px;height:24px}.pw-store-mobile-nav small{max-width:100%;overflow:hidden;font-size:10px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.pw-store-mobile-nav-active{color:#ffffff!important}.pw-store-mobile-nav-active:not(.pw-store-mobile-nav-primary) span{background:rgba(255,255,255,.13);border-radius:999px}.pw-store-mobile-nav-primary span{width:46px;height:46px;margin-top:-24px;border-radius:999px;background:linear-gradient(135deg,var(--pw-pink),var(--pw-pink-strong));color:#ffffff;box-shadow:0 12px 28px rgba(224,58,122,.42)}.pw-floating-cart{right:14px;bottom:max(88px,calc(env(safe-area-inset-bottom) + 82px));width:54px;height:54px;z-index:66;box-shadow:0 10px 24px rgba(224,58,122,.34)}.pw-cart-badge{top:-5px;right:-5px}.pw-order-filter-panel{padding:13px}.pw-order-filter-grid{grid-template-columns:1fr;gap:9px}.pw-order-filter-grid .pw-input{min-height:44px}.pw-scan-command-hero,.pw-store-docs-hero{grid-template-columns:1fr;padding:18px}.pw-scan-command-hero-actions{justify-items:stretch}.pw-scan-command-hero-actions .pw-btn{justify-content:center}.pw-scan-command-shell,.pw-store-docs-grid,.pw-store-docs-record,.pw-store-documents-grid{grid-template-columns:1fr}.pw-scan-command-card{padding:15px}.pw-scan-command-card-head{grid-template-columns:46px minmax(0,1fr)}.pw-scan-command-card-head>span{width:46px;height:46px;border-radius:15px}.pw-scan-command-card-head h2{font-size:21px}.pw-scan-status-card{position:static}.pw-store-document-card{grid-template-columns:38px minmax(0,1fr)}.pw-store-document-card b{width:fit-content}.pw-store-profile-action-panel{padding:12px}.pw-store-profile-mini-actions{grid-template-columns:1fr}.pw-crm-action-grid,.pw-crm-action-grid-compact{display:grid;grid-template-columns:1fr;margin:0;padding:0;gap:10px;overflow:visible}.pw-crm-action-card{min-height:auto;grid-template-columns:42px minmax(0,1fr);gap:6px 12px;padding:14px;box-shadow:0 12px 28px rgba(15,23,42,.08)}.pw-crm-action-number{position:static;grid-row:1/span 2;width:42px;height:42px}.pw-crm-action-card h3{margin:0;font-size:16px}.pw-crm-action-card .pw-btn,.pw-crm-action-card .pw-sub{grid-column:2}.pw-crm-flow-panel{padding:14px}.pw-crm-step-flow{grid-template-columns:1fr;gap:10px}.pw-crm-directory-shell .pw-table-scroll{display:none}.pw-crm-directory-shell .pw-crm-mobile-card-list{display:grid;gap:12px;padding:12px}.pw-crm-mobile-card-head{grid-template-columns:42px minmax(0,1fr)}.pw-crm-mobile-card-head .pw-badge{grid-column:1/-1;width:fit-content}.pw-crm-card-actions{grid-template-columns:1fr}.pw-store-profile-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pw-store-profile-actions .pw-btn{min-height:42px;padding:9px 10px;font-size:12px}.pw-profile-action-edit{grid-column:1/-1;order:1}.pw-profile-action-logo,.pw-profile-action-photo{order:2}.pw-profile-action-registration,.pw-profile-action-request{order:3}.pw-store-profile-fields dd{align-items:flex-start;gap:6px}.pw-store-profile-fields dd span{min-width:0;overflow-wrap:anywhere}.pw-store-profile-grid{gap:12px}.pw-store-profile-card{min-height:auto}.pw-store-profile-card-head{margin-bottom:12px}.pw-store-profile-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pw-store-profile-fields div{display:grid;grid-template-columns:1fr;gap:4px;min-height:78px;padding:10px;border:1px solid #edf1f7;border-radius:8px;background:#f8fafc}.pw-store-profile-fields dt{font-size:11px;line-height:1.2}.pw-store-profile-fields dd{justify-content:flex-start;font-size:13px;line-height:1.25;text-align:left}.pw-wallet-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pw-store-wallet-page .pw-panel{border-radius:8px}.pw-wallet-summary .pw-panel{display:grid;align-content:start;min-height:118px;padding:12px}.pw-wallet-summary .pw-panel-header{margin-bottom:8px}.pw-wallet-summary .pw-panel-header .pw-badge,.pw-wallet-summary .pw-panel-header svg{display:none}.pw-wallet-summary .pw-kpi-label{font-size:11px;line-height:1.2}.pw-wallet-summary .pw-kpi-value{font-size:21px}.pw-wallet-summary .pw-sub{display:-webkit-box;overflow:hidden;margin:0;font-size:11px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pw-wallet-details{gap:12px}.pw-store-wallet-page .pw-table{display:block}.pw-store-wallet-page .pw-table thead{display:none}.pw-store-wallet-page .pw-table tbody{display:grid;gap:10px}.pw-store-wallet-page .pw-table tr{display:grid;gap:7px;padding:12px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff;box-shadow:0 8px 18px rgba(15,23,42,.05)}.pw-store-wallet-page .pw-table td{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;padding:0;border:0;overflow-wrap:anywhere}.pw-store-wallet-page .pw-table td:before{content:attr(data-label);color:var(--pw-muted);font-size:11px;font-weight:900;text-transform:uppercase}.pw-store-wallet-page .pw-table td .pw-badge{width:fit-content;min-height:24px;justify-content:center}.pw-store-wallet-page .pw-table td[colspan]{display:block;color:var(--pw-muted);font-weight:800}.pw-store-wallet-page .pw-table td[colspan]:before{content:""}.pw-page-stack,.pw-panel,.pw-store-profile-card,.pw-store-profile-hero,.pw-table-shell{max-width:100%;overflow-x:hidden}.pw-table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.pw-cart-overlay{left:0;background:rgba(0,0,0,.5);z-index:1001}.pw-cart-drawer,.pw-cart-overlay{position:fixed;top:0;right:0;bottom:0}.pw-cart-drawer{width:100%;max-width:450px;background:var(--pw-surface);box-shadow:-4px 0 24px rgba(0,0,0,.2);z-index:1002;display:flex;flex-direction:column}@media (min-width:640px){.pw-cart-drawer{width:400px}}.pw-cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--pw-border)}.pw-cart-header h2{margin:0;font-size:20px;font-weight:800}.pw-cart-count{color:var(--pw-muted);font-size:14px;font-weight:600}.pw-cart-close{width:40px;height:40px;border:none;background:transparent;color:var(--pw-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .16s ease}.pw-cart-close:hover{background:var(--pw-surface-soft)}.pw-cart-items{flex:1;overflow-y:auto;padding:20px}.pw-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:var(--pw-muted);text-align:center}.pw-cart-empty p{margin:16px 0 0;font-size:16px}.pw-cart-item{display:grid;grid-template-columns:60px 1fr auto auto auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--pw-border);border-radius:8px;margin-bottom:12px}.pw-cart-item-image{width:60px;height:60px;border-radius:6px;overflow:hidden;background:var(--pw-surface-soft)}.pw-cart-item-image img{width:100%;height:100%;object-fit:cover}.pw-cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--pw-surface-soft);color:var(--pw-muted);font-size:14px;font-weight:900}.pw-cart-item-details{min-width:0}.pw-cart-item-name{margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-cart-item-price{color:var(--pw-muted);font-size:13px;font-weight:600}.pw-cart-item-quantity{display:flex;align-items:center;gap:8px}.pw-quantity-btn{width:28px;height:28px;border:1px solid var(--pw-border);background:var(--pw-surface);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--pw-text);transition:background .16s ease}.pw-quantity-btn:hover{background:var(--pw-surface-soft)}.pw-quantity-value{min-width:24px;text-align:center;font-weight:700;font-size:14px}.pw-cart-item-total{font-weight:700;font-size:14px;min-width:60px;text-align:right}.pw-cart-item-remove{width:32px;height:32px;border:none;background:transparent;color:var(--pw-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .16s ease,color .16s ease}.pw-cart-item-remove:hover{background:#fee2e2;color:var(--pw-red)}.pw-cart-footer{border-top:1px solid var(--pw-border);padding:20px;background:var(--pw-surface-soft)}.pw-cart-summary{margin-bottom:16px}.pw-cart-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.pw-cart-row-total{border-top:1px solid var(--pw-border);margin-top:8px;padding-top:12px;font-size:16px}.pw-cart-total{font-size:20px;font-weight:900;color:var(--pw-pink)}.pw-cart-actions{display:flex;flex-direction:column;gap:12px}.pw-checkout-layout{display:grid;grid-template-columns:1fr;gap:24px;margin-top:24px}.pw-empty-checkout{text-align:center;padding:48px 24px}.pw-empty-checkout svg{color:var(--pw-muted);margin:0 auto 16px}.pw-checkout-header{align-items:flex-end}.pw-checkout-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.pw-checkout-step{display:flex;align-items:center;gap:8px;min-width:0;padding:10px 12px;border:1px solid var(--pw-border);border-radius:8px;background:var(--pw-surface);color:var(--pw-muted);font-size:13px;font-weight:800}.pw-checkout-step span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--pw-surface-soft);color:var(--pw-muted);flex:0 0 auto}.pw-checkout-step strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-checkout-step-done{border-color:rgba(22,163,74,.22);color:var(--pw-green)}.pw-checkout-step-done span{background:rgba(22,163,74,.12);color:var(--pw-green)}@media (min-width:1024px){.pw-checkout-layout{grid-template-columns:1fr 380px}}.pw-checkout-main,.pw-checkout-sidebar{min-width:0}.pw-checkout-items{margin-top:16px}.pw-checkout-item{display:grid;grid-template-columns:60px 1fr auto auto auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--pw-border);border-radius:8px;margin-bottom:12px}.pw-checkout-item-image{width:60px;height:60px;border-radius:6px;overflow:hidden;background:var(--pw-surface-soft)}.pw-checkout-item-image img{width:100%;height:100%;object-fit:cover}.pw-checkout-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--pw-surface-soft);color:var(--pw-muted);font-size:14px;font-weight:900}.pw-checkout-item-details{min-width:0}.pw-checkout-item-name{margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.3}.pw-checkout-item-price{color:var(--pw-muted);font-size:13px;font-weight:600}.pw-checkout-item-meta{flex-wrap:wrap;margin-bottom:4px;color:var(--pw-muted);font-size:12px;font-weight:700}.pw-checkout-item-meta,.pw-checkout-item-quantity{display:flex;align-items:center;gap:8px}.pw-checkout-item-total{font-weight:700;font-size:14px;min-width:60px;text-align:right}.pw-checkout-item-remove{width:32px;height:32px;border:none;background:transparent;color:var(--pw-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .16s ease,color .16s ease}.pw-checkout-item-remove:hover{background:#fee2e2;color:var(--pw-red)}.pw-checkout-store-info{display:flex;flex-direction:column;gap:12px;padding:16px;background:var(--pw-surface-soft);border-radius:8px;margin-bottom:16px}.pw-checkout-store-info>div{display:flex;flex-direction:column;gap:4px}.pw-checkout-delivery{display:flex;align-items:center;gap:12px;padding:16px;background:var(--pw-surface-soft);border-radius:8px;margin-bottom:16px}.pw-checkout-delivery>div{display:flex;flex-direction:column;gap:4px}.pw-checkout-delivery-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pw-checkout-delivery-form label{display:flex;flex-direction:column;gap:7px;color:var(--pw-muted);font-size:13px;font-weight:800}.pw-checkout-delivery-wide{grid-column:1/-1}.pw-checkout-summary{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--pw-surface-soft);border-radius:8px;margin-bottom:16px}.pw-checkout-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.pw-checkout-row-total{border-top:1px solid var(--pw-border);margin-top:8px;padding-top:12px;font-size:16px}.pw-checkout-voucher-row{color:var(--pw-green);font-weight:800}.pw-checkout-total{font-size:20px;font-weight:900;color:var(--pw-pink)}.pw-checkout-payment{margin-bottom:16px}.pw-checkout-payment h4{margin:0 0 12px;font-size:16px;font-weight:700}.pw-payment-methods{display:flex;flex-direction:column;gap:12px}.pw-payment-balance-row,.pw-payment-voucher-toggle{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--pw-border);border-radius:8px;margin-bottom:10px;background:var(--pw-surface-soft);font-size:13px}.pw-payment-balance-row strong{margin-left:auto;color:var(--pw-pink)}.pw-payment-voucher-toggle{cursor:pointer;font-weight:700;line-height:1.35}.pw-payment-voucher-toggle input{width:18px;height:18px;accent-color:var(--pw-pink);flex:0 0 auto}.pw-payment-voucher-toggle-disabled{opacity:.58;cursor:not-allowed}.pw-payment-card{display:flex;align-items:center;gap:12px;padding:16px;border:2px solid var(--pw-border);border-radius:8px;background:var(--pw-surface);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease;position:relative;text-align:left}.pw-payment-card:hover{border-color:rgba(224,58,122,.3)}.pw-payment-card-selected{border-color:var(--pw-pink);box-shadow:0 0 0 3px rgba(224,58,122,.1)}.pw-payment-card-disabled{opacity:.6;cursor:not-allowed}.pw-payment-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--pw-surface-soft);border-radius:8px;color:var(--pw-text);flex-shrink:0}.pw-payment-details{flex:1;min-width:0}.pw-payment-name{font-size:14px;font-weight:700;margin-bottom:2px}.pw-payment-description{font-size:12px;color:var(--pw-muted)}.pw-payment-selected{color:var(--pw-pink);flex-shrink:0}.pw-payment-coming-soon{position:absolute;top:8px;right:8px;padding:2px 8px;background:var(--pw-amber);color:white;font-size:10px;font-weight:700;border-radius:999px;text-transform:uppercase}.pw-checkout-error{display:flex;align-items:center;gap:8px;padding:12px;background:#fee2e2;color:var(--pw-red);border-radius:8px;font-size:14px;margin-bottom:16px}.pw-checkout-place-order{min-height:52px;font-size:16px;font-weight:800}.pw-checkout-security{display:flex;align-items:center;justify-content:center;gap:7px;text-align:center;padding:12px;color:var(--pw-muted);font-size:12px}.pw-captured-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pw-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--pw-border);border-radius:8px;background:var(--pw-surface);color:var(--pw-muted);cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.pw-icon-btn:hover{border-color:rgba(224,58,122,.32);color:var(--pw-pink);background:rgba(224,58,122,.06)}.pw-icon-btn-success:hover{border-color:rgba(22,163,74,.32);color:var(--pw-green);background:rgba(22,163,74,.08)}.pw-icon-btn-warning:hover{border-color:rgba(245,158,11,.34);color:#b45309;background:rgba(245,158,11,.08)}.pw-icon-btn-danger:hover{border-color:rgba(220,38,38,.32);color:var(--pw-red);background:rgba(220,38,38,.08)}.pw-modal-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:18px;overflow:auto;background:rgba(8,18,48,.46)}.pw-captured-review-modal{width:min(920px,100%);max-height:calc(100vh - 36px);overflow:auto;border:1px solid var(--pw-border);border-radius:12px;background:var(--pw-surface);box-shadow:0 24px 70px rgba(8,18,48,.24)}.pw-captured-review-footer,.pw-captured-review-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--pw-border)}.pw-captured-review-head h2{margin:0 0 4px;font-size:20px}.pw-captured-review-head p{margin:0;color:var(--pw-muted)}.pw-captured-review-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.pw-captured-review-form label{display:flex;flex-direction:column;gap:7px;color:var(--pw-muted);font-size:13px;font-weight:800}.pw-captured-review-wide{grid-column:1/-1}.pw-captured-revisions{grid-column:1/-1;padding:14px;border:1px dashed var(--pw-border);border-radius:8px;background:var(--pw-surface-soft)}.pw-captured-revisions h3{margin:0 0 10px;font-size:15px}.pw-captured-revisions ul{display:grid;gap:8px;margin:0;padding:0;list-style:none;color:var(--pw-muted);font-size:13px}.pw-captured-review-footer{border-top:1px solid var(--pw-border);border-bottom:0;justify-content:flex-end}@media (max-width:720px){.pw-checkout-header{align-items:stretch}.pw-captured-review-form,.pw-checkout-delivery-form,.pw-checkout-steps{grid-template-columns:1fr}.pw-checkout-step strong{white-space:normal}.pw-checkout-item{grid-template-columns:74px minmax(0,1fr);align-items:start}.pw-checkout-item-image{width:74px;height:74px}.pw-checkout-item-quantity,.pw-checkout-item-remove,.pw-checkout-item-total{grid-column:2}.pw-checkout-item-quantity{justify-content:flex-start}.pw-checkout-item-total{text-align:left}.pw-checkout-item-remove{width:100%;border:1px solid var(--pw-border)}.pw-captured-review-wide{grid-column:auto}}.pw-payment-header{display:flex;align-items:center;gap:20px;padding:32px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:var(--pw-radius);margin-bottom:24px}.pw-payment-success{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:white;border-radius:50%;color:var(--pw-green);flex-shrink:0}.pw-payment-header-content h1{margin:0 0 8px;font-size:28px;font-weight:900;color:var(--pw-navy)}.pw-payment-items{margin-top:16px}.pw-payment-item{display:grid;grid-template-columns:1fr auto auto auto;gap:12px;padding:12px;border-bottom:1px solid var(--pw-border);align-items:center}.pw-payment-item:last-child{border-bottom:none}.pw-payment-item-name{font-weight:600;font-size:14px}.pw-payment-item-price,.pw-payment-item-qty{color:var(--pw-muted);font-size:13px}.pw-payment-item-total{font-weight:700;font-size:14px}.pw-payment-summary{margin-top:16px;padding-top:16px;border-top:2px solid var(--pw-border)}.pw-payment-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.pw-payment-row-total{border-top:1px solid var(--pw-border);margin-top:12px;padding-top:12px;font-size:16px}.pw-payment-total{font-size:24px;font-weight:900;color:var(--pw-pink)}.pw-payment-method-section{margin-top:24px;padding-top:24px;border-top:1px solid var(--pw-border)}.pw-payment-method-section h4{margin:0 0 16px;font-size:18px;font-weight:700}.pw-bank-details{background:var(--pw-surface-soft);padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:12px}.pw-bank-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.pw-proof-upload{margin-top:20px}.pw-proof-upload h4{margin:0 0 8px;font-size:16px;font-weight:700}.pw-proof-upload .pw-sub,.pw-upload-area{margin-bottom:16px}.pw-upload-area{border:2px dashed var(--pw-border);border-radius:8px;padding:32px;text-align:center}.pw-upload-area input[type=file]{display:none}.pw-upload-label{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;color:var(--pw-text)}.pw-upload-hint{font-size:12px;color:var(--pw-muted);margin-top:8px}.pw-error-message{background:#fee2e2;color:var(--pw-red)}.pw-error-message,.pw-success-message{display:flex;align-items:center;gap:8px;padding:12px;border-radius:8px;font-size:14px;margin-top:12px}.pw-success-message{background:#dcfce7;color:var(--pw-green)}.pw-info-message{gap:8px;padding:12px;background:#dbeafe;color:var(--pw-blue);font-size:14px;margin-top:20px}.pw-info-message,.pw-success-card{display:flex;align-items:center;border-radius:8px}.pw-success-card{gap:16px;padding:24px;background:#dcfce7;color:var(--pw-green)}.pw-success-card strong{font-size:18px;display:block;margin-bottom:4px}.pw-success-card .pw-sub{margin:0}.pw-info-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fef3c7;border-radius:8px}.pw-info-card strong{font-size:18px;display:block;margin-bottom:4px}.pw-info-card .pw-sub{margin:0}.pw-snapscan-qr{text-align:center;padding:24px;background:var(--pw-surface-soft);border-radius:8px;margin-bottom:16px}.pw-snapscan-qr img{max-width:200px;margin:0 auto}.pw-qr-placeholder{width:200px;height:200px;margin:0 auto;background:white;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--pw-muted)}.pw-snapscan-details{margin-top:16px}.pw-snapscan-amount{font-size:24px;font-weight:900;margin:0 0 4px}.pw-snapscan-details .pw-muted{margin:0}.pw-capitec-instructions{padding:20px;background:var(--pw-surface-soft);border-radius:8px}.pw-capitec-instructions ol{margin:0 0 16px;padding-left:20px}.pw-capitec-instructions li{margin-bottom:8px}.pw-capitec-details{padding:16px;background:white;border-radius:8px;margin-top:16px}.pw-capitec-details p{margin:4px 0}.pw-status-tracker{position:relative;padding:32px 0;display:flex;justify-content:space-between;align-items:center}.pw-status-line{position:absolute;top:20px;left:0;right:0;height:4px;background:var(--pw-border);z-index:0}.pw-status-progress{height:100%;background:var(--pw-green);transition:width .3s ease}.pw-status-step{position:relative;z-index:1;flex-direction:column;gap:8px;flex:1}.pw-status-dot,.pw-status-step{display:flex;align-items:center}.pw-status-dot{width:40px;height:40px;border-radius:50%;background:var(--pw-surface);border:3px solid var(--pw-border);justify-content:center;color:var(--pw-muted);transition:all .3s ease}.pw-status-dot-active{background:var(--pw-green);border-color:var(--pw-green);color:white}.pw-status-dot-current{box-shadow:0 0 0 4px rgba(22,163,74,.2)}.pw-status-dot-inner{width:12px;height:12px;border-radius:50%;background:var(--pw-muted)}.pw-status-label{font-size:12px;color:var(--pw-muted);font-weight:600;text-align:center;transition:color .3s ease}.pw-status-label-active{color:var(--pw-green)}.pw-status-label-current{color:var(--pw-navy);font-weight:700}.pw-support-section{display:flex;align-items:center;gap:16px}.pw-support-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--pw-surface-soft);border-radius:8px;color:var(--pw-pink)}.pw-support-content h4{margin:0 0 4px;font-size:16px;font-weight:700}.pw-support-content .pw-sub{margin:0}.pw-payment-actions{display:flex;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid var(--pw-border)}@media (min-width:768px) and (max-width:820px){.pw-customer-served-list{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:767px){.pw-customer-served-card{padding:24px}.pw-customer-served-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:639px){.pw-customer-served-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){body{font-size:14px}.pw-access-card h1,.pw-auth-brand h1,.pw-dashboard-header h1,.pw-page-header h1,.pw-page-title-xl,.pw-public-hero-split h1,[class*=-hero-copy] h1,[class*=-hero] h1{font-size:30px!important;line-height:1.08}.pw-panel-header h2,.pw-panel-header h3,.pw-section-title,[class*=-section-head] h2,[class*=-section-head] h3,[class*=-section-heading] h2{font-size:20px!important;line-height:1.2}.pw-hero-copy,.pw-sub,[class*=-hero-copy] p,[class*=-hero] p,[class*=-section-head] p,[class*=-section-heading] p{font-size:14px!important}.pw-eyebrow{font-size:12px}.pw-btn,.pw-input,.pw-select,input,select,textarea{font-size:13px}td,th{font-size:12px}}@media (max-width:520px){.pw-access-card h1,.pw-auth-brand h1,.pw-dashboard-header h1,.pw-page-header h1,.pw-page-title-xl,.pw-public-hero-split h1,[class*=-hero-copy] h1,[class*=-hero] h1{font-size:28px!important}.pw-panel-header h2,.pw-panel-header h3,.pw-section-title,[class*=-section-head] h2,[class*=-section-head] h3,[class*=-section-heading] h2{font-size:18px!important}}@media (max-width:760px){.pw-public-nav-inner{min-height:52px}.pw-public-nav .pw-brand-logo{width:116px}.pw-public-menu-btn{flex-basis:36px;width:36px;height:36px}.pw-home-hero{padding:14px 0 0}.pw-home-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:10px;align-items:center}.pw-home-hero-copy{min-width:0}.pw-home-hero-copy h1{margin-top:10px;font-size:22px!important;line-height:1.02}.pw-home-hero-copy h2{margin-top:14px;font-size:13px!important;line-height:1.25}.pw-home-hero-copy p{display:-webkit-box;overflow:hidden;margin-top:12px;font-size:11px!important;line-height:1.48;-webkit-box-orient:vertical;-webkit-line-clamp:5}.pw-home-hero-copy .pw-eyebrow{font-size:9px}.pw-home-hero-copy .pw-hero-actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:14px}.pw-home-hero-copy .pw-btn{width:100%;min-height:34px;padding:0 7px;gap:5px;font-size:10px;white-space:nowrap}.pw-home-hero-copy .pw-btn svg{width:13px;height:13px}.pw-home-dashboard-card{position:relative;width:min(100%,330px);max-width:100%;height:230px;min-width:0;padding:4px;overflow:hidden;align-self:center;justify-self:center;box-shadow:0 14px 34px rgba(15,23,48,.16)}.pw-home-dashboard-card:before{display:none}.pw-home-dashboard-shell{position:absolute;top:50%;left:50%;display:grid;width:620px;min-height:390px;grid-template-columns:140px minmax(0,1fr);transform:translate(-50%,-50%) scale(.52);transform-origin:center}.pw-home-dashboard-main,.pw-home-dashboard-main header>*,.pw-home-dashboard-main>*{min-width:0}.pw-home-dashboard-shell aside{display:grid;padding:10px}.pw-home-dashboard-main{padding:10px}.pw-home-dashboard-main header{align-items:center;flex-direction:row}.pw-home-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.pw-home-dashboard-panels{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.pw-home-dashboard-footer{grid-template-columns:1fr auto auto auto}.pw-home-trust-grid{grid-column:1/-1}}@media (max-width:820px){.pw-public-menu-btn{position:relative;z-index:42;gap:0}.pw-public-menu-btn span{position:absolute;transition:transform .18s ease,opacity .14s ease}.pw-public-menu-btn span:first-child{transform:translateY(-6px)}.pw-public-menu-btn span:nth-child(3){transform:translateY(6px)}.pw-public-nav-open .pw-public-menu-btn span:first-child{transform:rotate(45deg)}.pw-public-nav-open .pw-public-menu-btn span:nth-child(2){opacity:0}.pw-public-nav-open .pw-public-menu-btn span:nth-child(3){transform:rotate(-45deg)}.pw-public-mobile-panel{position:fixed;inset:66px 0 0;z-index:40;min-height:calc(100dvh - 66px);padding:28px 22px;overflow-y:auto;border:0;border-radius:0;background:radial-gradient(circle at 0 0,rgba(224,58,122,.3),transparent 34%),linear-gradient(180deg,#061028,#081431 62%,#050b1f);box-shadow:none}.pw-public-nav-open .pw-public-mobile-panel{display:grid;grid-template-rows:auto auto;align-content:center;justify-items:center;gap:28px}.pw-public-mobile-panel nav{justify-items:center;width:min(100%,360px);gap:6px}.pw-public-mobile-panel nav a{justify-content:center;width:100%;min-height:44px;padding:0 18px;color:#ffffff;font-size:17px;text-align:center}.pw-public-mobile-panel nav .pw-public-link-active,.pw-public-mobile-panel nav a:focus-visible,.pw-public-mobile-panel nav a:hover{background:rgba(255,255,255,.1);color:#ffffff!important}.pw-public-mobile-panel nav .pw-public-link-active{box-shadow:inset 3px 0 0 var(--pw-pink)}.pw-public-mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,360px);gap:10px}.pw-public-mobile-actions .pw-btn{justify-content:center;min-width:0}}@media (max-width:760px){.pw-public-mobile-panel{inset:46px 0 0;min-height:calc(100dvh - 46px);padding-block:20px}.pw-public-mobile-panel nav{gap:2px}.pw-public-mobile-panel nav a{min-height:38px;font-size:15px}}@media (max-width:400px){.pw-public-nav-inner{min-height:46px}.pw-public-nav .pw-brand-logo{width:100px}.pw-public-menu-btn{flex-basis:32px;width:32px;height:32px}.pw-home-hero{padding-top:8px}.pw-home-hero-grid{grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);gap:8px}.pw-home-hero-copy h1{margin-top:6px;font-size:18px!important;line-height:.98}.pw-home-hero-copy h2{margin-top:9px;font-size:10px!important;line-height:1.22}.pw-home-hero-copy p{margin-top:8px;font-size:9px!important;line-height:1.4;-webkit-line-clamp:6}.pw-home-hero-copy .pw-eyebrow{font-size:7px}.pw-home-hero-copy .pw-hero-actions{gap:5px;margin-top:9px}.pw-home-hero-copy .pw-btn{min-height:28px;padding:0 5px;font-size:8px}.pw-home-hero-copy .pw-btn svg{width:10px;height:10px}.pw-home-dashboard-card{width:60%;max-width:90%;aspect-ratio:1.62/1;padding:2px;overflow:hidden}.pw-home-dashboard-shell{width:625%;min-height:390px;grid-template-columns:120px minmax(0,1fr);zoom:.16}.pw-home-dashboard-main{padding:14px}.pw-home-dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.pw-home-dashboard-panels{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr)}.pw-home-dashboard-footer{grid-template-columns:1fr auto auto auto}.pw-home-trust-grid{margin-top:10px;padding-bottom:14px}}@media (max-width:760px){.pw-public-nav-inner{min-height:46px}.pw-public-nav .pw-brand-logo{width:100px}.pw-public-menu-btn{flex-basis:32px;width:32px;height:32px}.pw-home-hero{padding-top:8px}.pw-home-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:6px}.pw-home-hero-copy h1{margin-top:6px;font-size:18px!important;line-height:.98}.pw-home-hero-copy h2{margin-top:9px;font-size:10px!important;line-height:1.22}.pw-home-hero-copy p{margin-top:8px;font-size:9px!important;line-height:1.4;-webkit-line-clamp:6}.pw-home-hero-copy .pw-eyebrow{font-size:7px}.pw-home-hero-copy .pw-hero-actions{gap:5px;margin-top:9px}.pw-home-hero-copy .pw-btn{min-height:28px;padding:0 5px;font-size:8px}.pw-home-hero-copy .pw-btn svg{width:10px;height:10px}.pw-home-dashboard-card{display:flex;position:relative;width:100%;max-width:100%;height:auto;aspect-ratio:620/390;padding:0;border:0;border-radius:8px;overflow:hidden;align-items:center;justify-content:center;background:transparent;box-shadow:none}.pw-home-dashboard-shell{position:absolute;top:50%;left:50%;width:620px;min-height:390px;grid-template-columns:140px minmax(0,1fr);zoom:1;transform:translate(-50%,-50%) scale(.255);transform-origin:center}.pw-home-dashboard-main{padding:14px}.pw-home-dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.pw-home-dashboard-panels{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr)}.pw-home-dashboard-footer{grid-template-columns:1fr auto auto auto}.pw-home-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;margin-top:8px;padding-bottom:12px}.pw-home-trust-grid article{grid-template-columns:34px minmax(0,1fr);gap:8px}.pw-home-trust-grid svg{width:34px;height:34px;padding:8px}.pw-home-trust-grid strong{font-size:11px}.pw-home-trust-grid small{font-size:9px}.pw-home-capability-strip .pw-public-container{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.pw-home-capability-strip{width:calc(100% - 28px);margin-inline:auto;padding-inline:8px;border-radius:10px;overflow:hidden}.pw-home-capability-strip article{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:15px 10px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.pw-home-capability-strip article:nth-child(2n){border-right:0}.pw-home-capability-strip article:nth-last-child(-n+2){border-bottom:0}.pw-home-capability-strip svg{width:38px;height:38px;padding:9px}.pw-home-capability-strip strong{font-size:11px}.pw-home-capability-strip small{margin-top:3px;font-size:9px;line-height:1.35}.pw-home-metrics .pw-public-container{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.pw-home-metrics{width:calc(100% - 28px);margin-inline:auto;padding-inline:8px;border-radius:10px;overflow:hidden}.pw-home-metrics article{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:15px 10px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.pw-home-metrics article:nth-child(2n){border-right:0}.pw-home-metrics article:nth-last-child(-n+2){border-bottom:0}.pw-home-metrics svg{width:38px;height:38px;padding:9px}.pw-home-metrics strong{font-size:15px}.pw-home-metrics small{margin-top:3px;font-size:9px;line-height:1.3}.pw-home-service-grid{width:90%;margin-inline:auto;gap:8px}.pw-home-service-grid article{gap:5px;min-height:94px;padding:12px 7px 5px;align-content:start}.pw-home-service-grid svg{width:22px;height:22px}.pw-home-service-grid h3{font-size:12px}.pw-home-service-grid p{font-size:10px;line-height:1.3}.pw-home-audience-grid{width:68%;margin-inline:auto;gap:10px}.pw-home-audience-grid article{min-height:0}.pw-home-audience-grid img{min-height:132px;height:132px}.pw-home-audience-grid article>div{gap:6px;padding:11px}.pw-home-audience-grid svg{width:22px;height:22px}.pw-home-centered h2{font-size:18px}.pw-home-audience-grid h3{font-size:11px}.pw-home-audience-grid p{font-size:10px;line-height:1.35}.pw-home-audience-grid a{font-size:10px}.pw-home-platform-copy h2{margin:7px 0 12px;font-size:16px}.pw-home-platform-copy ul{gap:9px}.pw-home-platform-copy li{gap:8px;font-size:10px;font-weight:400;line-height:1.35}.pw-home-platform-copy li svg{width:14px;height:14px}.pw-home-process-grid{width:82%;margin-inline:auto;gap:7px}.pw-home-process-grid article{gap:3px;padding:8px 7px}.pw-home-process-grid article>span{width:24px;height:24px;font-size:10px}.pw-home-process-grid svg{width:18px;height:18px}.pw-home-process-grid h3{font-size:11px}.pw-home-process-grid p{font-size:9px;line-height:1.25}.pw-home-testimonial-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:10px;align-items:stretch;min-height:0;padding:9px 0 7px}.pw-home-testimonial{margin-top:14px}.pw-home-testimonial blockquote{display:flex;min-width:0;min-height:130px;flex-direction:column;justify-content:flex-start;padding-top:2px}.pw-home-testimonial blockquote>span{font-size:26px;line-height:.7}.pw-home-testimonial p{margin:4px 0 6px;font-size:11px;line-height:1.4;font-weight:650}.pw-home-testimonial cite{font-size:9px}.pw-home-testimonial img{width:100%;height:130px;align-self:stretch;object-position:center}.pw-home-testimonial-points{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;margin-top:2px}.pw-home-testimonial-points span{gap:6px;font-size:9px;font-weight:500}.pw-home-testimonial-points svg{width:13px;height:13px}.pw-public-footer{margin-top:20px;border-radius:10px 10px 0 0}.pw-public-footer-inner{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 7px;padding:16px 0 12px}.pw-public-footer-inner>div:first-child,.pw-public-footer-inner>div:last-child{grid-column:1/-1}.pw-footer-brand-mark{width:132px;margin-bottom:9px}.pw-public-footer-inner>div:first-child .pw-sub{max-width:440px!important;font-size:10px!important;line-height:1.45}.pw-public-footer-inner strong{font-size:9px}.pw-footer-link{margin-top:5px;font-size:8px;line-height:1.25}.pw-public-footer-inner>div:last-child .pw-sub{margin-top:5px;font-size:9px!important}.pw-newsletter{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:440px;margin-top:8px}.pw-newsletter .pw-btn,.pw-newsletter input{min-height:34px;font-size:10px}.pw-products-proof{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px}.pw-products-proof article{grid-template-columns:18px minmax(0,1fr);gap:5px;align-items:start}.pw-products-proof article>svg{width:18px;height:18px}.pw-products-proof strong{font-size:9px}.pw-products-proof small{font-size:8px;line-height:1.3}.pw-products-hero-card{top:auto;right:10px;bottom:10px;left:auto;width:58%;padding:7px 9px}.pw-products-hero-card article{grid-template-columns:22px minmax(0,1fr);gap:6px;padding:6px 0}.pw-products-hero-card svg{width:18px;height:18px}.pw-products-hero-card strong{font-size:9px;line-height:1.2}.pw-products-hero-card small{margin-top:2px;font-size:7px;line-height:1.25}.pw-products-search-band{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.pw-products-search-band h2{grid-column:1/-1}.pw-products-search-band label:not(.pw-products-stock-toggle){grid-column:1/-1;gap:4px;min-height:36px;padding:0 6px}.pw-products-search-band>select{grid-column:span 2}.pw-products-search-band label:not(.pw-products-stock-toggle) svg{width:13px;min-width:13px}.pw-products-search-band input,.pw-products-search-band select{height:36px;padding:0 5px;font-size:8px}.pw-products-clear,.pw-products-search-band .pw-btn{grid-column:span 2;min-height:36px;font-size:10px}.pw-products-clear{border:1px solid var(--pw-pink);border-radius:7px;background:transparent;color:#ffffff;cursor:pointer}.pw-products-grid,.pw-products-grid-all{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.pw-products-card{grid-template-columns:1fr;grid-template-rows:125px minmax(0,1fr)}.pw-products-card .pw-product-art{height:125px;min-height:0}.pw-products-card .pw-product-image{width:min(90%,118px);height:min(90%,112px)}.pw-products-card-badge{top:6px;left:6px;padding:4px 6px;font-size:8px}.pw-products-card-body{gap:5px;grid-template-rows:12px minmax(30px,auto) auto 18px auto;padding:8px}.pw-products-card-body h3{min-height:30px;font-size:11px;line-height:1.3}.pw-products-card-body p{font-size:7px}.pw-products-price-row strong{font-size:12px}.pw-products-card-body small,.pw-products-price-row span{font-size:7px}.pw-products-card-body small svg{width:10px;height:10px}.pw-products-card-actions .pw-btn{min-height:30px;font-size:9px}.pw-wholesale-hero-copy{padding:12px 0 10px}.pw-wholesale-hero-copy .pw-eyebrow{font-size:8px}.pw-wholesale-hero-copy h1{margin:7px 0 8px;font-size:23px;line-height:1.02}.pw-wholesale-hero-copy p{font-size:10px;line-height:1.42}.pw-wholesale-hero-copy .pw-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.pw-wholesale-hero-copy .pw-hero-actions .pw-btn{width:100%;min-height:34px;padding:0 6px;font-size:8px}.pw-wholesale-hero-copy .pw-hero-actions svg{width:13px;height:13px}.pw-wholesale-hero-media{min-height:245px;margin:0 -8px}.pw-wholesale-inventory-card{right:8px;bottom:8px;left:auto;width:46%;padding:7px 8px;border-radius:6px}.pw-wholesale-inventory-card h2{margin-bottom:5px;font-size:8px}.pw-wholesale-inventory-card div{gap:4px}.pw-wholesale-inventory-card small{font-size:5px}.pw-wholesale-inventory-card strong{margin-top:2px;font-size:8px}.pw-home-audiences{padding-top:10px;padding-bottom:10px}.pw-home-audiences .pw-home-centered h2{margin-bottom:17px;font-size:15px}.pw-home-audiences .pw-home-centered h2:after{bottom:-6px;width:38px;height:2px}.pw-home-audience-grid{grid-template-columns:1fr;width:64%;gap:8px}.pw-home-audience-grid img{height:92px;min-height:92px}.pw-home-audience-grid article>div{gap:3px;padding:7px 8px 8px}.pw-home-audience-grid svg{width:14px;height:14px}.pw-home-audience-grid h3{font-size:8px;line-height:1.2}.pw-home-audience-grid p{font-size:7px;line-height:1.25}.pw-home-audience-grid a{gap:3px;font-size:7px}.pw-home-audience-grid a svg{width:10px;height:10px}.pw-home-platform-visual{position:relative;display:block;min-height:190px;padding:0}.pw-home-platform-visual>img{display:block;width:100%;height:190px;border-width:5px}.pw-home-device{position:absolute;right:9px;left:auto;width:38%;min-width:0;margin:0;gap:3px;padding:6px;border-radius:6px;background:rgba(255,255,255,.94)}.pw-home-device strong{font-size:8px}.pw-home-device span{padding:3px 4px;border-radius:4px;font-size:6px}.pw-home-device-phone{top:9px;bottom:auto}.pw-home-device-upload{top:auto;bottom:9px}.pw-products-search-band.pw-products-catalogue-filter{grid-template-columns:repeat(6,minmax(0,1fr))}.pw-products-search-band.pw-products-catalogue-filter h2,.pw-products-search-band.pw-products-catalogue-filter label:not(.pw-products-stock-toggle){grid-column:1/-1}.pw-products-search-band.pw-products-catalogue-filter>select{grid-column:span 2}.pw-products-search-band.pw-products-catalogue-filter .pw-btn,.pw-products-search-band.pw-products-catalogue-filter .pw-products-clear{grid-column:span 3}.pw-wholesale-capabilities{grid-template-columns:repeat(3,minmax(0,1fr));width:92%;gap:7px 5px;margin:8px auto;padding:7px 8px;border:1px solid var(--pw-border);border-radius:8px}.pw-wholesale-capabilities article,.pw-wholesale-capabilities article:first-child,.pw-wholesale-capabilities article:last-child,.pw-wholesale-capabilities article:nth-child(3n),.pw-wholesale-capabilities article:nth-child(3n+1){display:flex;flex-direction:column;align-items:center;gap:3px;padding:5px 2px;border:0;text-align:center}.pw-wholesale-capabilities article>div{width:100%;text-align:center}.pw-wholesale-capabilities span{width:36px;height:36px;border-radius:7px}.pw-wholesale-capabilities span svg{width:21px;height:21px}.pw-wholesale-capabilities h2{margin-bottom:1px;font-size:10px;line-height:1.15;text-align:center}.pw-wholesale-capabilities p{font-size:8px;line-height:1.25;text-align:center}.pw-wholesale-growth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.pw-wholesale-growth-grid article,.pw-wholesale-growth-grid article:nth-child(2n){grid-template-rows:30px auto 1fr;row-gap:4px;padding:8px 6px}.pw-wholesale-growth-grid article:nth-child(-n+2){border-bottom:1px solid var(--pw-border)}.pw-wholesale-growth-grid article:after{top:6px;right:0;bottom:6px}.pw-wholesale-growth-grid article:nth-child(2n):after{display:none}.pw-wholesale-growth-grid span{width:30px;height:30px}.pw-wholesale-growth-grid span svg{width:18px;height:18px}.pw-wholesale-growth-grid strong{font-size:15px}.pw-wholesale-growth-grid p{font-size:8px;line-height:1.25}}@media (max-width:340px){.pw-home-dashboard-shell{transform:translate(-50%,-50%) scale(.16)}}@media (max-width:1180px){.pw-owner-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);min-height:420px;align-items:stretch}.pw-owner-hero-copy{padding:38px 28px 38px 0}.pw-owner-hero-media{min-height:420px;margin:0}}@media (max-width:760px){.pw-owner-metrics-card{padding:14px 12px}.pw-owner-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 8px;margin-top:16px}.pw-owner-metrics article,.pw-owner-metrics article:nth-child(2n){grid-template-rows:40px 24px minmax(28px,auto);gap:4px;padding:8px 4px;border-right:0;border-radius:8px;background:rgba(255,255,255,.72)}.pw-owner-metrics span{width:40px;height:40px}.pw-owner-metrics span svg{width:21px;height:21px}.pw-owner-metrics strong{height:24px;font-size:20px}.pw-owner-metrics p{min-height:28px;font-size:9px;line-height:1.25}.pw-owner-steps-card{padding:12px}.pw-owner-steps-card h2{margin-bottom:6px;font-size:18px}.pw-owner-steps{grid-template-columns:1fr;gap:6px;margin-top:8px}.pw-owner-step{grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 8px;justify-items:start;align-items:center;min-height:0;padding:4px 0;text-align:left}.pw-owner-step span{grid-column:1;grid-row:1/span 2;width:36px;height:36px}.pw-owner-step span svg{width:18px;height:18px}.pw-owner-step b{top:0;left:-3px;width:15px;height:15px;font-size:9px}.pw-owner-step h3{grid-column:2;grid-row:1;margin:0;font-size:12px}.pw-owner-step p{grid-column:2;grid-row:2;font-size:9px;line-height:1.3}.pw-owner-benefit-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:14px 0}.pw-owner-benefit,.pw-owner-benefit:first-child,.pw-owner-benefit:last-child,.pw-owner-benefit:nth-child(3n),.pw-owner-benefit:nth-child(3n+1){display:flex;flex-direction:column;gap:5px;padding:8px 4px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-owner-benefit span{width:34px;height:34px}.pw-owner-benefit span svg{width:18px;height:18px}.pw-owner-benefit h2{font-size:9px;line-height:1.2}.pw-owner-benefit p{font-size:7px;line-height:1.3}.pw-owner-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:0;gap:8px;align-items:start}.pw-owner-hero-copy{display:contents}.pw-owner-hero-copy .pw-eyebrow{grid-row:1;grid-column:1/-1;margin-top:16px;font-size:8px;line-height:1.25}.pw-owner-hero-copy h1{grid-row:2;grid-column:1/-1;margin-top:7px;font-size:clamp(17px,5.7vw,23px);line-height:1.05}.pw-owner-hero-copy h1 span{white-space:nowrap}.pw-owner-hero-copy .pw-about-pink-rule{grid-row:3;grid-column:1;width:44px;margin:10px 0}.pw-owner-hero-copy>p{grid-row:4;grid-column:1;margin:0;font-size:10px;line-height:1.45}.pw-owner-hero-copy .pw-hero-actions{grid-row:6;grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.pw-owner-hero-copy .pw-btn{width:100%;min-height:32px;padding:6px 7px;font-size:8px}.pw-owner-hero-copy .pw-btn svg{width:13px;height:13px}.pw-owner-hero-media{grid-row:3/span 3;grid-column:2;align-self:start;min-height:0;margin:2px 0 0;border-radius:10px;overflow:hidden}.pw-owner-hero-media img{position:static;display:block;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:54% center}}.pw-login-page{grid-template-columns:minmax(320px,.95fr) minmax(360px,.72fr)}.pw-login-brand h1{max-width:620px;font-size:clamp(36px,4.8vw,64px)}.pw-login-brand p{max-width:560px}@media (max-width:900px){.pw-login-page{grid-template-columns:1fr;min-height:100svh;align-content:start;background:radial-gradient(circle at 50% -10%,rgba(224,58,122,.12),transparent 38%),#f7f8fb}.pw-login-brand{display:grid;gap:12px;width:100%;padding:22px 18px 18px;background:linear-gradient(135deg,rgba(7,17,40,.98),rgba(224,58,122,.92)),#071128;color:#ffffff;border-radius:0 0 24px 24px}.pw-login-brand .pw-brand-logo{width:176px}.pw-login-brand .pw-eyebrow{color:#ffffff;background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22)}.pw-login-brand h1{margin:8px 0 0;font-size:28px!important;line-height:1.05}.pw-login-brand p{margin:8px 0 0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.45}.pw-login-brand .pw-auth-proof{display:none}.pw-login-page .pw-auth-card{width:calc(100% - 28px);max-width:460px;margin:-10px auto 24px;padding:18px;border-radius:14px;box-shadow:0 16px 38px rgba(7,17,40,.14)}}@media (max-width:420px){.pw-login-brand{padding:18px 14px 16px;border-radius:0 0 18px 18px}.pw-login-brand .pw-brand-logo{width:154px}.pw-login-brand h1{font-size:25px!important}.pw-login-page .pw-auth-card{width:calc(100% - 20px);padding:14px}.pw-login-page .pw-panel-header{align-items:flex-start;gap:10px}.pw-login-page .pw-otp-boxes{gap:6px}.pw-login-page .pw-otp-box{width:42px;height:52px;font-size:20px}}@media (max-width:760px){.pw-home-hero{min-height:calc(100svh - 46px);padding:24px 0 18px}.pw-home-hero-grid{grid-template-columns:1fr;gap:22px;align-content:center;min-height:calc(100svh - 88px)}.pw-home-hero-copy .pw-eyebrow{font-size:10px}.pw-home-hero-copy h1{max-width:340px;margin-top:10px;font-size:clamp(32px,10.5vw,42px)!important;line-height:.98}.pw-home-hero-copy h2{margin-top:16px;font-size:15px!important;line-height:1.3}.pw-home-hero-copy p{display:block;max-width:520px;margin-top:12px;overflow:visible;font-size:13px!important;line-height:1.55;-webkit-line-clamp:unset}.pw-home-hero-copy .pw-hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.pw-home-hero-copy .pw-btn{width:100%;min-height:44px;padding:0 18px;font-size:12px}.pw-home-hero-copy .pw-btn svg{width:15px;height:15px}.pw-home-dashboard-card{width:100%;max-width:100%;aspect-ratio:620/390;border:1px solid rgba(15,23,48,.1);background:#ffffff;box-shadow:0 18px 42px rgba(15,23,48,.16)}.pw-home-dashboard-card:before{display:none}.pw-home-dashboard-shell{width:200%;transform:translate(-50%,-50%) scale(.5)}.pw-home-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:0;padding:12px 0 18px}.pw-home-trust-grid article{grid-template-columns:1fr;justify-items:center;gap:11px;align-items:center;min-height:94px;padding:14px 10px;border:1px solid #edf0f5;border-radius:10px;background:#ffffff;box-shadow:0 8px 20px rgba(15,23,48,.06);text-align:center}.pw-home-trust-grid svg{width:46px;height:46px;padding:11px}.pw-home-trust-grid strong{font-size:13px;line-height:1.2}.pw-home-trust-grid small{margin-top:6px;font-size:11px;line-height:1.4}.pw-home-capability-strip{display:grid;width:calc(100% - 24px);min-height:0;padding:10px}.pw-home-capability-strip .pw-public-container{width:100%;align-content:stretch}.pw-home-capability-strip article{grid-template-columns:1fr;justify-items:center;gap:10px;min-height:0;padding:18px 12px;text-align:center}.pw-home-capability-strip svg{width:52px;height:52px;padding:12px}.pw-home-capability-strip strong{font-size:14px;line-height:1.2}.pw-home-capability-strip small{margin-top:7px;font-size:11px;line-height:1.45}.pw-home-centered h2{font-size:20px}.pw-home-service-grid{width:100%;gap:12px}.pw-home-service-grid article{gap:8px;min-height:118px;padding:18px 14px;align-content:center}.pw-home-service-grid svg{width:29px;height:29px}.pw-home-service-grid h3{font-size:14px;line-height:1.25}.pw-home-service-grid p{font-size:12px;line-height:1.5}.pw-home-audiences .pw-home-centered h2{font-size:24px}.pw-home-audience-grid{width:100%;gap:16px}.pw-home-audience-grid img{min-height:170px;height:170px}.pw-home-audience-grid article>div{gap:9px;padding:16px}.pw-home-audience-grid svg{width:28px;height:28px}.pw-home-audience-grid h3{font-size:15px;line-height:1.25}.pw-home-audience-grid p{font-size:12px;line-height:1.5}.pw-home-audience-grid a{font-size:12px}.pw-home-platform-copy .pw-eyebrow{font-size:13px}.pw-home-platform-copy h2{font-size:22px;line-height:1.3}.pw-home-platform-copy li{gap:11px;font-size:13px;line-height:1.45}.pw-home-platform-copy li svg{width:18px;height:18px}.pw-home-platform+.pw-home-section .pw-home-centered h2{font-size:24px}.pw-home-process-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pw-home-process-grid article{gap:8px;min-height:154px;padding:16px 10px;align-content:center}.pw-home-process-grid article:after{display:none}.pw-home-process-grid article>span{width:32px;height:32px;font-size:13px}.pw-home-process-grid svg{width:28px;height:28px}.pw-home-process-grid h3{font-size:14px;line-height:1.25}.pw-home-process-grid p{color:#4f5d75;font-size:12px;line-height:1.5}.pw-home-metrics{width:calc(100% - 24px);min-height:0;padding:10px}.pw-home-metrics .pw-public-container{width:100%}.pw-home-metrics article{grid-template-columns:1fr;justify-items:center;gap:10px;min-height:0;padding:18px 12px;text-align:center}.pw-home-metrics svg{width:52px;height:52px;padding:12px}.pw-home-metrics strong{font-size:20px;line-height:1.15}.pw-home-metrics small{margin-top:6px;font-size:11px;line-height:1.4}.pw-home-testimonial blockquote>span{font-size:34px}.pw-home-testimonial p{font-size:14px;line-height:1.5}.pw-home-testimonial cite{display:block;margin-top:8px;font-size:12px}.pw-home-testimonial-points{margin-top:16px}.pw-home-testimonial-points span{font-size:12px;line-height:1.4}.pw-home-testimonial-points svg{width:16px;height:16px}.pw-home-testimonial blockquote{min-height:175px;height:auto;padding-bottom:8px}.pw-home-testimonial img{min-height:175px;height:175px}.pw-wholesale-hero,.pw-wholesale-hero-grid{min-height:calc(100svh - 46px)}.pw-wholesale-hero-grid{grid-template-columns:1fr;grid-template-rows:auto minmax(220px,1fr);align-content:stretch}.pw-wholesale-hero-media{min-height:220px;height:100%}.pw-wholesale-hero-copy{padding:16px 0 14px}.pw-wholesale-hero-copy .pw-eyebrow{font-size:9px}.pw-wholesale-hero-copy h1{margin:8px 0 10px;font-size:27px;line-height:1.04}.pw-wholesale-hero-copy p{font-size:12px;line-height:1.48}.pw-wholesale-hero-copy .pw-hero-actions{margin-top:12px}.pw-wholesale-hero-copy .pw-hero-actions .pw-btn{min-height:40px;padding:0 9px;font-size:10px}.pw-wholesale-hero-copy .pw-hero-actions svg{width:15px;height:15px}.pw-wholesale-capabilities h2{font-size:12px;line-height:1.2}.pw-wholesale-capabilities p{font-size:10px;line-height:1.35}.pw-wholesale-steps-card{padding:24px 14px 30px}.pw-wholesale-steps-card>.pw-eyebrow{margin-bottom:22px;font-size:14px;line-height:1.2;text-align:center}.pw-wholesale-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px;margin-top:0}.pw-wholesale-steps article{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:min(150px,40vw);min-width:0;aspect-ratio:1;margin:0 auto;padding:26px 12px 16px;border:2px solid rgba(224,58,122,.24);border-radius:50%;background:radial-gradient(circle at 50% 18%,rgba(224,58,122,.11),transparent 38%),#ffffff;box-shadow:0 16px 36px rgba(15,23,48,.1);text-align:center}.pw-wholesale-steps article:after{content:"";position:absolute;top:50%;left:100%;display:block;width:12px;height:2px;border:0;background:linear-gradient(180deg,var(--pw-pink),rgba(224,58,122,.3));transform:translateY(-50%)}.pw-wholesale-steps article:nth-child(2){grid-column:2;grid-row:1}.pw-wholesale-steps article:nth-child(2):after{top:100%;left:50%;width:2px;height:28px;transform:translateX(-50%)}.pw-wholesale-steps article:nth-child(3){grid-column:2;grid-row:2}.pw-wholesale-steps article:nth-child(3):after{right:100%;left:auto;background:linear-gradient(270deg,var(--pw-pink),rgba(224,58,122,.3))}.pw-wholesale-steps article:nth-child(4){grid-column:1;grid-row:2}.pw-wholesale-steps article:last-child:after{display:none}.pw-wholesale-steps b{position:absolute;top:-15px;left:50%;width:34px;height:34px;border:4px solid #ffffff;box-shadow:0 7px 16px rgba(224,58,122,.24);transform:translateX(-50%)}.pw-wholesale-steps span{width:42px;height:42px;margin-bottom:5px;border-radius:50%;background:var(--pw-pink-soft)}.pw-wholesale-steps span svg{width:22px;height:22px}.pw-wholesale-steps h2{margin:0 0 5px;font-size:13px;line-height:1.25}.pw-wholesale-steps p{font-size:9px;line-height:1.35}.pw-wholesale-growth-card>.pw-eyebrow{font-size:14px;line-height:1.2}.pw-wholesale-growth-grid strong{font-size:18px}.pw-wholesale-growth-grid p{font-size:10px;line-height:1.35}.pw-owner-hero-copy h1{font-size:clamp(20px,6.4vw,27px);line-height:1.06}.pw-owner-hero-copy>p{font-size:11px;line-height:1.5}.pw-owner-hero-copy .pw-btn{min-height:38px;padding:7px 9px;font-size:10px}.pw-owner-hero-copy .pw-btn svg{width:15px;height:15px}.pw-owner-steps-card{padding:14px 10px 18px}.pw-owner-steps-card h2{margin:0 0 14px;font-size:22px;line-height:1.15;text-align:center}.pw-owner-steps{display:grid;grid-template-columns:1fr;gap:8px;margin-top:0}.pw-owner-step{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(128px,39vw);min-height:0;aspect-ratio:1;margin:0 auto;padding:22px 15px 14px;border:2px solid rgba(224,58,122,.25);border-radius:50%;background:radial-gradient(circle at 50% 16%,rgba(224,58,122,.12),transparent 38%),#ffffff;box-shadow:0 10px 24px rgba(15,23,48,.09);text-align:center}.pw-owner-step:after{content:"";position:absolute;top:100%;left:50%;display:block;width:2px;height:8px;border:0;background:linear-gradient(180deg,var(--pw-pink),rgba(224,58,122,.3));transform:translateX(-50%)}.pw-owner-step:last-child:after{display:none}.pw-owner-step b{position:absolute;top:-10px;left:50%;width:24px;height:24px;border:3px solid #ffffff;font-size:10px;box-shadow:0 5px 12px rgba(224,58,122,.22);transform:translateX(-50%)}.pw-owner-step span{display:grid;grid-column:auto;grid-row:auto;width:30px;height:30px;margin-bottom:5px;border-radius:50%}.pw-owner-step span svg{width:17px;height:17px}.pw-owner-step h3{margin:0 0 5px;font-size:12px;line-height:1.15}.pw-owner-step h3,.pw-owner-step p{grid-column:auto;grid-row:auto;text-align:center}.pw-owner-step p{margin:0;font-size:9px;line-height:1.25}.pw-customer-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:0;gap:8px;align-items:start}.pw-customer-hero-copy{display:contents}.pw-customer-hero-copy .pw-eyebrow{grid-row:1;grid-column:1/-1;margin-top:16px;font-size:9px;line-height:1.25}.pw-customer-hero-copy h1{grid-row:2;grid-column:1/-1;margin-top:7px;font-size:clamp(21px,6.6vw,28px);line-height:1.04}.pw-customer-hero-copy .pw-about-pink-rule{grid-row:3;grid-column:1;width:54px;margin:10px 0}.pw-customer-hero-copy>p{grid-row:4;grid-column:1;margin:0;font-size:11px;line-height:1.5}.pw-customer-hero-media{grid-row:3/span 2;grid-column:2;align-self:start;min-height:0;margin:2px 0 0;overflow:hidden;border-radius:10px}.pw-customer-hero-media img{position:static;display:block;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center}.pw-customer-hero-benefits{grid-row:5;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:16px 0 18px}.pw-customer-hero-benefits article,.pw-customer-hero-benefits article+article{gap:6px;min-height:112px;padding:10px 8px;border:1px solid var(--pw-border);border-radius:8px;background:#ffffff}.pw-customer-hero-benefits article:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 5px)}.pw-customer-hero-benefits h2{font-size:12px}.pw-customer-hero-benefits p{font-size:10px;line-height:1.35}.pw-customer-essentials{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:14px 10px 16px}.pw-customer-essentials-title{grid-column:1/-1;justify-content:center;padding:0 4px 12px;text-align:center}.pw-customer-essentials-title h2{font-size:20px;line-height:1.2}.pw-customer-essential{min-height:132px;padding:10px 6px;border:1px solid rgba(224,58,122,.14);border-radius:8px;background:#ffffff}.pw-customer-essential span{width:38px;height:38px;margin-bottom:7px}.pw-customer-essential span svg{width:20px;height:20px}.pw-customer-essential h3{margin-bottom:4px;font-size:11px;line-height:1.2}.pw-customer-essential p{font-size:10px;line-height:1.4}.pw-customer-essential{min-height:145px;padding:12px 7px}.pw-customer-essential h3{font-size:12px;line-height:1.25}.pw-customer-served-card{padding:22px 14px 24px;border-color:rgba(224,58,122,.2);background:radial-gradient(circle at 50% 0,rgba(224,58,122,.1),transparent 38%),linear-gradient(180deg,#ffffff,#fff8fb)}.pw-customer-served-card h2{margin-bottom:8px;font-size:24px;line-height:1.15;text-align:center}.pw-customer-served-card>p{max-width:270px;margin:0 auto;font-size:12px;line-height:1.5;text-align:center}.pw-customer-served-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:18px}.pw-customer-served-list article{justify-content:center;min-height:105px;gap:9px;padding:12px 8px;border:1px solid rgba(224,58,122,.16);border-radius:10px;background:rgba(255,255,255,.94);box-shadow:0 8px 20px rgba(15,23,48,.06)}.pw-customer-served-list article:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 5px)}.pw-customer-served-list span{width:46px;height:46px;flex-basis:46px;border:1px solid rgba(224,58,122,.12);box-shadow:0 6px 14px rgba(224,58,122,.1)}.pw-customer-served-list strong{font-size:11px;font-weight:750;line-height:1.3}.pw-about-hero-exact,.pw-about-hero-grid{min-height:calc(100svh - 46px)}.pw-about-hero-grid{grid-template-rows:auto minmax(240px,1fr);align-content:stretch}.pw-about-hero-copy{padding:8px 0 12px}.pw-about-hero-copy .pw-eyebrow{margin-top:0;font-size:9px}.pw-about-hero-copy h1{margin-top:8px;font-size:27px;line-height:1.05}.pw-about-hero-copy .pw-about-pink-rule{margin:10px 0 12px}.pw-about-hero-copy p{font-size:11px;line-height:1.48}.pw-about-hero-copy .pw-hero-actions{margin-top:12px}.pw-about-hero-copy .pw-btn{min-height:38px;font-size:10px}.pw-about-hero-media{min-height:240px;height:100%}.pw-about-mission-card{bottom:10px;grid-template-columns:46px minmax(0,1fr);padding:12px}.pw-about-mission-card span{width:42px;height:42px}.pw-about-mission-card h2{margin-bottom:4px;font-size:15px}.pw-about-mission-card p{font-size:10px;line-height:1.4}.pw-about-pillars{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px 8px}.pw-about-pillar{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:160px;gap:8px;padding:14px 9px;border:1px solid rgba(224,58,122,.13);text-align:center}.pw-about-pillar>span{width:46px;height:46px}.pw-about-pillar h2{margin-bottom:5px;font-size:13px;line-height:1.2}.pw-about-pillar p{font-size:10px;line-height:1.4}.pw-about-impact{padding-left:0;border-left:0}.pw-about-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pw-about-impact-item{display:flex;flex-direction:column;align-items:center;min-height:145px;gap:7px;padding:12px 8px;border:1px solid rgba(224,58,122,.14);border-radius:9px;background:#ffffff;text-align:center}.pw-about-impact-item>span{width:42px;height:42px}.pw-about-impact-item strong{font-size:22px}.pw-about-impact-item h3{margin:4px 0 3px;font-size:12px;line-height:1.2}.pw-about-impact-item p{font-size:10px;line-height:1.35}.pw-owner-steps{gap:18px}.pw-owner-step{width:min(145px,44vw);padding:25px 17px 16px}.pw-owner-step:after{height:18px}.pw-owner-step span{width:34px;height:34px;margin-bottom:6px}.pw-owner-step span svg{width:19px;height:19px}.pw-owner-step h3{margin-bottom:6px;font-size:13px}.pw-owner-step p{font-size:10px;line-height:1.3}.pw-owner-benefit{min-height:112px;padding:10px 5px}.pw-owner-benefit h2{font-size:11px;line-height:1.25}.pw-owner-benefit p{font-size:9px;line-height:1.35}}.pw-install-prompt{position:fixed;right:22px;bottom:22px;z-index:1200;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:min(520px,calc(100vw - 28px));padding:14px 46px 14px 14px;border:1px solid rgba(224,58,122,.22);border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 18px 48px rgba(7,17,40,.18);backdrop-filter:blur(14px)}.pw-install-prompt-top{top:auto;right:auto;bottom:18px;left:50%;grid-template-columns:38px minmax(0,1fr) auto;width:min(460px,calc(100vw - 32px));padding:10px 42px 10px 10px;border-color:rgba(224,58,122,.18);background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(7,17,40,.16);transform:translateX(-50%)}.pw-install-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-install-prompt-top .pw-install-icon{width:38px;height:38px;overflow:hidden;border:1px solid rgba(224,58,122,.14);border-radius:10px;background:#ffffff;color:var(--pw-pink);box-shadow:0 8px 18px rgba(224,58,122,.14)}.pw-install-prompt-top .pw-install-icon img{display:block;width:100%;height:100%;object-fit:cover}.pw-install-prompt strong{display:block;color:var(--pw-text);font-size:14px;line-height:1.25}.pw-install-prompt-top strong{font-size:13px;line-height:1.2}.pw-install-prompt p{margin:3px 0 0;color:var(--pw-muted);font-size:12px;line-height:1.35}.pw-install-prompt-top p{margin-top:1px;font-size:11px;line-height:1.3}.pw-install-copy{min-width:0}.pw-install-steps{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.pw-install-steps span{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:0 8px;border:1px solid rgba(224,58,122,.16);border-radius:999px;background:#fff6fa;color:#3b4357;font-size:11px;font-weight:760;white-space:nowrap}.pw-install-action{min-height:38px;padding:0 13px;font-size:13px}.pw-install-prompt-top .pw-install-action{min-height:36px;padding:0 13px;font-size:12px}.pw-install-close{position:absolute;top:9px;right:9px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--pw-muted)}.pw-install-close:hover{border-color:var(--pw-border);background:#f8fafc;color:var(--pw-text)}.pw-location-consent{position:fixed;left:18px;bottom:18px;z-index:1190;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;width:min(390px,calc(100vw - 28px));padding:12px 38px 12px 12px;border:1px solid rgba(224,58,122,.18);border-radius:12px;background:rgba(255,255,255,.97);box-shadow:0 18px 44px rgba(7,17,40,.16);backdrop-filter:blur(12px)}.pw-location-consent-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--pw-pink-soft);color:var(--pw-pink)}.pw-location-consent strong{display:block;color:var(--pw-text);font-size:13px;line-height:1.2}.pw-location-consent p{margin:4px 0 9px;color:var(--pw-muted);font-size:11px;line-height:1.35}.pw-location-consent-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.pw-location-consent input{width:100%;min-height:34px;padding:0 10px;border:1px solid var(--pw-border);border-radius:8px;color:var(--pw-text);font-size:12px}.pw-location-consent-link,.pw-location-consent-row button{min-height:34px;border:1px solid var(--pw-pink);border-radius:8px;background:var(--pw-pink);color:#ffffff;font-size:11px;font-weight:800}.pw-location-consent-link{width:100%;margin-top:7px;background:#ffffff;color:var(--pw-pink)}.pw-location-consent-close{position:absolute;top:7px;right:7px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;border-radius:8px;background:transparent;color:var(--pw-muted)}.pw-offline-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 0 100%,rgba(224,58,122,.12),transparent 34%),linear-gradient(180deg,#ffffff,#f7f8fb)}.pw-offline-card{display:grid;justify-items:center;gap:14px;width:min(430px,100%);padding:30px;border:1px solid var(--pw-border);border-radius:12px;background:#ffffff;text-align:center;box-shadow:var(--pw-shadow)}.pw-offline-card h1,.pw-offline-card p{margin:0}.pw-offline-card h1{color:var(--pw-text);font-size:26px}.pw-offline-card p{color:var(--pw-muted);line-height:1.55}@media (max-width:640px){.pw-install-prompt{right:14px;bottom:14px;grid-template-columns:38px minmax(0,1fr) auto;padding:12px 42px 12px 12px}.pw-install-icon{width:38px;height:38px}.pw-install-action{grid-column:auto;width:auto;min-height:32px;padding:0 10px;font-size:11px}.pw-install-prompt-top{top:auto;right:auto;bottom:max(12px,env(safe-area-inset-bottom));left:50%;grid-template-columns:32px minmax(0,1fr) auto;width:calc(100vw - 24px);max-height:none;padding:8px 32px 8px 8px;border-radius:12px;transform:translateX(-50%)}.pw-install-prompt-top .pw-install-icon{width:32px;height:32px;border-radius:9px}.pw-install-prompt-top strong{font-size:11px;line-height:1.2}.pw-install-prompt-top p{margin-top:1px;font-size:9px;line-height:1.2}.pw-install-steps{display:flex;grid-column:1/-1;gap:4px;margin-top:6px}.pw-install-steps span{min-height:20px;padding:0 5px;font-size:8px}.pw-install-steps span:last-child{display:none}.pw-install-prompt-top .pw-install-close{top:6px;right:6px;width:20px;height:20px}.pw-location-consent{left:12px;right:12px;bottom:max(78px,env(safe-area-inset-bottom));grid-template-columns:32px minmax(0,1fr);width:auto;padding:10px 32px 10px 10px}.pw-location-consent-icon{width:32px;height:32px;border-radius:9px}.pw-location-consent strong{font-size:12px}.pw-location-consent p{font-size:10px}.pw-location-consent-row{grid-template-columns:1fr}}.pw-auth-brand .pw-brand-logo img,.pw-login-brand .pw-brand-logo img,.pw-public-main .pw-brand-logo img,.pw-public-main .pw-home-audience-grid img,.pw-public-main .pw-home-platform-visual>img,.pw-public-main .pw-home-testimonial-grid>img{max-width:100%!important;height:auto!important}.pw-auth-brand .pw-brand-logo img,.pw-login-brand .pw-brand-logo img,.pw-public-main .pw-brand-logo img{width:100%!important}@media (max-width:760px){.pw-public-main .pw-home-audience-grid img,.pw-public-main .pw-home-platform-visual>img,.pw-public-main .pw-home-testimonial-grid>img{width:100%!important}}