.gcpp-wrap{--gcpp-primary:#17233c;--gcpp-accent:#c8a24a;max-width:1180px;margin:30px auto;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#182033}.gcpp-brand,.gcpp-admin-hero{display:flex;align-items:center;gap:18px;margin-bottom:24px}.gcpp-brand img,.gcpp-admin-hero img{width:88px;height:88px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.08);padding:8px}.gcpp-brand span,.gcpp-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gcpp-accent);font-weight:800;font-size:12px}.gcpp-brand h2,.gcpp-hero h1,.gcpp-dash-hero h1{margin:0;color:var(--gcpp-primary);font-size:clamp(28px,4vw,52px);line-height:1.05}.gcpp-hero,.gcpp-dash-hero{display:grid;grid-template-columns:1.6fr .8fr;gap:24px;padding:38px;border-radius:28px;background:linear-gradient(135deg,#fff,#f6f3ea);box-shadow:0 18px 50px rgba(23,35,60,.09);margin-bottom:24px}.gcpp-hero p,.gcpp-dash-hero p{font-size:17px;line-height:1.6}.gcpp-hero-card,.gcpp-panel,.gcpp-step{background:#fff;border:1px solid rgba(23,35,60,.08);border-radius:24px;padding:24px;box-shadow:0 14px 38px rgba(23,35,60,.07)}.gcpp-hero-card{display:flex;flex-direction:column;gap:10px}.gcpp-hero-card strong{font-size:22px;color:var(--gcpp-primary)}.gcpp-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.gcpp-tabs button,.gcpp-button,.gcpp-secondary{border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-block}.gcpp-tabs button{background:#f1f3f6;color:#17233c}.gcpp-tabs button.active,.gcpp-button{background:var(--gcpp-primary);color:#fff}.gcpp-secondary{background:#f8f5ed;color:var(--gcpp-primary);border:1px solid rgba(200,162,74,.35)}.gcpp-tab{display:none}.gcpp-tab.active{display:block}.gcpp-form{display:flex;flex-direction:column;gap:20px}.gcpp-wizard{counter-reset:step}.gcpp-step{margin-bottom:18px}.gcpp-step h2,.gcpp-panel h2{margin-top:0;color:var(--gcpp-primary)}.gcpp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gcpp-form label,.gcpp-admin-form label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:#263149}.gcpp-form input,.gcpp-form select,.gcpp-form textarea,.gcpp-admin-form input,.gcpp-admin-form textarea{width:100%;border:1px solid #d9dde7;border-radius:14px;padding:13px 14px;font:inherit;background:#fff;box-sizing:border-box}.gcpp-form textarea,.gcpp-admin-form textarea{min-height:110px}.gcpp-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0 18px}.gcpp-checks label{flex-direction:row;font-weight:650;background:#f8f9fb;border:1px solid #edf0f5;border-radius:14px;padding:10px 12px}.gcpp-checks input{width:auto}.gcpp-submitbar{display:flex;justify-content:flex-end}.gcpp-extra-property{margin-top:18px;padding:20px;border:1px dashed rgba(23,35,60,.25);border-radius:22px;background:#fbfcff}.gcpp-alert{background:#fff1f1;border:1px solid #ffc9c9;padding:14px;border-radius:14px;margin-bottom:16px}.gcpp-success{background:#eef9f1;border:1px solid #bbe6c7;padding:14px;border-radius:14px;margin-bottom:16px}.gcpp-statgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}.gcpp-stat{background:#fff;border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(23,35,60,.07);border:1px solid rgba(23,35,60,.08)}.gcpp-stat strong{display:block;font-size:30px;color:var(--gcpp-primary)}.gcpp-stat span{color:#667085;font-weight:700}.gcpp-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gcpp-property-card{overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(23,35,60,.08);border:1px solid rgba(23,35,60,.08)}.gcpp-property-card img,.gcpp-photo-placeholder{width:100%;height:180px;object-fit:cover;background:linear-gradient(135deg,#17233c,#314260);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.gcpp-property-card div:not(.gcpp-photo-placeholder){padding:18px}.gcpp-property-card h3{margin:0 0 8px;color:var(--gcpp-primary)}.gcpp-property-card span{font-weight:800;color:var(--gcpp-accent)}.gcpp-quick{display:flex;gap:12px;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap}.gcpp-panel table{width:100%;border-collapse:collapse}.gcpp-panel th,.gcpp-panel td{border-bottom:1px solid #edf0f5;padding:12px;text-align:left}.gcpp-admin{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.gcpp-admin .gcpp-panel textarea{width:100%}@media(max-width:800px){.gcpp-hero,.gcpp-dash-hero,.gcpp-grid{grid-template-columns:1fr}.gcpp-checks,.gcpp-property-grid,.gcpp-statgrid{grid-template-columns:1fr}.gcpp-submitbar{justify-content:stretch}.gcpp-button,.gcpp-secondary{width:100%;text-align:center}.gcpp-wrap{margin:16px}}
.gcpp-stat-link{ text-decoration:none; color:inherit; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease; }
.gcpp-stat-link:hover{ transform:translateY(-2px); box-shadow:0 16px 36px rgba(0,0,0,.14); }
.gcpp-inline-admin-form{ display:grid; grid-template-columns:1fr; gap:6px; max-width:260px; }
.gcpp-inline-admin-form select,.gcpp-inline-admin-form input{ width:100%; }
.gcpp-status{ display:inline-block; padding:4px 10px; border-radius:999px; background:rgba(200,162,74,.16); color:var(--gcpp-primary); font-weight:700; }
.gcpp-admin-layout{display:grid;grid-template-columns:1.4fr .8fr;gap:18px;margin:18px 0}.gcpp-admin-photos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gcpp-admin-photos img{width:100%;height:140px;object-fit:cover;border-radius:14px;border:1px solid #e5e7eb}@media(max-width:900px){.gcpp-admin-layout,.gcpp-admin-photos{grid-template-columns:1fr}}

.gcpp-admin-form select{width:100%;border:1px solid #d9dde7;border-radius:14px;padding:13px 14px;font:inherit;background:#fff;box-sizing:border-box;}
.gcpp-schedule-box{border:1px solid rgba(23,35,60,.10);background:linear-gradient(135deg,#ffffff,#faf8f1);border-radius:18px;padding:18px;margin:18px 0;}
.gcpp-schedule-box h3{margin:0 0 6px;color:#17233c;font-size:16px;}
.gcpp-muted{margin:0 0 14px;color:#667085;font-size:13px;line-height:1.45;}

.gcpp-time-select{
  appearance:auto;
  width:100%;
  min-height:44px;
  border:1px solid rgba(23,35,60,.18);
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
  font-size:14px;
  color:#17233c;
}
.gcpp-time-select:focus{
  outline:none;
  border-color:#b99652;
  box-shadow:0 0 0 3px rgba(185,150,82,.16);
}
.gcpp-schedule-box .gcpp-grid{
  gap:14px;
}

.gcpp-mini-tabs a{border-radius:999px;padding:10px 16px;background:#f1f3f6;color:#17233c;text-decoration:none;font-weight:800;display:inline-block}
.gcpp-mini-tabs a.active{background:var(--gcpp-primary);color:#fff}
.gcpp-vendor-nav{justify-content:flex-start;margin:18px 0 8px}
.gcpp-panel h3{color:var(--gcpp-primary);margin-top:22px}


/* Vendor CRM v3.5.2 luxury navigation */
.gcpp-vendor-topnav{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 10px;padding:10px;background:#fff;border:1px solid rgba(23,35,60,.08);border-radius:999px;box-shadow:0 12px 30px rgba(23,35,60,.06)}
.gcpp-vendor-topnav a{padding:11px 16px;border-radius:999px;text-decoration:none;font-weight:850;color:#17233c;background:#f8f9fb;transition:.15s ease}
.gcpp-vendor-topnav a.active,.gcpp-vendor-topnav a:hover{background:#17233c;color:#fff;box-shadow:0 10px 24px rgba(23,35,60,.18)}
.gcpp-lux-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}
.gcpp-lux-cards a{display:block;text-decoration:none;padding:22px;border-radius:20px;background:linear-gradient(135deg,#fff,#faf7ef);border:1px solid rgba(200,162,74,.22);font-weight:900;color:#17233c;box-shadow:0 10px 26px rgba(23,35,60,.06)}
.gcpp-invoice-lines{border:1px solid rgba(23,35,60,.10);border-radius:20px;padding:16px;background:#fbfcff}
.gcpp-invoice-lines h4{margin:0 0 12px;color:#17233c}
.gcpp-invoice-row{display:grid;grid-template-columns:140px 1fr 110px 120px;gap:10px;margin-bottom:10px;align-items:center}
.gcpp-invoice-head{font-weight:900;color:#667085;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.gcpp-invoice-row input,.gcpp-invoice-row select{width:100%;border:1px solid #d9dde7;border-radius:12px;padding:11px 12px;background:#fff;box-sizing:border-box}
@media(max-width:900px){.gcpp-vendor-topnav{border-radius:22px}.gcpp-vendor-topnav a{width:100%;text-align:center}.gcpp-lux-cards{grid-template-columns:1fr}.gcpp-invoice-row{grid-template-columns:1fr}.gcpp-invoice-head{display:none}}


/* Vendor CRM v3.5.2 invoice + money dashboard */
.gcpp-command-panel{background:linear-gradient(135deg,#fff,#fbf8f0)}
.gcpp-money-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}
.gcpp-money-strip div{border:1px solid rgba(23,35,60,.08);border-radius:18px;padding:16px;background:#fff;box-shadow:0 8px 22px rgba(23,35,60,.05)}
.gcpp-money-strip span{display:block;color:#667085;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;margin-bottom:7px}
.gcpp-money-strip strong{font-size:24px;color:#17233c}
.gcpp-invoice-company{margin:16px 0;padding:14px 16px;border-radius:16px;background:#f8f5ed;border:1px solid rgba(200,162,74,.25);color:#17233c}
.gcpp-submitbar{gap:10px;align-items:center}
@media(max-width:900px){.gcpp-money-strip{grid-template-columns:1fr}}


/* Vendor Invoicing v3.5.3 - Joist-inspired workflow */
.gcpp-invoice-app{background:#eef0f3;border-radius:22px;padding:0 0 28px;overflow:hidden;border:1px solid rgba(23,35,60,.08);box-shadow:0 16px 40px rgba(23,35,60,.07)}
.gcpp-invoice-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;padding:18px 24px;border-bottom:1px solid rgba(23,35,60,.10);box-shadow:0 4px 12px rgba(23,35,60,.06)}
.gcpp-invoice-topbar h2{margin:0;color:#111827;font-size:24px}.gcpp-invoice-topbar>div{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.gcpp-invoice-search{margin:18px 24px 10px;background:#dfe1e5;border-radius:999px;padding:13px 18px;color:#6b7280;font-size:13px}.gcpp-invoice-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0 24px}.gcpp-invoice-tabs a{text-align:center;text-decoration:none;color:#111827;text-transform:uppercase;font-weight:850;font-size:12px;letter-spacing:.05em;padding:13px 8px;border-bottom:3px solid transparent}.gcpp-invoice-tabs a.active{border-color:#55bf22;color:#111827}.gcpp-invoice-month{display:flex;justify-content:space-between;align-items:center;margin:10px 24px 0;padding:24px 10px 12px;background:#fff;border-bottom:2px solid #111827}.gcpp-invoice-list{margin:0 24px;background:#fff}.gcpp-invoice-list-row{display:grid;grid-template-columns:1.5fr .7fr .8fr auto;gap:18px;align-items:center;padding:20px 10px;border-bottom:1px solid #e5e7eb}.gcpp-invoice-list-row span{display:block;color:#7b8190;font-size:13px;margin-top:5px}.gcpp-invoice-title{color:#111827;font-weight:900;text-decoration:underline}.gcpp-invoice-badge{display:inline-block;border-radius:999px;padding:4px 12px;font-style:normal;font-size:11px;font-weight:900;text-transform:uppercase;background:#cfe3ff;color:#1f5fc7}.gcpp-invoice-badge.paid{background:#d9f6df;color:#0f7a2a}.gcpp-invoice-badge.past-due,.gcpp-invoice-badge.unpaid{background:#ffe2e2;color:#b42318}.gcpp-empty-state{padding:32px;text-align:center}.gcpp-joist-editor{padding:24px}.gcpp-joist-paper{max-width:980px;background:#fff;margin:0 auto;border-radius:6px;padding:42px;box-shadow:0 12px 30px rgba(23,35,60,.08)}.gcpp-joist-company{margin-bottom:20px;color:#5f6675}.gcpp-joist-company strong{display:block;color:#17233c;font-size:18px;margin-bottom:8px}.gcpp-joist-client-card{border:1px solid #2db942;border-radius:4px;padding:20px;margin:0 0 24px auto;max-width:520px}.gcpp-joist-client-card>strong{display:block;color:#078b18;text-align:center;margin-bottom:16px}.gcpp-joist-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:620px;margin-left:auto;margin-bottom:32px}.gcpp-joist-meta label,.gcpp-joist-client-card label{font-weight:700;color:#667085;font-size:12px}.gcpp-joist-meta input,.gcpp-joist-client-card input,.gcpp-joist-client-card select,.gcpp-joist-summary input,.gcpp-joist-summary select{border:1px solid #d7dce4;border-radius:4px;padding:12px;background:#fff}.gcpp-joist-line-head{display:grid;grid-template-columns:1fr 120px 120px 120px;gap:12px;border-bottom:2px solid #111827;padding-bottom:10px;font-weight:900;color:#111827}.gcpp-joist-lines{margin:12px 0 24px}.gcpp-joist-line{display:grid;grid-template-columns:1fr 130px 120px 120px 120px;gap:10px;align-items:center;margin-bottom:10px}.gcpp-joist-line input,.gcpp-joist-line select{border:1px solid #d7dce4;border-radius:4px;padding:12px;background:#fff}.gcpp-line-total{text-align:right;font-weight:800;color:#17233c}.gcpp-joist-summary{max-width:360px;margin-left:auto;display:grid;gap:10px}.gcpp-live-total{display:flex;justify-content:space-between;align-items:flex-end;border-top:2px solid #111827;padding-top:16px;margin-top:6px}.gcpp-live-total span{font-size:20px;font-weight:900;color:#17233c}.gcpp-live-total strong{font-size:30px;color:#111827}.gcpp-invoice-preview{max-width:900px;background:#fff;margin:24px auto;padding:38px;border-radius:8px;box-shadow:0 12px 30px rgba(23,35,60,.08)}.gcpp-invoice-preview-head{display:flex;justify-content:space-between;gap:20px;border-bottom:2px solid #111827;padding-bottom:20px;margin-bottom:20px}.gcpp-invoice-number{font-size:28px;font-weight:900;color:#17233c}.gcpp-billto{background:#f8f9fb;border-radius:14px;padding:18px;margin:20px 0}.gcpp-billto span{display:block;text-transform:uppercase;font-weight:900;font-size:12px;color:#667085}.gcpp-billto strong{font-size:20px;color:#17233c}.gcpp-joist-table{width:100%;border-collapse:collapse}.gcpp-joist-table th,.gcpp-joist-table td{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left}.gcpp-invoice-total{display:flex;justify-content:flex-end;gap:40px;align-items:flex-end;margin-top:22px}.gcpp-invoice-total span{font-weight:900;color:#667085}.gcpp-invoice-total strong{font-size:32px;color:#111827}.gcpp-invoice-notes{margin-top:24px;border-top:1px solid #e5e7eb;padding-top:18px}
@media(max-width:900px){.gcpp-invoice-topbar,.gcpp-invoice-preview-head{flex-direction:column;align-items:flex-start}.gcpp-invoice-list-row,.gcpp-joist-line,.gcpp-joist-line-head,.gcpp-joist-meta{grid-template-columns:1fr}.gcpp-joist-line-head{display:none}.gcpp-joist-paper{padding:22px}.gcpp-invoice-tabs{grid-template-columns:1fr}.gcpp-invoice-month{flex-direction:column;align-items:flex-start;gap:8px}.gcpp-invoice-list-row>div:last-child{display:flex;gap:8px}}

/* Client Portal v3.4.1 Luxury Dashboard Pass */
.gcpp-login-lux{display:grid;grid-template-columns:1.05fr .95fr;gap:0;border-radius:28px;overflow:hidden;background:#fff;border:1px solid rgba(23,35,60,.08);box-shadow:0 24px 70px rgba(23,35,60,.10);margin-top:22px}
.gcpp-login-story{padding:42px;background:linear-gradient(135deg,#10192e,#1f2d4a);color:#fff;min-height:360px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.gcpp-login-story:after{content:"";position:absolute;right:-80px;bottom:-80px;width:240px;height:240px;border-radius:50%;background:rgba(200,162,74,.18)}
.gcpp-login-story h2{font-size:34px;line-height:1.05;margin:8px 0 14px;color:#fff}.gcpp-login-story p{color:rgba(255,255,255,.78);font-size:16px;max-width:520px}.gcpp-login-story .gcpp-eyebrow{color:#d8b76b}.gcpp-login-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.gcpp-login-points span{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:9px 12px;background:rgba(255,255,255,.08);font-size:12px;font-weight:850;color:#fff}
.gcpp-login-card{padding:42px;background:linear-gradient(135deg,#fff,#fbfaf7)}.gcpp-login-card h2{font-size:28px;margin:0 0 6px;color:#17233c}.gcpp-login-card p{color:#667085}.gcpp-login-card form p{margin:12px 0}.gcpp-login-card input[type=text],.gcpp-login-card input[type=password]{width:100%;border:1px solid rgba(23,35,60,.15);border-radius:14px;padding:13px 14px;background:#fff;box-sizing:border-box}.gcpp-login-card input[type=submit]{width:100%;border:0;border-radius:999px;background:#17233c;color:#fff;padding:14px 18px;font-weight:900;cursor:pointer;box-shadow:0 14px 30px rgba(23,35,60,.18)}
.gcpp-client-shell{display:grid;gap:20px}.gcpp-client-hero{display:flex;justify-content:space-between;gap:22px;align-items:center;padding:26px 28px;border-radius:28px;background:linear-gradient(135deg,#fff,#fbf7ee);border:1px solid rgba(200,162,74,.20);box-shadow:0 18px 50px rgba(23,35,60,.08)}.gcpp-client-hero h1{font-size:34px;line-height:1.05;margin:5px 0 9px;color:#07142d}.gcpp-client-hero p{max-width:720px;color:#667085}.gcpp-section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.gcpp-section-head h2{margin:0;color:#17233c}
.gcpp-priority-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gcpp-priority-card{padding:22px;border-radius:22px;background:#fff;border:1px solid rgba(23,35,60,.08);box-shadow:0 12px 34px rgba(23,35,60,.07)}.gcpp-priority-card span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;color:#8a6a2d;margin-bottom:8px}.gcpp-priority-card strong{display:block;font-size:30px;color:#17233c;line-height:1}.gcpp-priority-card small{display:block;color:#667085;margin-top:8px}.gcpp-priority-card.balance{background:linear-gradient(135deg,#17233c,#26375b);color:#fff}.gcpp-priority-card.balance span,.gcpp-priority-card.balance small,.gcpp-priority-card.balance strong{color:#fff}.gcpp-priority-card.upcoming{background:linear-gradient(135deg,#fff,#fff8e8);border-color:rgba(200,162,74,.28)}
.gcpp-two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.gcpp-service-card,.gcpp-request-card{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #eef0f4}.gcpp-service-card:last-child,.gcpp-request-card:last-child{border-bottom:0}.gcpp-service-card strong,.gcpp-request-card strong{display:block;color:#17233c;font-size:16px}.gcpp-service-card span,.gcpp-request-card span{display:block;color:#667085;margin-top:3px}.gcpp-service-card small,.gcpp-request-card small{display:block;color:#8a94a6;margin-top:5px}.gcpp-balance-large{font-size:42px;font-weight:950;color:#17233c;letter-spacing:-.04em;margin:12px 0}.gcpp-membership-badge{display:inline-flex;border-radius:999px;padding:10px 14px;background:rgba(200,162,74,.15);color:#8a6a2d;font-weight:900;margin-top:8px}
.gcpp-property-grid-lux{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.gcpp-property-card-lux{overflow:hidden;border-radius:24px;background:#fff;border:1px solid rgba(23,35,60,.08);box-shadow:0 16px 40px rgba(23,35,60,.08)}.gcpp-property-card-lux img,.gcpp-property-card-lux .gcpp-photo-placeholder{width:100%;height:210px;object-fit:cover;border-radius:0}.gcpp-property-body{padding:18px}.gcpp-property-body h3{font-size:20px;margin:0 0 8px;color:#17233c}.gcpp-property-body p{min-height:auto;color:#667085}.gcpp-card-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.gcpp-empty-lux{padding:24px;border-radius:18px;background:#f8fafc;color:#667085;text-align:center;border:1px dashed #d8dee9}.gcpp-activity-item{padding:14px 0;border-bottom:1px solid #eef0f4}.gcpp-activity-item:last-child{border-bottom:0}.gcpp-activity-item strong{display:block;color:#17233c}.gcpp-activity-item span{display:block;color:#667085;margin-top:3px}.gcpp-request-page{max-width:980px;margin:0 auto}.gcpp-status-pending{background:#fff4cc;color:#8a5a00}.gcpp-status-assigned{background:#dbeafe;color:#1d4ed8}.gcpp-status-scheduled{background:#efe7ff;color:#6d28d9}.gcpp-status-enroute{background:#ffedd5;color:#c2410c}.gcpp-status-in-progress{background:#dcfce7;color:#15803d}.gcpp-status-completed{background:#d1fae5;color:#047857}.gcpp-status-closed{background:#e5e7eb;color:#374151}
@media(max-width:900px){.gcpp-login-lux,.gcpp-two-col{grid-template-columns:1fr}.gcpp-client-hero{flex-direction:column;align-items:flex-start}.gcpp-priority-grid{grid-template-columns:1fr 1fr}.gcpp-service-card,.gcpp-request-card{align-items:flex-start;flex-direction:column}.gcpp-login-story,.gcpp-login-card{padding:28px}.gcpp-login-story h2,.gcpp-client-hero h1{font-size:28px}}
@media(max-width:560px){.gcpp-priority-grid{grid-template-columns:1fr}.gcpp-client-hero .gcpp-quick,.gcpp-section-head{flex-direction:column;align-items:stretch;width:100%}}

/* Admin Core v4.0.0 CEO Dashboard */
.gcpp-ceo-admin{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#17233c;max-width:1480px}
.gcpp-ceo-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#10192e,#26375b);color:#fff;box-shadow:0 20px 60px rgba(16,25,46,.18);margin:22px 0}
.gcpp-ceo-brand{display:flex;align-items:center;gap:18px}.gcpp-ceo-brand img{width:86px;height:86px;border-radius:20px;object-fit:contain;background:#fff;padding:10px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.gcpp-ceo-hero .gcpp-eyebrow{color:#d8b76b}.gcpp-ceo-hero h1{font-size:34px;line-height:1.05;margin:4px 0 8px;color:#fff}.gcpp-ceo-hero p{margin:0;color:rgba(255,255,255,.76);max-width:760px;font-size:15px;line-height:1.55}.gcpp-ceo-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.gcpp-ceo-actions .button{border-radius:999px;padding:8px 18px;font-weight:800}
.gcpp-ceo-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:18px 0 22px}.gcpp-ceo-kpi{text-decoration:none;padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(23,35,60,.08);box-shadow:0 14px 36px rgba(23,35,60,.07);transition:.15s ease;min-height:115px}.gcpp-ceo-kpi:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(23,35,60,.12)}.gcpp-ceo-kpi span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#7a8496;font-weight:900;margin-bottom:9px}.gcpp-ceo-kpi strong{display:block;font-size:30px;line-height:1;color:#17233c;letter-spacing:-.03em}.gcpp-ceo-kpi small{display:block;margin-top:9px;color:#667085;font-weight:700}.gcpp-ceo-kpi.navy{background:linear-gradient(135deg,#17233c,#26375b)}.gcpp-ceo-kpi.navy span,.gcpp-ceo-kpi.navy strong,.gcpp-ceo-kpi.navy small{color:#fff}.gcpp-ceo-kpi.gold{background:linear-gradient(135deg,#fff8e8,#ffffff);border-color:rgba(200,162,74,.28)}.gcpp-ceo-kpi.money{background:linear-gradient(135deg,#0f5132,#18764a)}.gcpp-ceo-kpi.money span,.gcpp-ceo-kpi.money strong,.gcpp-ceo-kpi.money small{color:#fff}
.gcpp-ceo-grid-main{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-bottom:18px}.gcpp-ceo-grid-secondary{display:grid;grid-template-columns:.9fr .7fr 1fr;gap:18px}.gcpp-ceo-panel{min-height:100%;padding:24px}.gcpp-ceo-panel h2{font-size:20px}.gcpp-ceo-panel .gcpp-section-head a{font-weight:900;text-decoration:none;color:#8a6a2d}.gcpp-ceo-list{display:grid;gap:10px}.gcpp-ceo-list.compact{gap:8px}.gcpp-ceo-row{display:flex;justify-content:space-between;gap:16px;align-items:center;text-decoration:none;padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #edf0f5;color:#17233c;transition:.15s ease}.gcpp-ceo-row:hover{background:#fff;box-shadow:0 12px 26px rgba(23,35,60,.08);transform:translateY(-1px)}.gcpp-ceo-row strong{display:block;font-size:15px;color:#17233c}.gcpp-ceo-row span{display:block;margin-top:4px;color:#667085;font-size:13px}.gcpp-ceo-row em{font-style:normal;border-radius:999px;background:rgba(200,162,74,.16);color:#7b5d20;font-weight:900;padding:7px 10px;font-size:12px;white-space:nowrap}.gcpp-pipeline-bars{display:grid;gap:14px}.gcpp-pipeline-item>div{display:flex;justify-content:space-between;gap:10px;margin-bottom:7px}.gcpp-pipeline-item strong{color:#17233c}.gcpp-pipeline-item span{font-weight:900;color:#667085}.gcpp-pipeline-item b{display:block;height:10px;background:#eef0f4;border-radius:999px;overflow:hidden}.gcpp-pipeline-item i{display:block;height:100%;background:linear-gradient(90deg,#17233c,#c8a24a);border-radius:999px}.gcpp-service-demand{display:grid;gap:10px}.gcpp-service-demand div{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid #edf0f5;padding:10px 0}.gcpp-service-demand span{font-weight:800;color:#17233c}.gcpp-service-demand strong{font-size:20px;color:#8a6a2d}.gcpp-ceo-footer{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:22px 0;padding:18px 22px;border-radius:22px;background:#fff;border:1px solid rgba(23,35,60,.08);box-shadow:0 12px 30px rgba(23,35,60,.06)}.gcpp-ceo-footer strong,.gcpp-ceo-footer span{display:block}.gcpp-ceo-footer span{color:#667085}.gcpp-ceo-footer>div:last-child{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.gcpp-ceo-footer a{font-weight:900;text-decoration:none;color:#17233c}.gcpp-ceo-footer code{background:#f8f5ed;border-radius:10px;padding:7px 9px;color:#17233c}
@media(max-width:1200px){.gcpp-ceo-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.gcpp-ceo-grid-secondary{grid-template-columns:1fr}.gcpp-ceo-grid-main{grid-template-columns:1fr}}
@media(max-width:760px){.gcpp-ceo-hero,.gcpp-ceo-brand,.gcpp-ceo-footer{flex-direction:column;align-items:flex-start}.gcpp-ceo-kpis{grid-template-columns:1fr}.gcpp-ceo-actions{justify-content:flex-start}.gcpp-ceo-actions .button{width:100%;text-align:center}.gcpp-ceo-row{flex-direction:column;align-items:flex-start}.gcpp-ceo-row em{white-space:normal}}


/* v4.0.2 CEO dashboard responsive/overlap stabilization */
.gcpp-ceo-admin,.gcpp-ceo-admin *{box-sizing:border-box}
.gcpp-ceo-admin{width:100%;max-width:none;padding-right:20px;overflow-x:hidden}
.gcpp-ceo-grid-main,.gcpp-ceo-grid-secondary{position:relative;clear:both;align-items:stretch;grid-auto-rows:auto}
.gcpp-ceo-grid-main{margin-bottom:24px}
.gcpp-ceo-panel{position:relative;min-width:0;min-height:0;height:auto;overflow:hidden;display:flex;flex-direction:column}
.gcpp-ceo-list{min-width:0}.gcpp-ceo-row{min-width:0}.gcpp-ceo-row>div{min-width:0}.gcpp-ceo-row span{overflow-wrap:anywhere}
.gcpp-ceo-grid-secondary .gcpp-ceo-panel{min-height:220px}
.gcpp-ceo-footer{position:relative;z-index:1;flex-wrap:wrap}
@media(max-width:1400px){.gcpp-ceo-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.gcpp-ceo-grid-main{grid-template-columns:1fr}.gcpp-ceo-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1100px){.gcpp-ceo-grid-secondary{grid-template-columns:1fr}.gcpp-ceo-hero{align-items:flex-start}.gcpp-ceo-actions{justify-content:flex-start}}
@media(max-width:782px){.gcpp-ceo-admin{padding-right:10px}.gcpp-ceo-hero{padding:20px;border-radius:22px}.gcpp-ceo-hero h1{font-size:26px}.gcpp-ceo-brand img{width:68px;height:68px}.gcpp-ceo-kpis{grid-template-columns:1fr}.gcpp-ceo-panel{padding:18px;border-radius:20px}.gcpp-ceo-row{padding:14px}.gcpp-ceo-footer{align-items:flex-start}.gcpp-ceo-footer>div:last-child{width:100%;justify-content:flex-start}.gcpp-ceo-footer code{max-width:100%;overflow:auto}}

/* v4.1.1 workflow stabilization */
.gcpp-brand{display:flex;align-items:center;gap:14px;justify-content:space-between}.gcpp-brand>div{margin-right:auto}.gcpp-logout{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:10px 16px;font-weight:900;background:#17233c;color:#fff!important;box-shadow:0 10px 24px rgba(23,35,60,.16)}
.gcpp-clickable-card{text-decoration:none;color:inherit;transition:.16s ease}.gcpp-clickable-card:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(23,35,60,.11)}.gcpp-pay-link{display:inline-flex;margin-top:8px;font-size:12px;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:5px 10px}.gcpp-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.gcpp-detail-grid>div{background:#f7f9fc;border:1px solid #edf0f5;border-radius:16px;padding:14px}.gcpp-detail-grid strong,.gcpp-detail-grid span{display:block}.gcpp-detail-grid strong{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#8a6a2d}.gcpp-detail-grid span{margin-top:6px;font-weight:800;color:#17233c}.gcpp-message-thread{display:grid;gap:10px;margin:12px 0}.gcpp-message{border:1px solid #edf0f5;background:#fff;border-radius:16px;padding:14px}.gcpp-message strong,.gcpp-message span{display:block}.gcpp-message span{font-size:12px;color:#667085;margin:3px 0 8px}.gcpp-client-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:14px 0}.gcpp-client-card{display:grid;gap:4px;background:#f7f9fc;border:1px solid #edf0f5;border-radius:18px;padding:15px}.gcpp-client-card strong{color:#17233c}.gcpp-client-card span{color:#667085;font-size:13px}
.gcpp-manager-admin,.gcpp-manager-admin *{box-sizing:border-box}.gcpp-manager-admin{width:100%;max-width:none;padding-right:20px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#17233c;overflow-x:hidden}.gcpp-manager-hero{display:flex;justify-content:space-between;align-items:center;gap:22px;margin:22px 0;padding:28px;border-radius:28px;background:linear-gradient(135deg,#10192e,#26375b);box-shadow:0 20px 60px rgba(16,25,46,.16);color:#fff}.gcpp-manager-hero h1{margin:4px 0 8px;color:#fff;font-size:34px;line-height:1.08}.gcpp-manager-hero p{margin:0;color:rgba(255,255,255,.76);max-width:760px;line-height:1.55}.gcpp-manager-version{white-space:nowrap;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);border-radius:999px;padding:10px 16px;font-weight:900;color:#fff}.gcpp-manager-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:18px 0}.gcpp-manager-kpi{display:block;text-decoration:none;background:#fff;border:1px solid rgba(23,35,60,.08);box-shadow:0 14px 36px rgba(23,35,60,.06);border-radius:22px;padding:20px;transition:.15s ease}.gcpp-manager-kpi:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(23,35,60,.11)}.gcpp-manager-kpi.active{background:linear-gradient(135deg,#17233c,#26375b)}.gcpp-manager-kpi span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;color:#7a8496;margin-bottom:8px}.gcpp-manager-kpi strong{display:block;font-size:32px;line-height:1;color:#17233c}.gcpp-manager-kpi.active span,.gcpp-manager-kpi.active strong{color:#fff}.gcpp-manager-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 20px}.gcpp-manager-tabs a{text-decoration:none;border-radius:999px;padding:10px 16px;font-weight:900;background:#f3f5f9;color:#17233c;border:1px solid #e8ebf1}.gcpp-manager-tabs a.active{background:#17233c;color:#fff;border-color:#17233c}.gcpp-manager-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.65fr);gap:18px;align-items:start}.gcpp-manager-main{display:grid;gap:16px}.gcpp-manager-empty{padding:28px;border-radius:24px;background:#fff;border:1px dashed #d8dee9;text-align:center;color:#667085;box-shadow:0 14px 36px rgba(23,35,60,.05)}.gcpp-work-card{background:#fff;border:1px solid #edf0f5;border-radius:24px;padding:20px;box-shadow:0 16px 40px rgba(23,35,60,.06)}.gcpp-work-card-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:14px}.gcpp-work-card h2{margin:4px 0}.gcpp-work-card h2 a{text-decoration:none;color:#17233c}.gcpp-work-service{text-transform:uppercase;letter-spacing:.1em;font-weight:900;font-size:11px;color:#8a6a2d}.gcpp-work-badges{display:flex;gap:8px;align-items:flex-start}.gcpp-priority{border-radius:999px;background:#f5efe2;padding:6px 10px;font-weight:900;color:#8a6a2d}.gcpp-work-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.gcpp-work-meta div{background:#f7f9fc;border-radius:14px;padding:12px}.gcpp-work-meta strong,.gcpp-work-meta span{display:block}.gcpp-work-meta strong{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7a8496}.gcpp-work-meta span{margin-top:4px;color:#17233c;font-weight:800}.gcpp-work-assign{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end}.gcpp-work-actions{display:flex;gap:8px;align-items:center}.gcpp-manager-side{display:grid;gap:18px}.gcpp-vendor-capacity{display:grid;gap:4px;padding:14px 0;border-bottom:1px solid #edf0f5}.gcpp-vendor-capacity:last-child{border-bottom:0}.gcpp-vendor-capacity strong{font-size:15px;color:#17233c}.gcpp-vendor-capacity span{color:#667085}.gcpp-vendor-capacity em{font-style:normal;color:#8a6a2d;font-weight:900}.gcpp-manager-steps{margin:0;padding-left:20px;color:#17233c}.gcpp-manager-steps li{margin:8px 0;font-weight:700;color:#4d5b70}@media(max-width:1400px){.gcpp-manager-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.gcpp-manager-layout{grid-template-columns:1fr}.gcpp-work-assign{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.gcpp-detail-grid{grid-template-columns:1fr 1fr}.gcpp-manager-admin{padding-right:10px}.gcpp-manager-hero{flex-direction:column;align-items:flex-start;padding:22px}.gcpp-manager-kpis{grid-template-columns:1fr 1fr}.gcpp-work-card-head{flex-direction:column}.gcpp-work-badges{justify-content:flex-start}.gcpp-work-meta{grid-template-columns:1fr}.gcpp-work-assign{grid-template-columns:1fr}.gcpp-work-actions{justify-content:flex-start}.gcpp-manager-version{white-space:normal}.gcpp-manager-hero h1{font-size:27px}}@media(max-width:560px){.gcpp-detail-grid{grid-template-columns:1fr}.gcpp-manager-kpis{grid-template-columns:1fr}.gcpp-manager-tabs a{width:100%;text-align:center}.gcpp-work-actions .button{width:100%;text-align:center}.gcpp-brand{align-items:flex-start}.gcpp-logout{margin-left:auto}}

/* v4.2.0 CRM & Workflow Upgrade */
.gcpp-status,.gcpp-secondary,.gcpp-button,.button{white-space:nowrap;line-height:1.2}.gcpp-status{display:inline-flex;align-items:center;justify-content:center;min-width:max-content;max-width:100%;border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px;letter-spacing:.01em;background:#eef2f7;color:#17233c}.gcpp-work-actions{flex-wrap:wrap}.gcpp-compact-help{font-size:13px}.gcpp-manager-portal{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.gcpp-manager-front-hero{margin-top:10px}.gcpp-manager-pillnav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0}.gcpp-manager-pillnav a{display:block;text-decoration:none;background:#fff;border:1px solid rgba(23,35,60,.08);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(23,35,60,.06);transition:.16s ease}.gcpp-manager-pillnav a:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(23,35,60,.10)}.gcpp-manager-pillnav a.active{background:linear-gradient(135deg,#17233c,#26375b);color:#fff}.gcpp-manager-pillnav span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;color:#7a8496}.gcpp-manager-pillnav strong{display:block;margin-top:6px;font-size:28px;color:#17233c}.gcpp-manager-pillnav a.active span,.gcpp-manager-pillnav a.active strong{color:#fff}.gcpp-manager-list{display:grid;gap:16px}.gcpp-ops-card{background:#fff;border:1px solid #edf0f5;border-radius:24px;padding:20px;box-shadow:0 16px 40px rgba(23,35,60,.06)}.gcpp-ops-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.gcpp-ops-top h2{margin:4px 0;color:#17233c}.gcpp-ops-top p{margin:0;color:#667085}.gcpp-crm-table{overflow:auto;border:1px solid #edf0f5;border-radius:18px}.gcpp-crm-table table{margin:0}.gcpp-crm-table a{text-decoration:none}.gcpp-client-search{display:flex;gap:10px;align-items:center;margin:14px 0;flex-wrap:wrap}.gcpp-client-search input{flex:1;min-width:250px}.gcpp-client-profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.gcpp-panel-lite{background:#fff;border:1px solid #edf0f5;border-radius:20px;padding:18px;box-shadow:0 12px 30px rgba(23,35,60,.05)}.gcpp-client-profile .gcpp-grid-2{margin:16px 0}.gcpp-invoice-list-row,.gcpp-service-card,.gcpp-request-card{min-width:0}.gcpp-invoice-list-row>div,.gcpp-service-card>div,.gcpp-request-card>div{min-width:0}.gcpp-invoice-list-row a,.gcpp-service-card strong,.gcpp-request-card strong{overflow-wrap:anywhere}
@media(max-width:1100px){.gcpp-manager-pillnav{grid-template-columns:repeat(3,minmax(0,1fr))}.gcpp-ops-card .gcpp-work-assign{grid-template-columns:repeat(2,minmax(0,1fr))}.gcpp-client-profile-head{flex-direction:column}.gcpp-grid-2{grid-template-columns:1fr!important}}
@media(max-width:700px){.gcpp-manager-pillnav{grid-template-columns:1fr}.gcpp-ops-card{padding:16px;border-radius:20px}.gcpp-ops-top{flex-direction:column}.gcpp-ops-card .gcpp-work-assign{grid-template-columns:1fr}.gcpp-client-search input,.gcpp-client-search button{width:100%}.gcpp-status,.gcpp-secondary,.gcpp-button{white-space:normal;text-align:center}.gcpp-work-actions .gcpp-button,.gcpp-work-actions .button{width:100%}}


/* v4.2.1 Frontend Operations Center */
.gcpp-operations-wrap{max-width:1360px}
.gcpp-manager-portal{background:linear-gradient(180deg,#fbfcff,#f6f8fb);border:1px solid rgba(23,35,60,.08);border-radius:28px;padding:22px;box-shadow:0 24px 70px rgba(23,35,60,.08)}
.gcpp-manager-front-hero{grid-template-columns:1.4fr .45fr;margin-bottom:18px}
.gcpp-manager-pillnav{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:12px;margin:14px 0 22px}
.gcpp-manager-pillnav a{background:#fff;border:1px solid rgba(23,35,60,.08);border-radius:20px;padding:14px 16px;text-decoration:none;color:#17233c;box-shadow:0 12px 30px rgba(23,35,60,.06);display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.gcpp-manager-pillnav a span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gcpp-manager-pillnav a strong{font-size:24px;color:var(--gcpp-primary)}
.gcpp-manager-pillnav a.active{background:var(--gcpp-primary);color:#fff}
.gcpp-manager-pillnav a.active strong{color:#fff}
.gcpp-manager-list{display:grid;gap:16px}
.gcpp-ops-card{background:#fff;border:1px solid rgba(23,35,60,.08);border-radius:24px;padding:20px;box-shadow:0 16px 42px rgba(23,35,60,.07)}
.gcpp-ops-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #edf0f5;padding-bottom:14px;margin-bottom:14px}
.gcpp-ops-top h2{margin:4px 0 6px;color:var(--gcpp-primary);font-size:22px}
.gcpp-work-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}
.gcpp-work-meta div{background:#f8fafc;border:1px solid #edf0f5;border-radius:16px;padding:12px}
.gcpp-work-meta strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6c7486;margin-bottom:4px}
.gcpp-work-meta span{font-weight:800;color:#17233c}
.gcpp-work-assign{display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:12px;align-items:end}
.gcpp-work-assign label{font-weight:900;color:#263149;display:flex;flex-direction:column;gap:6px}
.gcpp-work-assign select,.gcpp-work-assign input{border:1px solid #d9dde7;border-radius:14px;padding:12px;background:#fff;font:inherit;width:100%;box-sizing:border-box}
.gcpp-work-assign .gcpp-button{white-space:nowrap;margin-top:0}
.gcpp-status,.gcpp-action,.gcpp-button,.gcpp-secondary{white-space:nowrap}
@media(max-width:1100px){.gcpp-manager-pillnav{grid-template-columns:repeat(2,minmax(0,1fr))}.gcpp-work-assign{grid-template-columns:repeat(2,minmax(0,1fr))}.gcpp-work-assign .gcpp-button{grid-column:1/-1}}
@media(max-width:720px){.gcpp-manager-front-hero,.gcpp-hero,.gcpp-dash-hero{grid-template-columns:1fr}.gcpp-manager-pillnav{grid-template-columns:1fr}.gcpp-ops-top{flex-direction:column}.gcpp-work-meta{grid-template-columns:1fr}.gcpp-work-assign{grid-template-columns:1fr}.gcpp-brand{align-items:flex-start;flex-wrap:wrap}.gcpp-brand .gcpp-logout{margin-left:0}}

/* v4.2.3 manager work order UX refinement */
.gcpp-statgrid a.gcpp-stat{text-decoration:none;color:inherit;cursor:pointer;transition:transform .15s ease, box-shadow .15s ease;}
.gcpp-statgrid a.gcpp-stat:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,28,54,.12);}
.gcpp-joist-line-head{grid-template-columns:2fr 1fr 1fr 1fr .8fr .2fr;gap:10px;align-items:center;}
.gcpp-joist-line{display:grid;grid-template-columns:1.4fr 1.6fr 1fr 1fr 1fr .8fr 36px;gap:10px;align-items:center;margin-bottom:10px;}
.gcpp-joist-line .gcpp-service-picker,.gcpp-joist-line input,.gcpp-joist-line select{min-width:0;width:100%;}
.gcpp-line-remove{width:34px;height:34px;border-radius:999px;border:1px solid #ead8aa;background:#fffaf0;color:#17233c;font-weight:900;cursor:pointer;}
.gcpp-line-remove:hover{background:#17233c;color:#fff;}
.gcpp-add-line{margin:12px 0 20px 0;}
.gcpp-manager-create .gcpp-section-head{margin-bottom:18px;}
.gcpp-manager-create textarea{min-height:110px;}
@media(max-width:900px){.gcpp-joist-line-head{display:none}.gcpp-joist-line{grid-template-columns:1fr}.gcpp-line-remove{justify-self:end}.gcpp-manager-create .gcpp-grid{grid-template-columns:1fr}}


/* v4.2.3 manager operations refinements */
.gcpp-manager-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 10px;padding:18px 20px;border:1px solid rgba(200,162,74,.28);border-radius:22px;background:linear-gradient(135deg,#fff,#fbf7ee);box-shadow:0 14px 34px rgba(23,35,60,.06)}
.gcpp-manager-toolbar span{color:#667085;font-weight:700;font-size:13px}.gcpp-create-work-order-btn{width:auto!important;white-space:nowrap}.gcpp-manager-pillnav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;margin:14px 0 22px!important}.gcpp-manager-pillnav a{min-height:58px;box-sizing:border-box}.gcpp-manager-pillnav a span{white-space:nowrap;font-size:11px}.gcpp-manager-create{margin-top:18px;border:1px solid rgba(200,162,74,.35);background:linear-gradient(135deg,#fff,#fffdf7)}
@media(max-width:1200px){.gcpp-manager-pillnav{grid-template-columns:repeat(5,minmax(120px,1fr))!important;overflow-x:auto;padding-bottom:6px}.gcpp-manager-pillnav a{min-width:140px}.gcpp-manager-toolbar{align-items:flex-start;flex-direction:column}.gcpp-create-work-order-btn{width:auto!important}}
@media(max-width:720px){.gcpp-manager-pillnav{grid-template-columns:1fr!important;overflow:visible}.gcpp-manager-pillnav a{min-width:0}.gcpp-create-work-order-btn{width:100%!important;text-align:center}}

/* v4.2.4 manager create-work-order repair */
.gcpp-manager-create .gcpp-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.gcpp-manager-create form{margin-top:14px}.gcpp-manager-pillnav{grid-template-columns:repeat(5,minmax(150px,1fr))!important}.gcpp-manager-toolbar{display:flex!important}.gcpp-manager-toolbar .gcpp-button{display:inline-flex;align-items:center;justify-content:center}.gcpp-secondary{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(200,162,74,.45);border-radius:999px;padding:12px 16px;text-decoration:none;color:#17233c;font-weight:900;background:#fffdf7}
@media(max-width:1300px){.gcpp-manager-pillnav{overflow-x:auto;grid-template-columns:repeat(5,170px)!important}}


/* v4.2.5 Operations filtering, priority coding, and notifications */
.gcpp-notice-panel{display:grid;grid-template-columns:260px 1fr;gap:16px;align-items:start;margin:18px 0;padding:18px;border:1px solid rgba(200,162,74,.28);border-radius:24px;background:linear-gradient(135deg,#fffaf0,#ffffff);box-shadow:0 12px 30px rgba(23,35,60,.06)}
.gcpp-notice-panel strong{display:block;color:#17233c;font-size:18px}.gcpp-notice-panel span{display:block;color:#667085;font-weight:700;font-size:13px;margin-top:4px}.gcpp-notice-list{display:grid;gap:8px}.gcpp-notice-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #eef0f5;border-radius:14px;background:#fff;text-decoration:none;color:#17233c}.gcpp-notice-item:hover{border-color:#c8a24a}.gcpp-notice-item b{font-size:13px}.gcpp-notice-item small{color:#667085;white-space:nowrap}
.gcpp-ops-card{border-left:6px solid #c8a24a}.gcpp-ops-card.gcpp-priority-standard{border-left-color:#98a2b3}.gcpp-ops-card.gcpp-priority-high{border-left-color:#f59e0b}.gcpp-ops-card.gcpp-priority-urgent{border-left-color:#ef4444}.gcpp-ops-card.gcpp-priority-emergency{border-left-color:#991b1b}.gcpp-ops-top h2 a,.gcpp-work-meta a{color:#17233c;text-decoration:none}.gcpp-ops-top h2 a:hover,.gcpp-work-meta a:hover{color:#c8a24a}.gcpp-status-stack{display:flex;align-items:flex-end;flex-direction:column;gap:8px}.gcpp-priority-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;padding:7px 11px;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.04em;background:#eef2f7;color:#17233c}.gcpp-priority-badge-high{background:#fff7ed;color:#b45309}.gcpp-priority-badge-urgent{background:#fef2f2;color:#b91c1c}.gcpp-priority-badge-emergency{background:#7f1d1d;color:#fff}.gcpp-manager-detail .gcpp-detail-grid{margin-top:14px}.gcpp-manager-create small.gcpp-muted{display:block;margin-top:6px;font-size:12px}.gcpp-manager-create select option[disabled]{color:#98a2b3}.gcpp-message-thread{display:grid;gap:10px;margin:12px 0}.gcpp-message{border:1px solid #eef0f5;border-radius:16px;padding:12px;background:#fff}.gcpp-message strong{display:block;color:#17233c}.gcpp-message span{display:block;color:#667085;font-size:12px;font-weight:700;margin:3px 0 8px}
@media(max-width:850px){.gcpp-notice-panel{grid-template-columns:1fr}.gcpp-notice-item{align-items:flex-start;flex-direction:column}.gcpp-status-stack{align-items:flex-start}}

/* v4.3.0 Communication Center + Luxury Controls */
.gcpp-button,.gcpp-secondary,.gcpp-logout,.gcpp-create-work-order-btn{min-height:42px;border-radius:999px;font-weight:950;letter-spacing:-.01em;box-shadow:0 10px 22px rgba(23,35,60,.10);transition:transform .15s ease, box-shadow .15s ease, background .15s ease;}
.gcpp-button{background:linear-gradient(135deg,#17233c,#0f1a30)!important;color:#fff!important;border:1px solid rgba(23,35,60,.14)!important;padding:12px 18px!important;}
.gcpp-secondary{background:linear-gradient(135deg,#fff,#fffaf0)!important;color:#17233c!important;border:1px solid rgba(200,162,74,.42)!important;padding:11px 16px!important;}
.gcpp-button:hover,.gcpp-secondary:hover,.gcpp-logout:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(23,35,60,.16)}
.gcpp-work-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gcpp-work-actions .gcpp-button,.gcpp-work-actions .gcpp-secondary{width:auto!important}.gcpp-message-action{font-size:13px}.gcpp-send-message-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:8px}
.gcpp-communication-center{border:1px solid rgba(200,162,74,.28)!important;background:linear-gradient(135deg,#fff,#fffdf7)!important}.gcpp-communication-center .gcpp-section-head{align-items:flex-start}.gcpp-message-thread{max-height:420px;overflow:auto;padding-right:4px}.gcpp-message{box-shadow:0 10px 24px rgba(23,35,60,.05);border-color:rgba(23,35,60,.08)}.gcpp-message p{margin:0;color:#263149;line-height:1.55}.gcpp-message-form textarea{min-height:110px}.gcpp-communication-preview{border-color:rgba(200,162,74,.32)!important}.gcpp-notice-item{box-shadow:0 8px 18px rgba(23,35,60,.04)}.gcpp-notice-item b{white-space:normal;line-height:1.25}.gcpp-empty-lux{border:1px dashed rgba(23,35,60,.14);border-radius:16px;padding:14px 16px;background:#fbfcff;color:#667085;font-weight:700}.gcpp-status{min-width:92px;text-align:center;white-space:nowrap;line-height:1.1}.gcpp-ops-card .gcpp-work-assign{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.gcpp-work-actions{grid-column:1/-1}.gcpp-status-stack .gcpp-status{min-width:104px}
@media(max-width:1100px){.gcpp-ops-card .gcpp-work-assign{grid-template-columns:repeat(2,minmax(0,1fr))}.gcpp-work-actions{grid-column:1/-1}}
@media(max-width:700px){.gcpp-ops-card .gcpp-work-assign{grid-template-columns:1fr}.gcpp-work-actions{flex-direction:column;align-items:stretch}.gcpp-work-actions .gcpp-button,.gcpp-work-actions .gcpp-secondary{width:100%!important}.gcpp-notice-panel{padding:14px}.gcpp-message-thread{max-height:none}}

/* v4.3.1 Communication Center notification polish */
.gcpp-notice-panel-lux{align-items:flex-start;gap:18px}
.gcpp-notice-item-lux{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;text-decoration:none!important;white-space:normal!important;padding:16px 18px!important;border-radius:18px!important}
.gcpp-notice-item-lux div{min-width:0;display:block}
.gcpp-notice-item-lux b{display:block;margin-bottom:4px;line-height:1.25}
.gcpp-notice-item-lux p{margin:0;color:#52627a;font-size:13px;line-height:1.45;max-width:780px}
.gcpp-notice-item-lux small{white-space:nowrap;color:#63708a;font-weight:700}
.gcpp-message-thread{max-height:none}
.gcpp-message{border:1px solid rgba(23,35,60,.10);background:#fff;border-radius:18px;padding:14px 16px;margin-bottom:12px;box-shadow:0 8px 24px rgba(15,25,45,.04)}
.gcpp-message strong{display:block;font-size:14px;margin-bottom:2px}
.gcpp-message span{display:block;font-size:12px;color:#7a8496;margin-bottom:8px}
.gcpp-message p{margin:0;line-height:1.55;color:#17233c}
@media(max-width:760px){.gcpp-notice-panel-lux{display:block}.gcpp-notice-item-lux{display:block!important}.gcpp-notice-item-lux small{display:block;margin-top:8px}}


/* v4.3.11 Message inbox/delete refinement */
.gcpp-message{position:relative;}
.gcpp-inline-delete-message{margin-top:10px;display:flex;justify-content:flex-end;}
.gcpp-message-delete{border:1px solid rgba(15,32,60,.18);background:#fff;color:#13233d;border-radius:999px;padding:7px 14px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(15,32,60,.06);}
.gcpp-message-delete:hover{background:#f8f3e8;border-color:#c99a3f;color:#0f1e35;}

/* PropertyServ OS v4.4.0 Build 1 - Communication Center + luxury workflow polish */
.gcpp-inbox-panel{border:1px solid rgba(200,162,74,.28);background:linear-gradient(135deg,#fff,#fbf8ef);box-shadow:0 18px 45px rgba(23,35,60,.10);border-radius:24px;padding:22px;margin:22px 0}
.gcpp-inbox-panel strong{letter-spacing:-.01em}.gcpp-inbox-item{border:1px solid rgba(23,35,60,.10)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 26px rgba(23,35,60,.07);transition:.18s ease;gap:18px}.gcpp-inbox-item:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(23,35,60,.12)}
.gcpp-message-thread{display:flex;flex-direction:column;gap:14px}.gcpp-message{border:1px solid rgba(23,35,60,.10);background:linear-gradient(180deg,#fff,#fbfbfd);border-radius:18px;padding:16px 18px;box-shadow:0 10px 28px rgba(23,35,60,.06)}
.gcpp-message strong{display:block;font-size:14px;color:#17233c}.gcpp-message span{display:block;font-size:12px;opacity:.68;margin:3px 0 8px}.gcpp-message p{margin:0;line-height:1.55}.gcpp-message-delete{border:0;background:#f7f1e4;color:#6d5521;border-radius:999px;padding:7px 13px;font-weight:700;cursor:pointer;margin-top:10px}.gcpp-message-delete:hover{background:#eadbb6;color:#17233c}
.gcpp-button,.gcpp-secondary,.gcpp-create-work-order-btn,.gcpp-send-message-btn{border-radius:999px!important;font-weight:800!important;letter-spacing:.01em;min-height:42px;display:inline-flex!important;align-items:center;justify-content:center;gap:8px;text-decoration:none!important;white-space:nowrap}.gcpp-button,.gcpp-send-message-btn{background:linear-gradient(135deg,#17233c,#26395f)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 12px 28px rgba(23,35,60,.18)!important;padding:11px 20px!important}.gcpp-button:hover,.gcpp-send-message-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.gcpp-secondary{background:#fff!important;color:#17233c!important;border:1px solid rgba(23,35,60,.16)!important;padding:10px 18px!important;box-shadow:0 8px 20px rgba(23,35,60,.06)!important}.gcpp-secondary:hover{border-color:#c8a24a!important;box-shadow:0 10px 24px rgba(200,162,74,.16)!important}
.gcpp-status,.gcpp-priority-badge{white-space:nowrap;border-radius:999px!important;padding:7px 12px!important;font-weight:800!important;font-size:12px!important;letter-spacing:.02em}.gcpp-priority-badge-emergency,.gcpp-priority-emergency .gcpp-priority-badge{background:#fee2e2!important;color:#991b1b!important}.gcpp-priority-badge-urgent,.gcpp-priority-urgent .gcpp-priority-badge{background:#ffedd5!important;color:#9a3412!important}.gcpp-priority-badge-high,.gcpp-priority-high .gcpp-priority-badge{background:#fef3c7!important;color:#92400e!important}.gcpp-priority-badge-standard,.gcpp-priority-standard .gcpp-priority-badge{background:#eaf1ff!important;color:#1d4ed8!important}
.gcpp-work-actions,.gcpp-card-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.gcpp-manager-pillnav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.gcpp-manager-pillnav a{border-radius:20px!important;border:1px solid rgba(23,35,60,.12);background:#fff;box-shadow:0 10px 28px rgba(23,35,60,.06);padding:16px 18px;text-decoration:none!important}.gcpp-manager-pillnav a.active{border-color:#c8a24a;background:linear-gradient(135deg,#fff,#faf4e5)}
@media(max-width:980px){.gcpp-manager-pillnav{grid-template-columns:repeat(2,minmax(0,1fr))}.gcpp-statgrid,.gcpp-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.gcpp-manager-pillnav,.gcpp-statgrid,.gcpp-priority-grid{grid-template-columns:1fr!important}.gcpp-work-actions,.gcpp-card-actions{flex-direction:column;align-items:stretch}.gcpp-button,.gcpp-secondary{width:100%}}


/* PropertyServ OS v4.4.2 Build 3 - immediate communication feedback */
.gcpp-pending-message{border-color:rgba(200,162,74,.45)!important;background:linear-gradient(135deg,#fffaf0,#ffffff)!important;opacity:.86;position:relative;}
.gcpp-pending-message:after{content:'Sending';position:absolute;right:14px;top:14px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#9a6b12;background:#fff4d6;border-radius:999px;padding:5px 9px;}
.gcpp-is-sending{opacity:.75;cursor:wait!important;}
.gcpp-notice-clicked{opacity:.35!important;transform:scale(.995);pointer-events:none!important;transition:all .18s ease;}
.gcpp-communication-center .gcpp-section-head h2,
.gcpp-communication-center .gcpp-section-head h3{letter-spacing:-.03em;}
.gcpp-success{border:1px solid rgba(34,197,94,.18);background:linear-gradient(135deg,#ecfdf3,#ffffff);color:#14532d;border-radius:16px;padding:12px 16px;font-weight:800;margin:12px 0;}

/* PropertyServ OS v4.4.3 Build 4 - Work Order Comment Thread */
.gcpp-communication-center,#gcpp-conversation{scroll-margin-top:24px;}
.gcpp-message-thread{display:flex!important;flex-direction:column!important;gap:12px!important;margin-top:14px!important;}
.gcpp-message{border:1px solid rgba(23,35,60,.10)!important;background:#fff!important;border-radius:18px!important;padding:14px 16px!important;box-shadow:0 8px 22px rgba(23,35,60,.06)!important;}
.gcpp-message strong{font-size:14px!important;color:#17233c!important;}
.gcpp-message span{font-size:12px!important;color:#667085!important;font-weight:700!important;}
.gcpp-message p{font-size:14px!important;line-height:1.55!important;margin-top:8px!important;}
.gcpp-message-form textarea,.gcpp-communication-center textarea{min-height:96px!important;border-radius:16px!important;}
.gcpp-send-message-btn:before{content:'+';display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:rgba(255,255,255,.16);font-weight:900;}
.gcpp-alert{border:1px solid rgba(220,38,38,.18);background:linear-gradient(135deg,#fef2f2,#ffffff);color:#7f1d1d;border-radius:16px;padding:12px 16px;font-weight:800;margin:12px 0;}

/* PropertyServ OS v4.5.1 Build 2 Active Replacement + Activity Feed Reset */
.gcpp-activity-inbox{border:1px solid rgba(200,162,74,.28);box-shadow:0 18px 45px rgba(23,35,60,.10);border-radius:22px;background:linear-gradient(135deg,#fff,#fbf8f0);margin:22px 0;padding:18px}
.gcpp-activity-inbox .gcpp-notice-item-lux{border:1px solid rgba(23,35,60,.08);border-radius:16px;background:#fff;margin-top:10px;transition:.18s ease;display:flex;align-items:center;justify-content:space-between;gap:16px;text-decoration:none}
.gcpp-activity-inbox .gcpp-notice-item-lux:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(23,35,60,.10)}
.gcpp-activity-feed{border:1px solid rgba(200,162,74,.24);box-shadow:0 20px 50px rgba(23,35,60,.08);background:linear-gradient(180deg,#fff,#fffdf8)}
.gcpp-activity-feed .gcpp-section-head{border-bottom:1px solid rgba(23,35,60,.08);padding-bottom:14px;margin-bottom:14px}
.gcpp-message-thread{display:flex;flex-direction:column;gap:14px}
.gcpp-message{border:1px solid rgba(23,35,60,.08);border-radius:18px;background:#fff;padding:16px 18px;box-shadow:0 10px 26px rgba(23,35,60,.05);position:relative}
.gcpp-message strong{display:block;font-size:14px;color:var(--gcpp-primary,#17233c);letter-spacing:.01em}
.gcpp-message span{display:block;font-size:12px;color:#7b8190;margin-top:2px;margin-bottom:10px}
.gcpp-message p{font-size:15px;line-height:1.55;margin:0;color:#1d2433}
.gcpp-message-delete{border:0;background:transparent;color:#9a6b6b;font-size:12px;text-decoration:underline;cursor:pointer;margin-top:10px;padding:0}
.gcpp-send-message-btn,.gcpp-button{min-height:44px;border-radius:999px;font-weight:700;letter-spacing:.01em}
.gcpp-status,.gcpp-priority-badge{white-space:nowrap}


/* PropertyServ OS v4.5.1 Build 2 active replacement visibility */
.gcpp-release-badge{display:inline-flex;align-items:center;margin-top:8px;padding:6px 12px;border-radius:999px;background:#17233c;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 25px rgba(23,35,60,.18)}
.gcpp-activity-feed .gcpp-section-head h2,.gcpp-activity-feed .gcpp-section-head h3{letter-spacing:-.02em}
.gcpp-activity-feed .gcpp-message-thread{max-height:440px;overflow:auto;padding-right:6px}
.gcpp-activity-feed .gcpp-message{border:1px solid rgba(23,35,60,.09);border-radius:18px;background:#fff;padding:14px 16px;margin:0 0 12px;box-shadow:0 12px 26px rgba(23,35,60,.06)}
.gcpp-activity-feed .gcpp-message strong{display:block;font-size:14px;color:#081d38;margin-bottom:2px}
.gcpp-activity-feed .gcpp-message span{display:block;font-size:12px;color:#68748a;margin-bottom:8px}
.gcpp-activity-feed .gcpp-message p{margin:0;color:#15243a;line-height:1.45}
.gcpp-is-sending{opacity:.78;cursor:wait!important}
.gcpp-pending-message{border-style:dashed!important;opacity:.78}

/* PropertyServ OS v4.5.2 Build 3 - Active state readability and contrast polish */
.gcpp-manager-pillnav a.active,
.gcpp-manager-tabs a.active,
.gcpp-manager-kpi.active,
.gcpp-tabs button.active,
.gcpp-mini-tabs a.active,
.gcpp-vendor-topnav a.active{
  background:linear-gradient(135deg,#17233c,#26375b)!important;
  color:#ffffff!important;
  border-color:rgba(200,162,74,.55)!important;
}
.gcpp-manager-pillnav a.active *,
.gcpp-manager-tabs a.active *,
.gcpp-manager-kpi.active *,
.gcpp-tabs button.active *,
.gcpp-mini-tabs a.active *,
.gcpp-vendor-topnav a.active *{
  color:#ffffff!important;
}
.gcpp-manager-pillnav a.active span,
.gcpp-manager-pillnav a.active strong,
.gcpp-manager-kpi.active span,
.gcpp-manager-kpi.active strong{
  color:#ffffff!important;
  text-shadow:0 1px 1px rgba(0,0,0,.14);
}
.gcpp-vendor-topnav a,
.gcpp-manager-pillnav a,
.gcpp-manager-tabs a,
.gcpp-mini-tabs a,
.gcpp-tabs button{
  line-height:1.2!important;
}
.gcpp-vendor-topnav a.active,
.gcpp-manager-pillnav a.active{
  box-shadow:0 16px 36px rgba(23,35,60,.22)!important;
}
.gcpp-status,
.gcpp-priority-badge,
.gcpp-invoice-badge,
.gcpp-membership-badge{
  color:#17233c!important;
  background:#eef2f7!important;
  border:1px solid rgba(23,35,60,.08)!important;
}
.gcpp-status-scheduled,.gcpp-status.assigned,.gcpp-status-scheduled,
.gcpp-status-in-progress,
.gcpp-status-enroute{
  background:#eaf1ff!important;
  color:#1d4ed8!important;
}
.gcpp-status-pending{
  background:#fff7ed!important;
  color:#9a3412!important;
}
.gcpp-status-completed,.gcpp-status-closed{
  background:#dcfce7!important;
  color:#166534!important;
}
.gcpp-status-emergency,.gcpp-priority-badge-emergency{
  background:#fee2e2!important;
  color:#991b1b!important;
}
.gcpp-priority-badge-urgent{
  background:#ffedd5!important;
  color:#9a3412!important;
}
.gcpp-priority-badge-high{
  background:#fef3c7!important;
  color:#92400e!important;
}
.gcpp-release-badge{
  background:linear-gradient(135deg,#17233c,#26375b)!important;
  color:#ffffff!important;
}
.gcpp-release-badge *{color:#ffffff!important;}
/* Ensure light/gold cards never inherit white text from older active classes. */
.gcpp-priority-card.upcoming,
.gcpp-manager-pillnav a:not(.active),
.gcpp-panel,
.gcpp-activity-feed{
  color:#17233c!important;
}
.gcpp-priority-card.upcoming span,
.gcpp-priority-card.upcoming strong,
.gcpp-priority-card.upcoming small,
.gcpp-manager-pillnav a:not(.active) span,
.gcpp-manager-pillnav a:not(.active) strong{
  color:#17233c!important;
}
.gcpp-priority-card.upcoming span{color:#8a6a2d!important;}
.gcpp-priority-card.upcoming small{color:#667085!important;}


/* PropertyServ OS v4.5.3 Build 4: activity feed visibility + delete return polish */
.gcpp-comment-visibility{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin:6px 0 2px;
  padding:5px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  border:1px solid rgba(23,35,60,.12);
  background:#f7f9fc;
  color:#17233c;
}
.gcpp-comment-visibility-manager_vendor,
.gcpp-comment-visibility-manager_client{
  background:#fff8e8;
  border-color:rgba(200,162,74,.45);
  color:#7a5713;
}
.gcpp-inline-delete-message{ margin-top:10px; }
.gcpp-message-delete{
  border:1px solid rgba(23,35,60,.16);
  background:#fff;
  color:#17233c;
  border-radius:999px;
  padding:7px 13px;
  font-weight:800;
  cursor:pointer;
}
.gcpp-message-delete:hover{ background:#17233c; color:#fff; }
.gcpp-form select[name="comment_visibility"]{
  min-height:46px;
  border-radius:14px;
  border:1px solid rgba(23,35,60,.18);
  background:#fff;
  color:#061a33;
  font-weight:700;
}

/* PropertyServ OS v4.6.0 Build 1 - Operations Center 2.0 */
.gcpp-ops-card{position:relative;overflow:hidden;}
.gcpp-ops-card:before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:#9aa6b2;}
.gcpp-ops-card.gcpp-priority-emergency:before{background:#dc2626;}
.gcpp-ops-card.gcpp-priority-urgent:before{background:#f97316;}
.gcpp-ops-card.gcpp-priority-high:before{background:#d97706;}
.gcpp-ops-card.gcpp-priority-standard:before{background:#2563eb;}
.gcpp-ops-drawer{margin-top:16px;border:1px solid rgba(23,35,60,.10);border-radius:22px;background:linear-gradient(135deg,#fff,#fbfcff);box-shadow:0 12px 28px rgba(23,35,60,.05);overflow:hidden;}
.gcpp-ops-drawer summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;font-weight:900;color:#17233c;}
.gcpp-ops-drawer summary::-webkit-details-marker{display:none;}
.gcpp-ops-drawer summary:after{content:'+';display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#17233c;color:#fff;font-weight:900;}
.gcpp-ops-drawer[open] summary:after{content:'–';background:#c8a24a;color:#17233c;}
.gcpp-ops-drawer summary strong{font-size:12px;text-transform:uppercase;letter-spacing:.06em;background:#eef2f7;border-radius:999px;padding:7px 10px;color:#17233c;}
.gcpp-ops-drawer-body{border-top:1px solid rgba(23,35,60,.08);padding:18px;}
.gcpp-ops-drawer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;gap:16px;align-items:stretch;}
.gcpp-ops-drawer-grid section{border:1px solid rgba(23,35,60,.08);border-radius:18px;background:#fff;padding:16px;box-shadow:0 8px 20px rgba(23,35,60,.04);}
.gcpp-ops-drawer-grid h3{margin:0 0 8px;color:#061a33;font-size:18px;line-height:1.2;}
.gcpp-ops-drawer-grid p{margin:0;color:#52627a;line-height:1.45;}
.gcpp-drawer-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.gcpp-unread-chip{display:inline-flex;border-radius:999px;background:#fff8e8;border:1px solid rgba(200,162,74,.42);color:#7a5713;font-weight:900;font-size:12px;padding:7px 10px;}
.gcpp-ops-timeline{display:flex;flex-direction:column;gap:10px;margin-top:8px;}
.gcpp-ops-timeitem{display:flex;gap:10px;align-items:flex-start;position:relative;}
.gcpp-ops-timeitem>span{width:12px;height:12px;border-radius:999px;background:#c8a24a;margin-top:4px;box-shadow:0 0 0 4px rgba(200,162,74,.14);flex:0 0 12px;}
.gcpp-ops-timeitem strong{display:block;color:#17233c;font-size:13px;line-height:1.2;}
.gcpp-ops-timeitem small{display:block;color:#667085;font-weight:700;font-size:12px;line-height:1.3;margin-top:2px;}
.gcpp-internal-note-box{background:linear-gradient(135deg,#f8fafc,#ffffff);border:1px solid rgba(23,35,60,.08);border-radius:18px;padding:14px;}
.gcpp-internal-note-box h3{margin-top:0;}
.gcpp-internal-note-box strong{display:block;color:#17233c;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin-top:8px;}
.gcpp-internal-note-box p{margin:4px 0 10px;color:#52627a;line-height:1.5;}
.gcpp-drawer-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch;}
.gcpp-drawer-actions .gcpp-button,.gcpp-drawer-actions .gcpp-secondary,.gcpp-inline-complete-form .gcpp-secondary{width:100%!important;}
.gcpp-complete-btn{border-color:rgba(22,101,52,.22)!important;background:#ecfdf3!important;color:#166534!important;}
.gcpp-complete-btn:hover{background:#166534!important;color:#fff!important;}
.gcpp-ops-detail-layout{align-items:start;}
.gcpp-ops-detail-summary{min-width:0;}
.gcpp-ops-detail-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;}
.gcpp-manager-front-hero .gcpp-hero-card{border:1px solid rgba(200,162,74,.24);}
.gcpp-work-actions .gcpp-secondary{min-height:40px!important;padding:9px 15px!important;}
@media(max-width:1250px){.gcpp-ops-drawer-grid{grid-template-columns:1fr 1fr;}.gcpp-ops-card .gcpp-work-assign{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:820px){.gcpp-ops-drawer-grid,.gcpp-ops-detail-split{grid-template-columns:1fr;}.gcpp-ops-card .gcpp-work-assign{grid-template-columns:1fr;}.gcpp-ops-drawer summary{align-items:flex-start;flex-direction:column;}.gcpp-work-actions{display:grid;grid-template-columns:1fr;}}


/* PropertyServ OS v4.6.1 Build 2 - true operations side drawer + dispatch polish */
.gcpp-release-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#17233c!important;color:#fff!important;border:1px solid rgba(200,162,74,.55)!important;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 22px rgba(23,35,60,.18);width:max-content;max-width:100%;}
.gcpp-ops-drawer{border-color:rgba(200,162,74,.34)!important;background:linear-gradient(135deg,#fffdf8,#f8fbff)!important;}
.gcpp-ops-drawer summary{min-height:46px;color:#061a33!important;}
.gcpp-ops-drawer summary span{display:inline-flex;align-items:center;gap:8px;}
.gcpp-ops-drawer summary span:before{content:'↗';display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#17233c;color:#fff;font-size:14px;box-shadow:0 8px 18px rgba(23,35,60,.18);}
.gcpp-ops-drawer summary:after{content:'Open'!important;width:auto;min-width:58px;height:30px;padding:0 12px;border-radius:999px;background:#c8a24a!important;color:#061a33!important;font-size:11px;text-transform:uppercase;letter-spacing:.06em;}
.gcpp-ops-drawer[open] summary:after{content:'Open'!important;background:#c8a24a!important;color:#061a33!important;}
.gcpp-ops-drawer-grid section{min-width:0;}
.gcpp-ops-drawer-grid h3{word-break:break-word;}
.gcpp-ops-card{position:relative;overflow:visible!important;}
.gcpp-ops-card .gcpp-work-actions .button,
.gcpp-ops-card .gcpp-work-actions .gcpp-button,
.gcpp-ops-card .gcpp-work-actions .gcpp-secondary{min-height:38px;border-radius:999px;font-weight:900;}
.gcpp-ops-card .gcpp-work-assign select,
.gcpp-ops-card .gcpp-work-assign input{font-weight:800;color:#061a33;background:#fff;}
.gcpp-ops-card .gcpp-work-assign label{font-weight:900;color:#061a33;}
.gcpp-ops-overlay{position:fixed;inset:0;z-index:99998;display:none;}
.gcpp-ops-overlay.is-open{display:block;}
.gcpp-ops-overlay-backdrop{position:absolute;inset:0;background:rgba(6,26,51,.52);backdrop-filter:blur(3px);}
.gcpp-ops-sidepanel{position:absolute;top:0;right:0;width:min(720px,92vw);height:100%;background:#f8fafc;box-shadow:-28px 0 80px rgba(6,26,51,.28);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .24s ease;border-left:1px solid rgba(200,162,74,.34);}
.gcpp-ops-overlay.is-open .gcpp-ops-sidepanel{transform:translateX(0);}
.gcpp-ops-sidepanel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid rgba(23,35,60,.08);background:linear-gradient(135deg,#fffaf0,#ffffff);}
.gcpp-ops-sidepanel-head h2{margin:0;font-size:26px;line-height:1.1;color:#061a33;}
.gcpp-ops-sidepanel-head p{margin:4px 0 0;color:#52627a;font-weight:700;}
.gcpp-ops-sidepanel-close{border:0;background:#17233c;color:#fff;border-radius:999px;width:42px;height:42px;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 12px 24px rgba(23,35,60,.18);}
.gcpp-ops-sidepanel-body{padding:22px 24px;overflow:auto;}
.gcpp-ops-sidepanel-body .gcpp-ops-drawer-grid{grid-template-columns:1fr;gap:14px;}
.gcpp-ops-sidepanel-body .gcpp-ops-drawer-grid section{border-radius:22px;padding:18px;box-shadow:0 12px 28px rgba(23,35,60,.06);}
.gcpp-ops-sidepanel-body .gcpp-drawer-actions{display:grid;grid-template-columns:1fr;gap:12px;}
.gcpp-ops-sidepanel-body .gcpp-drawer-actions a,
.gcpp-ops-sidepanel-body .gcpp-drawer-actions button{width:100%;text-align:center;justify-content:center;min-height:44px;}
.gcpp-ops-sidepanel-body .gcpp-ops-timeline{gap:10px;}
.gcpp-ops-sidepanel-body .gcpp-ops-timeitem{padding:8px 0;}
.gcpp-ops-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:99999;background:#17233c;color:#fff;padding:12px 18px;border-radius:999px;box-shadow:0 16px 35px rgba(23,35,60,.22);font-weight:900;letter-spacing:.01em;opacity:0;pointer-events:none;transition:opacity .18s ease, transform .18s ease;}
.gcpp-ops-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(-4px);}
.gcpp-priority-badge-emergency,.gcpp-priority-emergency{border-color:#b42318!important;background:#fee4e2!important;color:#7a271a!important;}
.gcpp-priority-badge-urgent,.gcpp-priority-badge-priority,.gcpp-priority-priority,.gcpp-priority-urgent{border-color:#dc6803!important;background:#ffead5!important;color:#7a2e0e!important;}
.gcpp-priority-badge-high,.gcpp-priority-high{border-color:#b54708!important;background:#fff4ed!important;color:#93370d!important;}
.gcpp-priority-badge-standard,.gcpp-priority-standard{border-color:#2e90fa!important;background:#eff8ff!important;color:#175cd3!important;}
@media(max-width:760px){.gcpp-ops-sidepanel{width:100vw;}.gcpp-ops-sidepanel-head{padding:18px;}.gcpp-ops-sidepanel-body{padding:18px;}.gcpp-ops-sidepanel-head h2{font-size:22px;}}


/* PropertyServ OS v4.6.2 Build 3 - Operations Center 2.0 polish from tester video */
.gcpp-operations-wrap{max-width:1280px!important;width:min(1280px,calc(100vw - 48px))!important;margin:30px auto!important;}
.gcpp-operations-wrap .gcpp-manager-portal,.gcpp-operations-wrap .gcpp-manager-detail{width:100%;}
.gcpp-manager-front-hero{scroll-margin-top:120px;}
#gcpp-activity-feed{scroll-margin-top:145px;}
.gcpp-ops-detail-layout{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,.75fr)!important;gap:22px!important;align-items:start!important;}
.gcpp-manager-detail .gcpp-dash-hero{margin-top:10px!important;}
.gcpp-manager-detail .gcpp-panel{box-sizing:border-box;}
.gcpp-manager-detail .gcpp-message-thread{max-height:360px;overflow:auto;padding-right:6px;}
.gcpp-work-actions-v462{display:grid!important;grid-template-columns:minmax(150px,1fr) minmax(150px,1fr)!important;gap:10px!important;align-items:center!important;margin-top:10px!important;}
.gcpp-work-actions-v462 .gcpp-detail-activity-btn,.gcpp-work-actions-v462 .gcpp-button{height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;border-radius:999px!important;white-space:nowrap!important;}
.gcpp-ops-card .gcpp-work-assign{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px 12px!important;}
.gcpp-ops-card .gcpp-work-assign label{min-width:0!important;}
.gcpp-ops-card .gcpp-work-assign input,.gcpp-ops-card .gcpp-work-assign select{height:42px!important;min-width:0!important;font-size:14px!important;}
.gcpp-ops-card .gcpp-work-actions{grid-column:1/-1!important;}
.gcpp-ops-drawer{margin-top:12px!important;}
.gcpp-ops-drawer summary{background:#fff!important;border:1px solid rgba(200,162,74,.35)!important;border-radius:18px!important;box-shadow:0 10px 24px rgba(23,35,60,.05)!important;}
.gcpp-ops-drawer summary span{font-weight:950!important;color:#061a33!important;}
.gcpp-ops-drawer summary:after{content:'Quick View'!important;min-width:88px!important;}
.gcpp-ops-sidepanel{width:min(460px,92vw)!important;}
.gcpp-ops-sidepanel-head{position:sticky;top:0;background:#fff;z-index:2;border-bottom:1px solid rgba(23,35,60,.08);}
.gcpp-drawer-actions{display:grid!important;gap:10px!important;}
.gcpp-drawer-actions .gcpp-button,.gcpp-drawer-actions .gcpp-secondary,.gcpp-drawer-actions button{width:100%!important;text-align:center!important;justify-content:center!important;}
.gcpp-comment-visibility{display:inline-flex!important;margin:8px 0 2px!important;max-width:100%;white-space:normal!important;line-height:1.25!important;}
.gcpp-activity-feed .gcpp-form select,.gcpp-activity-feed .gcpp-form textarea{font-size:14px!important;}
.gcpp-activity-feed .gcpp-form textarea{min-height:96px!important;}
@media(max-width:980px){.gcpp-operations-wrap{width:calc(100vw - 24px)!important;margin:18px auto!important}.gcpp-ops-detail-layout{grid-template-columns:1fr!important}.gcpp-ops-card .gcpp-work-assign{grid-template-columns:1fr 1fr!important}.gcpp-work-actions-v462{grid-template-columns:1fr!important}}

/* PropertyServ OS v4.6.3 Build 4 - editable work order workspace + newest comments first */
.gcpp-workorder-edit-panel{margin-top:20px;border:1px solid rgba(200,162,74,.28);border-radius:22px;background:linear-gradient(135deg,#fffdf8,#ffffff);padding:18px;box-shadow:0 14px 34px rgba(23,35,60,.06);}
.gcpp-workorder-edit-panel .gcpp-section-head{margin-bottom:12px;}
.gcpp-workorder-edit-panel h3{margin:0;color:#061a33;font-size:20px;}
.gcpp-workorder-edit-form{display:block!important;}
.gcpp-workorder-edit-main,.gcpp-workorder-edit-dispatch{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
.gcpp-workorder-edit-dispatch{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.gcpp-workorder-edit-notes{grid-template-columns:1fr 1fr!important;gap:12px!important;}
.gcpp-workorder-edit-panel label{font-weight:900;color:#061a33;}
.gcpp-workorder-edit-panel input,.gcpp-workorder-edit-panel select,.gcpp-workorder-edit-panel textarea{border:1px solid rgba(23,35,60,.18)!important;border-radius:14px!important;background:#fff!important;color:#061a33!important;font-weight:750!important;}
.gcpp-workorder-edit-panel textarea{min-height:92px!important;}
.gcpp-workorder-edit-panel .gcpp-button{margin-top:10px;width:100%;}
.gcpp-drawer-edit-section{grid-column:1/-1!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.gcpp-workorder-edit-compact{margin-top:0;padding:16px;border-radius:18px;box-shadow:none;}
.gcpp-workorder-edit-compact .gcpp-workorder-edit-dispatch{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.gcpp-workorder-edit-compact .gcpp-workorder-edit-notes{grid-template-columns:1fr!important;}
.gcpp-activity-feed .gcpp-message-thread{display:flex;flex-direction:column;}
.gcpp-activity-feed .gcpp-message:first-child{border-color:rgba(200,162,74,.38)!important;background:linear-gradient(135deg,#fffaf0,#ffffff)!important;box-shadow:0 10px 24px rgba(200,162,74,.10)!important;}
.gcpp-latest-comment{outline:2px solid rgba(200,162,74,.18);outline-offset:2px;}
.gcpp-activity-feed .gcpp-section-head .gcpp-muted:after{content:' Latest comments appear at the top.';font-weight:900;color:#7a5713;}
@media(max-width:980px){.gcpp-workorder-edit-main,.gcpp-workorder-edit-dispatch,.gcpp-workorder-edit-notes,.gcpp-workorder-edit-compact .gcpp-workorder-edit-dispatch{grid-template-columns:1fr!important;}}

/* PropertyServ OS v4.6.5 Build 6 - priority-first operations sorting */
.gcpp-summary-inline-panel .gcpp-section-head{margin-bottom:18px}
.gcpp-summary-edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;margin-bottom:18px}
.gcpp-summary-card{display:flex;flex-direction:column;gap:8px;background:#f8fafc;border:1px solid rgba(23,35,60,.12);border-radius:18px;padding:16px;min-height:108px;box-shadow:0 12px 30px rgba(15,23,42,.045)}
.gcpp-summary-card strong{font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:#9a6b18;margin:0}
.gcpp-summary-card span{font-weight:800;color:#081b34;line-height:1.35}
.gcpp-summary-card small{color:#728097;font-weight:700}
.gcpp-summary-card.locked{background:linear-gradient(135deg,#fbfaf6,#f5f7fb)}
.gcpp-summary-card select,.gcpp-summary-card input{width:100%;border:1px solid rgba(23,35,60,.22);border-radius:13px;padding:12px 13px;background:#fff;color:#081b34;font-weight:800;min-height:46px}
.gcpp-summary-card-wide{min-height:118px}
.gcpp-summary-notes-grid{margin-top:8px;margin-bottom:14px}
.gcpp-summary-notes-grid textarea{min-height:96px;border-radius:16px;font-weight:700}
.gcpp-summary-save{width:100%;margin:2px 0 22px 0}
.gcpp-workorder-edit-panel:not(.gcpp-workorder-edit-compact){display:none!important}
@media(max-width:760px){.gcpp-summary-edit-grid{grid-template-columns:1fr}.gcpp-summary-card{min-height:auto}.gcpp-summary-save{position:sticky;bottom:10px;z-index:2}}

/* PropertyServ OS v4.6.5 Build 6 - priority sorting visibility */
.gcpp-manager-toolbar span::after{content:" Priority-first sorting active";font-weight:800;color:var(--gcpp-primary);margin-left:8px;}
.gcpp-ops-card.gcpp-priority-emergency,.gcpp-work-card.gcpp-priority-emergency{box-shadow:0 18px 44px rgba(153,27,27,.16);}
.gcpp-ops-card.gcpp-priority-urgent,.gcpp-work-card.gcpp-priority-urgent{box-shadow:0 18px 44px rgba(194,65,12,.14);}
.gcpp-ops-card.gcpp-priority-high,.gcpp-work-card.gcpp-priority-high,.gcpp-ops-card.gcpp-priority-priority,.gcpp-work-card.gcpp-priority-priority{box-shadow:0 18px 44px rgba(202,138,4,.12);}


/* PropertyServ OS v4.6.6 Build 7 - New Operations Request property selector fix */
#gcpp_manager_property_hint{display:block;margin-top:6px;font-weight:700;color:#5f6c86;}
#gcpp_manager_property_select option{color:#081a33;background:#fff;}


/* PropertyServ OS v4.6.7 Build 8 - create request workflow polish */
.gcpp-operations-wrap{scroll-margin-top:150px!important;}
.gcpp-manager-create{scroll-margin-top:150px!important;}
.gcpp-manager-create .gcpp-section-head{align-items:flex-start!important;}
.gcpp-manager-create .gcpp-form{gap:16px!important;}
.gcpp-manager-create .gcpp-grid{align-items:end!important;}
.gcpp-manager-create select[name="status"]{border-color:rgba(200,162,74,.36)!important;background:linear-gradient(135deg,#fffaf0,#ffffff)!important;}
.gcpp-manager-create button.gcpp-button{height:48px!important;border-radius:999px!important;box-shadow:0 14px 32px rgba(23,35,60,.16)!important;}
.gcpp-success{scroll-margin-top:145px!important;}
.gcpp-ops-card .gcpp-status-stack .gcpp-status-scheduled{background:#e8f7ef!important;color:#067647!important;border-color:#abefc6!important;}
.gcpp-ops-card .gcpp-status-stack .gcpp-status-pending{background:#fff8e6!important;color:#936300!important;border-color:#f5d48b!important;}


/* PropertyServ OS v4.6.8 Build 9 - login-first portal, lighter operations entry, vendor autofill polish */
.gcpp-login-first-hero .gcpp-hero-card strong{font-size:1.25rem;}
.gcpp-manager-portal-lite .gcpp-dash-hero{display:none;}
.gcpp-ops-command-strip{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:28px 32px;margin:18px 0 18px;border:1px solid rgba(200,162,74,.28);
  border-radius:26px;background:linear-gradient(135deg,#fffefa 0%,#f7f3ea 100%);
  box-shadow:0 18px 45px rgba(23,35,60,.08);
}
.gcpp-ops-command-strip h1{margin:4px 0 6px;font-size:clamp(28px,3vw,46px);line-height:1;color:#081a33;}
.gcpp-ops-command-strip p{margin:0;color:#58687e;max-width:760px;}
.gcpp-ops-command-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end;}
.gcpp-mini-count{min-width:130px;padding:15px 18px;border-radius:18px;background:#fff;border:1px solid rgba(23,35,60,.08);box-shadow:0 12px 28px rgba(23,35,60,.08);}
.gcpp-mini-count strong{display:block;font-size:28px;color:#081a33;line-height:1;}
.gcpp-mini-count span{display:block;margin-top:6px;color:#66768c;font-weight:800;font-size:12px;letter-spacing:.04em;text-transform:uppercase;}
.gcpp-manager-pillnav-lite{margin:0 0 18px;padding:10px;position:sticky;top:82px;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);}
.gcpp-manager-pillnav-lite a{min-height:58px;}
.gcpp-manager-pillnav-lite a span{font-size:12px;text-transform:uppercase;letter-spacing:.06em;}
.gcpp-manager-pillnav-lite a strong{font-size:24px;}
.gcpp-vendor-autofill + .gcpp-autofill-note{display:block;color:#66768c;font-size:12px;margin-top:4px;}
@media(max-width:800px){.gcpp-ops-command-strip{flex-direction:column;align-items:flex-start;padding:22px}.gcpp-ops-command-actions{width:100%;justify-content:flex-start}.gcpp-manager-pillnav-lite{position:static}.gcpp-manager-pillnav-lite a{min-width:calc(50% - 8px)}}


/* PropertyServ OS v4.6.9 Build 10 - owner dashboard relevance + operations visual command view */
.gcpp-owner-brief{
  display:grid;grid-template-columns:minmax(280px,1.6fr) repeat(4,minmax(140px,1fr));gap:14px;align-items:stretch;
  margin:0 0 18px;padding:18px;border-radius:26px;background:linear-gradient(135deg,#fffefa,#f6f0e4);border:1px solid rgba(200,162,74,.28);box-shadow:0 16px 42px rgba(23,35,60,.08)
}
.gcpp-owner-brief h2{margin:3px 0 6px;color:#071b34;font-size:clamp(22px,2.2vw,34px);line-height:1.05}.gcpp-owner-brief p{margin:0;color:#627189;font-weight:700}.gcpp-owner-brief-card{text-decoration:none;color:#071b34;background:#fff;border:1px solid rgba(23,35,60,.08);border-radius:20px;padding:16px;box-shadow:0 12px 28px rgba(23,35,60,.06);transition:.15s ease}.gcpp-owner-brief-card:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(23,35,60,.11)}.gcpp-owner-brief-card span{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:950;color:#9a6b18}.gcpp-owner-brief-card strong{display:block;margin-top:8px;font-size:24px;line-height:1;color:#071b34}.gcpp-owner-brief-card small{display:block;margin-top:7px;color:#63728a;font-weight:800}
.gcpp-ops-command-strip-v469{background:linear-gradient(135deg,#071b34 0%,#1b2d4d 55%,#39496b 100%)!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important}.gcpp-ops-command-strip-v469 h1,.gcpp-ops-command-strip-v469 .gcpp-eyebrow{color:#fff!important}.gcpp-ops-command-strip-v469 p{color:rgba(255,255,255,.76)!important}.gcpp-ops-command-strip-v469 .gcpp-mini-count{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.18)!important}.gcpp-ops-command-strip-v469 .gcpp-mini-count strong,.gcpp-ops-command-strip-v469 .gcpp-mini-count span{color:#fff!important}.gcpp-ops-visual-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 14px}.gcpp-ops-visual-card{text-decoration:none;display:block;background:#fff;border:1px solid rgba(23,35,60,.08);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(23,35,60,.06);position:relative;overflow:hidden;transition:.15s ease}.gcpp-ops-visual-card:before{content:'';position:absolute;inset:auto 0 0;height:5px;background:linear-gradient(90deg,#17233c,#c8a24a);opacity:.75}.gcpp-ops-visual-card:hover{transform:translateY(-1px);box-shadow:0 18px 40px rgba(23,35,60,.10)}.gcpp-ops-visual-card span{display:block;text-transform:uppercase;letter-spacing:.08em;color:#66758d;font-size:11px;font-weight:950}.gcpp-ops-visual-card strong{display:block;margin-top:8px;font-size:34px;line-height:1;color:#071b34}.gcpp-ops-visual-card small{display:block;margin-top:8px;color:#66758d;font-weight:800;line-height:1.35}.gcpp-ops-visual-card.active{background:linear-gradient(135deg,#fffaf0,#fff);border-color:rgba(200,162,74,.4)}.gcpp-ops-visual-card.priority:before{background:linear-gradient(90deg,#b45309,#dc2626)}
.gcpp-work-assign select[name="status"],.gcpp-workorder-edit-form select[name="status"]{transition:box-shadow .16s ease,border-color .16s ease}.gcpp-work-assign select[name="assigned_vendor_user_id"]:focus,.gcpp-workorder-edit-form select[name="assigned_vendor_user_id"]:focus{box-shadow:0 0 0 3px rgba(200,162,74,.18)!important}
@media(max-width:1200px){.gcpp-owner-brief{grid-template-columns:1fr 1fr}.gcpp-ops-visual-board{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.gcpp-owner-brief,.gcpp-ops-visual-board{grid-template-columns:1fr}.gcpp-owner-brief{padding:14px}}


/* PropertyServ OS v4.7.0 Build 1 - Luxury Concierge Command UI Pass */
:root{
  --operio-ink:#061524;
  --operio-navy:#0b1d33;
  --operio-mid:#152b49;
  --operio-gold:#c8a24a;
  --operio-gold-soft:#f5e7bd;
  --operio-cream:#fbf7ef;
  --operio-card:#ffffff;
  --operio-line:rgba(11,29,51,.10);
  --operio-shadow:0 22px 60px rgba(6,21,36,.13);
  --operio-soft-shadow:0 12px 35px rgba(6,21,36,.08);
}
.gcpp-wrap,
.gcpp-admin,
.gcpp-ceo-admin{
  --gcpp-primary:var(--operio-navy);
  --gcpp-accent:var(--operio-gold);
}
.gcpp-wrap{
  background:
    radial-gradient(circle at top left, rgba(200,162,74,.16), transparent 30%),
    linear-gradient(180deg,#fffdf8 0%,#f7f2e8 42%,#f6f7fb 100%);
  border-radius:30px;
  padding:22px!important;
}
.gcpp-brand{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(200,162,74,.24)!important;
  box-shadow:var(--operio-soft-shadow)!important;
  border-radius:24px!important;
  padding:14px 18px!important;
  backdrop-filter:blur(12px);
}
.gcpp-brand img{width:58px!important;height:58px!important;border-radius:18px!important;object-fit:contain;background:#fff;box-shadow:0 10px 24px rgba(6,21,36,.12)}
.gcpp-brand h2{letter-spacing:-.03em;color:var(--operio-ink)!important}
.gcpp-release-badge{
  display:inline-flex!important;align-items:center;gap:8px;margin-top:6px!important;padding:6px 10px!important;border-radius:999px!important;
  background:linear-gradient(135deg,rgba(200,162,74,.16),rgba(255,255,255,.96))!important;border:1px solid rgba(200,162,74,.35)!important;color:#745014!important;font-size:11px!important;font-weight:900!important;letter-spacing:.05em;text-transform:uppercase;
}
.gcpp-button,
button.gcpp-button,
.gcpp-form button.gcpp-button,
.gcpp-create-work-order-btn,
.button.button-primary{
  background:linear-gradient(135deg,#0b1d33 0%,#172d4e 62%,#253f67 100%)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  box-shadow:0 14px 30px rgba(11,29,51,.22), inset 0 1px 0 rgba(255,255,255,.16)!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important;
}
.gcpp-button:hover,
button.gcpp-button:hover,
.gcpp-create-work-order-btn:hover,
.button.button-primary:hover{transform:translateY(-1px)!important;box-shadow:0 18px 42px rgba(11,29,51,.30), inset 0 1px 0 rgba(255,255,255,.18)!important;filter:saturate(1.05)}
.gcpp-secondary,
.gcpp-detail-activity-btn,
.gcpp-work-actions a,
.gcpp-card-actions a{
  border-radius:15px!important;
  border:1px solid rgba(200,162,74,.35)!important;
  background:linear-gradient(135deg,#fff,#fff9eb)!important;
  color:#0b1d33!important;
  font-weight:900!important;
  box-shadow:0 10px 24px rgba(11,29,51,.08)!important;
}
.gcpp-panel,
.gcpp-ops-card,
.gcpp-property-card-lux,
.gcpp-priority-card,
.gcpp-service-card,
.gcpp-request-card,
.gcpp-ceo-panel,
.gcpp-ceo-card,
.gcpp-login-card,
.gcpp-hero-card{
  border:1px solid rgba(11,29,51,.08)!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:var(--operio-soft-shadow)!important;
  backdrop-filter:blur(10px);
}
.gcpp-panel:hover,
.gcpp-ops-card:hover,
.gcpp-priority-card:hover,
.gcpp-service-card:hover,
.gcpp-request-card:hover{box-shadow:var(--operio-shadow)!important}
.gcpp-eyebrow,
.gcpp-work-service,
.gcpp-kicker{color:#9a6b18!important;letter-spacing:.12em!important;font-weight:950!important;text-transform:uppercase!important}
.gcpp-status,
.gcpp-priority-badge,
.gcpp-comment-visibility{
  border-radius:999px!important;
  padding:7px 12px!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
  border:1px solid rgba(11,29,51,.10)!important;
  box-shadow:0 7px 16px rgba(11,29,51,.08)!important;
}
.gcpp-status-pending{background:#fff5dc!important;color:#7a4b00!important;border-color:#e0b751!important}
.gcpp-status-assigned{background:#eaf2ff!important;color:#123c72!important;border-color:#9cc1f7!important}
.gcpp-status-scheduled{background:#e8fff2!important;color:#0e5d36!important;border-color:#8ddfb1!important}
.gcpp-status-enroute,.gcpp-status-en-route{background:#f1edff!important;color:#4b2c82!important;border-color:#c6b4ff!important}
.gcpp-status-in-progress{background:#eef7ff!important;color:#075985!important;border-color:#93c5fd!important}
.gcpp-status-completed,.gcpp-status-closed{background:#ecfdf5!important;color:#047857!important;border-color:#6ee7b7!important}
.gcpp-priority-badge-emergency,.gcpp-priority-emergency .gcpp-priority-badge{background:linear-gradient(135deg,#fff1f2,#ffe4e6)!important;color:#9f1239!important;border-color:#fda4af!important}
.gcpp-priority-badge-urgent,.gcpp-priority-urgent .gcpp-priority-badge{background:linear-gradient(135deg,#fff7ed,#ffedd5)!important;color:#9a3412!important;border-color:#fdba74!important}
.gcpp-priority-badge-high,.gcpp-priority-high .gcpp-priority-badge,.gcpp-priority-priority .gcpp-priority-badge{background:linear-gradient(135deg,#fffbeb,#fef3c7)!important;color:#92400e!important;border-color:#fcd34d!important}
.gcpp-priority-badge-standard,.gcpp-priority-standard .gcpp-priority-badge{background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;color:#1e3a8a!important;border-color:#93c5fd!important}

/* Operations Center luxury command surface */
.gcpp-operations-wrap{
  background:
    radial-gradient(circle at 12% 0%, rgba(200,162,74,.22), transparent 28%),
    radial-gradient(circle at 85% 5%, rgba(23,35,60,.24), transparent 34%),
    linear-gradient(180deg,#071827 0,#0d2038 240px,#f7f1e7 241px,#f7f2ea 100%)!important;
}
.gcpp-operations-wrap .gcpp-brand{background:rgba(255,255,255,.95)!important}
.gcpp-ops-lux-v470{max-width:1480px;margin:0 auto;}
.gcpp-ops-command-strip-v470{
  position:relative;overflow:hidden;display:grid!important;grid-template-columns:minmax(320px,1fr) auto!important;gap:22px!important;align-items:center!important;
  padding:30px!important;border-radius:34px!important;
  background:
    linear-gradient(135deg,rgba(9,27,47,.96),rgba(17,42,72,.96) 52%,rgba(49,68,105,.94)),
    radial-gradient(circle at 20% 10%,rgba(200,162,74,.22),transparent 32%)!important;
  box-shadow:0 28px 80px rgba(4,14,27,.38), inset 0 1px 0 rgba(255,255,255,.12)!important;
}
.gcpp-ops-command-strip-v470:before{content:'';position:absolute;right:-80px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(200,162,74,.14);filter:blur(2px)}
.gcpp-ops-command-strip-v470:after{content:'Command';position:absolute;right:34px;bottom:18px;color:rgba(255,255,255,.045);font-size:96px;font-weight:950;letter-spacing:-.06em;line-height:1}
.gcpp-ops-command-strip-v470 h1{font-size:clamp(34px,4vw,58px)!important;letter-spacing:-.065em!important;margin:4px 0 8px!important;color:#fff!important;line-height:.95!important}
.gcpp-ops-command-strip-v470 p{max-width:760px;font-size:15px!important;color:rgba(255,255,255,.78)!important;font-weight:650!important}
.gcpp-ops-command-actions{position:relative;z-index:2;display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important;justify-content:flex-end!important}
.gcpp-ops-command-strip-v470 .gcpp-mini-count{min-width:150px;text-align:center;border-radius:24px!important;padding:16px 18px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)!important}
.gcpp-ops-command-strip-v470 .gcpp-mini-count strong{font-size:34px!important;color:#fff!important;display:block;line-height:1}.gcpp-ops-command-strip-v470 .gcpp-mini-count span{color:rgba(255,255,255,.74)!important;font-weight:850!important;text-transform:uppercase;letter-spacing:.08em;font-size:11px!important}
.gcpp-ops-visual-board{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:18px 0!important}
.gcpp-ops-visual-card{border-radius:28px!important;padding:22px!important;background:linear-gradient(180deg,#fff,#fbf8f0)!important;border:1px solid rgba(200,162,74,.20)!important;box-shadow:0 16px 40px rgba(6,21,36,.10)!important}
.gcpp-ops-visual-card.active{background:linear-gradient(135deg,#0b1d33,#1b3358)!important;border-color:rgba(200,162,74,.48)!important;box-shadow:0 24px 70px rgba(6,21,36,.26)!important}.gcpp-ops-visual-card.active span,.gcpp-ops-visual-card.active small,.gcpp-ops-visual-card.active strong{color:#fff!important}
.gcpp-ops-visual-card:before{height:6px!important;background:linear-gradient(90deg,#c8a24a,#f6dc91)!important}.gcpp-ops-visual-card.priority:before{background:linear-gradient(90deg,#f59e0b,#dc2626)!important}
.gcpp-ops-visual-card strong{font-size:42px!important;letter-spacing:-.06em!important}.gcpp-ops-visual-card span{color:#8a651f!important}.gcpp-ops-visual-card small{font-size:13px!important;color:#607089!important}
.gcpp-manager-pillnav-lite{display:flex!important;gap:10px!important;align-items:center!important;overflow:auto!important;padding:8px!important;border-radius:22px!important;background:rgba(255,255,255,.70)!important;border:1px solid rgba(11,29,51,.07)!important;box-shadow:0 10px 30px rgba(6,21,36,.06)!important;margin:0 0 18px!important}
.gcpp-manager-pillnav-lite a{min-width:140px!important;border-radius:17px!important;background:#fff!important;border:1px solid rgba(11,29,51,.08)!important;padding:12px 14px!important;text-decoration:none!important;color:#10213a!important;box-shadow:0 8px 20px rgba(6,21,36,.05)!important}.gcpp-manager-pillnav-lite a.active{background:linear-gradient(135deg,#0b1d33,#213a60)!important;color:#fff!important;border-color:rgba(200,162,74,.40)!important}.gcpp-manager-pillnav-lite a.active span,.gcpp-manager-pillnav-lite a.active strong{color:#fff!important}
.gcpp-manager-list{display:grid!important;gap:16px!important}.gcpp-ops-card{position:relative;overflow:hidden!important;border-radius:30px!important;padding:22px!important;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,251,244,.95))!important;border-left:6px solid var(--operio-gold)!important}
.gcpp-ops-card.gcpp-priority-emergency{border-left-color:#dc2626!important}.gcpp-ops-card.gcpp-priority-urgent{border-left-color:#f97316!important}.gcpp-ops-card.gcpp-priority-high,.gcpp-ops-card.gcpp-priority-priority{border-left-color:#f59e0b!important}.gcpp-ops-card.gcpp-priority-standard{border-left-color:#2563eb!important}
.gcpp-ops-top h2{font-size:24px!important;letter-spacing:-.035em!important}.gcpp-ops-top h2 a{color:#071b34!important;text-decoration:none!important}.gcpp-ops-top p{font-weight:700!important;color:#627189!important}
.gcpp-work-meta{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:14px 0!important}.gcpp-work-meta div{background:#fff!important;border:1px solid rgba(11,29,51,.07)!important;border-radius:18px!important;padding:13px 14px!important}.gcpp-work-meta strong{display:block;color:#8a651f!important;font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase!important}.gcpp-work-meta span,.gcpp-work-meta a{display:block;margin-top:4px;color:#071b34!important;font-weight:850!important;text-decoration:none!important}
.gcpp-work-assign{background:rgba(248,245,237,.74)!important;border:1px solid rgba(11,29,51,.06)!important;border-radius:22px!important;padding:16px!important}
.gcpp-work-actions-v462{gap:10px!important;justify-content:flex-end!important}.gcpp-detail-activity-btn{padding:11px 15px!important}.gcpp-work-actions-v462 .gcpp-button{padding:12px 18px!important}
.gcpp-quick-drawer,.gcpp-workorder-drawer{background:rgba(6,21,36,.58)!important;backdrop-filter:blur(8px)!important}.gcpp-quick-drawer-panel,.gcpp-drawer-panel{border-radius:30px 0 0 30px!important;background:linear-gradient(180deg,#fff,#fbf7ef)!important;box-shadow:-28px 0 80px rgba(6,21,36,.28)!important;border-left:1px solid rgba(200,162,74,.26)!important}
.gcpp-manager-detail .gcpp-dash-hero,
.gcpp-client-hero,
.gcpp-dash-hero{border-radius:34px!important;background:linear-gradient(135deg,#0b1d33,#1d365d)!important;color:#fff!important;box-shadow:0 24px 70px rgba(6,21,36,.25)!important}.gcpp-manager-detail .gcpp-dash-hero h1,.gcpp-client-hero h1,.gcpp-dash-hero h1{color:#fff!important}.gcpp-manager-detail .gcpp-dash-hero p,.gcpp-client-hero p,.gcpp-dash-hero p{color:rgba(255,255,255,.78)!important}
.gcpp-activity-feed .gcpp-message-thread{display:grid!important;gap:12px!important}.gcpp-activity-feed .gcpp-message{border-radius:22px!important;background:#fff!important;border:1px solid rgba(11,29,51,.08)!important;box-shadow:0 10px 28px rgba(6,21,36,.06)!important;padding:16px!important}.gcpp-activity-feed .gcpp-message strong{color:#071b34!important}.gcpp-activity-feed .gcpp-message p{font-size:15px!important;line-height:1.5!important;color:#23334d!important}
.gcpp-form input,.gcpp-form select,.gcpp-form textarea,.gcpp-admin-form input,.gcpp-admin-form select,.gcpp-admin-form textarea,.gcpp-work-assign input,.gcpp-work-assign select,.gcpp-workorder-edit-form input,.gcpp-workorder-edit-form select,.gcpp-workorder-edit-form textarea{border-radius:14px!important;border:1px solid rgba(11,29,51,.15)!important;background:#fff!important;box-shadow:inset 0 1px 0 rgba(6,21,36,.03)!important}.gcpp-form input:focus,.gcpp-form select:focus,.gcpp-form textarea:focus,.gcpp-work-assign input:focus,.gcpp-work-assign select:focus{outline:none!important;border-color:rgba(200,162,74,.72)!important;box-shadow:0 0 0 4px rgba(200,162,74,.14)!important}
.gcpp-owner-brief{border-radius:34px!important;background:linear-gradient(135deg,#0b1d33,#1d365d)!important;color:#fff!important;box-shadow:0 24px 70px rgba(6,21,36,.22)!important}.gcpp-owner-brief h2{color:#fff!important}.gcpp-owner-brief p{color:rgba(255,255,255,.75)!important}.gcpp-owner-brief-card{border-radius:24px!important;background:rgba(255,255,255,.94)!important}.gcpp-ceo-kpi{border-radius:24px!important;box-shadow:0 14px 36px rgba(6,21,36,.08)!important}.gcpp-ceo-hero{border-radius:34px!important;background:linear-gradient(135deg,#fff,#fbf7ee)!important;border:1px solid rgba(200,162,74,.20)!important;box-shadow:0 20px 55px rgba(6,21,36,.10)!important}
@media(max-width:980px){.gcpp-ops-command-strip-v470{grid-template-columns:1fr!important}.gcpp-ops-command-actions{justify-content:flex-start!important}.gcpp-ops-visual-board{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gcpp-work-meta{grid-template-columns:1fr!important}}
@media(max-width:640px){.gcpp-wrap{padding:14px!important;border-radius:18px}.gcpp-ops-visual-board{grid-template-columns:1fr!important}.gcpp-ops-command-strip-v470{padding:22px!important;border-radius:24px!important}.gcpp-ops-command-strip-v470 h1{font-size:34px!important}.gcpp-manager-pillnav-lite a{min-width:120px!important}.gcpp-quick-drawer-panel,.gcpp-drawer-panel{border-radius:24px 24px 0 0!important}}


/* PropertyServ OS v4.7.1 Build 2 — Operations Hub landing screen */
.gcpp-ops-hub-v471{max-width:1460px;margin:0 auto;}
.gcpp-ops-hub-hero{
  position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(320px,1fr) auto;gap:24px;align-items:center;
  padding:38px;border-radius:38px;margin:0 0 22px;
  background:
    radial-gradient(circle at 14% 0%,rgba(200,162,74,.26),transparent 32%),
    linear-gradient(135deg,#071827 0%,#122c4c 56%,#263e66 100%);
  box-shadow:0 34px 90px rgba(5,18,33,.34), inset 0 1px 0 rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.12);
}
.gcpp-ops-hub-hero:after{content:'Operations';position:absolute;right:28px;bottom:-18px;font-size:108px;line-height:1;font-weight:950;letter-spacing:-.07em;color:rgba(255,255,255,.045);pointer-events:none;}
.gcpp-ops-hub-hero h1{color:#fff!important;font-size:clamp(40px,5vw,70px)!important;line-height:.94!important;letter-spacing:-.07em!important;margin:6px 0 10px!important;}
.gcpp-ops-hub-hero p{color:rgba(255,255,255,.78)!important;font-weight:650!important;max-width:760px!important;font-size:16px!important;}
.gcpp-ops-hub-actions{position:relative;z-index:2;display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap;}
.gcpp-ops-hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 20px;}
.gcpp-ops-hub-card{position:relative;overflow:hidden;text-decoration:none!important;min-height:170px;padding:24px;border-radius:30px;background:linear-gradient(180deg,#fff,#fbf7ef);border:1px solid rgba(200,162,74,.22);box-shadow:0 18px 50px rgba(7,24,39,.10);display:flex;flex-direction:column;justify-content:space-between;}
.gcpp-ops-hub-card:before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#c8a24a,#f6dc91);}
.gcpp-ops-hub-card.attention:before{background:linear-gradient(180deg,#dc2626,#f59e0b);}
.gcpp-ops-hub-card.today{background:linear-gradient(135deg,#0b1d33,#203a60);border-color:rgba(200,162,74,.44);box-shadow:0 26px 80px rgba(6,21,36,.26);}
.gcpp-ops-hub-card.today span,.gcpp-ops-hub-card.today strong,.gcpp-ops-hub-card.today small{color:#fff!important;}
.gcpp-ops-hub-card span{font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#8a651f;}
.gcpp-ops-hub-card strong{font-size:50px;line-height:1;letter-spacing:-.07em;color:#071b34;}
.gcpp-ops-hub-card small{font-size:13px;line-height:1.35;color:#607089;font-weight:700;}
.gcpp-ops-hub-lower{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;align-items:start;}
.gcpp-ops-brief-list{display:grid;gap:10px;}
.gcpp-ops-brief-item{display:flex;justify-content:space-between;gap:16px;align-items:center;text-decoration:none!important;border:1px solid rgba(11,29,51,.08);border-radius:20px;background:#fff;padding:14px 16px;box-shadow:0 8px 24px rgba(6,21,36,.05);}
.gcpp-ops-brief-item strong{display:block;margin:8px 0 4px;color:#071b34;font-size:16px;letter-spacing:-.02em;}
.gcpp-ops-brief-item small{display:block;color:#687894;font-weight:700;}
.gcpp-ops-brief-item em{font-style:normal;font-weight:950;color:#0b1d33;background:#f3f6fa;border-radius:999px;padding:8px 12px;white-space:nowrap;}
.gcpp-ops-start-panel{background:linear-gradient(180deg,#fff,#fff8ea)!important;}
.gcpp-ops-start-panel h2{font-size:28px!important;letter-spacing:-.05em!important;margin:4px 0 10px!important;}
.gcpp-ops-start-actions{display:grid;gap:10px;margin-top:18px;}
.gcpp-ops-start-actions a{text-decoration:none!important;border-radius:16px;padding:13px 14px;background:#fff;border:1px solid rgba(200,162,74,.28);font-weight:950;color:#0b1d33;box-shadow:0 8px 20px rgba(6,21,36,.05);}
.gcpp-ops-queue-strip{padding:22px!important;border-radius:28px!important;margin-bottom:14px!important;}
.gcpp-ops-queue-strip h1{font-size:clamp(30px,3vw,46px)!important;}
.gcpp-ops-queue-strip:after{content:'Queue';font-size:72px;bottom:8px;}
.gcpp-manager-pillnav-single{margin:0 0 18px!important;}
@media(max-width:1050px){.gcpp-ops-hub-hero,.gcpp-ops-hub-lower{grid-template-columns:1fr}.gcpp-ops-hub-actions{justify-content:flex-start}.gcpp-ops-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){.gcpp-ops-hub-hero{padding:26px;border-radius:28px}.gcpp-ops-hub-grid{grid-template-columns:1fr}.gcpp-ops-hub-card{min-height:140px}.gcpp-ops-hub-card strong{font-size:42px}}

/* PropertyServ OS v4.7.2 Build 3 - Operations Hub Client File Center */
.gcpp-client-file-center{border:1px solid rgba(200,162,74,.28);background:linear-gradient(135deg,#fff,#fbf7ee);}
.gcpp-client-file-select{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:14px;align-items:end;margin:18px 0 22px;padding:16px;border:1px solid rgba(23,35,60,.09);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(23,35,60,.06);}
.gcpp-client-file-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:18px;align-items:start;margin-top:16px;}
.gcpp-client-file-card{background:#fff;border:1px solid rgba(23,35,60,.1);border-radius:24px;padding:22px;box-shadow:0 18px 44px rgba(23,35,60,.07);}
.gcpp-client-file-card h3{margin-top:0;color:#001b3d;letter-spacing:-.02em;}
.gcpp-client-properties-panel{margin-top:18px;background:#fff;}
.gcpp-client-property-list{display:grid;gap:12px;}
.gcpp-client-property-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border:1px solid rgba(23,35,60,.09);border-radius:20px;background:linear-gradient(135deg,#fff,#f8fafc);}
.gcpp-client-property-row strong{display:block;color:#001b3d;font-size:16px;}
.gcpp-client-property-row span{display:block;color:#55657d;margin-top:4px;}
.gcpp-client-property-row small{display:block;color:#98732a;margin-top:5px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;}
.gcpp-ops-hub-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;}
.gcpp-ops-start-actions{display:flex;flex-wrap:wrap;gap:10px;}
@media (max-width: 900px){.gcpp-client-file-select,.gcpp-client-file-grid{grid-template-columns:1fr}.gcpp-client-property-row{align-items:flex-start;flex-direction:column}.gcpp-ops-hub-actions{justify-content:flex-start}}


/* PropertyServ OS v4.7.3 Build 4 - Command brief cleanup and vendor availability preview */
.gcpp-vendor-availability-hint{
  grid-column:1 / -1;
  border-radius:18px;
  padding:13px 15px;
  border:1px solid rgba(23,35,60,.10);
  background:linear-gradient(135deg,#f8fafc,#fff);
  color:#334155;
  font-weight:850;
  line-height:1.35;
  box-shadow:0 8px 22px rgba(6,21,36,.05);
}
.gcpp-vendor-availability-hint.is-muted{color:#64748b;background:#f8fafc;}
.gcpp-vendor-availability-hint.is-good{border-color:rgba(34,197,94,.28);background:linear-gradient(135deg,#ecfdf5,#ffffff);color:#14532d;}
.gcpp-vendor-availability-hint.is-warning{border-color:rgba(245,158,11,.34);background:linear-gradient(135deg,#fffbeb,#ffffff);color:#7c2d12;}
.gcpp-ops-brief-panel .gcpp-empty-lux{font-weight:850;color:#526178;}
.gcpp-ops-hub-card.attention small{color:#7a4d0a;}
.gcpp-ops-brief-item .gcpp-priority-badge{margin-bottom:3px;}


/* PropertyServ OS v4.7.5 / v4.7.7 - Smart Schedule Map */
.gcpp-schedule-map{grid-column:1/-1;margin:-4px 0 12px;padding:14px;border-radius:20px;background:linear-gradient(135deg,#ffffff,#f8fafc);border:1px solid rgba(23,35,60,.10);box-shadow:0 10px 26px rgba(6,21,36,.05)}
.gcpp-schedule-map-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.gcpp-schedule-map-head strong{color:#071b34;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.gcpp-schedule-map-head span{color:#64748b;font-size:12px;font-weight:800}
.gcpp-schedule-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.gcpp-schedule-day-chip{border:1px solid rgba(23,35,60,.10);border-radius:15px;background:#fff;padding:10px 8px;text-align:left;cursor:pointer;min-height:64px;box-shadow:0 6px 14px rgba(6,21,36,.04);transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease}.gcpp-schedule-day-chip:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px rgba(6,21,36,.08)}.gcpp-schedule-day-chip strong{display:block;color:#071b34;font-size:12px;font-weight:950;line-height:1.15}.gcpp-schedule-day-chip span{display:inline-flex;margin-top:6px;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.gcpp-schedule-day-chip.is-green{border-color:rgba(34,197,94,.35);background:linear-gradient(180deg,#f0fdf4,#fff)}.gcpp-schedule-day-chip.is-green span{background:#dcfce7;color:#166534}.gcpp-schedule-day-chip.is-yellow{border-color:rgba(245,158,11,.45);background:linear-gradient(180deg,#fffbeb,#fff)}.gcpp-schedule-day-chip.is-yellow span{background:#fef3c7;color:#92400e}.gcpp-schedule-day-chip.is-red{border-color:rgba(220,38,38,.38);background:linear-gradient(180deg,#fef2f2,#fff);cursor:not-allowed;opacity:.75}.gcpp-schedule-day-chip.is-red span{background:#fee2e2;color:#991b1b}.gcpp-schedule-day-chip.active{outline:3px solid rgba(11,29,51,.16);box-shadow:0 0 0 4px rgba(200,162,74,.16),0 12px 28px rgba(6,21,36,.10)}
.gcpp-schedule-slots-note{margin-top:10px;color:#475569;font-size:12px;font-weight:850}.gcpp-vendor-availability-hint.is-danger{border-color:rgba(220,38,38,.38)!important;background:linear-gradient(135deg,#fef2f2,#ffffff)!important;color:#7f1d1d!important}.gcpp-vendor-availability-hint.is-warning{border-color:rgba(245,158,11,.42)!important;background:linear-gradient(135deg,#fffbeb,#ffffff)!important;color:#78350f!important}.gcpp-vendor-availability-hint.is-good{border-color:rgba(34,197,94,.34)!important;background:linear-gradient(135deg,#ecfdf5,#ffffff)!important;color:#14532d!important}
.gcpp-work-assign select option:disabled,.gcpp-form select option:disabled{color:#a1a1aa!important;background:#f4f4f5!important}
@media(max-width:900px){.gcpp-schedule-days{grid-template-columns:repeat(3,minmax(0,1fr))}.gcpp-schedule-map-head{align-items:flex-start;flex-direction:column}}
@media(max-width:540px){.gcpp-schedule-days{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* PropertyServ OS v4.7.6 Build 7 - dispatch-safe schedule controls */
.gcpp-schedule-map-v476{position:relative;overflow:hidden;border-width:1.5px;}
.gcpp-schedule-map-v476 .gcpp-schedule-day-chip small{display:block;margin-top:4px;color:#64748b;font-size:10px;font-weight:900;}
.gcpp-schedule-map-v476 .gcpp-schedule-day-chip[aria-disabled="true"]{cursor:not-allowed;}
.gcpp-open-slots{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;}
.gcpp-open-slots-title{flex:0 0 100%;font-size:12px;font-weight:950;color:#071b34;text-transform:uppercase;letter-spacing:.07em;}
.gcpp-time-chip{border:1px solid rgba(23,35,60,.14);border-radius:999px;background:#fff;color:#071b34;font-size:12px;font-weight:950;padding:8px 12px;box-shadow:0 6px 14px rgba(6,21,36,.05);cursor:pointer;}
.gcpp-time-chip:hover{border-color:rgba(200,162,74,.55);transform:translateY(-1px);}
.gcpp-time-chip.active{background:#17233c;color:#fff;border-color:#17233c;box-shadow:0 10px 22px rgba(23,35,60,.18);}
.gcpp-schedule-invalid .gcpp-button[type="submit"],
.gcpp-schedule-invalid button.gcpp-button{box-shadow:0 0 0 3px rgba(220,38,38,.12),0 12px 28px rgba(6,21,36,.10);}
.gcpp-vendor-availability-hint.is-danger{border-color:rgba(220,38,38,.45)!important;background:linear-gradient(135deg,#fff1f2,#ffffff)!important;color:#7f1d1d!important;}
.gcpp-vendor-availability-hint.is-muted{border-color:rgba(148,163,184,.28)!important;background:#f8fafc!important;color:#475569!important;}


/* PropertyServ OS v4.7.7 Build 8 - compact schedule guard for queue cards */
.gcpp-vendor-availability-compact{grid-column:1/-1;margin:2px 0 8px;padding:10px 12px;font-size:12px;}
.gcpp-schedule-map-compact{grid-column:1/-1;margin:0 0 10px;padding:12px;border-radius:16px;}
.gcpp-schedule-map-compact .gcpp-schedule-map-head{margin-bottom:8px;}
.gcpp-schedule-map-compact .gcpp-open-slots{gap:6px;margin-top:8px;}
.gcpp-schedule-map-compact .gcpp-time-chip{font-size:11px;padding:6px 9px;}
.gcpp-schedule-map-compact .gcpp-open-slots-title{font-size:11px;}
.gcpp-work-assign .gcpp-schedule-map-compact{background:linear-gradient(135deg,#f8fafc,#ffffff);}

/* PropertyServ OS v4.8.0 Build 1 — Vendor command center, payments, and calendar slot locks */
.gcpp-vendor-hero{background:linear-gradient(135deg,#111b30,#203653);color:#fff;border:1px solid rgba(200,162,74,.35)}
.gcpp-vendor-hero .gcpp-eyebrow,.gcpp-vendor-hero h1,.gcpp-vendor-hero p{color:#fff}
.gcpp-vendor-command{background:linear-gradient(145deg,#fff,#fbf7ed);border:1px solid rgba(200,162,74,.28)}
.gcpp-vendor-command-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}
.gcpp-vendor-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.gcpp-vendor-action-grid a{display:block;text-decoration:none;color:#0b1d35;background:#fff;border:1px solid #e7dfce;border-radius:18px;padding:18px;box-shadow:0 14px 32px rgba(11,29,53,.08)}
.gcpp-vendor-action-grid a span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#9b7427;font-weight:800}
.gcpp-vendor-action-grid a strong{display:block;font-size:26px;margin:6px 0;color:#0b1d35}
.gcpp-vendor-action-grid a small{color:#59677c;font-weight:700}
.gcpp-payment-panel{margin-top:22px;padding:20px;border-radius:20px;border:1px solid rgba(200,162,74,.32);background:#fffaf0;box-shadow:0 14px 32px rgba(11,29,53,.06)}
.gcpp-payment-panel h3{margin-top:0}
.gcpp-payment-paid{background:#eefaf3;border-color:#b6e2c5}
.gcpp-invoice-payment-totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:left}
.gcpp-invoice-payment-totals div{background:#f7f9fc;border:1px solid #e3e8f0;border-radius:14px;padding:14px}
.gcpp-vendor-calendar-schedule-hint{margin:14px 0 18px;padding:14px 16px;border-radius:16px;background:#f7f9fc;border:1px solid #d9e1ed;color:#34445a;font-weight:800}
.gcpp-vendor-calendar-schedule-hint.is-good{background:#eefaf3;border-color:#b6e2c5;color:#166534}
.gcpp-vendor-calendar-schedule-hint.is-warning{background:#fff7df;border-color:#f0cf7a;color:#8a5a00}
.gcpp-vendor-calendar-schedule-hint.is-danger{background:#fff1f1;border-color:#f1a6a6;color:#9f1d1d}
.gcpp-vendor-calendar-schedule-hint.is-muted{background:#f7f9fc;color:#59677c}
@media(max-width:900px){.gcpp-vendor-command-head{display:block}.gcpp-vendor-action-grid,.gcpp-invoice-payment-totals{grid-template-columns:1fr}}


/* PropertyServ OS v4.8.1 Build 2 — Vendor CEO dashboard, paid revenue, receipts, and job P&L */
.gcpp-vendor-ceo-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.55fr);gap:22px;align-items:stretch;background:radial-gradient(circle at top right,rgba(200,162,74,.24),transparent 35%),linear-gradient(135deg,#0b1628,#172b49 55%,#1e3659);border:1px solid rgba(200,162,74,.36);color:#fff;box-shadow:0 26px 70px rgba(11,29,53,.22);overflow:hidden;position:relative}.gcpp-vendor-ceo-hero:after{content:"CEO";position:absolute;right:24px;top:4px;font-size:108px;font-weight:900;letter-spacing:.02em;color:rgba(255,255,255,.035);line-height:1}.gcpp-vendor-ceo-copy{position:relative;z-index:1}.gcpp-vendor-ceo-copy .gcpp-eyebrow,.gcpp-vendor-ceo-copy h2,.gcpp-vendor-ceo-copy p{color:#fff}.gcpp-vendor-ceo-copy h2{font-size:34px;margin:4px 0 10px;line-height:1.05}.gcpp-vendor-ceo-copy p{max-width:720px;color:rgba(255,255,255,.82)}.gcpp-vendor-ceo-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.gcpp-vendor-ceo-score{position:relative;z-index:1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.16);backdrop-filter:blur(8px)}.gcpp-vendor-ceo-score span{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900;color:#e3bf6a}.gcpp-vendor-ceo-score strong{display:block;font-size:38px;line-height:1.05;margin:10px 0;color:#fff}.gcpp-vendor-ceo-score small{display:block;color:rgba(255,255,255,.72);font-weight:700}.gcpp-vendor-kpi-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:18px 0}.gcpp-vendor-kpi-strip a{display:block;text-decoration:none;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e6ebf2;border-radius:20px;padding:18px;box-shadow:0 18px 42px rgba(11,29,53,.08);color:#0b1d35}.gcpp-vendor-kpi-strip a span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:#9b7427;font-weight:900}.gcpp-vendor-kpi-strip a strong{display:block;font-size:28px;margin:6px 0;color:#0b1d35}.gcpp-vendor-kpi-strip a small{display:block;color:#5f6d82;font-weight:800}.gcpp-vendor-next-action{display:flex;align-items:center;justify-content:space-between;gap:18px;border-left:6px solid #c8a24a;background:linear-gradient(145deg,#fff,#fffaf0)}.gcpp-vendor-next-action h3{margin:0 0 4px}.gcpp-job-pnl-panel{border-color:rgba(200,162,74,.32);background:linear-gradient(145deg,#fff,#fbf7ef)}.gcpp-pnl-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:14px 0 22px}.gcpp-pnl-grid div{background:#fff;border:1px solid #e6ebf2;border-radius:18px;padding:15px;box-shadow:0 12px 28px rgba(11,29,53,.06)}.gcpp-pnl-grid span{display:block;text-transform:uppercase;letter-spacing:.11em;font-size:10px;color:#8b6a27;font-weight:900}.gcpp-pnl-grid strong{display:block;font-size:23px;margin-top:6px;color:#0b1d35}.gcpp-job-pnl-panel table small{color:#64748b;font-weight:700}.gcpp-vendor-calendar-schedule-hint:before{content:"Schedule Guard: ";font-weight:900}.gcpp-vendor-calendar-form select option:disabled{color:#a0a8b4;background:#f1f5f9}.gcpp-vendor-calendar-form .gcpp-time-select option:disabled{font-weight:800}.gcpp-statgrid .gcpp-stat strong{word-break:break-word}@media(max-width:1100px){.gcpp-vendor-kpi-strip,.gcpp-pnl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gcpp-vendor-ceo-hero{grid-template-columns:1fr}}@media(max-width:700px){.gcpp-vendor-kpi-strip,.gcpp-pnl-grid{grid-template-columns:1fr}.gcpp-vendor-next-action{display:block}.gcpp-vendor-ceo-copy h2{font-size:28px}}

/* PropertyServ OS v4.8.2 Build 3 TEST — Invoice edit flow, work-order PO numbers, and invoice-from-work-order GUI polish */
.gcpp-invoice-editor-wrap{background:linear-gradient(145deg,#fff,#fbf7ef);border:1px solid rgba(200,162,74,.24);border-radius:28px;padding:22px;box-shadow:0 18px 46px rgba(11,29,53,.08)}
.gcpp-invoice-workorder-prefill{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 16px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#0b1d33,#1f3656);color:#fff;border:1px solid rgba(200,162,74,.34);box-shadow:0 16px 36px rgba(6,21,36,.16)}
.gcpp-invoice-workorder-prefill strong{color:#e8c66e;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.gcpp-invoice-workorder-prefill span{display:inline-flex;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);padding:6px 10px;font-weight:900;color:#fff}
.gcpp-workorder-money-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin:16px 0 0;padding:18px;border-radius:22px;background:linear-gradient(135deg,#fff,#fff8e8);border:1px solid rgba(200,162,74,.30);box-shadow:0 14px 34px rgba(11,29,53,.07)}
.gcpp-workorder-money-bar h3{margin:0 0 4px;color:#0b1d35}.gcpp-workorder-money-bar p{margin:0;color:#59677c;font-weight:700}.gcpp-workorder-money-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.gcpp-linked-invoices{margin-top:16px;border-radius:20px;border:1px solid #e6ebf2;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(11,29,53,.05)}
.gcpp-linked-invoices table{margin:0}.gcpp-linked-invoices th{background:#f7f9fc;color:#0b1d35;text-transform:uppercase;letter-spacing:.08em;font-size:11px}.gcpp-linked-invoices td{vertical-align:middle}.gcpp-linked-invoices .gcpp-secondary{white-space:nowrap}
.gcpp-joist-meta label:nth-child(3) input{font-weight:900;letter-spacing:.02em;color:#0b1d35;background:#fffdf7!important;border-color:rgba(200,162,74,.38)!important}
.gcpp-invoice-list-row .gcpp-secondary{margin:2px 0}.gcpp-invoice-badge.partial{background:#fff7df;color:#8a5a00;border-color:#f0cf7a}.gcpp-invoice-badge.unpaid{background:#f8fafc;color:#475569;border-color:#d9e1ed}
@media(max-width:760px){.gcpp-workorder-money-bar,.gcpp-invoice-workorder-prefill{grid-template-columns:1fr;display:grid}.gcpp-workorder-money-actions{justify-content:flex-start}.gcpp-invoice-topbar{gap:12px;align-items:flex-start}.gcpp-invoice-topbar>div{display:flex;flex-wrap:wrap;gap:8px}.gcpp-invoice-list-row{grid-template-columns:1fr!important}.gcpp-joist-line,.gcpp-joist-line-head,.gcpp-joist-meta,.gcpp-joist-summary{grid-template-columns:1fr!important}.gcpp-joist-line-head{display:none!important}}

/* PropertyServ OS v4.8.3 Build 4 TEST — Locked PO system field + premium workflow UI pass */
.gcpp-wrap{
  width:min(1320px,calc(100vw - 42px))!important;
  max-width:1320px!important;
}
.gcpp-operations-wrap,
.gcpp-wrap:has(.gcpp-vendor-ceo-hero),
.gcpp-wrap:has(.gcpp-invoice-app){
  position:relative!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(1320px,calc(100vw - 42px))!important;
  max-width:1320px!important;
}
.gcpp-manager-portal,
.gcpp-invoice-editor-wrap,
.gcpp-vendor-command,
.gcpp-panel{
  border-color:rgba(11,29,53,.10)!important;
}
.gcpp-manager-portal{
  background:
    radial-gradient(circle at top left,rgba(200,162,74,.16),transparent 340px),
    linear-gradient(180deg,#ffffff 0%,#f4f7fb 100%)!important;
  box-shadow:0 28px 80px rgba(6,21,36,.10)!important;
}
.gcpp-ops-command-strip-v470,
.gcpp-ops-hub-hero,
.gcpp-manager-front-hero,
.gcpp-vendor-ceo-hero{
  border:1px solid rgba(200,162,74,.32)!important;
  box-shadow:0 24px 58px rgba(6,21,36,.16)!important;
}
.gcpp-manager-create{
  padding:0!important;
  overflow:hidden!important;
  border-radius:30px!important;
  background:#fff!important;
}
.gcpp-manager-create>.gcpp-section-head{
  padding:26px 28px!important;
  margin:0!important;
  background:linear-gradient(135deg,#0b1d33,#1d3554)!important;
  color:#fff!important;
  align-items:flex-start!important;
}
.gcpp-manager-create>.gcpp-section-head h2,
.gcpp-manager-create>.gcpp-section-head p,
.gcpp-manager-create>.gcpp-section-head .gcpp-eyebrow{color:#fff!important}
.gcpp-manager-create>.gcpp-form{
  padding:26px 28px 30px!important;
}
.gcpp-manager-create .gcpp-grid,
.gcpp-summary-edit-grid,
.gcpp-workorder-edit-main,
.gcpp-workorder-edit-dispatch{
  gap:14px!important;
}
.gcpp-manager-create label,
.gcpp-summary-inline-edit label,
.gcpp-workorder-edit-form label,
.gcpp-joist-editor label{
  color:#10243d!important;
}
.gcpp-manager-create input,
.gcpp-manager-create select,
.gcpp-manager-create textarea,
.gcpp-summary-inline-edit input,
.gcpp-summary-inline-edit select,
.gcpp-summary-inline-edit textarea,
.gcpp-workorder-edit-form input,
.gcpp-workorder-edit-form select,
.gcpp-workorder-edit-form textarea{
  border-radius:14px!important;
  border:1px solid #dbe3ee!important;
  background:linear-gradient(180deg,#fff,#fbfcff)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
.gcpp-po-lock-card,
.gcpp-po-summary-card,
.gcpp-po-meta-pill{
  position:relative;
  overflow:hidden;
  border-radius:18px!important;
  padding:15px 16px!important;
  background:linear-gradient(135deg,#071b34,#172f4d)!important;
  border:1px solid rgba(200,162,74,.36)!important;
  box-shadow:0 14px 34px rgba(6,21,36,.13)!important;
  color:#fff!important;
}
.gcpp-po-lock-card:after,
.gcpp-po-summary-card:after,
.gcpp-po-meta-pill:after{
  content:'LOCKED';
  position:absolute;
  right:12px;
  top:10px;
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  color:#e7c66d;
  opacity:.9;
}
.gcpp-po-lock-card span,
.gcpp-po-meta-pill strong,
.gcpp-po-summary-card strong{
  display:block!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  font-size:10px!important;
  color:#e7c66d!important;
  margin-bottom:6px!important;
}
.gcpp-po-lock-card strong,
.gcpp-po-summary-card span,
.gcpp-po-meta-pill span{
  display:block!important;
  color:#fff!important;
  font-size:19px!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
}
.gcpp-po-lock-card small,
.gcpp-po-summary-card small,
.gcpp-po-meta-pill small{
  display:block!important;
  color:rgba(255,255,255,.72)!important;
  font-size:11px!important;
  margin-top:4px!important;
  font-weight:800!important;
}
.gcpp-summary-card.locked.gcpp-po-summary-card{display:block!important;min-height:88px!important}
.gcpp-work-meta-premium{
  grid-template-columns:1.05fr 1fr 1fr 1fr!important;
  gap:12px!important;
}
.gcpp-work-meta-premium>div:not(.gcpp-po-meta-pill){
  background:#f8fafc!important;
  border:1px solid #e3eaf3!important;
  border-radius:16px!important;
  padding:14px!important;
}
.gcpp-ops-card{
  position:relative!important;
  padding:24px!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,#fff,#fbfcff)!important;
  border:1px solid rgba(11,29,53,.10)!important;
  box-shadow:0 20px 52px rgba(6,21,36,.08)!important;
}
.gcpp-ops-card:before{
  content:'';
  position:absolute;
  left:0;
  top:22px;
  bottom:22px;
  width:5px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#c8a24a,#ead38d);
}
.gcpp-ops-top h2 a{
  color:#071b34!important;
  text-decoration:none!important;
}
.gcpp-ops-top h2 a:hover{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}
.gcpp-work-assign{
  background:linear-gradient(135deg,#f8fafc,#fff)!important;
  border:1px solid #e4ebf4!important;
  border-radius:20px!important;
  padding:16px!important;
  margin-top:14px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
.gcpp-work-actions-v462 .gcpp-button,
.gcpp-work-actions-v462 .gcpp-secondary,
.gcpp-summary-save,
.gcpp-manager-create .gcpp-button{
  min-height:44px!important;
  box-shadow:0 10px 24px rgba(6,21,36,.12)!important;
}
.gcpp-invoice-editor-wrap{
  background:
    radial-gradient(circle at 10% 0%,rgba(200,162,74,.18),transparent 320px),
    linear-gradient(145deg,#ffffff,#f4f7fb)!important;
  padding:28px!important;
  border-radius:32px!important;
}
.gcpp-invoice-topbar{
  padding:22px 24px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#071b34,#193250)!important;
  color:#fff!important;
  margin-bottom:18px!important;
  border:1px solid rgba(200,162,74,.34)!important;
}
.gcpp-invoice-topbar h2{color:#fff!important;letter-spacing:-.02em!important}
.gcpp-joist-paper{
  max-width:1120px!important;
  border-radius:22px!important;
  padding:34px!important;
  border:1px solid rgba(11,29,53,.10)!important;
  box-shadow:0 28px 70px rgba(6,21,36,.10)!important;
}
.gcpp-joist-client-card{
  border-radius:20px!important;
  border:1px solid rgba(200,162,74,.34)!important;
  background:linear-gradient(135deg,#fffdf8,#fff)!important;
}
.gcpp-joist-client-card>strong{
  color:#8a651f!important;
  text-align:left!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  font-size:11px!important;
}
.gcpp-joist-meta{
  max-width:100%!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  margin-left:0!important;
  background:#f8fafc!important;
  border:1px solid #e4ebf4!important;
  border-radius:20px!important;
  padding:14px!important;
}
.gcpp-po-locked-label{
  position:relative!important;
}
.gcpp-po-locked-input,
.gcpp-po-locked-label input[readonly]{
  background:linear-gradient(135deg,#071b34,#172f4d)!important;
  color:#fff!important;
  border-color:rgba(200,162,74,.45)!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
  cursor:not-allowed!important;
}
.gcpp-po-locked-label small{
  display:block!important;
  color:#8a651f!important;
  font-weight:900!important;
  font-size:10px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  margin-top:5px!important;
}
.gcpp-joist-line-head{
  border-bottom:0!important;
  background:#071b34!important;
  color:#fff!important;
  border-radius:16px!important;
  padding:12px!important;
}
.gcpp-joist-line{
  background:#fff!important;
  border:1px solid #e5ebf2!important;
  border-radius:16px!important;
  padding:10px!important;
  box-shadow:0 10px 24px rgba(6,21,36,.04)!important;
}
.gcpp-joist-summary{
  background:linear-gradient(135deg,#f8fafc,#fff)!important;
  border:1px solid #e5ebf2!important;
  border-radius:20px!important;
  padding:16px!important;
}
.gcpp-live-total{
  border-top:1px solid #d6deea!important;
}
.gcpp-submitbar{
  gap:10px!important;
  flex-wrap:wrap!important;
}
.gcpp-workorder-money-bar{
  border-radius:26px!important;
  padding:22px!important;
  background:linear-gradient(135deg,#071b34,#1b3554)!important;
  color:#fff!important;
}
.gcpp-workorder-money-bar h2,
.gcpp-workorder-money-bar p,
.gcpp-workorder-money-bar .gcpp-eyebrow{color:#fff!important}
.gcpp-linked-invoices{
  border-radius:24px!important;
}
@media(max-width:980px){
  .gcpp-wrap,.gcpp-operations-wrap,.gcpp-wrap:has(.gcpp-vendor-ceo-hero),.gcpp-wrap:has(.gcpp-invoice-app){
    left:auto!important;transform:none!important;width:calc(100vw - 22px)!important;margin-left:auto!important;margin-right:auto!important;
  }
  .gcpp-work-meta-premium,.gcpp-joist-meta{grid-template-columns:1fr!important}
  .gcpp-manager-create>.gcpp-section-head{display:block!important}
}

/* PropertyServ OS v4.8.6 Build 7 TEST — visible premium UI pass, owner navigation fixes, change-aware saves */
.gcpp-wrap,
.gcpp-operations-wrap{
  width:min(1480px, calc(100vw - 48px));
  max-width:none;
  margin:24px auto;
}
.gcpp-wrap *{box-sizing:border-box;}
.gcpp-client-shell,
.gcpp-manager-portal,
.gcpp-invoice-app{
  width:100%;
}
.gcpp-client-hero,
.gcpp-vendor-hero,
.gcpp-dash-hero.gcpp-vendor-hero,
.gcpp-vendor-ceo-hero,
.gcpp-ops-command-strip,
.gcpp-manager-front-hero{
  border:1px solid rgba(15,23,42,.10);
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,.22), transparent 30%),
    linear-gradient(135deg,#07111f 0%,#0f2137 56%,#111827 100%) !important;
  color:#fff;
  box-shadow:0 24px 70px rgba(2,8,23,.22);
  overflow:hidden;
}
.gcpp-client-hero h1,
.gcpp-vendor-hero h1,
.gcpp-dash-hero h1,
.gcpp-vendor-ceo-hero h2,
.gcpp-ops-command-strip h1,
.gcpp-manager-front-hero h1{color:#fff;margin-bottom:8px;}
.gcpp-client-hero p,
.gcpp-vendor-hero p,
.gcpp-dash-hero p,
.gcpp-vendor-ceo-hero p,
.gcpp-ops-command-strip p,
.gcpp-manager-front-hero p{color:rgba(255,255,255,.78);}
.gcpp-eyebrow{letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:#b78b2c;}
.gcpp-client-hero .gcpp-eyebrow,
.gcpp-vendor-hero .gcpp-eyebrow,
.gcpp-dash-hero .gcpp-eyebrow,
.gcpp-vendor-ceo-hero .gcpp-eyebrow,
.gcpp-ops-command-strip .gcpp-eyebrow{color:#e6c76e;}
.gcpp-hero-card,
.gcpp-mini-count,
.gcpp-vendor-ceo-score{
  border:1px solid rgba(255,255,255,.20) !important;
  background:rgba(255,255,255,.10) !important;
  backdrop-filter:blur(10px);
  color:#fff;
}
.gcpp-hero-card strong,
.gcpp-mini-count strong,
.gcpp-vendor-ceo-score strong{color:#fff;}
.gcpp-panel,
.gcpp-manager-create,
.gcpp-invoice-app .gcpp-joist-paper,
.gcpp-property-card-lux,
.gcpp-service-card,
.gcpp-request-card,
.gcpp-ops-card{
  border:1px solid rgba(15,23,42,.09) !important;
  border-radius:24px !important;
  background:#fff;
  box-shadow:0 16px 44px rgba(15,23,42,.08) !important;
}
.gcpp-panel:hover,
.gcpp-property-card-lux:hover,
.gcpp-service-card:hover,
.gcpp-request-card:hover{
  box-shadow:0 22px 60px rgba(15,23,42,.12) !important;
}
.gcpp-vendor-topnav,
.gcpp-manager-pillnav,
.gcpp-tabs{
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:#f8fafc;
  padding:8px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.gcpp-vendor-topnav a,
.gcpp-manager-pillnav a,
.gcpp-tabs button{
  border-radius:16px !important;
  font-weight:800;
}
.gcpp-vendor-topnav a.active,
.gcpp-manager-pillnav a.active,
.gcpp-tabs button.active{
  background:#0f172a !important;
  color:#fff !important;
  box-shadow:0 10px 26px rgba(15,23,42,.18);
}
.gcpp-statgrid,
.gcpp-vendor-kpi-strip,
.gcpp-priority-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:16px;
}
.gcpp-stat,
.gcpp-vendor-kpi-strip a,
.gcpp-priority-card{
  position:relative;
  display:block;
  min-height:132px;
  padding:22px !important;
  border-radius:24px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%) !important;
  color:#0f172a !important;
  text-decoration:none !important;
  box-shadow:0 16px 38px rgba(15,23,42,.08) !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gcpp-stat:hover,
.gcpp-vendor-kpi-strip a:hover,
.gcpp-priority-card:hover{
  transform:translateY(-3px);
  border-color:rgba(183,139,44,.45) !important;
  box-shadow:0 24px 60px rgba(15,23,42,.14) !important;
}
.gcpp-stat strong,
.gcpp-vendor-kpi-strip strong,
.gcpp-priority-card strong{
  display:block;
  margin:8px 0 4px;
  font-size:clamp(26px,3vw,42px) !important;
  line-height:1;
  color:#0f172a;
}
.gcpp-stat span,
.gcpp-vendor-kpi-strip span,
.gcpp-priority-card span{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
  font-weight:900;
}
.gcpp-stat small,
.gcpp-vendor-kpi-strip small,
.gcpp-priority-card small{color:#64748b;font-weight:700;}
.gcpp-priority-card.balance{
  background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%) !important;
  color:#fff !important;
}
.gcpp-priority-card.balance strong,
.gcpp-priority-card.balance span,
.gcpp-priority-card.balance small{color:#fff !important;}
.gcpp-owner-nav-grid .gcpp-priority-card::after{
  content:'Open';
  position:absolute;
  top:18px;
  right:18px;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:#7c5b16;
  background:#fff4c7;
}
.gcpp-po-lock-card,
.gcpp-po-summary-card,
.gcpp-po-meta-pill,
.gcpp-po-locked-label{
  border:1px solid rgba(183,139,44,.34) !important;
  background:linear-gradient(180deg,#fffbeb 0%,#fff 100%) !important;
  border-radius:18px !important;
}
.gcpp-po-clean-card small,
.gcpp-po-summary-card small,
.gcpp-po-meta-pill small,
.gcpp-po-locked-label small{display:none !important;}
.gcpp-po-lock-card strong,
.gcpp-po-summary-card span,
.gcpp-po-meta-pill span,
.gcpp-po-locked-input{
  color:#111827 !important;
  font-weight:900 !important;
}
.gcpp-summary-inline-edit .gcpp-summary-save.gcpp-save-disabled,
.gcpp-workorder-edit-form .gcpp-save-disabled,
.gcpp-work-assign .gcpp-save-disabled{
  opacity:.38 !important;
  cursor:not-allowed !important;
  filter:grayscale(.35);
  box-shadow:none !important;
}
.gcpp-manager-job-notes{
  margin:18px 0;
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(183,139,44,.30);
  background:#fffbeb;
}
.gcpp-manager-job-notes strong{display:block;color:#7c5b16;margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;}
.gcpp-manager-job-notes p{margin:0;color:#334155;}
.gcpp-notice-panel.gcpp-activity-inbox{
  border-radius:22px;
  border:1px solid rgba(183,139,44,.28);
  background:linear-gradient(135deg,#fff7ed 0%,#fff 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.10);
}
.gcpp-notice-item-lux{
  border-radius:16px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.07) !important;
}
.gcpp-manager-create .gcpp-grid,
.gcpp-summary-edit-grid,
.gcpp-workorder-edit-main,
.gcpp-workorder-edit-dispatch{align-items:end;}
.gcpp-invoice-topbar{
  border-radius:24px 24px 0 0;
  background:#0f172a;
  color:#fff;
  padding:20px 24px;
}
.gcpp-invoice-topbar h2{color:#fff;margin:0;}
.gcpp-joist-meta,
.gcpp-joist-client-card{
  border-radius:20px;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.08);
  padding:16px;
}
@media(max-width:760px){
  .gcpp-wrap,.gcpp-operations-wrap{width:min(100%, calc(100vw - 24px));margin:12px auto;}
  .gcpp-statgrid,.gcpp-vendor-kpi-strip,.gcpp-priority-grid{grid-template-columns:1fr;}
}
.gcpp-summary-inline-edit .gcpp-summary-save.gcpp-save-disabled,
.gcpp-workorder-edit-form .gcpp-save-disabled,
.gcpp-work-assign .gcpp-save-disabled{display:none !important;}

/* PropertyServ OS v4.8.6 Build 7 TEST — CSV property import workflow */
.gcpp-csv-import-card{
  margin:18px 0 22px;
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.gcpp-csv-import-head h3{margin:0 0 4px;color:#0f172a;}
.gcpp-csv-form{
  display:grid;
  grid-template-columns:minmax(220px,1fr) auto;
  gap:14px;
  align-items:end;
  margin-top:14px;
}
.gcpp-csv-form label{margin:0;}
.gcpp-csv-form input[type="file"]{
  padding:12px;
  border:1px dashed rgba(15,23,42,.22);
  background:#fff;
  border-radius:14px;
}
.gcpp-csv-help{
  margin-top:12px;
  padding:12px 14px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(15,23,42,.07);
}
.gcpp-csv-help summary{cursor:pointer;font-weight:800;color:#334155;}
.gcpp-csv-help code{
  display:block;
  margin-top:10px;
  white-space:normal;
  line-height:1.5;
  color:#0f172a;
  background:#f1f5f9;
  border-radius:12px;
  padding:10px;
}
.gcpp-csv-result{margin:14px 0 18px;}
@media(max-width:760px){
  .gcpp-csv-form{grid-template-columns:1fr;}
  .gcpp-csv-form .gcpp-button{width:100%;}
}
.gcpp-client-file-grid .gcpp-csv-import-card{margin:0;}

/* PropertyServ OS v4.8.6 Build 7 TEST — clickable manager property profiles */
.gcpp-property-click-row{gap:14px;align-items:center;}
.gcpp-property-main-link{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-decoration:none;
  color:inherit;
  min-width:0;
}
.gcpp-property-main-link:hover strong{color:#0f172a;text-decoration:underline;}
.gcpp-property-main-link em{
  font-style:normal;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  color:#7c5b16;
  text-transform:uppercase;
  white-space:nowrap;
}
.gcpp-property-profile-view{display:grid;gap:18px;}
.gcpp-property-profile-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:24px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#7c5b16 140%);
  box-shadow:0 24px 60px rgba(15,23,42,.22);
}
.gcpp-property-profile-hero h2{margin:8px 0 6px;color:#fff;}
.gcpp-property-profile-hero p,.gcpp-property-profile-hero small{color:rgba(255,255,255,.82);}
.gcpp-property-profile-grid{align-items:stretch;}
.gcpp-property-spec-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.gcpp-property-spec-list div{
  padding:12px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.07);
}
.gcpp-property-spec-list span{display:block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#64748b;}
.gcpp-property-spec-list strong{display:block;margin-top:4px;color:#0f172a;}
.gcpp-property-history table a{text-decoration:none;}
.gcpp-property-history small{color:#64748b;}
@media(max-width:760px){
  .gcpp-property-click-row,.gcpp-property-main-link,.gcpp-property-profile-hero{flex-direction:column;align-items:stretch;}
  .gcpp-property-spec-list{grid-template-columns:1fr;}
}
.gcpp-property-detail-link{font-weight:900;color:#0f172a;text-decoration:none;border-bottom:1px solid rgba(124,91,22,.45);}
.gcpp-property-detail-link:hover{color:#7c5b16;}
.gcpp-vendor-property-list .gcpp-client-property-row{background:#fff;}
.gcpp-vendor-property-profile .gcpp-property-profile-hero{background:linear-gradient(135deg,#0f172a 0%,#111827 55%,#2563eb 145%);}

/* PropertyServ OS v4.8.7 Build 8 TEST — buyer setup wizard and theme presets */
.gcpp-setup-admin .gcpp-panel{border-radius:18px;}
.gcpp-setup-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.gcpp-setup-checks{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:14px 0 22px;}
.gcpp-setup-checks>div{padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;}
.gcpp-setup-checks strong{display:block;color:#0f172a;}
.gcpp-setup-checks span{display:block;margin-top:4px;color:#64748b;}
.gcpp-setup-checks .is-complete{border-color:rgba(34,197,94,.35);background:#f0fdf4;}
.gcpp-setup-checks .is-warning{border-color:rgba(249,115,22,.35);background:#fff7ed;}
.gcpp-theme-picker{margin-top:18px;padding-top:18px;border-top:1px solid rgba(15,23,42,.08);}
.gcpp-theme-apply{display:flex;align-items:center;gap:8px;font-weight:800;color:#334155;}
.gcpp-theme-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px;}
.gcpp-theme-card{position:relative;display:block;padding:14px;border:1px solid rgba(15,23,42,.10);border-radius:18px;background:#fff;cursor:pointer;transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;}
.gcpp-theme-card:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(15,23,42,.12);}
.gcpp-theme-card input{position:absolute;top:12px;right:12px;}
.gcpp-theme-card input:checked ~ strong{color:var(--gcpp-primary);}
.gcpp-theme-card:has(input:checked){border-color:var(--gcpp-accent);box-shadow:0 18px 40px rgba(15,23,42,.14);}
.gcpp-theme-swatch{display:block;height:54px;border-radius:14px;margin-bottom:10px;}
.gcpp-theme-card strong{display:block;font-size:14px;color:#0f172a;}
.gcpp-theme-card small{display:block;margin-top:4px;color:#64748b;min-height:38px;}
.gcpp-theme-card em{display:flex;gap:6px;margin-top:10px;}
.gcpp-theme-card em b{width:18px;height:18px;border-radius:999px;border:1px solid rgba(15,23,42,.12);}
.gcpp-wrap,.gcpp-operations-wrap,.gcpp-admin.gcpp-ceo-admin,.gcpp-admin.gcpp-setup-admin{background:var(--gcpp-bg,transparent);}
.gcpp-hero,.gcpp-client-hero,.gcpp-dash-hero,.gcpp-manager-hero,.gcpp-ceo-hero{background:var(--gcpp-hero,#0f172a);}
.gcpp-button,.button.button-primary{background:var(--gcpp-primary,#17233c) !important;border-color:var(--gcpp-primary,#17233c) !important;}
.gcpp-secondary:hover,.button:not(.button-primary):hover{border-color:var(--gcpp-accent,#c8a24a) !important;color:var(--gcpp-primary,#17233c) !important;}

/* PropertyServ OS v4.8.8 Build 9 TEST — guided setup wizard and generated landing pages */
.gcpp-guided-setup .gcpp-ceo-hero{margin-bottom:18px;}
.gcpp-setup-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 20px;}
.gcpp-setup-progress button{border:1px solid rgba(15,23,42,.10);background:#fff;border-radius:18px;padding:14px 16px;text-align:left;display:flex;align-items:center;gap:12px;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.06);}
.gcpp-setup-progress button b{width:34px;height:34px;border-radius:999px;background:#e2e8f0;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;}
.gcpp-setup-progress button span{font-weight:900;color:#334155;}
.gcpp-setup-progress button.active{border-color:var(--gcpp-accent,#c8a24a);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);box-shadow:0 18px 40px rgba(15,23,42,.12);}
.gcpp-setup-progress button.active b{background:var(--gcpp-primary,#17233c);color:#fff;}
.gcpp-setup-step{display:none;}
.gcpp-setup-step.active{display:block;animation:gcppFadeIn .18s ease-out;}
@keyframes gcppFadeIn{from{opacity:.35;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}
.gcpp-step-header{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(15,23,42,.08);}
.gcpp-step-header span{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--gcpp-accent,#c8a24a);}
.gcpp-step-header h2{margin:7px 0 5px;color:#0f172a;}
.gcpp-step-header p{margin:0;color:#64748b;max-width:760px;}
.gcpp-setup-nav{display:flex;gap:10px;justify-content:flex-end;margin-top:18px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08);}
.gcpp-setup-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:16px 0;}
.gcpp-setup-preview-grid>div{padding:16px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#f8fafc;}
.gcpp-setup-preview-grid strong{display:block;color:#0f172a;margin-bottom:5px;}
.gcpp-setup-preview-grid span{color:#64748b;line-height:1.45;}
@media(max-width:760px){.gcpp-setup-progress{grid-template-columns:1fr 1fr;}.gcpp-setup-nav{justify-content:stretch;}.gcpp-setup-nav .button{flex:1;}}

.gcpp-generated-landing{--landing-primary:var(--gcpp-primary,#17233c);--landing-accent:var(--gcpp-accent,#c8a24a);font-family:inherit;color:#0f172a;background:#f8fafc;}
.gcpp-generated-landing *{box-sizing:border-box;}
.gcpp-landing-hero,.gcpp-landing-section{width:min(1180px,calc(100% - 32px));margin:0 auto 26px;border-radius:28px;}
.gcpp-landing-hero{padding:46px;background:linear-gradient(135deg,var(--landing-primary) 0%,#0f172a 62%,rgba(200,162,74,.92) 150%);color:#fff;box-shadow:0 24px 70px rgba(15,23,42,.22);}
.gcpp-landing-hero-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:34px;align-items:center;}
.gcpp-landing-eyebrow{display:inline-block;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:var(--landing-accent);margin-bottom:10px;}
.gcpp-landing-hero h1{font-size:clamp(38px,5vw,68px);line-height:.96;margin:0 0 12px;color:#fff;letter-spacing:-.04em;}
.gcpp-landing-hero h2{font-size:clamp(22px,3vw,34px);line-height:1.08;margin:0 0 16px;color:rgba(255,255,255,.92);letter-spacing:-.025em;}
.gcpp-landing-lead{font-size:18px;line-height:1.6;color:rgba(255,255,255,.88);}
.gcpp-landing-hero p{color:rgba(255,255,255,.84);}
.gcpp-landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0;}
.gcpp-landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border-radius:999px;font-weight:900;padding:14px 22px;border:1px solid transparent;transition:transform .15s ease, box-shadow .15s ease;}
.gcpp-landing-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.18);}
.gcpp-landing-btn.primary{background:var(--landing-accent);color:#0f172a;}
.gcpp-landing-btn.secondary{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.28);}
.gcpp-landing-btn.wide{width:100%;}
.gcpp-landing-media{position:relative;display:grid;gap:16px;}
.gcpp-landing-media img{display:block;width:100%;border-radius:28px;box-shadow:0 24px 60px rgba(0,0,0,.26);background:#fff;}
.gcpp-landing-form-card{background:rgba(255,255,255,.96);color:#0f172a;border-radius:24px;padding:20px;box-shadow:0 20px 45px rgba(0,0,0,.18);}
.gcpp-landing-form-card h3{margin:0 0 8px;color:#0f172a;}
.gcpp-mini-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0;}
.gcpp-mini-fields span{padding:11px 12px;border-radius:14px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800;}
.gcpp-landing-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px;}
.gcpp-landing-metrics div{padding:16px;border-radius:18px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);}
.gcpp-landing-metrics strong{display:block;font-size:30px;color:#fff;line-height:1;}
.gcpp-landing-metrics span{display:block;margin-top:6px;color:rgba(255,255,255,.78);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;}
.gcpp-landing-section{padding:34px;background:#fff;border:1px solid rgba(15,23,42,.07);box-shadow:0 12px 38px rgba(15,23,42,.07);}
.gcpp-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px;}
.gcpp-section-head>div,.gcpp-section-head{max-width:100%;}
.gcpp-section-head span{display:block;color:var(--landing-accent);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px;}
.gcpp-section-head h2{font-size:clamp(26px,3.2vw,42px);line-height:1.05;letter-spacing:-.035em;margin:7px 0 0;color:#0f172a;max-width:820px;}
.gcpp-section-head p{color:#64748b;line-height:1.65;max-width:760px;}
.gcpp-feature-grid,.gcpp-audience-grid,.gcpp-step-grid,.gcpp-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;}
.gcpp-feature-grid>div,.gcpp-audience-grid>div,.gcpp-step-grid>div{padding:18px;border-radius:20px;background:#f8fafc;border:1px solid rgba(15,23,42,.07);}
.gcpp-feature-grid.compact{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));}
.gcpp-feature-grid h3,.gcpp-audience-grid h3,.gcpp-step-grid h3{margin:0 0 8px;color:#0f172a;}
.gcpp-feature-grid p,.gcpp-audience-grid p,.gcpp-step-grid p{margin:0;color:#64748b;line-height:1.55;}
.gcpp-step-grid b{display:inline-flex;width:34px;height:34px;border-radius:999px;align-items:center;justify-content:center;background:var(--landing-primary);color:#fff;margin-bottom:12px;}
.gcpp-trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;background:#0f172a;color:#fff;}
.gcpp-trust-strip div{padding:18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);}
.gcpp-trust-strip strong{display:block;color:#fff;}.gcpp-trust-strip span{display:block;color:rgba(255,255,255,.72);margin-top:5px;}
.gcpp-image-band{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:24px;align-items:center;}
.gcpp-image-band>img{width:100%;border-radius:24px;box-shadow:0 18px 45px rgba(15,23,42,.12);}
.gcpp-pill-list{display:flex;flex-wrap:wrap;gap:10px;}
.gcpp-pill-list span{display:inline-flex;padding:10px 13px;border-radius:999px;background:#f1f5f9;border:1px solid rgba(15,23,42,.07);color:#334155;font-weight:800;font-size:13px;}
.gcpp-testimonial-grid blockquote{margin:0;padding:22px;border-radius:22px;background:#f8fafc;border:1px solid rgba(15,23,42,.07);}
.gcpp-testimonial-grid p{margin:0;color:#334155;line-height:1.6;font-size:16px;}.gcpp-testimonial-grid cite{display:block;margin-top:14px;font-weight:900;color:#0f172a;font-style:normal;}
.gcpp-dark-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;background:linear-gradient(135deg,#0f172a 0%,var(--landing-primary) 100%);color:#fff;}
.gcpp-dark-cta h2{color:#fff;margin:5px 0 12px;}.gcpp-dark-cta p{color:rgba(255,255,255,.78);max-width:780px;line-height:1.65;}
.gcpp-faq details{border:1px solid rgba(15,23,42,.08);background:#f8fafc;border-radius:18px;margin-bottom:10px;padding:16px 18px;}
.gcpp-faq summary{cursor:pointer;font-weight:900;color:#0f172a;}.gcpp-faq p{color:#64748b;line-height:1.6;}
.gcpp-embedded-portal{background:#fff;}
.gcpp-embedded-portal .gcpp-wrap{width:100%;box-shadow:none;border-radius:24px;background:transparent;}
.gcpp-legal-page{padding:44px;line-height:1.7;}.gcpp-legal-page h1{font-size:44px;letter-spacing:-.035em;}.gcpp-legal-page h2{margin-top:28px;}
@media(max-width:900px){.gcpp-landing-hero-split,.gcpp-image-band{grid-template-columns:1fr;}.gcpp-section-head{display:block}.gcpp-dark-cta{display:block}.gcpp-dark-cta .gcpp-landing-btn{margin-top:16px}.gcpp-landing-metrics{grid-template-columns:1fr}.gcpp-landing-hero,.gcpp-landing-section{width:min(100% - 20px,1180px);padding:24px}.gcpp-mini-fields{grid-template-columns:1fr}}


/* PropertyServ OS v0.5.2 beta portal tools cleanup */
.gcpp-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:18px 0;align-items:stretch;}
.gcpp-admin-grid .gcpp-card{display:block;text-decoration:none;background:#fff;border:1px solid rgba(23,35,60,.10);border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(23,35,60,.07);color:#17233c;transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;}
.gcpp-admin-grid .gcpp-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(23,35,60,.12);border-color:rgba(200,162,74,.45);}
.gcpp-admin-grid .gcpp-card h2{margin:0 0 8px;color:var(--gcpp-primary,#17233c);font-size:20px;}
.gcpp-admin-grid .gcpp-card p{margin:0 0 16px;color:#667085;line-height:1.55;}
.gcpp-admin-grid .gcpp-card .button{margin-top:auto;}

/* PropertyServ OS v0.5.3 beta */
.gcpp-admin input[readonly],.gcpp-admin textarea[readonly]{background:#f8fafc;color:#475569;border-color:#dbe3ef}.gcpp-muted{color:#64748b;font-size:15px;max-width:900px}.gcpp-admin-grid .gcpp-card{min-height:168px}


/* PropertyServ OS v6.0.1 test: vendor business suite status badges and invoice workspace polish. */
.gcpp-vendor-topnav{display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.gcpp-vendor-topnav a{white-space:nowrap;}
.gcpp-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-weight:800;line-height:1.1;}
.gcpp-invoice-preview,.gcpp-linked-invoices,.gcpp-workorder-money-bar{overflow-x:auto;}
.gcpp-workorder-money-bar{display:flex;gap:18px;justify-content:space-between;align-items:center;}
@media(max-width:720px){.gcpp-workorder-money-bar{display:block;}.gcpp-workorder-money-actions{margin-top:14px;}.gcpp-vendor-topnav{display:grid;grid-template-columns:1fr 1fr;}.gcpp-vendor-topnav a{text-align:center;}}

/* PropertyServ OS v6.0.26 / Portal 4.8.9 Build 10 — vendor mobile navigation + availability repair */
#gcpp-portal-app{scroll-margin-top:130px;}
.gcpp-vendor-availability-panel{overflow:hidden;}
.gcpp-availability-days{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:10px 0 18px;}
.gcpp-availability-day-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e6ebf2;border-radius:20px;padding:16px;box-shadow:0 12px 30px rgba(11,29,53,.06);min-width:0;}
.gcpp-availability-day-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.gcpp-availability-day-head strong{font-size:16px;color:#0b1d35;}
.gcpp-switch-row{display:flex!important;flex-direction:row!important;align-items:center!important;gap:7px!important;margin:0!important;font-weight:850!important;white-space:nowrap;}
.gcpp-switch-row input{width:auto!important;}
.gcpp-availability-time-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;}
.gcpp-vendor-availability-form input,.gcpp-vendor-availability-form select{min-width:0;}
.gcpp-vendor-topnav a,.gcpp-statgrid a,.gcpp-vendor-kpi-strip a,.gcpp-vendor-ceo-actions a{touch-action:manipulation;}
.gcpp-panel table{min-width:620px;}
.gcpp-panel{overflow-x:auto;}
.gcpp-panel.gcpp-vendor-availability-panel{overflow-x:hidden;}

@media(max-width:760px){
  .gcpp-generated-landing .gcpp-embedded-portal{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;overflow:hidden!important;}
  .gcpp-generated-landing .gcpp-embedded-portal .gcpp-wrap,
  #gcpp-portal-app.gcpp-wrap{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;margin:10px auto!important;padding:14px!important;border-radius:18px!important;box-sizing:border-box!important;overflow:hidden!important;}
  #gcpp-portal-app .gcpp-brand{align-items:flex-start!important;gap:10px!important;}
  #gcpp-portal-app .gcpp-brand img{width:58px!important;height:58px!important;border-radius:14px!important;}
  #gcpp-portal-app .gcpp-brand h2{font-size:20px!important;line-height:1.1!important;word-break:break-word!important;}
  #gcpp-portal-app .gcpp-brand span{font-size:10px!important;letter-spacing:.08em!important;}
  #gcpp-portal-app .gcpp-dash-hero,
  #gcpp-portal-app .gcpp-vendor-ceo-hero,
  #gcpp-portal-app .gcpp-panel{padding:16px!important;border-radius:18px!important;}
  #gcpp-portal-app .gcpp-dash-hero h1{font-size:27px!important;line-height:1.05!important;}
  .gcpp-vendor-topnav{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;border-radius:18px!important;padding:8px!important;gap:8px!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x proximity!important;}
  .gcpp-vendor-topnav a{width:auto!important;min-width:max-content!important;text-align:center!important;padding:10px 14px!important;scroll-snap-align:start!important;}
  #gcpp-portal-app .gcpp-statgrid,
  #gcpp-portal-app .gcpp-vendor-kpi-strip{grid-template-columns:1fr 1fr!important;gap:10px!important;}
  #gcpp-portal-app .gcpp-stat,
  #gcpp-portal-app .gcpp-vendor-kpi-strip a{padding:14px!important;border-radius:16px!important;}
  #gcpp-portal-app .gcpp-stat strong,
  #gcpp-portal-app .gcpp-vendor-kpi-strip a strong{font-size:22px!important;}
  .gcpp-availability-days{grid-template-columns:1fr!important;}
  .gcpp-availability-day-card{padding:14px!important;border-radius:16px!important;}
  .gcpp-availability-time-grid{grid-template-columns:1fr 1fr!important;}
  .gcpp-panel table{display:block!important;width:100%!important;min-width:640px!important;overflow-x:auto!important;}
  .gcpp-panel th,.gcpp-panel td{white-space:normal!important;}
  .gcpp-form label{min-width:0!important;}
  .gcpp-form input,.gcpp-form select,.gcpp-form textarea{font-size:16px!important;}
}

@media(max-width:460px){
  #gcpp-portal-app .gcpp-statgrid,
  #gcpp-portal-app .gcpp-vendor-kpi-strip{grid-template-columns:1fr!important;}
  .gcpp-availability-time-grid{grid-template-columns:1fr!important;}
}

/* PropertyServ OS v6.0.27 / Portal 4.9.0 Build 11 - app mode, recurring work, invoice controls */
html.gcpp-portal-app-mode body.gcpp-portal-app-mode header,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .site-header,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .wp-site-blocks > header,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .primary-navigation,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .main-navigation,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .operio-v6-header,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .propertyserv-site-header,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .elementor-location-header,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .operio-v6-hero,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .operio-portal-embed + h2,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode .operio-portal-embed + h2 + ul{display:none!important}
body.gcpp-portal-app-mode{background:#eef3f8!important;margin:0!important}
body.gcpp-portal-app-mode .entry-content,
body.gcpp-portal-app-mode .wp-block-post-content,
body.gcpp-portal-app-mode main{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
body.gcpp-portal-app-mode .operio-portal-embed{max-width:none!important;margin:0!important;padding:0!important}
.gcpp-wrap,.gcpp-operations-wrap{max-width:min(1540px,calc(100vw - 40px));margin:0 auto!important;box-sizing:border-box}
.gcpp-operations-wrap{padding-top:24px!important}
.gcpp-recurring-create-box{margin:16px 0;padding:18px;border:1px solid rgba(23,35,60,.10);border-radius:22px;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 12px 30px rgba(23,35,60,.05)}
.gcpp-checkline{display:flex!important;align-items:center;gap:10px;font-weight:900;color:#17233c;margin:0!important}.gcpp-checkline input{width:auto!important}.gcpp-recurring-options{margin-top:14px}.gcpp-recurring-alerts{border-left:6px solid var(--gcpp-accent,#c8a24a)}.gcpp-recurring-alert-list{display:grid;gap:10px}.gcpp-recurring-alert{display:flex;justify-content:space-between;gap:14px;align-items:center;text-decoration:none;border:1px solid rgba(23,35,60,.10);border-radius:18px;padding:14px 16px;background:#fff;color:#17233c}.gcpp-recurring-alert span{display:block;color:#667085;font-size:13px;margin-top:3px}.gcpp-recurring-alert em{font-style:normal;font-weight:900;color:#0f1b31;white-space:nowrap}.gcpp-inline-delete-form{display:inline-flex!important;margin:0 0 0 8px!important;vertical-align:middle}.gcpp-danger-button,.gcpp-danger-link{border:1px solid #fecaca!important;background:#fff1f2!important;color:#b91c1c!important;border-radius:999px!important;padding:10px 14px!important;font-weight:900!important;cursor:pointer!important;line-height:1!important;text-decoration:none!important}.gcpp-danger-link{font-size:12px;padding:8px 10px!important}.gcpp-invoice-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.gcpp-invoice-topbar>div{gap:8px;flex-wrap:wrap}
@media(max-width:900px){.gcpp-wrap,.gcpp-operations-wrap{max-width:100%!important;width:100%!important;padding-left:10px!important;padding-right:10px!important}.gcpp-recurring-alert{display:block}.gcpp-recurring-alert em{display:inline-block;margin-top:10px}.gcpp-inline-delete-form{margin-left:0!important}.gcpp-invoice-actions{gap:6px}.gcpp-danger-button,.gcpp-danger-link{width:100%;text-align:center}.gcpp-invoice-topbar>div{width:100%;display:grid!important;grid-template-columns:1fr!important}.gcpp-invoice-topbar a,.gcpp-invoice-topbar form,.gcpp-invoice-topbar button{width:100%!important;box-sizing:border-box;text-align:center}}


/* PropertyServ OS v6.0.31 / Portal 4.9.4 Build 15 - unified portal app-mode centering + property profile editing */
html.gcpp-portal-app-mode,
body.gcpp-portal-app-mode{width:100%!important;max-width:none!important;overflow-x:hidden!important;}
body.gcpp-portal-app-mode .psos-header,
body.gcpp-portal-app-mode .psos-footer,
body.gcpp-portal-app-mode .psos-page-title,
body.gcpp-portal-app-mode .page-title,
body.gcpp-portal-app-mode .entry-title{display:none!important;}
body.gcpp-portal-app-mode .psos-main,
body.gcpp-portal-app-mode .psos-main-page,
body.gcpp-portal-app-mode main#primary,
body.gcpp-portal-app-mode article,
body.gcpp-portal-app-mode .entry-content,
body.gcpp-portal-app-mode .wp-block-post-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important;}
body.gcpp-portal-app-mode .psos-content,
body.gcpp-portal-app-mode .operio-portal-embed,
body.gcpp-portal-app-mode .gcpp-generated-landing.gcpp-portal-page,
body.gcpp-portal-app-mode .gcpp-generated-landing .gcpp-embedded-portal{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;}
body.gcpp-portal-app-mode .gcpp-wrap,
body.gcpp-portal-app-mode .gcpp-operations-wrap{width:min(1500px,calc(100vw - 40px))!important;max-width:min(1500px,calc(100vw - 40px))!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
body.gcpp-portal-manager-mode .gcpp-operations-wrap,
body.gcpp-portal-manager-mode #gcpp-portal-app{width:min(1500px,calc(100vw - 40px))!important;max-width:min(1500px,calc(100vw - 40px))!important;margin-left:auto!important;margin-right:auto!important;}
.gcpp-property-edit-panel{margin:16px 0 18px!important;border:1px solid rgba(15,23,42,.12)!important;background:linear-gradient(145deg,#ffffff,#f8fafc)!important;}
.gcpp-property-edit-panel summary{cursor:pointer;font-weight:950;color:#0b1d35;letter-spacing:.02em;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.gcpp-property-edit-panel summary::-webkit-details-marker{display:none;}
.gcpp-property-edit-panel summary:after{content:'Edit';display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;background:#0b1d35;color:#fff;font-size:12px;font-weight:950;}
.gcpp-property-edit-panel[open] summary{margin-bottom:16px;}
.gcpp-property-edit-panel[open] summary:after{content:'Close';background:#f7f0dc;color:#0b1d35;}
.gcpp-property-edit-form textarea{min-height:88px;}
@media(max-width:760px){body.gcpp-portal-app-mode .gcpp-wrap,body.gcpp-portal-app-mode .gcpp-operations-wrap,body.gcpp-portal-manager-mode .gcpp-operations-wrap,body.gcpp-portal-manager-mode #gcpp-portal-app{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;margin-left:auto!important;margin-right:auto!important;}}

/* PropertyServ OS v6.0.31 / Portal 4.9.4 Build 15 - Operations Center hard centering + Client File Center workflow cleanup */
html.gcpp-portal-app-mode,
html.gcpp-portal-app-mode body.gcpp-portal-app-mode,
body.gcpp-portal-app-mode{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  overflow-x:hidden!important;
  background:#eef3f8!important;
}
body.gcpp-portal-app-mode .psos-main,
body.gcpp-portal-app-mode .psos-main-page,
body.gcpp-portal-app-mode main#primary,
body.gcpp-portal-app-mode article,
body.gcpp-portal-app-mode .psos-content,
body.gcpp-portal-app-mode .entry-content,
body.gcpp-portal-app-mode .wp-block-post-content{
  position:static!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  float:none!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body.gcpp-portal-app-mode .psos-page-title,
body.gcpp-portal-app-mode .psos-header,
body.gcpp-portal-app-mode .psos-footer,
body.gcpp-portal-app-mode header[role="banner"],
body.gcpp-portal-app-mode footer[role="contentinfo"]{display:none!important;}
body.gcpp-portal-manager-mode .gcpp-operations-wrap,
body.gcpp-portal-app-mode .gcpp-operations-wrap,
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-operations-wrap{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
  display:block!important;
  width:min(1500px, calc(100vw - 32px))!important;
  max-width:min(1500px, calc(100vw - 32px))!important;
  min-width:0!important;
  margin:18px auto!important;
  padding:22px!important;
  box-sizing:border-box!important;
}
body.gcpp-portal-manager-mode .gcpp-operations-wrap .gcpp-brand,
body.gcpp-portal-manager-mode .gcpp-manager-portal,
body.gcpp-portal-manager-mode .gcpp-manager-pillar,
body.gcpp-portal-manager-mode .gcpp-ops-lux-v470{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.gcpp-client-properties-priority{
  margin:18px 0 22px!important;
  border:1px solid rgba(200,162,74,.34)!important;
  background:linear-gradient(145deg,#fff,#fffaf0)!important;
}
.gcpp-client-properties-priority .gcpp-section-head h3{
  margin:.15rem 0 0!important;
  font-size:clamp(22px,2.1vw,32px)!important;
  letter-spacing:-.04em!important;
  color:#071b34!important;
}
.gcpp-client-workflow-grid{
  display:grid!important;
  grid-template-columns:minmax(260px,.8fr) minmax(380px,1.35fr) minmax(260px,.75fr)!important;
  gap:18px!important;
  align-items:start!important;
  margin-top:18px!important;
}
.gcpp-client-file-tools .gcpp-csv-import-card{
  margin:0!important;
  box-shadow:none!important;
  border-radius:18px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.gcpp-client-file-tools .gcpp-csv-import-card h3{display:none!important;}
.gcpp-client-property-row{
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease!important;
}
.gcpp-client-property-row:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(200,162,74,.42)!important;
  box-shadow:0 16px 34px rgba(6,21,36,.08)!important;
}
@media(max-width:1100px){
  .gcpp-client-workflow-grid{grid-template-columns:1fr 1fr!important;}
  .gcpp-client-file-tools{grid-column:1 / -1!important;}
}
@media(max-width:760px){
  body.gcpp-portal-manager-mode .gcpp-operations-wrap,
  body.gcpp-portal-app-mode .gcpp-operations-wrap,
  body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-operations-wrap{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
    margin:8px auto!important;
    padding:10px!important;
    border-radius:20px!important;
  }
  .gcpp-client-workflow-grid{grid-template-columns:1fr!important;}
  .gcpp-client-properties-priority{margin-top:12px!important;}
}


/* PropertyServ OS v6.0.31 / Portal 4.9.4 Build 15 - vendor decisions, one-off work orders, import wrapping */
.gcpp-client-file-tools .gcpp-csv-form,
.gcpp-csv-import-card .gcpp-csv-form{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  align-items:flex-end!important;
  min-width:0!important;
}
.gcpp-client-file-tools .gcpp-csv-form label,
.gcpp-csv-import-card .gcpp-csv-form label{
  flex:1 1 220px!important;
  min-width:0!important;
}
.gcpp-client-file-tools .gcpp-csv-form input[type="file"],
.gcpp-csv-import-card .gcpp-csv-form input[type="file"]{
  max-width:100%!important;
  width:100%!important;
  box-sizing:border-box!important;
}
.gcpp-client-file-tools .gcpp-csv-form .gcpp-button,
.gcpp-csv-import-card .gcpp-csv-form .gcpp-button{
  flex:0 1 auto!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.gcpp-one-off-project-box,
.gcpp-recurring-create-box,
.gcpp-vendor-decision-panel{
  border:1px solid rgba(200,162,74,.28)!important;
  background:linear-gradient(145deg,#fff,#fffaf0)!important;
  border-radius:22px!important;
  padding:18px!important;
  margin:16px 0!important;
  box-shadow:0 18px 40px rgba(6,21,36,.06)!important;
}
.gcpp-one-off-project-fields{margin-top:14px!important;}
.gcpp-checkline{display:flex!important;align-items:center!important;gap:10px!important;font-weight:900!important;color:#071b34!important;}
.gcpp-vendor-decision-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;align-items:start!important;}
.gcpp-danger-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:14px!important;background:#8b1e1e!important;color:#fff!important;padding:12px 16px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 12px 28px rgba(139,30,30,.24)!important;cursor:pointer!important;}
.gcpp-status-pending-vendor-acceptance{background:#fff7df!important;color:#7a4b00!important;border-color:#e5c878!important;}
.gcpp-status-needs-reassignment{background:#fff0f0!important;color:#8b1e1e!important;border-color:#e7a3a3!important;}
.gcpp-status-accepted{background:#eaf8ee!important;color:#116329!important;border-color:#92d4a5!important;}
@media(max-width:760px){
  .gcpp-vendor-decision-grid{grid-template-columns:1fr!important;}
  .gcpp-client-file-tools .gcpp-csv-form .gcpp-button,
  .gcpp-csv-import-card .gcpp-csv-form .gcpp-button{width:100%!important;}
}

/* PropertyServ OS v6.0.31 / Portal 4.9.4 Build 15 - unified portal routing shell and cleaner work-order controls */
body.gcpp-portal-app-mode .psos-content,
body.gcpp-portal-app-mode .operio-portal-embed,
body.gcpp-portal-app-mode .gcpp-generated-landing.gcpp-portal-page,
body.gcpp-portal-app-mode .gcpp-generated-landing .gcpp-embedded-portal{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  transform:none!important;
  left:auto!important;
  right:auto!important;
}
body.gcpp-portal-app-mode #gcpp-portal-app,
body.gcpp-portal-app-mode .gcpp-wrap,
body.gcpp-portal-app-mode .gcpp-operations-wrap{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
  display:block!important;
  width:min(1500px, calc(100vw - 32px))!important;
  max-width:min(1500px, calc(100vw - 32px))!important;
  min-width:0!important;
  margin:18px auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
body.gcpp-portal-app-mode .psos-main,
body.gcpp-portal-app-mode .psos-main-page,
body.gcpp-portal-app-mode main#primary,
body.gcpp-portal-app-mode article{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  left:auto!important;
  right:auto!important;
  overflow:visible!important;
}
.gcpp-workorder-flow-panel{
  border:1px solid rgba(15,23,42,.10)!important;
  background:linear-gradient(145deg,#ffffff,#f8fafc)!important;
  border-radius:22px!important;
  padding:18px!important;
  margin:16px 0!important;
  box-shadow:0 16px 38px rgba(7,27,52,.06)!important;
}
.gcpp-mini-section-head{margin-bottom:14px!important;}
.gcpp-mini-section-head span{display:block!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-weight:950!important;color:var(--gcpp-accent,#c8a24a)!important;font-size:11px!important;margin-bottom:4px!important;}
.gcpp-mini-section-head strong{display:block!important;color:#071b34!important;font-size:18px!important;letter-spacing:-.02em!important;}
.gcpp-mini-section-head p{margin:4px 0 0!important;color:#64748b!important;font-size:13px!important;line-height:1.45!important;}
.gcpp-segmented-choice{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:12px 0!important;}
.gcpp-segmented-choice button{border:1px solid rgba(15,23,42,.12)!important;border-radius:16px!important;background:#fff!important;color:#071b34!important;padding:14px 16px!important;font-weight:950!important;cursor:pointer!important;box-shadow:0 8px 22px rgba(7,27,52,.05)!important;}
.gcpp-segmented-choice button.active{background:#071b34!important;color:#fff!important;border-color:#071b34!important;box-shadow:0 14px 30px rgba(7,27,52,.22)!important;}
.gcpp-hidden-check{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
.gcpp-nested-detail-panel{border:1px solid rgba(200,162,74,.30)!important;background:#fffaf0!important;border-radius:18px!important;padding:16px!important;margin-top:14px!important;}
.gcpp-inline-note{display:flex!important;gap:12px!important;align-items:flex-start!important;padding:12px 14px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:16px!important;margin-bottom:14px!important;}
.gcpp-inline-note strong{color:#071b34!important;white-space:nowrap!important;}
.gcpp-inline-note span{color:#64748b!important;font-size:13px!important;line-height:1.45!important;}
.gcpp-toggle-row{display:flex!important;align-items:flex-start!important;gap:12px!important;border:1px solid rgba(15,23,42,.10)!important;background:#fff!important;border-radius:16px!important;padding:14px!important;cursor:pointer!important;}
.gcpp-toggle-row input{width:auto!important;margin-top:3px!important;}
.gcpp-toggle-row span{display:block!important;}
.gcpp-toggle-row strong{display:block!important;color:#071b34!important;}
.gcpp-toggle-row em{display:block!important;font-style:normal!important;color:#64748b!important;font-size:13px!important;margin-top:3px!important;line-height:1.4!important;}
@media(max-width:760px){
  body.gcpp-portal-app-mode #gcpp-portal-app,
  body.gcpp-portal-app-mode .gcpp-wrap,
  body.gcpp-portal-app-mode .gcpp-operations-wrap{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;margin:8px auto!important;}
  .gcpp-segmented-choice{grid-template-columns:1fr!important;}
  .gcpp-inline-note{display:block!important;}
  .gcpp-inline-note strong{display:block!important;margin-bottom:4px!important;}
}

/* PropertyServ OS v6.0.36 / Portal 4.9.9 Build 20 - final portal shell centering, phone polish, and workflow cleanup */
html.gcpp-portal-app-mode,
body.gcpp-portal-app-mode{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
  background:#eef3f8!important;
}
body.gcpp-portal-app-mode .psos-header,
body.gcpp-portal-app-mode .psos-footer,
body.gcpp-portal-app-mode .psos-page-title,
body.gcpp-portal-app-mode .site-header,
body.gcpp-portal-app-mode .site-footer,
body.gcpp-portal-app-mode header[role="banner"],
body.gcpp-portal-app-mode footer[role="contentinfo"]{display:none!important;}
body.gcpp-portal-app-mode .psos-main,
body.gcpp-portal-app-mode .psos-main-page,
body.gcpp-portal-app-mode main#primary,
body.gcpp-portal-app-mode article,
body.gcpp-portal-app-mode .psos-content,
body.gcpp-portal-app-mode .entry-content,
body.gcpp-portal-app-mode .wp-block-post-content,
body.gcpp-portal-app-mode .operio-portal-embed,
body.gcpp-portal-app-mode .gcpp-generated-landing.gcpp-portal-page,
body.gcpp-portal-app-mode .gcpp-generated-landing .gcpp-embedded-portal{
  position:static!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  float:none!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.gcpp-portal-app-mode #gcpp-portal-app,
body.gcpp-portal-app-mode .gcpp-wrap,
body.gcpp-portal-app-mode .gcpp-operations-wrap,
body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-ceo-hero),
body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-invoice-app){
  position:relative!important;
  left:0!important;
  right:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
  display:block!important;
  width:min(1500px, calc(100vw - 32px))!important;
  max-width:min(1500px, calc(100vw - 32px))!important;
  min-width:0!important;
  margin-top:18px!important;
  margin-bottom:18px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.gcpp-client-file-tools .gcpp-csv-form,
.gcpp-csv-import-card .gcpp-csv-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:end!important;max-width:100%!important;overflow:hidden!important;}
.gcpp-client-file-tools .gcpp-csv-form label,
.gcpp-csv-import-card .gcpp-csv-form label{min-width:0!important;width:100%!important;}
.gcpp-client-file-tools .gcpp-csv-form input[type="file"],
.gcpp-csv-import-card .gcpp-csv-form input[type="file"]{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;}
.gcpp-client-file-tools .gcpp-csv-form .gcpp-button,
.gcpp-csv-import-card .gcpp-csv-form .gcpp-button{width:auto!important;max-width:100%!important;white-space:normal!important;line-height:1.2!important;text-align:center!important;}
.gcpp-manager-create .gcpp-workorder-flow-panel{margin:18px 0!important;border-radius:24px!important;padding:20px!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 18px 42px rgba(7,27,52,.06)!important;}
.gcpp-workorder-type-panel{background:linear-gradient(145deg,#071b34,#14345d)!important;color:#fff!important;}
.gcpp-workorder-type-panel .gcpp-mini-section-head span,
.gcpp-workorder-type-panel .gcpp-mini-section-head strong,
.gcpp-workorder-type-panel .gcpp-mini-section-head p{color:#fff!important;}
.gcpp-workorder-type-panel .gcpp-segmented-choice button{background:rgba(255,255,255,.10)!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important;}
.gcpp-workorder-type-panel .gcpp-segmented-choice button.active{background:#fff!important;color:#071b34!important;border-color:#fff!important;}
.gcpp-existing-property-field{display:flex!important;}
.gcpp-nested-detail-panel{background:#fffaf0!important;border-color:rgba(200,162,74,.32)!important;}
.gcpp-recurring-alerts:empty{display:none!important;}
.gcpp-recurring-alert-list:empty{display:none!important;}
.gcpp-release-badge{white-space:normal!important;}
.operio-synced-phone,.gcpp-phone-formatted{letter-spacing:.01em!important;}
@media(max-width:900px){
  body.gcpp-portal-app-mode #gcpp-portal-app,
  body.gcpp-portal-app-mode .gcpp-wrap,
  body.gcpp-portal-app-mode .gcpp-operations-wrap,
  body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-ceo-hero),
  body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-invoice-app){width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;margin:8px auto!important;padding-left:0!important;padding-right:0!important;}
  .gcpp-client-file-tools .gcpp-csv-form,
  .gcpp-csv-import-card .gcpp-csv-form{grid-template-columns:1fr!important;}
  .gcpp-client-file-tools .gcpp-csv-form .gcpp-button,
  .gcpp-csv-import-card .gcpp-csv-form .gcpp-button{width:100%!important;}
}
.gcpp-vendor-status-panel{border-left:6px solid rgba(200,162,74,.72)!important;background:linear-gradient(145deg,#ffffff,#fffaf0)!important;}
.gcpp-vendor-status-panel h3{margin:4px 0 6px!important;color:#071b34!important;}

/* PropertyServ OS v6.0.36 / Portal 4.9.9 Build 20 - vendor app-shell centering correction */
html.gcpp-portal-app-mode,
body.gcpp-portal-app-mode{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
}
body.gcpp-portal-app-mode .psos-main,
body.gcpp-portal-app-mode .psos-main-page,
body.gcpp-portal-app-mode .psos-shell-main,
body.gcpp-portal-app-mode .psos-shell-article,
body.gcpp-portal-app-mode .psos-shell-content,
body.gcpp-portal-app-mode main#primary,
body.gcpp-portal-app-mode article,
body.gcpp-portal-app-mode .hentry,
body.gcpp-portal-app-mode .psos-content,
body.gcpp-portal-app-mode .entry-content,
body.gcpp-portal-app-mode .wp-block-post-content,
body.gcpp-portal-app-mode .operio-v6-content,
body.gcpp-portal-app-mode .operio-portal-embed,
body.gcpp-portal-app-mode .gcpp-generated-landing.gcpp-portal-page,
body.gcpp-portal-app-mode .gcpp-generated-landing .gcpp-embedded-portal{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  translate:none!important;
  float:none!important;
  clear:both!important;
  box-sizing:border-box!important;
}
body.gcpp-portal-app-mode .operio-v6-content{
  padding-top:18px!important;
  padding-bottom:18px!important;
}
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap,
body.gcpp-portal-app-mode .operio-portal-embed > #gcpp-portal-app.gcpp-wrap,
body.gcpp-portal-app-mode .gcpp-operations-wrap,
body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-hero),
body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-ceo-hero),
body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-topnav),
body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-invoice-app){
  display:block!important;
  position:relative!important;
  width:min(1500px, calc(100vw - 48px))!important;
  max-width:1500px!important;
  min-width:0!important;
  margin:18px auto!important;
  padding-left:0!important;
  padding-right:0!important;
  left:auto!important;
  right:auto!important;
  inset:auto!important;
  transform:none!important;
  translate:none!important;
  float:none!important;
  clear:both!important;
  box-sizing:border-box!important;
}
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap > .gcpp-brand,
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap > .gcpp-dash-hero,
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap > .gcpp-vendor-topnav,
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap > .gcpp-statgrid,
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap > .gcpp-vendor-kpi-strip,
body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap > .gcpp-panel{
  max-width:100%!important;
}
body.gcpp-portal-app-mode .gcpp-vendor-topnav,
body.gcpp-portal-app-mode .gcpp-vendor-kpi-strip,
body.gcpp-portal-app-mode .gcpp-vendor-property-list,
body.gcpp-portal-app-mode .gcpp-vendor-next-action,
body.gcpp-portal-app-mode .gcpp-vendor-ceo-hero,
body.gcpp-portal-app-mode .gcpp-dash-hero.gcpp-vendor-hero{
  margin-left:0!important;
  margin-right:0!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
}
@media(max-width:768px){
  body.gcpp-portal-app-mode #gcpp-portal-app.gcpp-wrap,
  body.gcpp-portal-app-mode .operio-portal-embed > #gcpp-portal-app.gcpp-wrap,
  body.gcpp-portal-app-mode .gcpp-operations-wrap,
  body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-hero),
  body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-ceo-hero),
  body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-vendor-topnav),
  body.gcpp-portal-app-mode .gcpp-wrap:has(.gcpp-invoice-app){
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    margin:10px auto!important;
  }
}

/* PropertyServ OS v6.0.36 / Portal 4.9.9 Build 20 - vendor monthly availability override calendar */
.gcpp-availability-month-wrap{margin-top:28px;padding-top:22px;border-top:1px solid rgba(15,23,42,.1)}
.gcpp-availability-month-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.gcpp-button-light{background:#f8fafc!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.14)!important;box-shadow:none!important}
.gcpp-availability-legend{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0 16px;color:#64748b;font-size:13px}
.gcpp-availability-legend span{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid rgba(15,23,42,.08);padding:6px 10px;border-radius:999px}
.gcpp-availability-legend i{width:11px;height:11px;border-radius:999px;display:inline-block;background:#94a3b8}
.gcpp-availability-legend .is-standard{background:#16a34a}.gcpp-availability-legend .is-off{background:#ef4444}.gcpp-availability-legend .is-custom{background:#f59e0b}.gcpp-availability-legend .is-booked{background:#2563eb}
.gcpp-month-calendar{background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:14px;overflow:hidden}
.gcpp-month-weekdays,.gcpp-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.gcpp-month-weekdays span{text-align:center;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b;padding:4px}
.gcpp-month-day{min-height:110px;text-align:left;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:10px;display:flex;flex-direction:column;gap:4px;color:#0f172a;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.04);transition:.16s ease}
.gcpp-month-day:hover,.gcpp-month-day.is-selected{transform:translateY(-1px);border-color:#2563eb;box-shadow:0 14px 28px rgba(37,99,235,.14)}
.gcpp-month-day.is-empty{visibility:hidden;box-shadow:none;cursor:default}
.gcpp-month-day .gcpp-month-date{font-size:12px;font-weight:900;color:#64748b}.gcpp-month-day strong{font-size:13px}.gcpp-month-day small{font-size:11px;color:#475569}.gcpp-month-day em{margin-top:auto;font-style:normal;font-size:11px;font-weight:800;color:#1d4ed8}
.gcpp-month-day.is-standard{border-top:4px solid #16a34a}.gcpp-month-day.is-available{border-top:4px solid #22c55e}.gcpp-month-day.is-off{border-top:4px solid #ef4444;background:#fff7f7}.gcpp-month-day.is-custom{border-top:4px solid #f59e0b;background:#fffbeb}.gcpp-month-day.has-booked{box-shadow:inset 0 -3px 0 #2563eb,0 8px 20px rgba(15,23,42,.04)}
.gcpp-date-override-editor{margin-top:18px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr auto;gap:12px;align-items:end;background:#0f172a;color:#fff;border-radius:22px;padding:18px;box-shadow:0 18px 36px rgba(15,23,42,.2)}
.gcpp-date-override-editor h3{color:#fff;margin:2px 0 0}.gcpp-date-override-editor label{color:#e2e8f0}.gcpp-date-override-editor input,.gcpp-date-override-editor select{background:#fff;color:#0f172a}.gcpp-date-override-editor .gcpp-eyebrow{color:#93c5fd}.gcpp-override-hours{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gcpp-override-list{margin-top:18px}.gcpp-inline-form{display:inline}.gcpp-link-button{background:transparent;border:0;color:#b91c1c;text-decoration:underline;cursor:pointer;font-weight:800}
@media (max-width:900px){.gcpp-month-weekdays,.gcpp-month-grid{gap:5px}.gcpp-month-day{min-height:84px;padding:8px;border-radius:12px}.gcpp-date-override-editor{grid-template-columns:1fr}.gcpp-availability-month-actions{justify-content:flex-start}}
@media (max-width:620px){.gcpp-month-weekdays span{font-size:10px}.gcpp-month-day{min-height:72px;font-size:12px}.gcpp-month-day small,.gcpp-month-day em{display:none}}


/* PropertyServ OS v6.0.36 / Portal 4.9.9 Build 20 - calmer vendor availability workflow */
.gcpp-weekly-availability-drawer{
  border:1px solid rgba(15,23,42,.10);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  margin:14px 0 22px;
  overflow:hidden;
}
.gcpp-weekly-availability-drawer > summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  color:#0f172a;
}
.gcpp-weekly-availability-drawer > summary::-webkit-details-marker{display:none}
.gcpp-weekly-availability-drawer > summary span{display:flex;flex-direction:column;gap:4px}
.gcpp-weekly-availability-drawer > summary strong{font-size:18px;line-height:1.1}
.gcpp-weekly-availability-drawer > summary small{font-size:13px;color:#64748b;font-weight:700}
.gcpp-weekly-availability-drawer > summary em{
  font-style:normal;
  color:#0f172a;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.12);
  border-radius:999px;
  padding:9px 13px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.gcpp-weekly-availability-drawer[open] > summary{border-bottom:1px solid rgba(15,23,42,.08)}
.gcpp-weekly-availability-drawer[open] > summary em::before{content:'Close ';}
.gcpp-weekly-availability-drawer > form{padding:18px 20px 20px}
.gcpp-weekly-availability-drawer .gcpp-availability-days{margin-top:0}
.gcpp-availability-month-wrap{
  border-top:0!important;
  margin-top:14px!important;
  padding:22px!important;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:22px;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.gcpp-availability-month-wrap .gcpp-section-head{align-items:flex-start;margin-bottom:12px}
.gcpp-availability-month-wrap .gcpp-section-head h3{font-size:24px;margin:3px 0 4px}
.gcpp-availability-legend{margin:8px 0 12px!important;font-size:12px!important}
.gcpp-availability-legend span{padding:5px 9px!important;background:#f8fafc!important}
.gcpp-month-calendar{padding:10px!important;border-radius:18px!important;background:#f8fafc!important}
.gcpp-month-weekdays,.gcpp-month-grid{gap:5px!important}
.gcpp-month-day{
  min-height:76px!important;
  border-radius:12px!important;
  padding:8px!important;
  background:#fff!important;
  color:#0f172a!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:none!important;
}
.gcpp-month-day .gcpp-month-date{font-size:11px!important;color:#64748b!important}
.gcpp-month-day strong{font-size:12px!important;line-height:1.1!important}
.gcpp-month-day small{font-size:10px!important;color:#64748b!important;line-height:1.2!important}
.gcpp-month-day em{font-size:10px!important;color:#1d4ed8!important}
.gcpp-month-day.is-standard{border-left:4px solid #22c55e!important;border-top:1px solid rgba(15,23,42,.10)!important;background:#f7fff9!important}
.gcpp-month-day.is-available{border-left:4px solid #2563eb!important;border-top:1px solid rgba(15,23,42,.10)!important;background:#eff6ff!important}
.gcpp-month-day.is-off{border-left:4px solid #ef4444!important;border-top:1px solid rgba(15,23,42,.10)!important;background:#fff5f5!important}
.gcpp-month-day.is-custom{border-left:4px solid #f59e0b!important;border-top:1px solid rgba(15,23,42,.10)!important;background:#fffbeb!important}
.gcpp-month-day:hover,.gcpp-month-day.is-selected{transform:none!important;border-color:#2563eb!important;box-shadow:0 10px 18px rgba(37,99,235,.12)!important}
.gcpp-date-override-editor{
  margin-top:14px!important;
  border-radius:18px!important;
  padding:14px!important;
  grid-template-columns:1fr 1fr 1fr 1.2fr auto!important;
}
.gcpp-date-override-editor h3{font-size:18px!important}
.gcpp-date-override-editor label{margin:0!important}
.gcpp-override-list{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px;overflow:auto}
@media(max-width:980px){.gcpp-date-override-editor{grid-template-columns:1fr!important}.gcpp-weekly-availability-drawer > summary{align-items:flex-start;flex-direction:column}.gcpp-weekly-availability-drawer > summary em{width:100%;text-align:center}.gcpp-month-day{min-height:68px!important}.gcpp-month-day small{display:none!important}}
@media(max-width:620px){.gcpp-availability-month-wrap{padding:14px!important}.gcpp-month-day{min-height:54px!important;padding:6px!important}.gcpp-month-day strong{font-size:10px!important}.gcpp-month-day em{display:none!important}}

/* PropertyServ OS v6.0.36 / Portal 4.9.9 Build 20 - next 30 days vendor availability, corrected status colors */
.gcpp-availability-next30-wrap .gcpp-section-head{margin-bottom:10px!important;}
.gcpp-availability-next30-wrap .gcpp-section-head h3{font-size:24px!important;margin:3px 0 4px!important;}
.gcpp-availability-next30-wrap .gcpp-availability-legend .is-standard{background:#16a34a!important;}
.gcpp-availability-next30-wrap .gcpp-availability-legend .is-off{background:#ef4444!important;}
.gcpp-availability-next30-wrap .gcpp-availability-legend .is-custom{background:#f59e0b!important;}
.gcpp-availability-next30-wrap .gcpp-availability-legend .is-booked{background:#2563eb!important;}
.gcpp-next30-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:12px 0 16px;}
.gcpp-next-availability-day{appearance:none;border:1px solid rgba(15,23,42,.10);border-left:5px solid #94a3b8;background:#fff;border-radius:16px;padding:12px;min-height:108px;text-align:left;display:flex;flex-direction:column;gap:5px;cursor:pointer;color:#0f172a;box-shadow:0 8px 18px rgba(15,23,42,.04);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease;}
.gcpp-next-availability-day:hover,.gcpp-next-availability-day.is-selected{transform:translateY(-1px);border-color:#2563eb!important;box-shadow:0 12px 24px rgba(37,99,235,.12)!important;}
.gcpp-next-availability-day .gcpp-next-day-date{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#64748b;}
.gcpp-next-availability-day strong{font-size:14px;line-height:1.15;color:#0f172a;}
.gcpp-next-availability-day small{font-size:12px;line-height:1.2;color:#475569;font-weight:800;}
.gcpp-next-availability-day em{margin-top:auto;align-self:flex-start;font-style:normal;font-size:11px;font-weight:900;color:#1d4ed8;background:#eff6ff;border:1px solid rgba(37,99,235,.16);border-radius:999px;padding:4px 8px;}
.gcpp-next-availability-day.is-open{border-left-color:#16a34a;background:linear-gradient(135deg,#f0fdf4,#ffffff)!important;}
.gcpp-next-availability-day.is-override-open{border-left-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#ffffff)!important;}
.gcpp-next-availability-day.is-off{border-left-color:#ef4444;background:linear-gradient(135deg,#fff5f5,#ffffff)!important;}
.gcpp-next-availability-day.is-custom{border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#ffffff)!important;}
.gcpp-next-availability-day.has-booked{box-shadow:inset 0 -4px 0 rgba(37,99,235,.85),0 8px 18px rgba(15,23,42,.04);}
.gcpp-availability-next30-wrap .gcpp-date-override-editor{grid-template-columns:1fr 1fr 1.1fr 1.1fr auto!important;}
.gcpp-availability-next30-wrap .gcpp-override-list h3{margin-top:0;}
@media(max-width:1200px){.gcpp-next30-grid{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media(max-width:900px){.gcpp-next30-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.gcpp-availability-next30-wrap .gcpp-date-override-editor{grid-template-columns:1fr!important;}}
@media(max-width:620px){.gcpp-next30-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gcpp-next-availability-day{min-height:88px;padding:10px;border-radius:13px}.gcpp-next-availability-day strong{font-size:12px}.gcpp-next-availability-day small{font-size:10px}.gcpp-next-availability-day em{font-size:10px;padding:3px 6px}}

/* Build 21: checklist/photo documentation, finance conversion, and vendor address navigation */
.gcpp-completion-system,.gcpp-manager-review-panel,.gcpp-finance-convert-panel,.gcpp-owner-financial-snapshot{border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 45px rgba(15,23,42,.08)}
.gcpp-checklist-box{display:grid;gap:10px;margin-top:12px}.gcpp-check-row{display:flex;gap:10px;align-items:flex-start;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;font-weight:600}.gcpp-check-row input{margin-top:3px;transform:scale(1.15)}
.gcpp-photo-requirements{display:grid;gap:12px;margin-top:12px}.gcpp-photo-req{display:grid;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px}.gcpp-photo-req.is-required{border-left:5px solid #b45309}.gcpp-photo-req.is-complete{border-left-color:#15803d;background:#f0fdf4}.gcpp-photo-req strong{display:block}.gcpp-photo-req span{font-size:12px;color:#64748b}.gcpp-photo-req input[type=file],.gcpp-photo-req input[type=text]{width:100%;max-width:100%}
.gcpp-photo-gallery{margin-top:20px}.gcpp-photo-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.gcpp-photo-review-grid a{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:10px;text-decoration:none;color:#0f172a;overflow:hidden}.gcpp-photo-review-grid img{width:100%;height:145px;object-fit:cover;border-radius:12px;margin:6px 0}.gcpp-photo-review-grid span{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800}.gcpp-photo-review-grid small{display:block;color:#64748b}.gcpp-manager-checklist{list-style:none;padding:0;margin:12px 0;display:grid;gap:8px}.gcpp-manager-checklist li{border-radius:12px;padding:10px 12px;background:#f8fafc;border:1px solid #e5e7eb}.gcpp-manager-checklist li.done{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.gcpp-manager-checklist li.missing{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.gcpp-review-actions{margin-top:18px}.gcpp-inline-finance-form{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.gcpp-inline-finance-form select,.gcpp-inline-finance-form input{max-width:150px}.gcpp-map-link{font-weight:800;color:#0f5fbd;text-decoration:underline;text-underline-offset:3px}.gcpp-map-link:after{content:'  ↗';font-size:.85em}.gcpp-owner-financial-snapshot{margin:22px 0}.gcpp-owner-financial-snapshot table,.gcpp-finance-convert-panel table{width:100%;border-collapse:collapse;margin-top:14px}.gcpp-owner-financial-snapshot th,.gcpp-owner-financial-snapshot td,.gcpp-finance-convert-panel th,.gcpp-finance-convert-panel td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left}.gcpp-submitbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}
@media(max-width:760px){.gcpp-photo-review-grid{grid-template-columns:1fr 1fr}.gcpp-inline-finance-form{display:grid;grid-template-columns:1fr}.gcpp-inline-finance-form select,.gcpp-inline-finance-form input{max-width:none;width:100%}.gcpp-photo-review-grid img{height:120px}}

/* Build 23: manager/owner work-order deletion controls */
.gcpp-detail-toolbar{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:0 0 16px!important;flex-wrap:wrap!important;}
.gcpp-workorder-delete-form{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;margin:8px 0 0!important;}
.gcpp-workorder-delete-btn{background:#7f1d1d!important;color:#fff!important;border:0!important;box-shadow:0 10px 24px rgba(127,29,29,.22)!important;}
.gcpp-ops-card>.gcpp-workorder-delete-form{justify-content:flex-end!important;margin-top:10px!important;}
.gcpp-drawer-actions .gcpp-workorder-delete-form{margin:0!important;}
@media(max-width:900px){.gcpp-detail-toolbar{display:grid!important;grid-template-columns:1fr!important}.gcpp-workorder-delete-form,.gcpp-workorder-delete-form button{width:100%!important;}.gcpp-ops-card>.gcpp-workorder-delete-form{justify-content:stretch!important;}}

/* Build 23: recurring work-order delete selector */
.gcpp-series-delete-form{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;}
.gcpp-recurring-delete-choice{display:flex;flex-direction:column;gap:4px;min-width:230px;}
.gcpp-recurring-delete-choice label{display:flex;flex-direction:column;gap:4px;font-weight:700;color:#334155;}
.gcpp-recurring-delete-choice select{min-height:38px;border:1px solid #cbd5e1;border-radius:10px;padding:7px 10px;background:#fff;}
.gcpp-recurring-delete-choice small{color:#64748b;font-size:12px;}
@media(max-width:700px){.gcpp-series-delete-form,.gcpp-recurring-delete-choice,.gcpp-recurring-delete-choice select{width:100%;}.gcpp-series-delete-form .gcpp-danger-button{width:100%;}}

/* PropertyServ OS v4.10.3 Build 24: vendor decision and completion polish */
.gcpp-vendor-decision-clean{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)!important;gap:18px!important;align-items:stretch!important;border-left:5px solid var(--gcpp-accent,#c8a24a)!important;background:linear-gradient(135deg,#fffdf7,#ffffff)!important}
.gcpp-vendor-decision-copy{display:flex;flex-direction:column;justify-content:center!important}.gcpp-vendor-decision-copy h2{margin:.15rem 0 .45rem!important}.gcpp-vendor-decision-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.gcpp-vendor-decision-actions form{margin:0!important;border:1px solid rgba(15,23,42,.09)!important;border-radius:18px!important;padding:14px!important;background:#fff!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important}.gcpp-vendor-decision-actions label{margin:0 0 10px!important}.gcpp-vendor-decision-actions label span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:900;margin-bottom:6px}.gcpp-accept-job-button,.gcpp-decline-job-button{width:100%!important;justify-content:center!important;text-align:center!important}.gcpp-decline-form{background:#fffafa!important;border-color:rgba(185,28,28,.12)!important}.gcpp-upload-wait-note{margin-top:10px;padding:10px 12px;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;font-weight:800}.gcpp-completion-form .is-loading{opacity:.75;cursor:wait!important}.gcpp-completion-form.is-uploading{pointer-events:auto}
@media(max-width:800px){.gcpp-vendor-decision-clean{grid-template-columns:1fr!important}.gcpp-vendor-decision-actions form{padding:12px!important}}

/* PropertyServ OS v6.0.44 / Portal 4.10.7 Build 28: completion unblock + invoice finder + accounting reports */
.gcpp-review-callout,.gcpp-client-invoice-finder,.gcpp-requirements-missing{
  border:1px solid rgba(202,162,74,.35)!important;
  background:linear-gradient(135deg,#fffaf0,#ffffff)!important;
  box-shadow:0 18px 40px rgba(15,23,42,.08)!important;
}
.gcpp-review-callout{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.gcpp-review-callout h2{margin:.15rem 0!important;}
.gcpp-client-invoice-finder table{margin-top:12px;}
.gcpp-requirements-missing{padding:14px 16px;border-radius:16px;margin:0 0 18px;}
.gcpp-requirements-missing strong{display:block;color:#7c2d12;font-size:15px;margin-bottom:4px;}
.gcpp-requirements-missing p{margin:0 0 8px;color:#475569;font-weight:700;}
.gcpp-requirements-missing ul{margin:0;padding-left:22px;display:grid;gap:4px;}
.gcpp-requirements-missing li{font-weight:800;color:#0f172a;}
.gcpp-ops-hub-card.review{border-left-color:#8b5cf6!important;background:linear-gradient(135deg,#f5f3ff,#ffffff)!important;}
.gcpp-manager-pillnav a:has(span){white-space:nowrap;}
.gcpp-manager-review-panel .gcpp-review-actions .gcpp-button{background:#0f172a!important;color:#fff!important;}
.gcpp-completion-system .gcpp-submitbar{align-items:center;justify-content:flex-end;gap:12px;}
.gcpp-completion-system .gcpp-submitbar .gcpp-button{min-width:220px;}
.gcpp-next-availability-day.is-override-open{border-left-color:#16a34a!important;background:linear-gradient(135deg,#f0fdf4,#ffffff)!important;}
.gcpp-next-availability-day:not(.has-booked) em{display:none!important;}
.gcpp-next-availability-day.has-booked em{display:inline-flex!important;}
@media(max-width:760px){.gcpp-review-callout{display:block}.gcpp-completion-system .gcpp-submitbar .gcpp-button{width:100%;min-width:0}.gcpp-client-invoice-finder{overflow-x:auto}}

/* PropertyServ OS v6.0.44 / Portal 4.10.7 Build 28: completion flow, invoice finder, accountant reports */
.gcpp-ops-hub-grid{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}
@media(max-width:1180px){.gcpp-ops-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media(max-width:680px){.gcpp-ops-hub-grid{grid-template-columns:1fr !important;}}
.gcpp-inline-decision-alert{border:1px solid rgba(200,162,74,.45);border-left:5px solid var(--gc-gold,#c8a24a);border-radius:18px;background:#fffdf7;padding:18px;margin:0 0 18px;box-shadow:0 14px 32px rgba(15,23,42,.08)}
.gcpp-inline-decision-alert h3{margin:.2rem 0 .35rem;font-size:1.25rem}.gcpp-inline-decision-actions{display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-top:12px}.gcpp-inline-decision-actions form{margin:0}.gcpp-decline-inline{border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px;background:#fff}.gcpp-decline-inline summary{cursor:pointer;font-weight:800;color:#991b1b}.gcpp-decline-inline .gcpp-form{margin-top:10px}.gcpp-mini-status-note{border:1px solid #d7dee8;background:#f8fafc;border-radius:14px;padding:12px 14px;margin-bottom:16px;color:#334155}.gcpp-vendor-decision-panel{display:none !important;}
.gcpp-completion-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.gcpp-completion-actions button[disabled]{opacity:.45;cursor:not-allowed;filter:grayscale(.25)}.gcpp-requirements-missing{border:1px solid #f59e0b;border-left:5px solid #f59e0b;background:#fffbeb;border-radius:16px;padding:14px 16px;margin:14px 0}.gcpp-requirements-missing strong{display:block;font-size:1rem;margin-bottom:4px}.gcpp-requirements-missing ul{margin:8px 0 0 18px}.gcpp-accounting-report-panel,.gcpp-manager-invoice-summary{margin-top:22px}.gcpp-accounting-actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 18px}.gcpp-accounting-custom-form{border-top:1px solid #e5e7eb;padding-top:14px}.gcpp-manager-invoice-summary table,.gcpp-finance-convert-panel table{font-size:.92rem}.gcpp-ops-start-actions a[href*="gageco_invoices"]{background:#0f172a;color:#fff;border-color:#0f172a}


/* PropertyServ OS v6.0.44 / Portal 4.10.7 Build 28: completion validation + invoice actions */
.gcpp-requirement-status-table{margin:18px 0;padding:18px;border:1px solid rgba(15,23,42,.10);border-radius:20px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.05)}
.gcpp-requirement-status-table h3{margin:0 0 12px;font-size:1rem}
.gcpp-requirement-status-table table{width:100%;border-collapse:separate;border-spacing:0 8px}
.gcpp-requirement-status-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;text-align:left;padding:0 10px}
.gcpp-requirement-status-table td{background:#f8fafc;padding:10px;border-top:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08)}
.gcpp-requirement-status-table tr td:first-child{border-left:1px solid rgba(15,23,42,.08);border-radius:12px 0 0 12px;font-weight:800;color:#0f172a}
.gcpp-requirement-status-table tr td:last-child{border-right:1px solid rgba(15,23,42,.08);border-radius:0 12px 12px 0;font-weight:900}
.gcpp-requirement-status-table tr.is-complete td:last-child{color:#047857}
.gcpp-requirement-status-table tr.is-missing td:last-child{color:#b45309}
.gcpp-completion-note{margin-top:10px!important;font-size:.88rem}
.gcpp-client-invoice-finder .gcpp-inline-actions,.gcpp-inline-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.gcpp-client-invoice-finder table,.gcpp-manager-invoice-summary table{width:100%}
.gcpp-client-invoice-finder .gcpp-inline-finance-form,.gcpp-inline-finance-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:8px}
.gcpp-client-invoice-empty{border-left:4px solid #d4a63f}
@media (max-width: 760px){.gcpp-requirement-status-table{padding:12px;overflow-x:auto}.gcpp-requirement-status-table table{min-width:520px}.gcpp-client-invoice-finder .gcpp-inline-actions,.gcpp-inline-actions,.gcpp-inline-finance-form{flex-direction:column;align-items:stretch}.gcpp-inline-finance-form select,.gcpp-inline-finance-form button,.gcpp-inline-actions a,.gcpp-inline-actions button{width:100%}}

/* PropertyServ OS v6.0.44 / Portal 4.10.7 Build 28: GageCo invoice preview and finder hardening */
.gcpp-invoice-preview-screen .gcpp-client-invoice-document{max-width:1100px;margin:22px auto;padding:28px!important;background:#fff!important;border:1px solid rgba(15,23,42,.10)!important;box-shadow:0 24px 70px rgba(15,23,42,.10)!important}
.gcpp-invoice-doc-head{display:flex;justify-content:space-between;gap:22px;border-bottom:2px solid #e5e7eb;padding-bottom:18px;margin-bottom:22px;flex-wrap:wrap}
.gcpp-invoice-doc-head h2{margin:.15rem 0!important;color:#0f172a!important}.gcpp-invoice-parties{margin:0 0 22px}.gcpp-invoice-preview-table{width:100%;border-collapse:collapse;margin:22px 0}.gcpp-invoice-preview-table th{background:#0f172a;color:#fff;text-align:left;padding:12px}.gcpp-invoice-preview-table td{padding:14px 12px;border-bottom:1px solid #e5e7eb;vertical-align:top}.gcpp-invoice-total-box{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0}.gcpp-invoice-total-box>div{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#f8fafc}.gcpp-invoice-total-box span{display:block;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#64748b;font-size:.75rem}.gcpp-invoice-total-box strong{font-size:1.55rem;color:#0f172a}.gcpp-invoice-status-form{border-top:1px solid #e5e7eb;padding-top:16px}.gcpp-manager-pillnav a[href*="gageco_invoices"],.gcpp-ops-hub-actions a[href*="gageco_invoices"],.gcpp-ops-start-actions a[href*="gageco_invoices"]{outline:2px solid rgba(202,162,74,.25)}
@media print{body.gcpp-portal-app-mode header,body.gcpp-portal-app-mode footer,.gcpp-ops-command-strip,.gcpp-invoice-status-form,.gcpp-manager-pillnav,.gcpp-ops-hub-actions{display:none!important}.gcpp-client-invoice-document{box-shadow:none!important;border:0!important;margin:0!important;max-width:none!important}.gcpp-portal-app-mode #gcpp-portal-app{width:100%!important;max-width:none!important}}
@media(max-width:760px){.gcpp-invoice-total-box{grid-template-columns:1fr}.gcpp-invoice-doc-head{display:block}.gcpp-invoice-preview-table{font-size:.9rem}}
