:root{
  --pl-bg:#eef3f4;
  --pl-panel:#ffffff;
  --pl-text:#182128;
  --pl-muted:#6d7b86;
  --pl-line:#e7edf0;
  --pl-lime:#c9ff3f;
  --pl-teal:#17a5a6;
  --pl-purple:#c9b7ff;
  --pl-blue:#9fc4ff;
  --pl-green:#8be4b5;
  --pl-yellow:#fff0a6;
  --pl-radius:20px;
  --pl-shadow:0 18px 55px rgba(30,42,50,.10);
}
.pl-wrap *,.pl-front-app *,.pl-public-shell *,.pl-lookup-shell *{box-sizing:border-box}
.pl-wrap{margin:20px 20px 0 0;max-width:none!important}
.pl-admin-app,.pl-front-app{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--pl-bg);color:var(--pl-text);border-radius:28px;min-height:740px;display:grid;grid-template-columns:220px 1fr;box-shadow:var(--pl-shadow);overflow:hidden}
.pl-front-app{width:100%;max-width:none;margin:0;min-height:100vh;border-radius:0}
.pl-sidebar{background:var(--pl-panel);padding:30px 22px;display:flex;flex-direction:column;gap:26px;border-right:1px solid var(--pl-line)}
.pl-brand{display:flex;align-items:center;gap:10px;font-size:18px;color:#111827}
.pl-brand.center{justify-content:center;margin-bottom:18px}
.pl-mark{width:28px;height:28px;border-radius:8px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1}
.pl-sidebar nav{display:flex;flex-direction:column;gap:8px;flex:1}
.pl-sidebar nav a{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1f2933;border-radius:11px;padding:11px 12px;font-size:14px;font-weight:700;transition:.18s ease;background:transparent;border:1px solid transparent}
.pl-sidebar nav a:hover{background:#f6f8f9;color:#111827}
.pl-sidebar nav a.active{background:var(--pl-lime);color:#0d1619}
.pl-sidebar .dashicons{font-size:17px;width:17px;height:17px}
.pl-user-card{margin-top:auto;text-align:center;padding:18px 10px;border-radius:18px;background:#f7fafb;color:#24313a}
.pl-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#f2efe7,#d0f2ea);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#39464d;margin-bottom:8px;overflow:hidden}
.pl-avatar.small{width:34px;height:34px;margin:0;font-size:11px}
.pl-user-card strong,.pl-user-card small{display:block}.pl-user-card small,.pl-mini-profile small{color:var(--pl-muted);font-size:11px;margin-top:2px}.pl-logout{display:inline-block;margin-top:18px;color:#334155;text-decoration:none;font-size:12px}
.pl-main{padding:32px;overflow:auto}.pl-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.pl-topbar h1{font-size:26px;line-height:1.1;margin:0 0 6px!important;color:#101820;font-weight:850}.pl-topbar p{margin:0;color:var(--pl-muted);font-size:13px}.pl-top-actions{display:flex;align-items:center;gap:12px}.pl-icon-pill{width:36px;height:36px;border-radius:12px;background:#f8fbfc;border:1px solid var(--pl-line);display:flex;align-items:center;justify-content:center}.pl-mini-profile{display:flex;align-items:center;gap:10px}.pl-mini-profile strong{display:block;font-size:13px;color:#22313b}
.pl-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:24px}.pl-kpi{border-radius:16px;padding:19px 20px;min-height:112px;position:relative;overflow:hidden}.pl-kpi.purple{background:var(--pl-purple)}.pl-kpi.blue{background:var(--pl-blue)}.pl-kpi.green{background:var(--pl-green)}.pl-kpi.teal{background:#21a6a8;color:#fff}.pl-kpi small{display:block;font-size:12px;font-weight:750;margin-bottom:10px;color:rgba(20,28,34,.78)}.pl-kpi.teal small,.pl-kpi.teal em{color:rgba(255,255,255,.78)}.pl-kpi strong{font-size:24px;display:block;font-weight:900}.pl-kpi em{display:block;font-size:11px;color:rgba(20,28,34,.7);font-style:normal;margin-top:7px}.pl-dot{position:absolute;left:14px;top:14px;width:8px;height:8px;border-radius:50%;background:rgba(17,24,39,.6)}
.pl-grid{display:grid;gap:24px;margin-bottom:24px}.pl-grid.two{grid-template-columns:1fr 1fr}.pl-grid.two-one{grid-template-columns:2fr 1fr}.pl-card{background:var(--pl-panel);border:1px solid var(--pl-line);border-radius:var(--pl-radius);padding:24px;box-shadow:0 8px 30px rgba(30,42,50,.035)}.pl-card.accent{background:linear-gradient(135deg,#19a7aa,#0f8c92);color:#fff;border-color:transparent}.pl-card h2{margin:0 0 6px!important;font-size:18px;color:inherit}.pl-card p{color:var(--pl-muted);margin:0 0 15px}.pl-card.accent p{color:rgba(255,255,255,.78)}.pl-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.pl-card-head p{margin:4px 0 0;font-size:13px}
.pl-btn{appearance:none;border:0;background:var(--pl-lime);color:#0f1720!important;border-radius:11px;padding:11px 16px;font-weight:850;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:none;line-height:1.15;transition:.18s ease}.pl-btn:hover{filter:brightness(.98);transform:translateY(-1px)}.pl-btn.outline{background:#fff;border:1px solid var(--pl-line);color:#111827!important}.pl-btn.dark{background:#101820;color:#fff!important}.pl-btn.small{padding:9px 14px;font-size:12px}.pl-btn.tiny{padding:7px 10px;font-size:11px;border-radius:8px}.pl-btn.wide{width:100%}
.pl-chart-bars{height:210px;display:flex;align-items:flex-end;gap:16px;padding:22px 12px 6px;border-bottom:1px dashed #d7e0e4;background:linear-gradient(to bottom,transparent 24%,rgba(148,163,184,.08) 24%,rgba(148,163,184,.08) 25%,transparent 25%,transparent 49%,rgba(148,163,184,.08) 49%,rgba(148,163,184,.08) 50%,transparent 50%,transparent 74%,rgba(148,163,184,.08) 74%,rgba(148,163,184,.08) 75%,transparent 75%)}.pl-chart-bars span{flex:1;max-width:28px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#c9b7ff,#a4e8c7)}.pl-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.pl-mini-stats div{background:#f7fafb;border-radius:13px;padding:12px}.pl-mini-stats strong,.pl-mini-stats small{display:block}.pl-mini-stats small{color:var(--pl-muted);font-size:11px}
.pl-table-wrap{overflow:auto}.pl-table{width:100%;border-collapse:separate;border-spacing:0 8px}.pl-table th{font-size:11px;text-align:left;color:#7a8790;font-weight:800;padding:8px 10px}.pl-table td{background:#fbfcfd;padding:13px 10px;font-size:13px;border-top:1px solid #edf2f4;border-bottom:1px solid #edf2f4;vertical-align:middle}.pl-table tr td:first-child{border-left:1px solid #edf2f4;border-radius:12px 0 0 12px}.pl-table tr td:last-child{border-right:1px solid #edf2f4;border-radius:0 12px 12px 0}.pl-table strong{display:block}.pl-table small{display:block;color:var(--pl-muted);font-size:11px;margin-top:3px}
.pl-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:850;text-transform:capitalize}.pl-badge.green{background:#dcfce7;color:#166534}.pl-badge.blue{background:#dbeafe;color:#1e40af}.pl-badge.yellow{background:#fef3c7;color:#92400e}.pl-badge.gray{background:#eef2f7;color:#475569}.pl-score{background:var(--pl-lime);border-radius:16px;padding:14px 16px;font-size:24px;font-weight:900;color:#101820}.pl-checklist{display:grid;gap:12px}.pl-checklist>div{display:flex;align-items:center;gap:12px;background:#fbfcfd;border:1px solid var(--pl-line);border-radius:14px;padding:14px}.pl-check{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.pl-check.ok{background:#dcfce7;color:#15803d}.pl-check.bad{background:#fef3c7;color:#b45309}.pl-checklist strong{display:block}.pl-checklist small{display:block;color:var(--pl-muted);font-size:11px}.pl-action-list{display:grid;gap:10px}.pl-action-list a{display:flex;justify-content:space-between;align-items:center;background:#fbfcfd;border:1px solid var(--pl-line);border-radius:14px;padding:14px;text-decoration:none;color:#17212a;font-weight:800}.pl-action-list a:after{content:'›';font-size:22px;color:#94a3b8}.pl-soft-list{margin:10px 0 0 20px;color:#4b5563}.pl-analysis-list{display:grid;gap:12px}.pl-analysis-list div{display:flex;align-items:center;gap:12px;padding:14px;background:#fbfcfd;border:1px solid var(--pl-line);border-radius:14px}.pl-analysis-list span{width:32px;height:32px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.pl-analysis-list strong,.pl-analysis-list small{display:block}.pl-analysis-list small{color:var(--pl-muted)}
.pl-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pl-form-grid .wide{grid-column:1/-1}.pl-stack{display:grid;gap:14px}label{font-weight:800;color:#22313b;font-size:13px}input,select,textarea,.pl-modal-card input,.pl-modal-card select,.pl-modal-card textarea,.pl-card input,.pl-card select,.pl-card textarea{width:100%;min-height:44px;margin-top:7px;border:1px solid #dce5e9!important;border-radius:14px!important;padding:10px 12px;background:#fff!important;color:#111827;outline:none;box-shadow:none!important;-webkit-appearance:none;appearance:none}textarea,.pl-modal-card textarea,.pl-card textarea{min-height:104px;resize:vertical}input:focus,select:focus,textarea:focus,.pl-modal-card input:focus,.pl-modal-card select:focus,.pl-modal-card textarea:focus{border-color:#111827!important}.pl-check-label{display:flex;align-items:center;gap:10px;background:#fbfcfd;border:1px solid var(--pl-line);border-radius:12px;padding:10px}.pl-check-label input{width:auto;min-height:auto;margin:0}.pl-muted{color:var(--pl-muted);font-size:13px}.pl-meter{height:9px;border-radius:999px;background:#edf2f4;overflow:hidden}.pl-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pl-lime),var(--pl-teal))}.pl-usage{display:grid;gap:14px}.pl-usage label small{float:right;color:var(--pl-muted)}.pl-price{font-size:30px;font-weight:950;display:block;margin:12px 0}.pl-price small{font-size:14px;font-weight:700;opacity:.78}.pl-gateway-list{display:grid;gap:10px}.pl-gateway-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fbfcfd;border:1px solid var(--pl-line);border-radius:14px;padding:12px}.pl-notice{border-radius:14px;padding:12px 14px;margin:0 0 18px;font-weight:800}.pl-notice.success{background:#dcfce7;color:#166534}.pl-notice.error{background:#fee2e2;color:#991b1b}
.pl-modal{position:fixed;inset:0;background:rgba(15,23,32,.45);display:none;z-index:999999;align-items:center;justify-content:center;padding:22px}.pl-modal.is-open{display:flex}.pl-modal-card{background:#fff;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.22);padding:26px;position:relative;width:min(720px,100%);max-height:90vh;overflow:auto}.pl-modal-card.wide{width:min(900px,100%)}.pl-modal-close{position:absolute;right:18px;top:16px;border:0;background:#f1f5f9;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:22px;line-height:1}.pl-choice-card{border:1px dashed #d8e2e6;border-radius:16px;padding:16px;margin-bottom:12px;background:#fbfcfd}.pl-choice-card strong,.pl-choice-card small{display:block}.pl-choice-card small{color:var(--pl-muted);margin-top:4px}
.pl-public-shell,.pl-lookup-shell{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--pl-bg);min-height:80vh;padding:20px;color:var(--pl-text)}.pl-auth-card,.pl-directory,.pl-pricing,.pl-certificate{width:100%;max-width:none;margin:0 auto;background:#fff;border:1px solid var(--pl-line);border-radius:28px;padding:34px;box-shadow:var(--pl-shadow)}.pl-auth-card.large,.pl-directory,.pl-pricing{max-width:none}.pl-auth-card h1,.pl-directory h1,.pl-pricing h1{margin:0 0 8px;font-size:34px;letter-spacing:-.03em}.pl-auth-card p,.pl-directory p,.pl-pricing p{color:var(--pl-muted);margin-top:0}.pl-auth-buttons{display:flex;gap:10px;align-items:center}.pl-price-grid,.pl-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.price-card ul{padding-left:0;list-style:none;display:grid;gap:10px;color:#334155}.lookup-card{text-align:left}.lookup-card .avatar{margin-bottom:12px}
.pl-lookup-shell{display:flex;align-items:flex-start;justify-content:center}.pl-lookup-card{width:100%;max-width:none;background:#fff;border:1px solid var(--pl-line);border-radius:30px;padding:32px;box-shadow:var(--pl-shadow)}.pl-business-head{display:flex;gap:14px;align-items:center;margin-bottom:22px}.pl-business-head .pl-avatar{margin:0;width:58px;height:58px}.pl-business-head h1{font-size:28px;margin:0 0 5px}.pl-business-head p{margin:0;color:var(--pl-muted)}.pl-verified{background:#dcfce7;color:#166534;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;margin-left:6px}.pl-stepper{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.pl-stepper span{background:#f5f8f9;border-radius:999px;padding:9px;text-align:center;font-size:12px;font-weight:900;color:#64748b}.pl-stepper span.active{background:var(--pl-lime);color:#111827}.pl-page-text{color:#4b5563;margin-bottom:20px}.pl-security-note{background:#f8fafc;border:1px solid var(--pl-line);border-radius:14px;padding:12px 14px;color:#52616b;font-size:13px;margin-top:14px}.pl-live-message{font-size:13px;color:#0f766e;font-weight:800;min-height:18px}.pl-result-state{margin-top:18px;border-radius:18px;padding:20px}.pl-result-state.found{background:#ecfdf5;border:1px solid #bbf7d0}.pl-result-state.notfound{background:#fff7ed;border:1px solid #fed7aa}.pl-preview{padding:14px;background:#fff;border-radius:14px;margin:12px 0}.pl-reveal-grid,.pl-cert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.pl-reveal-grid div,.pl-cert-grid div{background:#fff;border:1px solid var(--pl-line);border-radius:14px;padding:13px}.pl-reveal-grid small,.pl-cert-grid small{display:block;color:var(--pl-muted);font-size:11px}.pl-reveal-grid strong,.pl-cert-grid strong{display:block;font-size:15px;margin-top:4px}.pl-payment-box{border:1px solid var(--pl-line);border-radius:20px;padding:22px;background:#fbfcfd}.pl-certificate{text-align:center;background:linear-gradient(135deg,#fff,#f5fbf8);border:12px solid #e9c46a}.pl-certificate h1{font-size:34px;text-transform:uppercase;letter-spacing:.06em}.pl-certificate h2{font-size:42px;margin:22px 0;color:#111827}.pl-certificate .pl-cert-grid{text-align:left}
@media (max-width:1100px){.pl-admin-app,.pl-front-app{grid-template-columns:1fr}.pl-sidebar{position:relative;display:block}.pl-sidebar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.pl-user-card{display:none}.pl-kpi-grid,.pl-grid.two,.pl-grid.two-one,.pl-price-grid,.pl-directory-grid{grid-template-columns:1fr 1fr}.pl-main{padding:22px}.pl-topbar{flex-direction:column}.pl-top-actions{width:100%;justify-content:space-between}}
@media (max-width:700px){.pl-wrap{margin:10px}.pl-admin-app,.pl-front-app{border-radius:20px}.pl-sidebar{padding:20px}.pl-sidebar nav{grid-template-columns:1fr}.pl-kpi-grid,.pl-grid.two,.pl-grid.two-one,.pl-price-grid,.pl-directory-grid,.pl-form-grid,.pl-reveal-grid,.pl-cert-grid{grid-template-columns:1fr}.pl-card,.pl-auth-card,.pl-directory,.pl-pricing,.pl-lookup-card{padding:20px;border-radius:20px}.pl-top-actions{flex-wrap:wrap}.pl-mini-profile{display:none}.pl-chart-bars{height:150px}.pl-stepper{grid-template-columns:1fr 1fr}.pl-auth-card h1,.pl-directory h1,.pl-pricing h1{font-size:28px}.pl-certificate h2{font-size:30px}}
@media print{.pl-sidebar,.pl-topbar,.pl-btn,.pl-security-note{display:none!important}.pl-public-shell,.pl-lookup-shell{background:#fff;padding:0}.pl-certificate,.pl-lookup-card{box-shadow:none;border-color:#222}}

.pl-inline-form{display:inline;margin:0}.pl-inline-form input{display:none}.pl-inline-form .pl-btn{margin:0}
.pl-filter-bar{display:grid;grid-template-columns:2fr 1fr auto auto;gap:12px;align-items:end;margin:0 0 18px;padding:14px;background:#fbfcfd;border:1px solid var(--pl-line);border-radius:16px}
.pl-filter-bar label{margin:0}.pl-filter-bar .pl-btn{min-height:44px}
@media (max-width:700px){.pl-filter-bar{grid-template-columns:1fr}}

.pl-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}
.pl-inline-filter{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin:0}
.pl-inline-filter select{min-height:38px;margin:0}
.pl-inline-filter .pl-btn{min-height:38px}
.pl-filter-bar.pl-filter-wide{grid-template-columns:2fr 1fr 1fr auto auto}
@media (max-width:900px){.pl-filter-bar.pl-filter-wide{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.pl-filter-bar.pl-filter-wide{grid-template-columns:1fr}}

/* v1.7.2 Admin Topbar Navigation */
.pl-admin-app{display:block!important;grid-template-columns:none!important;background:var(--pl-bg);overflow:hidden}
.pl-admin-nav-wrap{background:var(--pl-panel);padding:20px 24px 16px;border-bottom:1px solid var(--pl-line)}
.pl-admin-brandline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.pl-admin-brandline .pl-brand{display:flex;align-items:center;gap:10px}
.pl-admin-brandline .pl-brand small{font-size:12px;color:var(--pl-muted);font-weight:750;border-left:1px solid var(--pl-line);padding-left:10px;margin-left:2px}
.pl-admin-profile-chip{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--pl-line);border-radius:16px;background:#f8fbfc;white-space:nowrap}
.pl-admin-profile-chip strong,.pl-admin-profile-chip small{display:block}.pl-admin-profile-chip strong{font-size:13px;color:#22313b}.pl-admin-profile-chip small{font-size:11px;color:var(--pl-muted)}
.pl-admin-topnav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.pl-admin-topnav a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 12px;text-decoration:none!important;color:#1f2933;border:1px solid var(--pl-line);border-radius:14px;background:#fbfcfd;font-size:13px;font-weight:850;transition:.18s ease;white-space:nowrap}
.pl-admin-topnav a:hover{background:#f1f7f8;color:#111827;transform:translateY(-1px)}
.pl-admin-topnav a.active{background:var(--pl-lime);border-color:var(--pl-lime);color:#0d1619;box-shadow:0 8px 20px rgba(133,170,40,.18)}
.pl-admin-topnav .dashicons{font-size:17px;width:17px;height:17px;line-height:17px}
.pl-admin-app .pl-main{padding:28px 30px 34px;overflow:visible}
@media (max-width:1180px){.pl-admin-topnav{grid-template-columns:repeat(4,minmax(0,1fr))}.pl-admin-topnav a{font-size:12px}}
@media (max-width:900px){.pl-admin-topnav{grid-template-columns:repeat(2,minmax(0,1fr))}.pl-admin-brandline{align-items:flex-start}.pl-admin-profile-chip{display:none}.pl-admin-app .pl-main{padding:22px}}
@media (max-width:560px){.pl-admin-nav-wrap{padding:16px}.pl-admin-brandline .pl-brand{flex-wrap:wrap}.pl-admin-brandline .pl-brand small{border-left:0;padding-left:0;margin-left:38px;width:100%}.pl-admin-topnav{grid-template-columns:1fr}.pl-admin-topnav a{justify-content:flex-start}.pl-admin-app .pl-main{padding:16px}.pl-wrap{margin:10px}}


/* v1.7.3 admin cleanup and filter UI */
.pl-topbar{align-items:flex-start;justify-content:flex-start}
.pl-topbar .pl-top-actions{display:none!important}
.pl-admin-brandline{justify-content:flex-start}
.pl-admin-profile-chip{display:none!important}
.pl-admin-brandline .pl-brand small{border-left:0;padding-left:0;margin-left:0}
.pl-section-gap{margin-top:22px}
.pl-card + .pl-card,.pl-grid + .pl-card,.pl-card + .pl-grid,.pl-grid + .pl-grid{margin-top:0}
.pl-filter-bar{display:grid;grid-template-columns:minmax(260px,2fr) minmax(180px,1fr) auto auto;gap:18px;align-items:end;margin:0 0 22px;padding:18px 20px;background:#f9fbfc;border:1px solid var(--pl-line);border-radius:24px}
.pl-filter-bar.pl-filter-wide{grid-template-columns:minmax(260px,2fr) minmax(160px,1fr) minmax(160px,1fr) auto auto}
.pl-filter-bar label{display:flex;flex-direction:column;gap:10px;margin:0;font-size:13px;font-weight:900;color:#22313b}
.pl-filter-bar input,.pl-filter-bar select{width:100%;min-height:54px;margin:0;border:1px solid #dce5e9!important;border-radius:18px!important;padding:14px 18px;background:#fff!important;color:#111827;font-size:15px;font-weight:800;box-shadow:none!important;appearance:none;-webkit-appearance:none}
.pl-filter-bar select{padding-right:46px;background-image:linear-gradient(45deg,transparent 50%,#334155 50%),linear-gradient(135deg,#334155 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.pl-filter-bar .pl-btn{min-height:54px;padding:0 26px;border-radius:18px}
.pl-filter-bar .pl-btn.outline{background:#fff}
.pl-table-wrap{overflow:auto}
.pl-table tbody tr[style*="display: none"]{display:none!important}
@media (max-width:1100px){.pl-filter-bar.pl-filter-wide{grid-template-columns:1fr 1fr}.pl-filter-bar{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.pl-filter-bar,.pl-filter-bar.pl-filter-wide{grid-template-columns:1fr}.pl-filter-bar .pl-btn,.pl-filter-bar .pl-btn.outline{width:100%}.pl-section-gap{margin-top:18px}}


/* v1.7.4 filter height alignment fix */
.pl-filter-bar{align-items:end}
.pl-filter-bar label{align-self:end}
.pl-filter-bar input,
.pl-filter-bar select{height:58px!important;min-height:58px!important;line-height:1.2!important;padding-top:0!important;padding-bottom:0!important;display:block}
.pl-filter-bar .pl-btn,
.pl-filter-bar .pl-btn.outline{height:58px!important;min-height:58px!important;line-height:58px!important;padding:0 28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:end}
.pl-filter-bar .pl-btn.outline{border:1px solid var(--pl-line)!important}
.pl-filter-bar select{background-position:calc(100% - 22px) 50%,calc(100% - 16px) 50%!important}
@media (max-width:760px){
  .pl-filter-bar input,
  .pl-filter-bar select,
  .pl-filter-bar .pl-btn,
  .pl-filter-bar .pl-btn.outline{height:54px!important;min-height:54px!important;line-height:54px!important}
}

/* v1.7.6 vendor lifecycle controls */
.pl-vendor-actions{display:flex!important;gap:6px;align-items:center;flex-wrap:wrap}
.pl-vendor-actions input{display:none!important}
.pl-btn.danger{border-color:#fecaca!important;color:#991b1b!important;background:#fff!important}
.pl-btn.danger:hover{background:#fee2e2!important}
.pl-table td small .pl-badge{margin-top:6px}


/* v1.7.7 vendor action dropdown */
.pl-vendor-actions{display:block!important;min-width:150px}
.pl-vendor-actions input[type="hidden"]{display:none!important}
.pl-action-select{width:100%!important;min-height:42px!important;border:1px solid var(--pl-line)!important;border-radius:14px!important;background:#fff!important;color:#111827!important;font-size:13px!important;font-weight:850!important;padding:0 34px 0 12px!important;box-shadow:none!important;appearance:auto!important;-webkit-appearance:auto!important;cursor:pointer}
.pl-action-select:focus{border-color:#111827!important;outline:none!important}


/* v1.7.10 Lookup & Records section spacing */
.pl-lookup-overview-section{margin-bottom:28px!important}
.pl-lookup-recent-section{margin-top:28px!important}
@media (max-width:760px){
  .pl-lookup-overview-section{margin-bottom:20px!important}
  .pl-lookup-recent-section{margin-top:20px!important}
}

/* v1.8.0 announcements */
.pl-modal-card select[multiple]{min-height:150px!important;padding-top:10px!important;padding-bottom:10px!important;background-image:none!important}
.pl-announcement-message{white-space:pre-line}


/* v1.8.1 announcement form and report graphs */
.pl-modal-hero{display:flex;align-items:center;gap:14px;margin:0 0 18px;padding:18px;border-radius:22px;background:linear-gradient(135deg,#f7fff0,#f5fbff);border:1px solid var(--pl-line)}
.pl-modal-hero span{width:44px;height:44px;border-radius:16px;background:var(--pl-lime);display:inline-flex;align-items:center;justify-content:center;font-size:22px;flex:0 0 auto}
.pl-modal-hero h2{margin:0 0 4px;font-size:24px;letter-spacing:-.02em}.pl-modal-hero p{margin:0;color:var(--pl-muted)}
.pl-announcement-form{display:grid;gap:18px}.pl-form-section{border:1px solid var(--pl-line);border-radius:22px;padding:18px;background:#fbfcfd}.pl-form-section h3{margin:0 0 14px;font-size:16px;letter-spacing:-.01em}.pl-section-title-row{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.pl-section-title-row h3{margin:0 0 4px}.pl-section-title-row p{margin:0;color:var(--pl-muted);font-size:13px}.pl-announcement-form textarea{min-height:150px!important}.pl-vendor-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:230px;overflow:auto;padding:4px}.pl-vendor-check{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--pl-line);border-radius:16px;background:#fff;margin:0}.pl-vendor-check input{width:18px!important;min-height:18px!important;margin:2px 0 0!important;appearance:auto!important;-webkit-appearance:auto!important}.pl-vendor-check strong,.pl-vendor-check small{display:block}.pl-vendor-check small{color:var(--pl-muted);font-size:11px;margin-top:2px}.pl-modal-footer{display:flex;gap:10px;justify-content:flex-end;align-items:center}.pl-modal-footer .pl-btn{min-width:160px}
.pl-report-bars{height:260px;display:flex;align-items:flex-end;gap:18px;padding:18px 4px 6px;border-radius:18px;background:linear-gradient(to bottom,transparent 24%,rgba(148,163,184,.10) 24%,rgba(148,163,184,.10) 25%,transparent 25%,transparent 49%,rgba(148,163,184,.10) 49%,rgba(148,163,184,.10) 50%,transparent 50%,transparent 74%,rgba(148,163,184,.10) 74%,rgba(148,163,184,.10) 75%,transparent 75%)}
.pl-report-bars.compact{gap:10px}.pl-report-bar{flex:1;min-width:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:7px}.pl-report-bar-track{height:150px;width:100%;max-width:48px;display:flex;align-items:flex-end;justify-content:center;border-radius:14px;background:#eef4f6;overflow:hidden}.pl-report-bar-track span{display:block;width:100%;border-radius:14px 14px 0 0;background:linear-gradient(180deg,#c9b7ff,#a4e8c7);min-height:8px}.pl-report-bar-track span.green{background:linear-gradient(180deg,#8be4b5,#17a5a6)}.pl-report-bar-track span.yellow{background:linear-gradient(180deg,#fff0a6,#f59e0b)}.pl-report-bar-track span.blue{background:linear-gradient(180deg,#9fc4ff,#3b82f6)}.pl-report-bar-track span.teal{background:linear-gradient(180deg,#a7f3d0,#17a5a6)}.pl-report-bar-track span.purple{background:linear-gradient(180deg,#ddd6fe,#8b5cf6)}.pl-report-bar strong{font-size:12px;white-space:nowrap}.pl-report-bar small{font-size:11px;color:var(--pl-muted);white-space:nowrap}.pl-horizontal-bars{display:grid;gap:14px;margin-top:10px}.pl-horizontal-row{display:grid;grid-template-columns:minmax(150px,220px) 1fr;gap:14px;align-items:center}.pl-horizontal-row strong,.pl-horizontal-row small{display:block}.pl-horizontal-row small{color:var(--pl-muted);font-size:11px}.pl-horizontal-row>span{height:14px;border-radius:999px;background:#edf2f4;overflow:hidden}.pl-horizontal-row em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pl-lime),var(--pl-teal))}
@media (max-width:760px){.pl-vendor-check-grid{grid-template-columns:1fr}.pl-modal-footer{flex-direction:column}.pl-modal-footer .pl-btn{width:100%}.pl-report-bars{height:230px;gap:8px}.pl-horizontal-row{grid-template-columns:1fr}}


/* v1.8.2 support ticket workflow */
.pl-support-head{align-items:center!important}
.pl-support-filter{display:inline-flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;margin:0!important}
.pl-support-filter select{height:46px!important;min-height:46px!important;border:1px solid #dce5e9!important;border-radius:16px!important;padding:0 42px 0 16px!important;background-color:#fff!important;font-weight:800!important}
.pl-support-filter .pl-btn{height:46px!important;min-height:46px!important;border-radius:16px!important;padding:0 22px!important}
.pl-ticket-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.pl-ticket-status-form{display:inline-flex!important;align-items:center}
.pl-ticket-status-form select{height:36px;min-height:36px;border:1px solid var(--pl-line);border-radius:12px;background:#fff;font-size:12px;font-weight:850;padding:0 28px 0 10px;margin:0}
.pl-ticket-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.pl-support-thread{display:grid;gap:12px;margin:16px 0 18px;max-height:360px;overflow:auto;padding:4px 4px 4px 0}
.pl-thread-message{border:1px solid var(--pl-line);border-radius:16px;padding:14px 16px;background:#fbfcfd}
.pl-thread-message.admin{background:#f4fff4;border-color:#d8f5c1}
.pl-thread-message.vendor{background:#f8fafc}
.pl-thread-message div{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}
.pl-thread-message strong{font-size:13px;color:#182128}
.pl-thread-message small{font-size:11px;color:var(--pl-muted);font-weight:800}
.pl-thread-message p{margin:0!important;color:#28343d;line-height:1.55}
.pl-ticket-reply-form textarea{min-height:130px}
.pl-modal-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
@media (max-width:760px){
  .pl-support-head{align-items:flex-start!important}
  .pl-support-filter{width:100%;justify-content:flex-start}
  .pl-support-filter select{flex:1}
  .pl-ticket-actions{align-items:flex-start}
}

/* v1.8.3 settings page section layout */
.pl-settings-form{display:block;margin:0 0 28px}.pl-settings-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;background:linear-gradient(135deg,#ffffff,#f8fcf2)}.pl-settings-hero h2{margin:0 0 6px;font-size:28px;letter-spacing:-.03em}.pl-settings-hero p{margin:0;color:var(--pl-muted);max-width:760px}.pl-settings-icon{width:48px;height:48px;border-radius:18px;background:var(--pl-lime);display:inline-flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px}.pl-settings-grid{margin-top:24px}.pl-settings-section{min-height:100%}.pl-settings-section .pl-card-head{margin-bottom:18px}.pl-settings-section .pl-card-head h2{font-size:22px}.pl-settings-section .pl-card-head p{font-size:14px}.pl-settings-section textarea{min-height:190px!important}.pl-settings-savebar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding:18px 20px;border:1px solid var(--pl-line);border-radius:22px;background:#fbfcfd}.pl-settings-savebar strong,.pl-settings-savebar small{display:block}.pl-settings-savebar small{color:var(--pl-muted);margin-top:3px}.pl-settings-savebar .pl-btn,.pl-settings-hero .pl-btn{min-height:48px;border-radius:16px;padding:0 24px}@media(max-width:900px){.pl-settings-hero,.pl-settings-savebar{align-items:flex-start;flex-direction:column}.pl-settings-hero .pl-btn,.pl-settings-savebar .pl-btn{width:100%}}


/* v1.8.5 backups and security audit sections */
.pl-backup-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:10px 0 16px}
.pl-backup-actions .pl-btn{min-height:48px;border-radius:16px;padding:0 22px}
.pl-inline-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.pl-inline-actions .pl-inline-form{display:inline-flex!important}
.pl-inline-actions .pl-btn.danger{border-color:#fecaca!important;color:#991b1b!important;background:#fff!important}
.pl-card .pl-security-note{margin-top:14px}
@media(max-width:760px){.pl-backup-actions,.pl-inline-actions{align-items:stretch;flex-direction:column}.pl-backup-actions .pl-btn,.pl-inline-actions .pl-btn,.pl-inline-actions .pl-inline-form{width:100%}.pl-inline-actions .pl-inline-form button{width:100%}}


/* v1.8.6 launch how-it-works flow */
.pl-how-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:18px;position:relative}
.pl-how-flow:before{content:"";position:absolute;left:5%;right:5%;top:38px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--pl-lime),var(--pl-teal));opacity:.35}
.pl-how-step{position:relative;z-index:1;min-height:168px;background:#fbfcfd;border:1px solid var(--pl-line);border-radius:20px;padding:18px;display:flex;flex-direction:column;gap:10px;box-shadow:0 10px 28px rgba(30,42,50,.05)}
.pl-how-step strong{font-size:14px;line-height:1.25;color:#111827}.pl-how-step small{color:var(--pl-muted);line-height:1.45}.pl-how-number{width:42px;height:42px;border-radius:16px;background:var(--pl-lime);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:950;color:#0d1619;box-shadow:0 8px 20px rgba(133,170,40,.18)}
.pl-how-meter{height:8px;border-radius:999px;background:#edf2f4;overflow:hidden;margin-top:auto}.pl-how-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pl-lime),var(--pl-teal))}
.pl-flow-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.pl-flow-summary div{background:#f7fafb;border:1px solid var(--pl-line);border-radius:16px;padding:13px 14px}.pl-flow-summary strong,.pl-flow-summary small{display:block}.pl-flow-summary small{color:var(--pl-muted);margin-top:3px}
@media (max-width:1180px){.pl-how-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.pl-how-flow:before{display:none}.pl-flow-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.pl-how-flow,.pl-flow-summary{grid-template-columns:1fr}.pl-how-step{min-height:auto}}


/* v1.8.7 vendor launch polish */
.pl-front-app .pl-main > section + section{margin-top:24px}
.pl-how-graphic-card{background:linear-gradient(135deg,#ffffff 0%,#f8fcff 50%,#fbfff4 100%);overflow:hidden;position:relative}
.pl-how-graphic-card:after{content:"";position:absolute;right:-80px;top:-80px;width:210px;height:210px;border-radius:50%;background:rgba(201,255,63,.26);filter:blur(2px);pointer-events:none}
.pl-section-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;margin-bottom:8px;border-radius:999px;background:#eef8ff;color:#0369a1;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.pl-how-graphic-wrap{display:grid;grid-template-columns:310px 1fr;gap:24px;align-items:stretch;margin-top:22px;position:relative;z-index:1}
.pl-how-graphic-stage{min-height:330px;border:1px solid var(--pl-line);border-radius:28px;background:radial-gradient(circle at 50% 50%,rgba(201,255,63,.22),transparent 42%),linear-gradient(145deg,#0f1720,#16252d);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 22px 50px rgba(16,24,32,.13)}
.pl-how-graphic-stage:before{content:"";position:absolute;inset:28px;border:1px dashed rgba(255,255,255,.26);border-radius:42% 58% 51% 49%/52% 42% 58% 48%;animation:plOrbit 16s linear infinite}
.pl-how-graphic-stage:after{content:"";position:absolute;inset:58px;border:1px dashed rgba(201,255,63,.35);border-radius:58% 42% 48% 52%/42% 55% 45% 58%;animation:plOrbitReverse 18s linear infinite}
.pl-how-core{width:172px;height:172px;border-radius:42px;background:rgba(255,255,255,.94);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;position:relative;z-index:2;box-shadow:0 22px 60px rgba(0,0,0,.28)}
.pl-how-core span{font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#0369a1;margin-bottom:8px}.pl-how-core strong{font-size:22px;line-height:1.05;color:#111827}.pl-how-core small{margin-top:10px;color:#475569;font-weight:850}
.pl-orbit{position:absolute;width:50px;height:50px;border-radius:18px;background:var(--pl-lime);box-shadow:0 16px 30px rgba(201,255,63,.24);z-index:3}.pl-orbit:before{content:"";position:absolute;inset:13px;border-radius:50%;background:#0f1720}.pl-orbit.one{left:34px;top:42px}.pl-orbit.two{right:42px;top:84px;background:#9fc4ff}.pl-orbit.three{right:82px;bottom:44px;background:#8be4b5}
.pl-how-timeline{display:grid;grid-template-columns:1fr;gap:12px;position:relative}.pl-how-timeline:before{content:"";position:absolute;left:26px;top:24px;bottom:24px;width:3px;border-radius:999px;background:linear-gradient(180deg,var(--pl-lime),var(--pl-teal));opacity:.45}
.pl-how-node{position:relative;z-index:1;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;min-height:76px;padding:13px 16px;background:#fff;border:1px solid var(--pl-line);border-radius:22px;box-shadow:0 14px 34px rgba(30,42,50,.06)}
.pl-how-node .pl-how-number{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--pl-lime),#eaff9f);color:#0f1720;font-size:13px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 10px 22px rgba(133,170,40,.18)}
.pl-how-node strong,.pl-how-node small{display:block}.pl-how-node strong{font-size:15px;line-height:1.25;color:#111827}.pl-how-node small{margin-top:4px;color:var(--pl-muted);line-height:1.4}.pl-how-node em{font-style:normal;font-size:11px;font-weight:950;color:#0f766e;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;padding:6px 9px;white-space:nowrap}
.pl-flow-summary{position:relative;z-index:1}
@keyframes plOrbit{to{transform:rotate(360deg)}}@keyframes plOrbitReverse{to{transform:rotate(-360deg)}}
@media (max-width:1180px){.pl-how-graphic-wrap{grid-template-columns:1fr}.pl-how-graphic-stage{min-height:260px}.pl-how-timeline:before{display:none}}
@media (max-width:700px){.pl-how-node{grid-template-columns:46px 1fr;align-items:flex-start}.pl-how-node em{grid-column:2;margin-top:4px;width:max-content}.pl-how-node .pl-how-number{width:46px;height:46px}.pl-how-core{width:150px;height:150px}.pl-how-core strong{font-size:19px}}

/* v1.8.9 step-based Create Category / Lookup Page wizard */
.pl-category-wizard-modal{width:min(920px,100%)!important;padding:28px!important}
.pl-wizard-hero{display:flex;align-items:flex-start;gap:16px;margin:0 0 18px;padding:18px;border:1px solid var(--pl-line);border-radius:24px;background:linear-gradient(135deg,#ffffff,#f6fbff 55%,#fbfff2)}
.pl-wizard-hero > span{width:48px;height:48px;border-radius:18px;background:var(--pl-lime);display:inline-flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 12px 26px rgba(133,170,40,.17);flex:0 0 auto}
.pl-wizard-hero h2{margin:0 0 5px!important;font-size:24px;letter-spacing:-.03em;color:#111827}
.pl-wizard-hero p{margin:0!important;color:var(--pl-muted);line-height:1.5;font-weight:750}
.pl-category-wizard{display:block!important}
.pl-wizard-progress{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:0 0 18px;position:relative}
.pl-wizard-progress:before{content:"";position:absolute;left:4%;right:4%;top:19px;height:3px;background:#e8eef1;border-radius:999px;z-index:0}
.pl-wizard-progress span{position:relative;z-index:1;height:42px;border-radius:16px;background:#fff;border:1px solid var(--pl-line);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:950;color:#64748b;box-shadow:0 8px 22px rgba(30,42,50,.05)}
.pl-wizard-progress span.active{background:var(--pl-lime);border-color:var(--pl-lime);color:#0d1619}
.pl-wizard-progress span.current{box-shadow:0 0 0 4px rgba(201,255,63,.28)}
.pl-wizard-step{display:none;margin-top:14px;padding:22px;border:1px solid var(--pl-line);border-radius:26px;background:#fff;box-shadow:0 14px 36px rgba(30,42,50,.06)}
.pl-wizard-step.is-visible{display:block;animation:plWizardIn .22s ease-out}
.pl-wizard-step:not(.is-active){opacity:.78;background:#fbfcfd}
.pl-step-head{margin:0 0 16px;padding-bottom:14px;border-bottom:1px solid var(--pl-line)}
.pl-step-head em{font-style:normal;display:inline-flex;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:#ecfdf5;border:1px solid #bbf7d0;color:#0f766e;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.pl-step-head h3{margin:0 0 4px!important;font-size:20px;letter-spacing:-.02em;color:#111827}
.pl-step-head p{margin:0!important;color:var(--pl-muted);font-size:13px;line-height:1.55;font-weight:750}
.pl-category-wizard label{font-size:13px;font-weight:900;color:#22313b}
.pl-category-wizard input,.pl-category-wizard select,.pl-category-wizard textarea{border-radius:18px!important;border:1px solid #dce5e9!important;background:#fff!important;box-shadow:none!important;font-weight:800!important}
.pl-category-wizard input,.pl-category-wizard select{min-height:54px!important}
.pl-category-wizard textarea{min-height:130px!important}
.pl-field-error{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.08)!important}
.pl-wizard-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}
.pl-wizard-actions .pl-btn{min-height:48px;border-radius:16px;padding:0 24px}
.pl-wizard-complete{margin-top:18px;padding:16px 18px;border-radius:18px;border:1px solid #bbf7d0;background:#ecfdf5;color:#14532d}
.pl-wizard-complete strong,.pl-wizard-complete small{display:block}.pl-wizard-complete small{margin-top:4px;color:#166534;font-weight:750}
@keyframes plWizardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.pl-category-wizard-modal{padding:20px!important}.pl-wizard-hero{flex-direction:column}.pl-wizard-progress{gap:5px}.pl-wizard-progress span{height:34px;border-radius:12px}.pl-wizard-progress:before{top:15px}.pl-wizard-step{padding:18px;border-radius:22px}.pl-wizard-actions .pl-btn{width:100%}}


/* v1.8.10 faster, cleaner Create Category flow */
.pl-category-flow-modal{width:min(980px,100%)!important;padding:0!important;overflow:hidden!important}
.pl-flow-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px 28px 22px;border-bottom:1px solid var(--pl-line);background:radial-gradient(circle at 12% 0%,rgba(201,255,63,.32),transparent 34%),linear-gradient(135deg,#ffffff,#f7fbfc)}
.pl-flow-builder-head h2{margin:6px 0 6px!important;font-size:26px;letter-spacing:-.04em;color:#111827}.pl-flow-builder-head p{margin:0!important;color:var(--pl-muted);font-weight:750;line-height:1.55;max-width:680px}
.pl-flow-wizard{padding:0!important}.pl-flow-layout{display:grid;grid-template-columns:260px 1fr;min-height:530px;background:#fff}.pl-flow-map{position:relative;padding:28px 22px;background:#f8fbfc;border-right:1px solid var(--pl-line);display:grid;align-content:start;gap:14px}.pl-flow-map-line{position:absolute;left:44px;top:54px;bottom:54px;width:3px;background:#e7eef2;border-radius:999px}.pl-flow-map button{position:relative;z-index:1;display:flex;align-items:center;gap:12px;width:100%;border:0;background:transparent;text-align:left;padding:0;cursor:pointer;color:#475569}.pl-flow-map button em{width:44px;height:44px;border-radius:16px;border:1px solid var(--pl-line);background:#fff;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:950;color:#64748b;box-shadow:0 8px 20px rgba(30,42,50,.05)}.pl-flow-map button span{display:block;padding:10px 12px;border-radius:16px;flex:1}.pl-flow-map button strong,.pl-flow-map button small{display:block}.pl-flow-map button strong{font-size:13px;color:#22313b}.pl-flow-map button small{font-size:11px;color:var(--pl-muted);font-weight:800;margin-top:2px}.pl-flow-map button.active em{background:var(--pl-lime);border-color:var(--pl-lime);color:#0d1619}.pl-flow-map button.current span{background:#fff;border:1px solid var(--pl-line);box-shadow:0 12px 30px rgba(30,42,50,.07)}
.pl-flow-panel{padding:28px;display:flex;align-items:stretch}.pl-flow-panel .pl-wizard-step{display:none!important;width:100%;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;opacity:1!important}.pl-flow-panel .pl-wizard-step.is-active{display:block!important;animation:plWizardSlide .18s ease-out}.pl-flow-graphic{display:flex;align-items:center;gap:16px;margin:0 0 22px;padding:20px;border:1px solid var(--pl-line);border-radius:26px;background:linear-gradient(135deg,#ffffff,#f7fbff 52%,#fbfff0)}.pl-flow-graphic > span{width:62px;height:62px;border-radius:22px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:950;box-shadow:0 18px 35px rgba(17,24,39,.16)}.pl-flow-graphic h3{margin:0 0 5px!important;font-size:24px;letter-spacing:-.035em;color:#111827}.pl-flow-graphic p{margin:0!important;color:var(--pl-muted);font-weight:750;line-height:1.55}.pl-flow-panel label{font-size:13px;font-weight:900;color:#22313b}.pl-flow-panel input,.pl-flow-panel select,.pl-flow-panel textarea{border-radius:18px!important;border:1px solid #dce5e9!important;background:#fff!important;box-shadow:none!important;font-weight:800!important}.pl-flow-panel input,.pl-flow-panel select{min-height:56px!important}.pl-flow-panel textarea{min-height:150px!important}.pl-field-suggestion{margin-top:14px;padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px dashed #d7e1e6}.pl-field-suggestion strong,.pl-field-suggestion small{display:block}.pl-field-suggestion strong{font-size:13px;color:#111827}.pl-field-suggestion small{margin-top:4px;color:var(--pl-muted);font-weight:750}.pl-wizard-actions{margin-top:22px!important;padding-top:18px;border-top:1px solid var(--pl-line);display:flex!important;align-items:center;gap:10px!important}.pl-wizard-actions .pl-btn{min-height:52px!important;border-radius:17px!important;padding:0 26px!important}.pl-btn.ghost{background:#f8fafc!important;border:1px solid var(--pl-line)!important;color:#334155!important}.pl-wizard-complete{border-radius:20px!important}
@keyframes plWizardSlide{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:900px){.pl-flow-layout{grid-template-columns:1fr}.pl-flow-map{border-right:0;border-bottom:1px solid var(--pl-line);grid-template-columns:repeat(2,minmax(0,1fr));padding:18px}.pl-flow-map-line{display:none}.pl-flow-map button span{display:none}.pl-flow-panel{padding:22px}.pl-flow-builder-head{padding:22px;flex-direction:column}.pl-flow-graphic{align-items:flex-start}.pl-flow-graphic h3{font-size:21px}}
@media(max-width:620px){.pl-flow-map{grid-template-columns:repeat(4,1fr);gap:8px}.pl-flow-map button{justify-content:center}.pl-flow-map button em{width:38px;height:38px;border-radius:14px}.pl-flow-graphic{flex-direction:column}.pl-wizard-actions .pl-btn{width:100%}}


/* v1.8.11 Create Category wizard button visibility fix */
.pl-category-flow-modal{max-height:92vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
.pl-category-flow-modal .pl-flow-builder-head{flex:0 0 auto}
.pl-category-flow-modal .pl-flow-wizard{flex:1 1 auto;min-height:0!important;display:flex!important;flex-direction:column!important}
.pl-category-flow-modal .pl-flow-layout{min-height:0!important;height:auto!important;flex:1 1 auto;overflow:hidden}
.pl-category-flow-modal .pl-flow-panel{min-height:0!important;overflow:auto!important;padding-bottom:0!important;align-items:flex-start!important}
.pl-category-flow-modal .pl-flow-panel .pl-wizard-step.is-active{min-height:100%;display:flex!important;flex-direction:column!important}
.pl-category-flow-modal .pl-flow-panel .pl-form-grid{flex:0 0 auto}
.pl-category-flow-modal .pl-flow-panel textarea{min-height:112px!important;max-height:160px!important}
.pl-category-flow-modal .pl-wizard-actions{position:sticky;bottom:0;z-index:5;margin-top:auto!important;background:linear-gradient(180deg,rgba(255,255,255,.88),#fff 34%);padding:18px 0 0!important;border-top:1px solid var(--pl-line);box-shadow:0 -14px 26px rgba(255,255,255,.86)}
.pl-category-flow-modal .pl-wizard-actions .pl-btn{height:52px!important;min-height:52px!important;line-height:1!important}
@media(max-width:900px){.pl-category-flow-modal{overflow:auto!important}.pl-category-flow-modal .pl-flow-layout{overflow:visible}.pl-category-flow-modal .pl-flow-panel{overflow:visible!important}.pl-category-flow-modal .pl-wizard-actions{position:sticky;bottom:0}}
@media(max-width:620px){.pl-category-flow-modal .pl-flow-panel textarea{min-height:92px!important}.pl-category-flow-modal .pl-wizard-actions{padding-bottom:4px!important}}


/* v1.8.12 Create Category wizard save + spacing fix */
.pl-category-flow-modal .pl-flow-layout{min-height:0!important}
.pl-category-flow-modal .pl-flow-panel{padding:28px 28px 44px!important;overflow:auto!important;align-items:flex-start!important}
.pl-category-flow-modal .pl-flow-panel .pl-wizard-step.is-active{min-height:auto!important;padding-bottom:10px!important}
.pl-category-flow-modal .pl-wizard-actions{position:relative!important;bottom:auto!important;margin-top:26px!important;padding:20px 0 26px!important;border-top:1px solid var(--pl-line);box-shadow:none!important;background:#fff!important}
.pl-category-flow-modal .pl-wizard-actions .pl-btn{height:54px!important;min-height:54px!important;margin-bottom:0!important}
.pl-category-flow-modal .pl-flow-graphic{margin-bottom:24px!important}
.pl-category-flow-modal .pl-flow-panel label{margin-bottom:0!important}
.pl-category-flow-modal .pl-flow-panel input,
.pl-category-flow-modal .pl-flow-panel select,
.pl-category-flow-modal .pl-flow-panel textarea{margin-bottom:0!important}
.pl-category-flow-modal .pl-form-grid{gap:18px!important;margin-bottom:6px!important}
@media(max-width:900px){.pl-category-flow-modal .pl-flow-panel{padding:22px 20px 36px!important}.pl-category-flow-modal .pl-wizard-actions{position:relative!important;padding-bottom:22px!important}}
@media(max-width:620px){.pl-category-flow-modal .pl-wizard-actions{padding-bottom:22px!important}.pl-category-flow-modal .pl-wizard-actions .pl-btn{width:100%!important}}


/* v1.8.13 two-step lookup page setup */
.pl-category-two-step-modal .pl-flow-layout{grid-template-columns:260px 1fr;min-height:440px!important}
.pl-category-two-step-modal .pl-flow-map{gap:18px!important}
.pl-category-two-step-modal .pl-flow-map-line{top:54px!important;bottom:auto!important;height:82px!important}
.pl-category-two-step-modal .pl-flow-panel{padding-bottom:34px!important}
.pl-category-two-step-modal .pl-flow-panel .pl-wizard-step.is-active{min-height:auto!important}
.pl-category-two-step-modal .pl-wizard-actions{margin-top:24px!important;padding-bottom:24px!important}
.pl-category-two-step-modal .pl-wizard-complete{margin-top:18px!important;margin-bottom:0!important}
.pl-category-two-step-modal textarea{min-height:120px!important}
@media(max-width:900px){.pl-category-two-step-modal .pl-flow-layout{grid-template-columns:1fr!important;min-height:0!important}.pl-category-two-step-modal .pl-flow-map{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important;border-right:0!important;border-bottom:1px solid var(--pl-line)!important}.pl-category-two-step-modal .pl-flow-map-line{display:none!important}}
@media(max-width:620px){.pl-category-two-step-modal .pl-flow-map{grid-template-columns:1fr!important}.pl-category-two-step-modal .pl-wizard-actions .pl-btn{width:100%!important}}

/* v1.8.16 Add Manual Record guided flow */
.pl-manual-flow-modal{width:min(1040px,100%)!important;padding:0!important;overflow:hidden!important}
.pl-manual-flow-modal .pl-flow-layout{grid-template-columns:275px 1fr;min-height:560px!important}
.pl-manual-flow-modal .pl-flow-map{gap:13px!important}
.pl-manual-flow-modal .pl-flow-map-line{top:54px!important;bottom:54px!important;height:auto!important}
.pl-manual-flow-modal .pl-flow-panel{padding:28px 28px 42px!important;overflow:auto!important;align-items:flex-start!important}
.pl-manual-flow-modal .pl-flow-panel .pl-wizard-step.is-active{min-height:auto!important;width:100%!important}
.pl-manual-flow-modal textarea.pl-token-input{min-height:96px!important;max-height:130px!important;font-weight:800!important;line-height:1.55!important}
.pl-manual-flow-modal .pl-wizard-actions{position:relative!important;margin-top:24px!important;padding:20px 0 22px!important;border-top:1px solid var(--pl-line)!important;background:#fff!important;box-shadow:none!important;gap:10px!important;flex-wrap:wrap}
.pl-manual-flow-modal .pl-wizard-actions .pl-btn{height:54px!important;min-height:54px!important;border-radius:17px!important}
.pl-token-preview{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:14px 0 4px;padding:12px;border-radius:18px;border:1px dashed #d7e1e6;background:#f8fafc;min-height:50px}
.pl-token-preview span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#eaf7ff;color:#075985;font-size:12px;font-weight:900}
.pl-token-preview em{margin-left:auto;font-style:normal;color:var(--pl-muted);font-size:12px;font-weight:900}
.pl-token-preview small{color:var(--pl-muted);font-weight:800}
.pl-manual-payload-fields{margin-top:16px;padding:16px;border:1px solid var(--pl-line);border-radius:22px;background:#fbfcfd}
.pl-manual-values-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.pl-manual-values-head strong,.pl-manual-values-head small{display:block}.pl-manual-values-head strong{font-size:14px;color:#111827}.pl-manual-values-head small{font-size:12px;color:var(--pl-muted);font-weight:800}
.pl-new-category-row{padding:14px;border-radius:18px;background:#fbfcfd;border:1px dashed #d8e2e6}
.pl-manual-flow-modal .pl-field-error{border-color:#ef4444!important;background:#fff7f7!important}
@media(max-width:940px){.pl-manual-flow-modal .pl-flow-layout{grid-template-columns:1fr!important;min-height:0!important}.pl-manual-flow-modal .pl-flow-map{grid-template-columns:repeat(5,minmax(0,1fr))!important;display:grid!important;border-right:0!important;border-bottom:1px solid var(--pl-line)!important}.pl-manual-flow-modal .pl-flow-map-line{display:none!important}.pl-manual-flow-modal .pl-flow-map button span{display:none!important}.pl-manual-flow-modal .pl-flow-panel{padding:22px 20px 36px!important}}
@media(max-width:620px){.pl-manual-flow-modal .pl-flow-map{grid-template-columns:repeat(5,1fr)!important;gap:7px!important}.pl-manual-flow-modal .pl-flow-map button em{width:36px!important;height:36px!important;border-radius:13px!important}.pl-manual-flow-modal .pl-wizard-actions .pl-btn{width:100%!important}.pl-token-preview em{width:100%;margin-left:0}}


/* v1.8.17 manual record modal button visibility fix */
.pl-manual-flow-modal{max-height:94vh!important;display:flex!important;flex-direction:column!important}
.pl-manual-flow-modal .pl-flow-builder-head{flex:0 0 auto!important}
.pl-manual-flow-modal form.pl-manual-record-wizard{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important}
.pl-manual-flow-modal .pl-flow-layout{flex:1 1 auto!important;min-height:0!important;max-height:calc(94vh - 178px)!important;overflow:hidden!important}
.pl-manual-flow-modal .pl-flow-panel{max-height:100%!important;overflow:auto!important;padding-bottom:120px!important;scroll-padding-bottom:140px!important}
.pl-manual-flow-modal .pl-wizard-step.is-active{padding-bottom:12px!important}
.pl-manual-flow-modal .pl-wizard-actions{position:sticky!important;bottom:0!important;z-index:30!important;margin-top:28px!important;margin-bottom:0!important;padding:18px 0 24px!important;background:linear-gradient(180deg,rgba(255,255,255,.88),#fff 38%)!important;box-shadow:0 -14px 28px rgba(15,23,42,.06)!important;border-top:1px solid var(--pl-line)!important}
.pl-manual-flow-modal .pl-wizard-actions:after{content:'';position:absolute;left:0;right:0;bottom:-24px;height:24px;background:#fff}
.pl-manual-flow-modal .pl-inline-help{display:block;margin-top:8px;color:var(--pl-muted);font-size:12px;font-weight:800}
.pl-manual-flow-modal .pl-new-category-row small{display:block;margin-top:8px;color:var(--pl-muted);font-size:12px;font-weight:800}
@media(max-width:940px){.pl-manual-flow-modal .pl-flow-layout{max-height:none!important;overflow:visible!important}.pl-manual-flow-modal .pl-flow-panel{max-height:calc(94vh - 230px)!important;overflow:auto!important}}


/* v1.8.18 manual record wizard fixed action footer */
.pl-manual-flow-modal{height:min(94vh,900px)!important;max-height:94vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
.pl-manual-flow-modal .pl-flow-builder-head{flex:0 0 auto!important}
.pl-manual-flow-modal form.pl-manual-record-wizard{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;background:#fff!important}
.pl-manual-flow-modal .pl-flow-layout{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}
.pl-manual-flow-modal .pl-flow-panel{max-height:none!important;height:100%!important;overflow:auto!important;padding:28px 28px 34px!important;scroll-padding-bottom:40px!important}
.pl-manual-flow-modal .pl-wizard-step.is-active{padding-bottom:0!important}
.pl-manual-flow-modal .pl-manual-action-dock{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:10px!important;padding:16px 28px 22px 288px!important;border-top:1px solid var(--pl-line)!important;background:linear-gradient(180deg,rgba(255,255,255,.94),#fff 42%)!important;box-shadow:0 -14px 30px rgba(15,23,42,.08)!important;z-index:40!important}
.pl-manual-flow-modal .pl-manual-action-dock:empty{display:none!important}
.pl-manual-flow-modal .pl-manual-action-dock .pl-wizard-actions{position:static!important;bottom:auto!important;z-index:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:center!important}
.pl-manual-flow-modal .pl-manual-action-dock .pl-wizard-actions:after{display:none!important;content:none!important}
.pl-manual-flow-modal .pl-manual-action-dock .pl-wizard-actions .pl-btn{height:54px!important;min-height:54px!important;border-radius:17px!important;margin:0!important}
.pl-manual-flow-modal .pl-form-grid{margin-bottom:0!important}
.pl-manual-flow-modal .pl-wizard-complete{margin-bottom:0!important}
@media(max-width:940px){.pl-manual-flow-modal{height:94vh!important}.pl-manual-flow-modal .pl-flow-layout{overflow:hidden!important}.pl-manual-flow-modal .pl-flow-panel{height:100%!important;max-height:none!important;overflow:auto!important;padding:22px 20px 30px!important}.pl-manual-flow-modal .pl-manual-action-dock{padding:14px 20px 20px!important}.pl-manual-flow-modal .pl-manual-action-dock .pl-wizard-actions .pl-btn{flex:1 1 auto}}
@media(max-width:620px){.pl-manual-flow-modal .pl-manual-action-dock{padding:12px 16px 18px!important}.pl-manual-flow-modal .pl-manual-action-dock .pl-wizard-actions{width:100%!important}.pl-manual-flow-modal .pl-manual-action-dock .pl-wizard-actions .pl-btn{width:100%!important}}


/* v1.8.19 manual record field picker */
.pl-field-picker{border:1px dashed #d8e5ec;background:#fbfdff;border-radius:22px;padding:18px 20px;margin:12px 0 22px;display:flex;flex-direction:column;gap:14px}
.pl-field-picker.pl-field-error{border-color:#ef4444;background:#fff7f7}
.pl-field-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.pl-field-picker-head strong{font-size:15px;color:#17212b}.pl-field-picker-head small{display:block;color:var(--pl-muted);font-weight:800;text-align:right}
.pl-field-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}
.pl-field-option{display:flex!important;align-items:center;gap:10px;border:1px solid var(--pl-line);background:#fff;border-radius:16px;padding:12px 14px;font-size:13px;font-weight:900;color:#16232f;cursor:pointer;margin:0!important}
.pl-field-option input{width:18px!important;height:18px!important;min-height:18px!important;margin:0!important;accent-color:var(--pl-lime)}
.pl-field-option span{line-height:1.25}.pl-field-picker em{font-style:normal;align-self:flex-end;font-size:12px;font-weight:900;color:#0f6591;background:#eaf7ff;border-radius:999px;padding:7px 11px}
@media(max-width:720px){.pl-field-picker-head{display:block}.pl-field-picker-head small{text-align:left;margin-top:4px}.pl-field-picker-grid{grid-template-columns:1fr}}


/* v1.8.20 manual record field picker selected-state and exclusion rules */
.pl-field-option{position:relative;transition:.16s ease!important}
.pl-field-option:hover{border-color:#c9d7df!important;transform:translateY(-1px)}
.pl-field-option.is-selected{border-color:var(--pl-lime)!important;background:linear-gradient(180deg,#f2ffd7 0%,#ffffff 100%)!important;box-shadow:0 10px 24px rgba(181,255,38,.22)!important;color:#0f172a!important}
.pl-field-option.is-selected:after{content:'✓';position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:999px;background:var(--pl-lime);color:#0f172a;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:950}
.pl-field-option.is-selected input{box-shadow:0 0 0 4px rgba(181,255,38,.25)!important}
.pl-field-picker-empty{border:1px dashed #d8e5ec;background:#fff;border-radius:16px;padding:14px 16px;color:var(--pl-muted);font-weight:800;line-height:1.5}
.pl-field-picker[data-pl-field-picker="result"] .pl-field-picker-head small{color:#64748b!important}


/* v1.8.21 locked category schema and CSV guidance */
.pl-field-locked{background:#f8fafc!important;color:#334155!important;border-style:dashed!important;cursor:not-allowed!important}
.pl-schema-lock-note{margin:10px 0 16px;padding:13px 15px;border:1px solid #d8e5ec;border-radius:16px;background:#f8fbff;color:#334155;font-weight:850;line-height:1.45}
.pl-schema-lock-note strong,.pl-schema-lock-note small{display:block}.pl-schema-lock-note small{margin-top:4px;color:var(--pl-muted);font-size:12px;font-weight:800}
.pl-manual-record-wizard[data-pl-schema-locked="1"] .pl-flow-map button[data-pl-progress="2"],
.pl-manual-record-wizard[data-pl-schema-locked="1"] .pl-flow-map button[data-pl-progress="3"],
.pl-manual-record-wizard[data-pl-schema-locked="1"] .pl-flow-map button[data-pl-progress="4"]{opacity:.58}

/* v1.8.22 upload CSV add-new-category helper */
.pl-upload-new-category{padding:14px 16px;border:1px dashed #d6e5ec;border-radius:18px;background:#fbfdff}
.pl-upload-new-category small{display:block;margin-top:8px;color:var(--pl-muted);font-weight:750;line-height:1.45}


/* v1.8.24 clearer upgrade notice */
.pl-notice .pl-notice-link{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;padding:10px 16px;border-radius:14px;background:var(--pl-lime);color:#0d1619!important;font-weight:900;text-decoration:none!important}
.pl-notice .pl-notice-link:hover{filter:brightness(.97);transform:translateY(-1px)}

/* v1.8.25 lookup page action dropdown */
.pl-lookup-action-form{margin:0;min-width:150px}.pl-lookup-action-form .pl-action-select{min-width:150px}

/* v1.8.26 category-based Records Manager sections */
.pl-record-category-groups{display:grid;gap:24px;margin-top:18px}
.pl-record-category-section{border:1px solid var(--pl-line);border-radius:24px;background:#fbfdff;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.04)}
.pl-record-category-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--pl-line)}
.pl-record-category-head h3{margin:4px 0 6px;font-size:22px;line-height:1.15;color:#101827}
.pl-record-category-head p{margin:0;color:var(--pl-muted);font-weight:800;font-size:13px}
.pl-record-field-chips{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;max-width:52%}
.pl-record-field-chips span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#eaf7ff;color:#075985;font-size:12px;font-weight:900}
.pl-category-record-table th{white-space:nowrap}.pl-category-record-table td{vertical-align:middle;min-width:120px}.pl-category-record-table td:last-child{min-width:190px}
.pl-empty-state{border:1px dashed #d8e5ec;border-radius:22px;background:#fbfdff;padding:22px;color:#334155}.pl-empty-state strong,.pl-empty-state small{display:block}.pl-empty-state small{margin-top:6px;color:var(--pl-muted);font-weight:800}
@media(max-width:900px){.pl-record-category-head{display:block}.pl-record-field-chips{justify-content:flex-start;max-width:none;margin-top:12px}.pl-record-category-section{padding:14px}}


/* v1.8.27 grouped records UI fix */
.pl-record-category-groups{display:flex!important;flex-direction:column!important;gap:26px!important;margin-top:22px!important}
.pl-record-category-section{overflow:hidden!important;background:#fff!important;border:1px solid var(--pl-line)!important;border-radius:26px!important;padding:0!important;box-shadow:0 16px 36px rgba(15,23,42,.06)!important}
.pl-record-category-head{padding:20px 22px!important;margin:0!important;background:linear-gradient(135deg,#fbfdff,#f4f8fa)!important;border-bottom:1px solid var(--pl-line)!important}
.pl-record-category-head h3{font-size:20px!important;margin:5px 0 7px!important}
.pl-record-field-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;max-width:48%}
.pl-record-field-chips span{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#eef6f8;border:1px solid #dcecef;color:#29434c;font-size:11px;font-weight:900;white-space:normal}
.pl-record-category-section .pl-table-wrap{overflow-x:hidden!important;margin:0!important;border-radius:0!important;border:0!important;width:100%!important}
.pl-record-category-section .pl-table{width:100%!important;table-layout:fixed!important;min-width:0!important;border-collapse:separate;border-spacing:0}
.pl-record-category-section .pl-table th,.pl-record-category-section .pl-table td{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;vertical-align:top!important;padding:12px 10px!important;font-size:12px!important;line-height:1.35!important}
.pl-record-category-section .pl-table th{font-size:11px!important;color:#475569!important;background:#f8fafc!important}
.pl-record-category-section .pl-table td .pl-btn.tiny{white-space:nowrap!important;margin:2px 0!important}
.pl-record-category-section.is-preview tr.pl-record-extra-row{display:none!important}
.pl-record-category-section.is-expanded tr.pl-record-extra-row{display:table-row!important}
.pl-record-section-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px 18px;background:#fbfdff;border-top:1px solid var(--pl-line)}
.pl-record-section-footer small{color:var(--pl-muted);font-weight:800;line-height:1.45}
.pl-record-section-footer .pl-btn{white-space:nowrap}
@media(max-width:900px){.pl-record-field-chips{max-width:none;justify-content:flex-start;margin-top:12px}.pl-record-category-head{display:block!important}.pl-record-section-footer{display:block}.pl-record-section-footer .pl-btn{width:100%;margin-top:12px}.pl-record-category-section .pl-table th,.pl-record-category-section .pl-table td{font-size:11px!important;padding:10px 8px!important}}
@media(max-width:640px){.pl-record-category-section .pl-table-wrap{overflow-x:auto!important}.pl-record-category-section .pl-table{min-width:720px!important;table-layout:auto!important}}


/* v1.8.28 Records Manager compact section/table refinement */
.pl-record-category-head{align-items:center!important;gap:14px!important}
.pl-record-category-head p{font-size:12px!important;line-height:1.45!important}
.pl-record-field-chips{display:none!important}
.pl-record-category-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:150px!important}
.pl-record-category-actions .pl-btn,.pl-record-section-footer .pl-btn{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll{overflow-x:auto!important;overflow-y:hidden!important;margin:0!important;border-radius:0!important;border:0!important;width:100%!important;-webkit-overflow-scrolling:touch!important}
.pl-record-category-section .pl-table{width:100%!important;min-width:980px!important;table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important}
.pl-record-category-section .pl-table th,.pl-record-category-section .pl-table td{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;vertical-align:middle!important;padding:10px 8px!important;font-size:12px!important;line-height:1.25!important;max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important}
.pl-record-category-section .pl-table th{font-size:11px!important;font-weight:950!important;color:#475569!important;background:#f8fafc!important}
.pl-record-category-section .pl-table td:last-child,.pl-record-category-section .pl-table th:last-child{min-width:160px!important;max-width:200px!important}
.pl-record-category-section .pl-table td .pl-inline-form{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;margin:0!important}
.pl-record-category-section .pl-table td .pl-btn.tiny{margin:0!important;white-space:nowrap!important;padding:7px 9px!important}
.pl-record-section-footer{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:14px 18px 18px!important;background:#fbfdff!important;border-top:1px solid var(--pl-line)!important}
.pl-record-category-section.is-preview tr.pl-record-extra-row{display:none!important}
.pl-record-category-section.is-expanded tr.pl-record-extra-row{display:table-row!important}
@media(max-width:900px){.pl-record-category-head{display:block!important}.pl-record-category-actions{justify-content:flex-start!important;margin-top:12px!important}.pl-record-category-actions .pl-btn{width:100%!important}.pl-record-category-section .pl-table{min-width:880px!important}.pl-record-section-footer{display:block!important}.pl-record-section-footer .pl-btn{width:100%!important;margin-top:12px!important}}

/* v1.8.28 final override: keep table data visible while using horizontal scroll */
.pl-record-category-section .pl-table{width:max-content!important;min-width:100%!important;table-layout:auto!important}
.pl-record-category-section .pl-table th,.pl-record-category-section .pl-table td{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;padding-left:8px!important;padding-right:8px!important}


/* v1.8.29 Records Manager polished section spacing + per-section scrollbar */
.pl-record-category-groups{display:flex!important;flex-direction:column!important;gap:18px!important;margin-top:18px!important}
.pl-record-category-section{overflow:hidden!important;background:#fff!important;border:1px solid #dbe7ee!important;border-radius:20px!important;padding:0!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important}
.pl-record-category-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:14px 16px!important;margin:0!important;background:#fbfdff!important;border-bottom:1px solid #e4edf2!important}
.pl-record-category-title{min-width:0!important}
.pl-record-category-title h3,.pl-record-category-head h3{margin:3px 0 4px!important;font-size:18px!important;line-height:1.2!important;color:#111827!important;word-break:break-word!important}
.pl-record-category-title p,.pl-record-category-head p{margin:0!important;color:#64748b!important;font-size:12px!important;font-weight:800!important;line-height:1.35!important}
.pl-record-category-title p strong{color:#0f172a!important}
.pl-record-field-chips{display:none!important}
.pl-record-category-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:auto!important}
.pl-record-category-actions .pl-btn{min-height:34px!important;padding:8px 12px!important;border-radius:12px!important;font-size:12px!important;white-space:nowrap!important}
.pl-record-scroll-shell{padding:10px 14px 12px!important;background:#fff!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll{display:block!important;width:100%!important;max-width:100%!important;overflow-x:scroll!important;overflow-y:hidden!important;margin:0!important;border:1px solid #e4edf2!important;border-radius:14px!important;background:#fff!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable!important;padding-bottom:2px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{height:12px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track{background:#eef4f7!important;border-radius:999px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb{background:#b8cad4!important;border-radius:999px!important;border:3px solid #eef4f7!important}
.pl-record-category-section .pl-table{width:max-content!important;table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important;margin:0!important}
.pl-record-category-section .pl-table col.pl-col-field{width:135px!important}
.pl-record-category-section .pl-table col.pl-col-amount{width:95px!important}
.pl-record-category-section .pl-table col.pl-col-status{width:95px!important}
.pl-record-category-section .pl-table col.pl-col-payment{width:105px!important}
.pl-record-category-section .pl-table col.pl-col-link{width:115px!important}
.pl-record-category-section .pl-table col.pl-col-action{width:185px!important}
.pl-record-category-section .pl-table th,.pl-record-category-section .pl-table td{box-sizing:border-box!important;white-space:nowrap!important;word-break:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;vertical-align:middle!important;padding:8px 9px!important;font-size:12px!important;line-height:1.25!important;max-width:135px!important;border-bottom:1px solid #edf3f6!important}
.pl-record-category-section .pl-table th{height:36px!important;font-size:11px!important;font-weight:950!important;color:#475569!important;background:#f8fafc!important;text-transform:none!important;letter-spacing:.01em!important}
.pl-record-category-section .pl-table tbody tr:last-child td{border-bottom:0!important}
.pl-record-category-section .pl-table .pl-amount-col{max-width:95px!important;width:95px!important}
.pl-record-category-section .pl-table .pl-status-col{max-width:95px!important;width:95px!important}
.pl-record-category-section .pl-table .pl-payment-col{max-width:105px!important;width:105px!important}
.pl-record-category-section .pl-table .pl-link-col{max-width:115px!important;width:115px!important}
.pl-record-category-section .pl-table .pl-action-col{max-width:185px!important;width:185px!important}
.pl-record-category-section .pl-table td .pl-inline-form{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;margin:0!important;min-width:0!important}
.pl-record-category-section .pl-table td .pl-btn.tiny{margin:0!important;white-space:nowrap!important;padding:6px 8px!important;min-height:28px!important;border-radius:10px!important;font-size:11px!important}
.pl-record-category-section .pl-table .pl-badge{padding:5px 8px!important;font-size:10px!important;white-space:nowrap!important}
.pl-record-section-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 16px 14px!important;background:#fbfdff!important;border-top:1px solid #e4edf2!important;margin:0!important}
.pl-record-section-footer small{color:#64748b!important;font-weight:800!important;font-size:12px!important;line-height:1.35!important}
.pl-record-section-footer .pl-btn{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-height:34px!important;padding:8px 12px!important;border-radius:12px!important;font-size:12px!important}
.pl-record-category-section.is-preview tr.pl-record-extra-row{display:none!important}
.pl-record-category-section.is-expanded tr.pl-record-extra-row{display:table-row!important}
@media(max-width:900px){.pl-record-category-head{display:block!important;padding:13px 14px!important}.pl-record-category-actions{justify-content:flex-start!important;margin-top:10px!important}.pl-record-category-actions .pl-btn{width:100%!important}.pl-record-scroll-shell{padding:9px 10px 10px!important}.pl-record-section-footer{display:block!important;padding:10px 14px 14px!important}.pl-record-section-footer .pl-btn{width:100%!important;margin-top:10px!important}.pl-record-category-section .pl-table col.pl-col-field{width:128px!important}}

/* v1.8.30 Records Manager hard UI rebuild: compact category sections + per-section scrollbar */
.pl-record-category-groups{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  margin-top:14px!important;
}
.pl-record-category-section{
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #dbe7ee!important;
  border-radius:18px!important;
  padding:0!important;
  margin:0!important;
  box-shadow:0 8px 20px rgba(15,23,42,.045)!important;
}
.pl-record-category-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:12px 14px!important;
  margin:0!important;
  background:#fbfdff!important;
  border-bottom:1px solid #e4edf2!important;
}
.pl-record-category-title{min-width:0!important;display:block!important}
.pl-record-category-title .pl-section-eyebrow{font-size:10px!important;letter-spacing:.08em!important;margin:0!important}
.pl-record-category-title h3,.pl-record-category-head h3{
  margin:2px 0 3px!important;
  padding:0!important;
  font-size:17px!important;
  line-height:1.18!important;
  color:#111827!important;
  word-break:break-word!important;
}
.pl-record-category-title p,.pl-record-category-head p{
  margin:0!important;
  padding:0!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.3!important;
}
.pl-record-field-chips{display:none!important;visibility:hidden!important;height:0!important;width:0!important;overflow:hidden!important}
.pl-record-category-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  min-width:auto!important;
}
.pl-record-expand-btn,.pl-record-category-actions .pl-btn,.pl-record-section-footer .pl-btn{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  padding:7px 11px!important;
  border-radius:11px!important;
  font-size:12px!important;
  line-height:1!important;
  white-space:nowrap!important;
  cursor:pointer!important;
}
.pl-record-scroll-shell{
  display:block!important;
  padding:8px 10px 10px!important;
  margin:0!important;
  background:#fff!important;
  overflow:visible!important;
}
.pl-record-scroll-note{
  display:block!important;
  margin:0 0 6px!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.2!important;
}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  margin:0!important;
  padding:0 0 8px!important;
  border:1px solid #e4edf2!important;
  border-radius:12px!important;
  background:#fff!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:auto!important;
  scrollbar-color:#9fb4bf #eef4f7!important;
  scrollbar-gutter:stable!important;
}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{height:13px!important;background:#eef4f7!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track{background:#eef4f7!important;border-radius:999px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb{background:#9fb4bf!important;border-radius:999px!important;border:3px solid #eef4f7!important}
.pl-record-category-section .pl-category-record-table{
  width:max-content!important;
  min-width:max(var(--pl-record-table-width, 720px), calc(100% + 36px))!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  margin:0!important;
}
.pl-record-category-section .pl-category-record-table col.pl-col-field{width:112px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-amount{width:86px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-status{width:88px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-payment{width:98px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-link{width:108px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-action{width:158px!important}
.pl-record-category-section .pl-category-record-table th,
.pl-record-category-section .pl-category-record-table td{
  box-sizing:border-box!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  vertical-align:middle!important;
  padding:7px 8px!important;
  font-size:12px!important;
  line-height:1.22!important;
  max-width:112px!important;
  border-bottom:1px solid #edf3f6!important;
}
.pl-record-category-section .pl-category-record-table th{
  height:34px!important;
  font-size:11px!important;
  font-weight:950!important;
  color:#475569!important;
  background:#f8fafc!important;
  text-transform:none!important;
  letter-spacing:.01em!important;
}
.pl-record-category-section .pl-category-record-table tbody tr:last-child td{border-bottom:0!important}
.pl-record-category-section .pl-category-record-table .pl-amount-col{width:86px!important;max-width:86px!important}
.pl-record-category-section .pl-category-record-table .pl-status-col{width:88px!important;max-width:88px!important}
.pl-record-category-section .pl-category-record-table .pl-payment-col{width:98px!important;max-width:98px!important}
.pl-record-category-section .pl-category-record-table .pl-link-col{width:108px!important;max-width:108px!important}
.pl-record-category-section .pl-category-record-table .pl-action-col{width:158px!important;max-width:158px!important}
.pl-record-category-section .pl-category-record-table td .pl-inline-form{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
  margin:0!important;
  padding:0!important;
  min-width:0!important;
}
.pl-record-category-section .pl-category-record-table td .pl-btn.tiny{
  margin:0!important;
  white-space:nowrap!important;
  padding:6px 7px!important;
  min-height:27px!important;
  border-radius:9px!important;
  font-size:10.5px!important;
}
.pl-record-category-section .pl-category-record-table .pl-badge{padding:5px 7px!important;font-size:10px!important;white-space:nowrap!important}
.pl-record-category-section.is-preview tr.pl-record-extra-row{display:none!important}
.pl-record-category-section.is-expanded tr.pl-record-extra-row{display:table-row!important}
.pl-record-section-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:9px 14px 12px!important;
  margin:0!important;
  background:#fbfdff!important;
  border-top:1px solid #e4edf2!important;
}
.pl-record-section-footer small{color:#64748b!important;font-weight:800!important;font-size:12px!important;line-height:1.3!important}
@media(max-width:900px){
  .pl-record-category-head{display:block!important;padding:11px 12px!important}
  .pl-record-category-actions{justify-content:flex-start!important;margin-top:9px!important}
  .pl-record-category-actions .pl-btn{width:100%!important}
  .pl-record-scroll-shell{padding:8px!important}
  .pl-record-section-footer{display:block!important;padding:9px 12px 12px!important}
  .pl-record-section-footer .pl-btn{width:100%!important;margin-top:9px!important}
  .pl-record-category-section .pl-category-record-table col.pl-col-field{width:108px!important}
}


/* v1.8.31 Records Manager scrollbar and button alignment fix */
.pl-record-category-section{overflow:hidden!important}
.pl-record-category-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.pl-record-category-title{flex:1 1 auto!important;min-width:0!important}
.pl-record-category-actions{margin-left:auto!important;justify-content:flex-end!important;align-self:center!important;flex:0 0 auto!important;text-align:right!important}
.pl-record-category-actions .pl-record-expand-btn{margin-left:auto!important}
.pl-record-section-footer{justify-content:space-between!important;align-items:center!important}
.pl-record-section-footer .pl-record-expand-btn{margin-left:auto!important;flex:0 0 auto!important}
.pl-record-scroll-shell{padding:8px 10px 10px!important;overflow:hidden!important}
.pl-record-scroll-note{display:none!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:0 0 10px!important;
  margin:0!important;
  max-width:100%!important;
  width:100%!important;
  scrollbar-gutter:auto!important;
}
.pl-record-category-section .pl-category-record-table{
  width:max-content!important;
  min-width:var(--pl-record-table-width, 720px)!important;
  max-width:none!important;
  table-layout:fixed!important;
}
.pl-record-category-section .pl-category-record-table col.pl-col-field{width:106px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-amount{width:80px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-status{width:82px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-payment{width:90px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-link{width:98px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-action{width:145px!important}
.pl-record-category-section .pl-category-record-table th,
.pl-record-category-section .pl-category-record-table td{padding:7px 7px!important;max-width:106px!important}
.pl-record-category-section .pl-category-record-table .pl-amount-col{width:80px!important;max-width:80px!important}
.pl-record-category-section .pl-category-record-table .pl-status-col{width:82px!important;max-width:82px!important}
.pl-record-category-section .pl-category-record-table .pl-payment-col{width:90px!important;max-width:90px!important}
.pl-record-category-section .pl-category-record-table .pl-link-col{width:98px!important;max-width:98px!important}
.pl-record-category-section .pl-category-record-table .pl-action-col{width:145px!important;max-width:145px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{height:10px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb{border:2px solid #eef4f7!important}
@media(max-width:900px){
  .pl-record-category-head{display:flex!important;align-items:flex-start!important}
  .pl-record-category-actions{margin-left:auto!important;margin-top:0!important;justify-content:flex-end!important}
  .pl-record-category-actions .pl-btn{width:auto!important}
  .pl-record-section-footer{display:flex!important}
  .pl-record-section-footer .pl-btn{width:auto!important;margin-top:0!important}
}

/* v1.8.31 Records Manager: compact draggable section scrollbar + left expand button */
.pl-record-category-head{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
}
.pl-record-category-actions{
  order:-1!important;
  margin-left:0!important;
  margin-right:2px!important;
  justify-content:flex-start!important;
  align-self:center!important;
  flex:0 0 auto!important;
  text-align:left!important;
  min-width:0!important;
}
.pl-record-category-actions .pl-record-expand-btn{
  margin-left:0!important;
  margin-right:0!important;
  white-space:nowrap!important;
}
.pl-record-category-title{flex:1 1 auto!important;min-width:0!important}
.pl-record-scroll-shell{padding:8px 10px 8px!important;overflow:hidden!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:0 0 7px!important;
  margin:0!important;
  max-width:100%!important;
  width:100%!important;
  cursor:grab!important;
  scrollbar-width:thin!important;
  scrollbar-color:#94a3b8 #eef4f7!important;
  -webkit-overflow-scrolling:touch!important;
}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll.is-dragging{cursor:grabbing!important;user-select:none!important}
.pl-record-category-section .pl-category-record-table{
  width:max-content!important;
  min-width:var(--pl-record-table-width, 640px)!important;
  max-width:none!important;
  table-layout:fixed!important;
}
.pl-record-category-section .pl-category-record-table col.pl-col-field{width:94px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-amount{width:74px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-status{width:76px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-payment{width:86px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-link{width:92px!important}
.pl-record-category-section .pl-category-record-table col.pl-col-action{width:132px!important}
.pl-record-category-section .pl-category-record-table th,
.pl-record-category-section .pl-category-record-table td{padding:6px 6px!important;max-width:94px!important;min-width:0!important}
.pl-record-category-section .pl-category-record-table .pl-amount-col{width:74px!important;max-width:74px!important}
.pl-record-category-section .pl-category-record-table .pl-status-col{width:76px!important;max-width:76px!important}
.pl-record-category-section .pl-category-record-table .pl-payment-col{width:86px!important;max-width:86px!important}
.pl-record-category-section .pl-category-record-table .pl-link-col{width:92px!important;max-width:92px!important}
.pl-record-category-section .pl-category-record-table .pl-action-col{width:132px!important;max-width:132px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{height:7px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track{background:#eef4f7!important;border-radius:999px!important}
.pl-record-category-section .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb{background:#94a3b8!important;border:1px solid #eef4f7!important;border-radius:999px!important}
.pl-record-section-footer{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:10px!important;
}
.pl-record-section-footer .pl-record-expand-btn{
  order:-1!important;
  margin-left:0!important;
  margin-right:0!important;
  flex:0 0 auto!important;
}
@media(max-width:900px){
  .pl-record-category-head{display:flex!important;align-items:flex-start!important;gap:9px!important}
  .pl-record-category-actions{order:-1!important;margin-top:0!important;flex:0 0 auto!important}
  .pl-record-category-actions .pl-btn{width:auto!important;padding-left:10px!important;padding-right:10px!important}
  .pl-record-section-footer{display:flex!important;align-items:center!important;justify-content:flex-start!important}
  .pl-record-section-footer .pl-btn{width:auto!important;margin-top:0!important}
}


/* v1.8.32 Records Manager final UI reset: true left button + compact per-section scrollbar */
.pl-front-app #pl-vendor-record-groups.pl-record-category-groups,
.pl-wrap #pl-vendor-record-groups.pl-record-category-groups{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  margin:14px 0 0!important;
  padding:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-section,
.pl-wrap #pl-vendor-record-groups .pl-record-category-section{
  display:block!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  border:1px solid #dbe7ee!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(15,23,42,.04)!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-head,
.pl-wrap #pl-vendor-record-groups .pl-record-category-head{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:start!important;
  column-gap:12px!important;
  row-gap:0!important;
  padding:10px 12px!important;
  margin:0!important;
  border-bottom:1px solid #e6eef3!important;
  background:#fbfdff!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-left-actions,
.pl-wrap #pl-vendor-record-groups .pl-record-left-actions,
.pl-front-app #pl-vendor-record-groups .pl-record-category-actions,
.pl-wrap #pl-vendor-record-groups .pl-record-category-actions{
  order:0!important;
  grid-column:1!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-title,
.pl-wrap #pl-vendor-record-groups .pl-record-category-title{
  order:0!important;
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-title .pl-section-eyebrow,
.pl-wrap #pl-vendor-record-groups .pl-record-category-title .pl-section-eyebrow{
  display:block!important;
  margin:0 0 2px!important;
  font-size:9px!important;
  line-height:1!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-title h3,
.pl-wrap #pl-vendor-record-groups .pl-record-category-title h3{
  margin:0!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1.18!important;
  font-weight:900!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-title p,
.pl-wrap #pl-vendor-record-groups .pl-record-category-title p{
  margin:2px 0 0!important;
  padding:0!important;
  font-size:11px!important;
  line-height:1.25!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-scroll-shell,
.pl-wrap #pl-vendor-record-groups .pl-record-scroll-shell{
  display:block!important;
  padding:8px 10px 9px!important;
  margin:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-scroll-note,
.pl-wrap #pl-vendor-record-groups .pl-record-scroll-note{
  display:none!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll{
  display:block!important;
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  margin:0!important;
  padding:0 0 6px!important;
  border:1px solid #e4edf2!important;
  border-radius:12px!important;
  background:#fff!important;
  scrollbar-gutter:auto!important;
  scrollbar-width:thin!important;
  scrollbar-color:#8fa6b2 #eef4f7!important;
  -webkit-overflow-scrolling:touch!important;
  cursor:grab!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{
  height:8px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track{
  background:#edf4f7!important;
  border-radius:999px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb{
  background:#8fa6b2!important;
  border-radius:999px!important;
  border:2px solid #edf4f7!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table{
  width:var(--pl-record-table-width, 820px)!important;
  min-width:var(--pl-record-table-width, 820px)!important;
  max-width:none!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  margin:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-field,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-field{width:108px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-amount,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-amount{width:78px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-status,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-status{width:78px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-payment,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-payment{width:92px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-link,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-link{width:104px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-action,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-action{width:150px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table th,
.pl-front-app #pl-vendor-record-groups .pl-category-record-table td,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table th,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table td{
  box-sizing:border-box!important;
  padding:6px 7px!important;
  height:32px!important;
  max-width:108px!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  word-break:normal!important;
  vertical-align:middle!important;
  font-size:12px!important;
  line-height:1.2!important;
  border-bottom:1px solid #edf3f6!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table th,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table th{
  height:30px!important;
  font-size:10.5px!important;
  font-weight:950!important;
  color:#475569!important;
  background:#f8fafc!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-amount-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-amount-col{width:78px!important;max-width:78px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-status-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-status-col{width:78px!important;max-width:78px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-payment-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-payment-col{width:92px!important;max-width:92px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-link-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-link-col{width:104px!important;max-width:104px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-action-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-action-col{width:150px!important;max-width:150px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-inline-form,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-inline-form{
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  flex-wrap:nowrap!important;
  margin:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-btn.tiny,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-btn.tiny{
  padding:5px 6px!important;
  min-height:24px!important;
  border-radius:8px!important;
  font-size:10px!important;
  line-height:1!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-expand-btn,
.pl-wrap #pl-vendor-record-groups .pl-record-expand-btn{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  min-width:118px!important;
  width:auto!important;
  min-height:30px!important;
  padding:6px 10px!important;
  border-radius:10px!important;
  font-size:11px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-section-footer,
.pl-wrap #pl-vendor-record-groups .pl-record-section-footer{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  margin:0!important;
  padding:8px 12px 10px!important;
  background:#fbfdff!important;
  border-top:1px solid #e6eef3!important;
  text-align:left!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-section-footer .pl-record-expand-btn,
.pl-wrap #pl-vendor-record-groups .pl-record-section-footer .pl-record-expand-btn{
  order:1!important;
  margin:0!important;
  flex:0 0 auto!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-section-footer small,
.pl-wrap #pl-vendor-record-groups .pl-record-section-footer small{
  order:2!important;
  display:block!important;
  margin:0!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-field-chips,
.pl-wrap #pl-vendor-record-groups .pl-record-field-chips{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  overflow:hidden!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-section.is-preview tr.pl-record-extra-row,
.pl-wrap #pl-vendor-record-groups .pl-record-category-section.is-preview tr.pl-record-extra-row{display:none!important}
.pl-front-app #pl-vendor-record-groups .pl-record-category-section.is-expanded tr.pl-record-extra-row,
.pl-wrap #pl-vendor-record-groups .pl-record-category-section.is-expanded tr.pl-record-extra-row{display:table-row!important}
@media(max-width:700px){
  .pl-front-app #pl-vendor-record-groups .pl-record-category-head,
  .pl-wrap #pl-vendor-record-groups .pl-record-category-head{grid-template-columns:1fr!important;gap:7px!important;align-items:start!important}
  .pl-front-app #pl-vendor-record-groups .pl-record-left-actions,
  .pl-wrap #pl-vendor-record-groups .pl-record-left-actions,
  .pl-front-app #pl-vendor-record-groups .pl-record-category-actions,
  .pl-wrap #pl-vendor-record-groups .pl-record-category-actions{grid-column:1!important;grid-row:1!important}
  .pl-front-app #pl-vendor-record-groups .pl-record-category-title,
  .pl-wrap #pl-vendor-record-groups .pl-record-category-title{grid-column:1!important;grid-row:2!important}
  .pl-front-app #pl-vendor-record-groups .pl-record-section-footer,
  .pl-wrap #pl-vendor-record-groups .pl-record-section-footer{display:flex!important;align-items:flex-start!important;flex-direction:column!important;gap:7px!important}
}

/* v1.8.34 Records Manager: content-aware columns + scrollbar below each category table */
.pl-front-app #pl-vendor-record-groups .pl-record-category-section,
.pl-wrap #pl-vendor-record-groups .pl-record-category-section{
  overflow:hidden!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-scroll-shell,
.pl-wrap #pl-vendor-record-groups .pl-record-scroll-shell{
  padding:10px 12px 12px!important;
  overflow:visible!important;
  background:#fff!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  margin:0!important;
  padding:0 0 12px!important;
  border:1px solid #dfe9ee!important;
  border-radius:13px!important;
  background:#fff!important;
  scrollbar-gutter:stable!important;
  scrollbar-width:thin!important;
  scrollbar-color:#8298a5 #edf4f7!important;
  -webkit-overflow-scrolling:touch!important;
  cursor:grab!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll.is-dragging,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll.is-dragging{
  cursor:grabbing!important;
  user-select:none!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{
  height:10px!important;
  background:#edf4f7!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track{
  background:#edf4f7!important;
  border-radius:999px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb{
  background:#8298a5!important;
  border:2px solid #edf4f7!important;
  border-radius:999px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table{
  width:var(--pl-record-table-width, 820px)!important;
  min-width:var(--pl-record-table-width, 820px)!important;
  max-width:none!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  margin:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-field,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-field{
  width:var(--pl-col-width, 128px)!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-amount,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-amount{width:112px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-status,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-status{width:108px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-payment,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-payment{width:126px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-link,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-link{width:136px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-action,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-action{width:190px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table th,
.pl-front-app #pl-vendor-record-groups .pl-category-record-table td,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table th,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table td{
  box-sizing:border-box!important;
  height:34px!important;
  padding:8px 13px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  word-break:normal!important;
  vertical-align:middle!important;
  font-size:12px!important;
  line-height:1.25!important;
  border-bottom:1px solid #edf3f6!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table th,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table th{
  height:32px!important;
  font-size:10.5px!important;
  font-weight:950!important;
  color:#475569!important;
  background:#f8fafc!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-amount-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-amount-col{width:112px!important;max-width:112px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-status-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-status-col{width:108px!important;max-width:108px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-payment-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-payment-col{width:126px!important;max-width:126px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-link-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-link-col{width:136px!important;max-width:136px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-action-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-action-col{width:190px!important;max-width:190px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-inline-form,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-inline-form{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  flex-wrap:nowrap!important;
  margin:0!important;
}
@media(max-width:700px){
  .pl-front-app #pl-vendor-record-groups .pl-record-scroll-shell,
  .pl-wrap #pl-vendor-record-groups .pl-record-scroll-shell{padding:8px 9px 10px!important}
  .pl-front-app #pl-vendor-record-groups .pl-category-record-table th,
  .pl-front-app #pl-vendor-record-groups .pl-category-record-table td,
  .pl-wrap #pl-vendor-record-groups .pl-category-record-table th,
  .pl-wrap #pl-vendor-record-groups .pl-category-record-table td{padding-left:10px!important;padding-right:10px!important}
}

/* v1.8.35 Records Manager: remove category eyebrow + force one scrollbar per category section */
.pl-front-app #pl-vendor-record-groups .pl-record-category-title .pl-section-eyebrow,
.pl-wrap #pl-vendor-record-groups .pl-record-category-title .pl-section-eyebrow{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-title h3,
.pl-wrap #pl-vendor-record-groups .pl-record-category-title h3{
  margin:0 0 3px!important;
  padding:0!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:950!important;
  color:#111827!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll{
  overflow-x:scroll!important;
  overflow-y:hidden!important;
  padding:0 0 13px!important;
  scrollbar-width:thin!important;
  scrollbar-color:#7f95a3 #edf4f7!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table{
  width:max(var(--pl-record-table-width, 820px), calc(100% + 44px))!important;
  min-width:max(var(--pl-record-table-width, 820px), calc(100% + 44px))!important;
  max-width:none!important;
  table-layout:fixed!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-field,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-field{
  width:var(--pl-col-width, 128px)!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table th,
.pl-front-app #pl-vendor-record-groups .pl-category-record-table td,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table th,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table td{
  padding-left:14px!important;
  padding-right:14px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* v1.8.36 Records Manager: keep each control inside its own section and reduce excessive horizontal width */
.pl-front-app #pl-vendor-record-groups .pl-record-category-section,
.pl-wrap #pl-vendor-record-groups .pl-record-category-section{
  position:relative!important;
  display:block!important;
  clear:both!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-head,
.pl-wrap #pl-vendor-record-groups .pl-record-category-head{
  display:block!important;
  padding:10px 12px!important;
  margin:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-actions,
.pl-wrap #pl-vendor-record-groups .pl-record-category-actions,
.pl-front-app #pl-vendor-record-groups .pl-record-left-actions,
.pl-wrap #pl-vendor-record-groups .pl-record-left-actions{
  display:none!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-category-title,
.pl-wrap #pl-vendor-record-groups .pl-record-category-title{
  display:block!important;
  width:100%!important;
  grid-column:auto!important;
  grid-row:auto!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-scroll-shell,
.pl-wrap #pl-vendor-record-groups .pl-record-scroll-shell{
  display:block!important;
  overflow:hidden!important;
  padding:8px 10px 7px!important;
  margin:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:scroll!important;
  overflow-y:hidden!important;
  padding:0 0 6px!important;
  margin:0!important;
  scrollbar-gutter:auto!important;
  scrollbar-width:thin!important;
  scrollbar-color:#879ca8 #edf4f7!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{
  height:6px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-track{
  background:#edf4f7!important;
  border-radius:999px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar-thumb{
  background:#879ca8!important;
  border:1px solid #edf4f7!important;
  border-radius:999px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table{
  width:max(100%, var(--pl-record-table-width, 640px))!important;
  min-width:max(100%, var(--pl-record-table-width, 640px))!important;
  max-width:none!important;
  table-layout:fixed!important;
  margin:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-field,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-field{
  width:var(--pl-col-width, 92px)!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-amount,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-amount{width:84px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-status,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-status{width:82px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-payment,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-payment{width:96px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-link,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-link{width:108px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table col.pl-col-action,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table col.pl-col-action{width:156px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table th,
.pl-front-app #pl-vendor-record-groups .pl-category-record-table td,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table th,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table td{
  max-width:none!important;
  height:32px!important;
  padding:6px 8px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:11.5px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-amount-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-amount-col{width:84px!important;max-width:84px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-status-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-status-col{width:82px!important;max-width:82px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-payment-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-payment-col{width:96px!important;max-width:96px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-link-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-link-col{width:108px!important;max-width:108px!important}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table .pl-action-col,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table .pl-action-col{width:156px!important;max-width:156px!important}
.pl-front-app #pl-vendor-record-groups .pl-record-section-footer,
.pl-wrap #pl-vendor-record-groups .pl-record-section-footer{
  position:static!important;
  inset:auto!important;
  float:none!important;
  clear:both!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:8px 12px 10px!important;
  gap:10px!important;
  border-top:1px solid #e6eef3!important;
  background:#fbfdff!important;
  z-index:1!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-section-footer .pl-record-expand-btn,
.pl-wrap #pl-vendor-record-groups .pl-record-section-footer .pl-record-expand-btn{
  position:static!important;
  inset:auto!important;
  float:none!important;
  order:1!important;
  margin:0!important;
  flex:0 0 auto!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-section-footer small,
.pl-wrap #pl-vendor-record-groups .pl-record-section-footer small{
  order:2!important;
  min-width:0!important;
}
@media(max-width:700px){
  .pl-front-app #pl-vendor-record-groups .pl-record-section-footer,
  .pl-wrap #pl-vendor-record-groups .pl-record-section-footer{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}


/* v1.8.37 Records Manager: persistent custom scrollbar per category section.
   Do not rely on operating-system native scrollbar visibility. */
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding-bottom:0!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.pl-front-app #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar,
.pl-wrap #pl-vendor-record-groups .pl-table-wrap.pl-record-table-scroll::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}
.pl-front-app #pl-vendor-record-groups .pl-category-record-table,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table{
  width:max(calc(100% + 48px), var(--pl-record-table-width, 640px))!important;
  min-width:max(calc(100% + 48px), var(--pl-record-table-width, 640px))!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar{
  display:block!important;
  width:100%!important;
  height:18px!important;
  box-sizing:border-box!important;
  margin:7px 0 0!important;
  padding:4px 1px!important;
  cursor:pointer!important;
  user-select:none!important;
  touch-action:none!important;
  outline:none!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar:focus-visible,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar:focus-visible{
  outline:2px solid rgba(12,117,114,.28)!important;
  outline-offset:2px!important;
  border-radius:999px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar-track,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar-track{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:10px!important;
  overflow:hidden!important;
  border:1px solid #d5e2e8!important;
  border-radius:999px!important;
  background:#eaf1f4!important;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.06)!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar-thumb{
  position:absolute!important;
  top:1px!important;
  left:0;
  display:block!important;
  min-width:42px!important;
  height:6px!important;
  border-radius:999px!important;
  background:#687f8c!important;
  box-shadow:0 1px 2px rgba(15,23,42,.2)!important;
  cursor:grab!important;
  will-change:left,width!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar.is-dragging .pl-record-custom-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar.is-dragging .pl-record-custom-scrollbar-thumb{
  cursor:grabbing!important;
  background:#49616f!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar.is-disabled .pl-record-custom-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar.is-disabled .pl-record-custom-scrollbar-thumb{
  opacity:.72!important;
}
@media(max-width:700px){
  .pl-front-app #pl-vendor-record-groups .pl-category-record-table,
  .pl-wrap #pl-vendor-record-groups .pl-category-record-table{
    width:max(calc(100% + 36px), var(--pl-record-table-width, 620px))!important;
    min-width:max(calc(100% + 36px), var(--pl-record-table-width, 620px))!important;
  }
  .pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar,
  .pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar{
    height:20px!important;
    padding-top:5px!important;
    padding-bottom:5px!important;
  }
}

/* v1.8.38 Records Manager: compact custom scrollbar and exact content width. */
.pl-front-app #pl-vendor-record-groups .pl-category-record-table,
.pl-wrap #pl-vendor-record-groups .pl-category-record-table{
  width:max(100%, var(--pl-record-table-width, 640px))!important;
  min-width:max(100%, var(--pl-record-table-width, 640px))!important;
  max-width:none!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar-track,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar-track{
  overflow:visible!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar-thumb{
  min-width:56px!important;
  max-width:150px!important;
}
.pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar.is-disabled .pl-record-custom-scrollbar-thumb,
.pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar.is-disabled .pl-record-custom-scrollbar-thumb{
  opacity:.48!important;
  cursor:default!important;
}
@media(max-width:700px){
  .pl-front-app #pl-vendor-record-groups .pl-category-record-table,
  .pl-wrap #pl-vendor-record-groups .pl-category-record-table{
    width:max(100%, var(--pl-record-table-width, 620px))!important;
    min-width:max(100%, var(--pl-record-table-width, 620px))!important;
  }
  .pl-front-app #pl-vendor-record-groups .pl-record-custom-scrollbar-thumb,
  .pl-wrap #pl-vendor-record-groups .pl-record-custom-scrollbar-thumb{
    min-width:52px!important;
    max-width:112px!important;
  }
}


/* v1.8.51 — announcement feed cards */
.pl-announcement-board{position:relative;overflow:visible}.pl-announcement-feed{display:grid;gap:22px;margin-top:8px}.pl-announcement-item{position:relative;background:#fff;border:1px solid var(--pl-line);border-radius:22px;padding:26px 24px 22px;box-shadow:0 10px 26px rgba(15,23,42,.05)}.pl-announcement-item:before{content:"";position:absolute;left:26px;top:100%;width:2px;height:22px;background:#d8e5ff}.pl-announcement-feed .pl-announcement-item:last-child:before{display:none}.pl-announcement-date{color:#0f172a;font-size:12px;font-weight:800;letter-spacing:.01em;margin-bottom:10px}.pl-announcement-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.pl-announcement-title-row h3{margin:0!important;font-size:18px!important;line-height:1.35!important;letter-spacing:-.01em;color:#111827!important}.pl-announcement-message{margin:0 0 16px!important;color:#475569;line-height:1.75;font-size:14px}.pl-announcement-actions{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.pl-announcement-meta{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;margin:0 0 16px;color:#475569;font-size:13px}.pl-announcement-meta span{padding:9px 12px;border-radius:14px;background:#f8fafc;border:1px solid var(--pl-line)}.pl-announcement-meta strong{color:#111827}.pl-announcement-empty{padding:20px 18px;border:1px dashed var(--pl-line);border-radius:18px;background:#fbfcfd;color:var(--pl-muted);font-weight:700}.pl-announcement-item-admin .pl-announcement-actions .pl-inline-form{display:inline-flex!important}.pl-announcement-item-admin .pl-announcement-actions .pl-inline-form input[type=hidden]{display:none!important}@media(max-width:760px){.pl-announcement-item{padding:20px 18px 18px;border-radius:18px}.pl-announcement-item:before{left:20px;height:18px}.pl-announcement-title-row h3{font-size:16px!important}.pl-announcement-actions,.pl-announcement-meta{flex-direction:column;align-items:flex-start}.pl-announcement-actions .pl-btn,.pl-announcement-actions .pl-inline-form,.pl-announcement-actions .pl-inline-form .pl-btn{width:100%}}


/* v1.8.53 — reports dashboard UI */
.pl-report-dashboard{display:grid;gap:22px}.pl-report-top-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.pl-report-stat-card{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;background:#fff;border:1px solid var(--pl-line);border-radius:20px;padding:18px 18px 16px;box-shadow:0 10px 24px rgba(15,23,42,.05)}.pl-report-stat-main{display:grid;gap:4px;min-width:0}.pl-report-stat-main strong{font-size:34px;line-height:1.05;letter-spacing:-.03em;color:#111827}.pl-report-stat-main small{font-size:13px;font-weight:800;color:#667085}.pl-report-stat-main em{font-style:normal;font-size:24px;font-weight:900;color:#111827;letter-spacing:-.02em}.pl-report-stat-main span{font-size:12px;font-weight:700;color:var(--pl-muted)}.pl-report-stat-graph{width:120px;flex:0 0 120px;display:flex;align-items:flex-end;justify-content:flex-end}.pl-report-sparkline{width:100%;height:40px}.pl-report-main-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(300px,.95fr);gap:22px}.pl-report-chart-card{overflow:hidden}.pl-report-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pl-report-select{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid var(--pl-line);border-radius:12px;background:#fff;font-size:12px;font-weight:800;color:#22313b}.pl-report-legend{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:4px 0 14px}.pl-report-legend span{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:#667085}.pl-report-legend i{display:inline-block;width:12px;height:12px;border-radius:50%}.pl-report-legend i.revenue{background:#8b5cf6}.pl-report-legend i.searches{background:#17a5a6}.pl-report-chart-wrap{border:1px solid var(--pl-line);border-radius:18px;padding:12px 14px 14px;background:linear-gradient(180deg,#fcfcff 0%,#ffffff 100%)}.pl-report-line-chart{display:block;width:100%;height:auto;max-height:290px}.pl-report-months{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;margin-top:6px}.pl-report-months span{text-align:center;font-size:11px;font-weight:800;color:#667085}.pl-report-gauge-card{display:grid;align-content:start;gap:16px}.pl-report-gauge{--pl-gauge:0%;width:100%;aspect-ratio:1/1;max-width:260px;margin:6px auto 0;border-radius:50%;background:conic-gradient(var(--pl-purple) 0 var(--pl-gauge), #eef2f7 var(--pl-gauge) 100%);display:grid;place-items:center;position:relative}.pl-report-gauge:before{content:"";position:absolute;inset:16%;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px var(--pl-line)}.pl-report-gauge>div{position:relative;z-index:1;text-align:center;padding:0 16px}.pl-report-gauge strong{display:block;font-size:42px;line-height:1;font-weight:950;color:#111827;letter-spacing:-.04em}.pl-report-gauge small{display:block;margin-top:10px;font-size:13px;color:#667085;font-weight:800;line-height:1.5}.pl-report-lower-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:22px}.pl-report-table-wrap{overflow:auto}.pl-report-table th{font-size:12px!important}.pl-report-progress{height:10px;border-radius:999px;background:#eef2f7;overflow:hidden;min-width:120px}.pl-report-progress.thin{height:8px;min-width:0}.pl-report-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pl-purple),var(--pl-lime))}.pl-report-rank-list{display:grid;gap:12px}.pl-report-rank-item{display:grid;gap:8px;padding:14px;border:1px solid var(--pl-line);border-radius:16px;background:#fbfcfd}.pl-report-rank-item strong{display:block;font-size:14px;color:#111827}.pl-report-rank-item small{display:block;color:var(--pl-muted);font-size:12px;font-weight:700}@media(max-width:1180px){.pl-report-top-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.pl-report-main-grid,.pl-report-lower-grid{grid-template-columns:1fr}.pl-report-gauge{max-width:230px}}@media(max-width:760px){.pl-report-top-cards{grid-template-columns:1fr}.pl-report-stat-card{flex-direction:column;align-items:flex-start}.pl-report-stat-graph{width:100%;flex-basis:auto}.pl-report-chart-wrap{padding:10px}.pl-report-months{gap:4px}.pl-report-gauge strong{font-size:34px}.pl-report-progress{min-width:92px}}


/* v1.8.54 — vendor support conversation parity */
.pl-front-app .pl-support-head{align-items:flex-end}.pl-front-app .pl-support-filter{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.pl-front-app .pl-support-filter select{width:auto;min-width:150px;margin:0}.pl-front-app .pl-ticket-modal-head .pl-badge{flex:0 0 auto}.pl-front-app .pl-thread-message.vendor{background:#f8fafc;border-color:#dfe7ef}.pl-front-app .pl-thread-message.admin{background:#f4fff4;border-color:#d8f5c1}.pl-front-app .pl-ticket-reply-form .pl-modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}@media(max-width:760px){.pl-front-app .pl-support-head{align-items:flex-start;flex-direction:column}.pl-front-app .pl-support-filter{width:100%}.pl-front-app .pl-support-filter select,.pl-front-app .pl-support-filter .pl-btn{width:100%}.pl-front-app .pl-ticket-modal-head{flex-direction:column}.pl-front-app .pl-ticket-reply-form .pl-modal-actions{flex-direction:column-reverse}.pl-front-app .pl-ticket-reply-form .pl-modal-actions .pl-btn{width:100%}}


/* v1.8.55 — support attachments */
.pl-support-file-field{display:grid;gap:7px}.pl-support-file-field input[type=file]{padding:9px 10px!important;min-height:48px!important;cursor:pointer}.pl-support-file-field small{display:block;color:var(--pl-muted);font-size:11px;font-weight:700;line-height:1.5}.pl-support-attachment{display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin-top:10px;padding:10px 12px;border:1px solid #dce5e9;border-radius:13px;background:#fff;color:#17212a!important;text-decoration:none!important;box-shadow:0 5px 14px rgba(15,23,42,.04)}.pl-support-attachment:hover{border-color:#b9c8d2;background:#f8fafc}.pl-support-attachment>span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px;background:var(--pl-lime);font-size:16px;font-weight:900;flex:0 0 28px}.pl-support-attachment strong{min-width:0;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.pl-support-attachment small{color:var(--pl-muted);font-size:10px;font-weight:800;white-space:nowrap}@media(max-width:620px){.pl-support-attachment{width:100%}.pl-support-attachment strong{max-width:none;flex:1}}


/* v1.8.56 — vendor account profile UI */
.pl-account-shell{display:grid;gap:22px}.pl-account-form{display:grid;gap:22px}.pl-account-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px!important}.pl-account-hero h2{margin:0 0 6px!important;font-size:28px;letter-spacing:-.03em}.pl-account-hero p{margin:0!important;color:var(--pl-muted);max-width:760px;line-height:1.65}.pl-account-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pl-account-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.pl-account-profile-card{padding:28px 22px!important;text-align:center;position:sticky;top:18px}.pl-account-avatar{width:112px;height:112px;border-radius:50%;margin:0 auto 18px;background:linear-gradient(135deg,var(--pl-purple),var(--pl-lime));display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:950;color:#111827;box-shadow:0 18px 40px rgba(17,24,39,.08)}.pl-account-profile-card h3{margin:0 0 4px!important;font-size:26px;line-height:1.15;letter-spacing:-.03em}.pl-account-profile-card strong{display:block;font-size:16px;margin-bottom:6px;color:#22313b}.pl-account-profile-card p{margin:0 0 4px!important;color:#5b6772;font-weight:700}.pl-account-profile-card small{display:block;color:var(--pl-muted);font-size:12px;font-weight:700}.pl-account-badges{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:16px 0 18px}.pl-account-stat-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;text-align:left}.pl-account-stat-list div{padding:12px;border:1px solid var(--pl-line);border-radius:16px;background:#fbfcfd}.pl-account-stat-list strong{display:block;font-size:20px;color:#111827;margin:0 0 4px}.pl-account-stat-list span{display:block;font-size:12px;color:#667085;font-weight:800}.pl-account-main-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.pl-account-main-grid .pl-card{padding:22px!important}.pl-account-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.pl-account-card-head h3{margin:0!important;font-size:22px;letter-spacing:-.02em}.pl-account-card-head span{font-size:12px;font-weight:800;color:#94a3b8}.pl-account-security-card .pl-security-note{margin:0 0 16px}.pl-account-actions-row{display:flex;gap:10px;flex-wrap:wrap}.pl-account-usage-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.pl-account-usage-meta div{padding:12px;border-radius:16px;background:#fbfcfd;border:1px solid var(--pl-line)}.pl-account-usage-meta strong,.pl-account-usage-meta span{display:block}.pl-account-usage-meta strong{font-size:13px;color:#22313b}.pl-account-usage-meta span{margin-top:3px;font-size:12px;color:#667085;font-weight:800}.pl-account-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pl-account-summary-grid div{padding:14px;border:1px solid var(--pl-line);border-radius:18px;background:#fbfcfd}.pl-account-summary-grid small{display:block;font-size:12px;color:#94a3b8;font-weight:800}.pl-account-summary-grid strong{display:block;margin-top:6px;font-size:24px;color:#111827;letter-spacing:-.02em}@media(max-width:1100px){.pl-account-layout{grid-template-columns:1fr}.pl-account-profile-card{position:static}.pl-account-main-grid{grid-template-columns:1fr}}@media(max-width:760px){.pl-account-hero{padding:20px!important;flex-direction:column;align-items:flex-start}.pl-account-hero-actions{width:100%}.pl-account-hero-actions .pl-btn{width:100%}.pl-account-profile-card{padding:22px 18px!important}.pl-account-avatar{width:94px;height:94px;font-size:28px}.pl-account-profile-card h3{font-size:22px}.pl-account-stat-list,.pl-account-summary-grid,.pl-account-usage-meta{grid-template-columns:1fr}.pl-account-main-grid .pl-card{padding:18px!important}.pl-account-actions-row .pl-btn{width:100%}}


/* v1.8.57 — cleaner vendor account and profile photo */
.pl-avatar-has-photo{overflow:hidden;padding:0!important;background:#eef2f7!important}.pl-avatar-has-photo img{display:block;width:100%;height:100%;object-fit:cover}.pl-account-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pl-account-info-card{grid-column:1/-1}.pl-account-profile-card{padding:26px 22px!important}.pl-account-photo-wrap{position:relative;width:112px;height:112px;margin:0 auto 18px}.pl-account-photo-wrap .pl-account-avatar{width:112px;height:112px;margin:0}.pl-account-photo-edit{position:absolute;right:0;bottom:4px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--pl-lime);border:3px solid #fff;box-shadow:0 8px 18px rgba(15,23,42,.14);cursor:pointer;color:#111827;font-size:15px}.pl-account-photo-edit input,.pl-account-upload-button input{position:absolute;width:1px!important;height:1px!important;min-height:1px!important;opacity:0;pointer-events:none}.pl-account-photo-controls{display:grid;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--pl-line)}.pl-account-upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--pl-line);border-radius:13px;background:#fff;color:#22313b;font-size:12px;font-weight:900;cursor:pointer}.pl-account-upload-button:hover{border-color:#b9c5ce;background:#fbfcfd}.pl-account-remove-photo{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;font-size:12px;color:#667085}.pl-account-remove-photo input{width:16px!important;height:16px!important;min-height:16px!important;margin:0!important;appearance:auto!important;-webkit-appearance:auto!important;accent-color:var(--pl-lime)}.pl-account-photo-controls>small{font-size:11px;color:var(--pl-muted);line-height:1.5}.pl-account-profile-card .pl-account-badges{margin-bottom:0}.pl-account-security-card,.pl-account-usage-card{min-height:100%}@media(max-width:1100px){.pl-account-main-grid{grid-template-columns:1fr}.pl-account-info-card{grid-column:auto}}@media(max-width:760px){.pl-account-photo-wrap,.pl-account-photo-wrap .pl-account-avatar{width:94px;height:94px}.pl-account-photo-edit{width:32px;height:32px}}
