.pa-page{display:grid;gap:16px;color:#17332c}.pa-titlebar{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.pa-breadcrumb{margin:0 0 8px;color:#789087;font-size:12px}.pa-titlebar h1{margin:0;font-size:28px;display:flex;gap:10px;align-items:center}.pa-titlebar>div>p:last-child{margin:6px 0 0;color:#6f837d}.pa-help,.pa-secondary,.pa-primary{border:1px solid #d7e5df;background:#fff;border-radius:9px;padding:10px 14px;font-weight:700;cursor:pointer}.pa-help{color:#1475e8}.pa-primary{background:#07964f;color:#fff;border-color:#07964f}.pa-secondary{color:#294b41}.pa-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pa-stats article{background:#fff;border:1px solid #deebe6;border-radius:12px;padding:18px;display:flex;gap:14px;align-items:center;box-shadow:0 6px 20px rgba(20,60,48,.04)}.pa-stats i{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e7f8ee;color:#0d9855;font-size:26px;font-style:normal}.pa-stats article:nth-child(2) i{background:#f0e9ff;color:#7d42de}.pa-stats article:nth-child(3) i{background:#e9f4ff;color:#1976da}.pa-stats b{font-size:25px;color:#0a8f4d}.pa-stats strong,.pa-stats small{display:block}.pa-stats small{color:#879a93;margin-top:3px}.pa-workspace{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(540px,1.15fr);gap:14px}.pa-panel{background:#fff;border:1px solid #deebe6;border-radius:12px;overflow:hidden}.pa-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 17px}.pa-panel h2{font-size:18px;margin:0}.pa-panel header p{margin:4px 0 0;color:#789087;font-size:13px}.pa-filters{display:grid;grid-template-columns:1fr 175px;gap:10px;padding:0 17px 14px}.pa-filters input,.pa-filters select,.pa-dialog input,.pa-dialog select{min-height:42px;border:1px solid #d8e5e0;border-radius:8px;padding:0 11px;background:#fff}.pa-table-wrap{overflow:auto}.pa-table{width:100%;border-collapse:collapse;min-width:650px}.pa-table th{background:#f4f8f6;text-align:left;font-size:12px;color:#526a62;padding:12px}.pa-table td{padding:12px;border-top:1px solid #edf2ef;vertical-align:middle}.pa-table tr.is-selected{background:#f2fbf6}.pa-table small{display:block;color:#84958f;margin-top:3px}.pa-group-link{text-decoration:none;color:#163a30}.pa-switch{width:39px;height:22px;border:0;border-radius:22px;background:#becbc6;padding:2px;cursor:pointer}.pa-switch span{display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:.18s}.pa-switch.is-on{background:#07964f}.pa-switch.is-on span{transform:translateX(17px)}.pa-actions{display:flex;gap:7px}.pa-actions a,.pa-actions button{width:32px;height:32px;border:0;border-radius:7px;display:grid;place-items:center;background:#eef6ff;color:#1475e8;text-decoration:none;cursor:pointer}.pa-actions form:last-child button{background:#fff0f0;color:#ea3434}.pa-color{display:inline-block;width:26px;height:26px;border-radius:50%;background:var(--pa-color);border:1px solid #d0d8d5}.pa-muted{color:#a5b2ad}.pa-note{margin:12px 14px 14px;background:#edf7ff;color:#35749e;padding:10px 12px;border-radius:8px;font-size:12px}.pa-tip{background:#effbf3;border:1px solid #bce7ca;border-radius:12px;padding:14px 17px;color:#287044}.pa-tip p{margin:6px 0 0;line-height:1.6}.pa-empty{padding:34px;text-align:center;color:#7e918a}.pa-dialog{border:0;background:transparent;padding:0;max-width:620px;width:calc(100% - 28px)}.pa-dialog::backdrop{background:rgba(10,27,22,.45)}.pa-dialog-card{background:#fff;border-radius:14px;padding:18px;display:grid;gap:14px}.pa-dialog-card header,.pa-dialog-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.pa-dialog-card header strong{display:block;font-size:19px}.pa-dialog-card header small{color:#7f918b}.pa-dialog-card header button{border:0;background:#f0f4f2;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.pa-dialog-card label{display:grid;gap:6px;font-weight:700;font-size:13px}.pa-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pa-checks{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.pa-checks label{display:flex;align-items:center;gap:7px}.pa-dialog-card footer{justify-content:flex-end;border-top:1px solid #edf2ef;padding-top:14px}
/* product form linkage */
.pa-product-card{grid-column:1/-1}.pa-product-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pa-product-group{border:1px solid #e1ebe7;border-radius:10px;padding:13px}.pa-product-group h3{margin:0 0 9px;font-size:14px}.pa-product-options{display:flex;flex-wrap:wrap;gap:8px}.pa-product-option{position:relative}.pa-product-option input{position:absolute;opacity:0;pointer-events:none}.pa-product-option span{display:inline-flex;gap:7px;align-items:center;padding:8px 10px;border:1px solid #d7e4df;border-radius:9px;background:#fff;cursor:pointer}.pa-product-option input:checked+span{background:#eaf8f0;border-color:#0b9b55;color:#087640;font-weight:700}.pa-product-option i{width:13px;height:13px;border-radius:50%;background:var(--attr-color,#cbd8d3);display:inline-block}.product-attribute-public{margin-top:20px;border:1px solid #e2ece8;border-radius:12px;overflow:hidden}.product-attribute-public h2{margin:0!important;padding:14px 16px;background:#f4faf6;font-size:18px!important}.product-attribute-table{width:100%;border-collapse:collapse}.product-attribute-table th,.product-attribute-table td{padding:12px 15px;border-top:1px solid #edf2ef;text-align:left;vertical-align:top}.product-attribute-table th{width:180px;color:#49665d}.product-attr-chip{display:inline-flex;align-items:center;gap:6px;background:#f2f7f5;border-radius:999px;padding:5px 9px;margin:2px}.product-attr-chip i{width:10px;height:10px;border-radius:50%;background:var(--attr-color,#cbd8d3)}
@media(max-width:1100px){.pa-workspace{grid-template-columns:1fr}.pa-stats{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.pa-page{gap:12px}.pa-titlebar{display:block}.pa-titlebar h1{font-size:23px}.pa-help{margin-top:12px;width:100%}.pa-stats{grid-template-columns:1fr}.pa-stats article{padding:13px}.pa-workspace{grid-template-columns:1fr}.pa-panel>header{align-items:flex-start;flex-direction:column}.pa-panel>header .pa-primary{width:100%}.pa-filters{grid-template-columns:1fr;padding:0 12px 12px}.pa-table{min-width:720px}.pa-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.pa-form-grid{grid-template-columns:1fr}.pa-dialog-card{padding:14px}.pa-product-groups{grid-template-columns:1fr}.product-attribute-table th{width:115px}.product-attribute-table th,.product-attribute-table td{padding:10px}}

/* V54 - product form attribute connection */
.pa-product-card{grid-column:1/-1}.pa-product-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.pa-product-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pa-product-head-actions span{background:#edf8f2;color:#087640;border:1px solid #cfead9;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.pa-product-head-actions a{font-size:13px;font-weight:700;color:#087640;text-decoration:none}.pa-product-group{min-width:0;margin:0;border:1px solid #e1ebe7;border-radius:12px;padding:13px;background:#fff}.pa-product-group legend{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px 8px;font-weight:800;font-size:14px}.pa-product-group legend small{font-size:11px;font-weight:600;color:#6e817a}.pa-clear-group{margin-top:9px;border:0;background:transparent;color:#667a73;font-size:12px;padding:0;cursor:pointer}.pa-clear-group:hover{color:#087640}.pa-product-note{display:flex;gap:9px;align-items:flex-start;margin-top:12px;padding:10px 12px;background:#f3faf6;border:1px solid #d9eee1;border-radius:10px;color:#45655a}.pa-product-note>span{color:#0a9a55;font-weight:900}.pa-product-note p{margin:0;font-size:12px;line-height:1.55}.pa-product-empty{display:flex;align-items:center;justify-content:space-between;gap:18px}.pa-product-empty p{margin:4px 0 0;color:#71827c}.pa-product-empty .pv-button{text-decoration:none;white-space:nowrap}
@media(max-width:760px){.pa-product-head{grid-template-columns:auto minmax(0,1fr)}.pa-product-head-actions{grid-column:1/-1;justify-content:flex-start;padding-left:44px}.pa-product-group legend{align-items:flex-start;flex-direction:column;gap:3px}.pa-product-empty{align-items:flex-start;flex-direction:column}.pa-product-empty .pv-button{width:100%;text-align:center}}
