:root{--wkp-bg:#f6f8f3;--wkp-surface:#ffffff;--wkp-surface-2:#fbfdf8;--wkp-border:#dfe7d7;--wkp-border-strong:#cddbbf;--wkp-text:#18210f;--wkp-text-soft:#5f6d52;--wkp-acid:#c8ff00;--wkp-neon:#7ff14e;--wkp-grad:linear-gradient(135deg,#c8ff00,#7ff14e);--wkp-radius:16px;--wkp-shadow-sm:0 8px 20px rgba(24,33,15,.05)}
body{background:var(--wkp-bg)}
.work-portal-box{background:var(--wkp-surface);border:1px solid var(--wkp-border);border-radius:var(--wkp-radius);box-shadow:var(--wkp-shadow-sm);padding:24px;color:var(--wkp-text);margin:0 0 22px}.work-portal-box *{box-sizing:border-box}.work-portal-box h2,.work-portal-box h3,.work-portal-box h4{color:var(--wkp-text);line-height:1.15;letter-spacing:-.02em;margin:0 0 12px}.work-portal-box h2{font-size:clamp(24px,3vw,34px)}.work-portal-box h3{font-size:20px}.work-portal-box h4{font-size:15px}.work-portal-box hr{border:none;border-top:1px solid var(--wkp-border);margin:18px 0}.work-portal-box pre{background:var(--wkp-surface-2);border:1px solid var(--wkp-border);border-radius:12px;padding:14px;overflow:auto}.work-portal-box table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface);margin-top:8px}.work-portal-box thead th{background:#f1f7e9;color:var(--wkp-text-soft);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.work-portal-box th,.work-portal-box td{padding:12px 14px;border-bottom:1px solid var(--wkp-border);vertical-align:top;text-align:left}.work-portal-box tbody tr:last-child td{border-bottom:none}.work-portal-box tbody tr:hover td{background:#fafdf5}.work-portal-box a{color:#3c6f19;text-decoration:none;font-weight:600}.work-portal-box a:hover{text-decoration:underline}.work-portal-box input[type=text],.work-portal-box input[type=email],.work-portal-box input[type=password],.work-portal-box input[type=number],.work-portal-box select,.work-portal-box textarea{width:100%;max-width:100%;padding:12px 14px;border:1px solid var(--wkp-border-strong);border-radius:12px;background:#fff;color:var(--wkp-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.work-portal-box input:focus,.work-portal-box select:focus,.work-portal-box textarea:focus{border-color:#9cd85b;box-shadow:0 0 0 4px rgba(127,241,78,.14)}.work-portal-box textarea{min-height:120px;resize:vertical}.work-portal-box .button,.work-portal-box button,.work-portal-box input[type=submit]{appearance:none;border:none;border-radius:999px;padding:10px 16px;background:#eef5e5;color:var(--wkp-text);font-weight:700;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background .12s ease}.work-portal-box .button:hover,.work-portal-box button:hover,.work-portal-box input[type=submit]:hover{transform:translateY(-1px);opacity:.96}.work-portal-box .button-primary,.work-portal-box button.button-primary,.work-portal-box input[type=submit].button-primary{background:var(--wkp-grad)!important;color:#102104!important}.work-portal-box .button:not(.button-primary){border:1px solid var(--wkp-border-strong);background:#fff}.wkp-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;border:1px solid transparent}.wkp-status-new{background:#eef5e5;color:#577131;border-color:#d6e6c3}.wkp-status-assigned{background:#fff7e8;color:#8c6417;border-color:#eed39d}.wkp-status-in_progress{background:#eef8ff;color:#155b89;border-color:#b9d9ef}.wkp-status-done{background:#edf9f0;color:#26763a;border-color:#bfe3c9}.wkp-status-closed{background:#f1f3ef;color:#667260;border-color:#dde5d7}.wkp-priority-low{background:#f2f7ed;color:#527745;border-color:#cfddc7}.wkp-priority-normal{background:#edf4ff;color:#446aa7;border-color:#cadcf8}.wkp-priority-high{background:#fff5e8;color:#9b6410;border-color:#efd2a5}.wkp-priority-urgent{background:#fff0f0;color:#b13d3d;border-color:#efc2c2}.wkp-timeline{display:flex;flex-direction:column;gap:12px;margin-top:10px}.wkp-timeline-item{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface-2)}.wkp-timeline-dot{width:12px;height:12px;border-radius:50%;margin-top:4px;background:var(--wkp-grad);box-shadow:0 0 0 5px rgba(127,241,78,.12);flex:0 0 12px}.wkp-timeline-meta{font-size:12px;color:var(--wkp-text-soft);margin-bottom:4px}.wkp-timeline-text{font-size:14px;color:var(--wkp-text)}@media (max-width:800px){.work-portal-box{padding:18px}.work-portal-box table,.work-portal-box thead,.work-portal-box tbody,.work-portal-box tr,.work-portal-box th,.work-portal-box td{display:block;width:100%}.work-portal-box thead{display:none}.work-portal-box tbody tr{border-bottom:1px solid var(--wkp-border)}.work-portal-box tbody tr:last-child{border-bottom:none}.work-portal-box td{border-bottom:none;padding:8px 12px}}
.wkp-subcard{background:var(--wkp-surface-2);border:1px solid var(--wkp-border);border-radius:14px;padding:16px}.wkp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:end}.wkp-form-grid p{margin:0}.wkp-form-grid-span{grid-column:1/-1}.wkp-help-text{font-size:12px;color:var(--wkp-text-soft);margin-top:10px;line-height:1.55}.wkp-doc-list{display:flex;flex-direction:column;gap:12px;margin-top:10px}.wkp-doc-item{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface-2)}.wkp-doc-main{min-width:0;flex:1}.wkp-doc-title-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.wkp-doc-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--wkp-text-soft);margin-top:6px}.wkp-doc-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.wkp-doc-badge{background:#f1f7e9;color:var(--wkp-text-soft);border-color:var(--wkp-border-strong)}@media (max-width:800px){.wkp-form-grid{grid-template-columns:1fr}.wkp-doc-item{flex-direction:column}.wkp-doc-actions{width:100%}}
.wkp-quote-item-list{display:flex;flex-direction:column;gap:12px}.wkp-quote-sheet{max-width:980px;margin:0 auto;background:#fff}.wkp-quote-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--wkp-text-soft);margin-bottom:6px}.wkp-quote-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;flex-wrap:wrap;margin:18px 0}.wkp-quote-meta-box{border:1px solid var(--wkp-border);border-radius:14px;padding:14px 16px;background:var(--wkp-surface-2);min-width:260px}.wkp-quote-meta-box div+div{margin-top:6px}.wkp-quote-addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wkp-quote-totals{display:flex;justify-content:flex-end;margin-top:16px}.wkp-quote-totals .wkp-subcard{min-width:320px}.wkp-quote-total-row{display:flex;justify-content:space-between;gap:18px;padding:8px 0;border-bottom:1px solid var(--wkp-border)}.wkp-quote-total-row:last-child{border-bottom:none}.wkp-quote-total-row-final{font-size:18px}.wkp-inline-actions{margin-bottom:8px}@media (max-width:800px){.wkp-quote-addresses{grid-template-columns:1fr}.wkp-quote-totals{justify-content:stretch}.wkp-quote-totals .wkp-subcard{min-width:0;width:100%}}@media print{body{background:#fff!important}.no-print,.wkp-print-actions,.site-header,.site-footer,.elementor-location-header,.elementor-location-footer,.elementor-widget-theme-site-logo,.elementor-widget-theme-site-title{display:none!important}.work-portal-box{box-shadow:none!important;border-color:#d9d9d9!important;margin:0!important;padding:0!important}.wkp-quote-sheet{padding:0!important}}

.wkp-status-draft{background:#f3f5f1;color:#667260;border-color:#dfe5d8}.wkp-status-sent{background:#eef8ff;color:#155b89;border-color:#b9d9ef}.wkp-status-overdue{background:#fff1ec;color:#b45720;border-color:#f0c8b2}.wkp-status-paid{background:#edf9f0;color:#26763a;border-color:#bfe3c9}.wkp-status-cancelled{background:#f3f3f3;color:#777;border-color:#ddd}.wkp-lifecycle-card{background:linear-gradient(180deg,#fbfdf8 0%,#f7fbf1 100%)}

.wkp-timeline-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.wkp-timeline-link{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid var(--wkp-border-strong);background:#fff;color:#355d17!important;font-size:12px;font-weight:700;text-decoration:none!important}.wkp-timeline-link:hover{background:#f6fbef;text-decoration:none!important}.wkp-report-card{background:linear-gradient(180deg,#fbfdf8 0%,#f7fbf1 100%)}.wkp-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wkp-report-field{padding:14px;border:1px solid var(--wkp-border);border-radius:12px;background:#fff}.wkp-report-field strong{display:block;margin-bottom:8px}.wkp-report-photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.wkp-report-photo{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface-2);text-decoration:none!important}.wkp-report-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;border:1px solid var(--wkp-border)}.wkp-report-photo span{font-size:12px;color:var(--wkp-text)}@media (max-width:800px){.wkp-report-grid{grid-template-columns:1fr}}


/* App shell 1.3.0 */
.wkp-app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start;margin:24px 0}.wkp-app-sidebar{position:sticky;top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 18px 48px rgba(15,23,42,.06)}.wkp-app-brand{padding:6px 4px 18px;border-bottom:1px solid #eef2f7;margin-bottom:18px}.wkp-app-brand-mark{font-size:24px;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#c8ff00,#7ff14e);-webkit-background-clip:text;background-clip:text;color:transparent}.wkp-app-brand-sub{font-size:12px;color:#64748b;margin-top:2px}.wkp-app-nav{display:flex;flex-direction:column;gap:18px}.wkp-app-nav-group{display:flex;flex-direction:column;gap:8px}.wkp-app-nav-group-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:700;padding:0 10px}.wkp-app-nav-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;color:#0f172a;text-decoration:none;font-weight:600;border:1px solid transparent;transition:all .18s ease;background:#fff}.wkp-app-nav-link:hover{background:#f8fafc;border-color:#e2e8f0}.wkp-app-nav-link.is-active{background:linear-gradient(135deg,rgba(200,255,0,.22),rgba(127,241,78,.18));border-color:rgba(127,241,78,.36);box-shadow:0 10px 28px rgba(127,241,78,.12)}.wkp-app-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:#f8fafc;color:#475569;font-size:15px}.wkp-app-nav-link.is-active .wkp-app-nav-icon{background:#fff}.wkp-app-main{min-width:0}.wkp-app-topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:22px 24px;box-shadow:0 18px 48px rgba(15,23,42,.06);margin-bottom:20px}.wkp-app-topbar-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:700;margin-bottom:6px}.wkp-app-title{margin:0;font-size:32px;line-height:1.05;letter-spacing:-.04em;color:#0f172a}.wkp-app-user{display:flex;align-items:center;gap:12px}.wkp-app-user-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px;color:#64748b}.wkp-app-content>*:first-child{margin-top:0}.wkp-app-content .work-portal-box:first-child{margin-top:0}.wkp-app-content{min-width:0}.page-id .entry-title{display:none}@media (max-width: 1024px){.wkp-app-shell{grid-template-columns:1fr}.wkp-app-sidebar{position:static}.wkp-app-topbar{flex-direction:column}.wkp-app-user{width:100%;justify-content:space-between}.wkp-app-user-meta{align-items:flex-start}}

/* App patch 1.4.0 */
.wkp-validation-card{margin-top:14px}.wkp-validation-card.is-ok{background:linear-gradient(180deg,#fbfdf8 0%,#f6fbef 100%)}.wkp-validation-card.is-warning{background:linear-gradient(180deg,#fffdfa 0%,#fff7ef 100%)}.wkp-validation-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.wkp-validation-chip{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid var(--wkp-border)}.wkp-validation-chip.is-ok{background:#eef8ef;color:#2f6f3e;border-color:#bedfc8}.wkp-validation-chip.is-missing{background:#fff1ec;color:#b45720;border-color:#f0c8b2}.wkp-validation-list{display:flex;flex-direction:column;gap:6px;margin-top:12px;font-size:13px}.wkp-validation-list.is-errors{color:#9f3b17}.wkp-validation-list.is-warnings{color:#6f5a1c}
.wkp-map-card{margin-top:14px}.wkp-map-card.is-embed{padding:18px}.wkp-worker-map{width:100%;height:420px;border:1px solid var(--wkp-border);border-radius:16px;overflow:hidden;margin-top:14px}.wkp-map-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.wkp-map-list-item{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:12px 14px;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface-2)}@media (max-width:800px){.wkp-worker-map{height:320px}.wkp-map-list-item{flex-direction:column}}

/* Workflow foundation 1.5.0 */
.wkp-ticket-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wkp-ticket-summary-card{padding:14px 16px;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface-2);display:flex;flex-direction:column;gap:8px}.wkp-ticket-summary-card span{font-size:12px;color:var(--wkp-text-soft);text-transform:uppercase;letter-spacing:.05em}.wkp-ticket-summary-card strong{font-size:14px;color:var(--wkp-text)}.wkp-quick-actions{display:flex;gap:10px;flex-wrap:wrap}.wkp-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}.wkp-message-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}.wkp-message-card{padding:14px 16px;border-radius:14px;border:1px solid var(--wkp-border);background:#fff}.wkp-message-card.is-internal{background:#f9fbf6}.wkp-message-card.is-customer{background:#eef8ff}.wkp-message-card.is-worker{background:#fff8ef}.wkp-message-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;font-size:12px;color:var(--wkp-text-soft);margin-bottom:8px}.wkp-message-type{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid var(--wkp-border-strong);background:#fff;font-weight:700;color:var(--wkp-text)}.wkp-message-body{white-space:pre-wrap;line-height:1.6}.wkp-presence-inline{display:flex;gap:6px;flex-wrap:wrap}.wkp-presence-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef8ef;border:1px solid #cbe6cf;color:#286c3f;font-size:12px;font-weight:700}.wkp-presence-badge.is-empty{background:#f5f5f5;border-color:#e5e7eb;color:#6b7280}.wkp-drawer-root{position:fixed;inset:0;z-index:9999;pointer-events:none}.wkp-drawer-root.is-open{pointer-events:auto}.wkp-drawer-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.24);opacity:0;transition:opacity .18s ease}.wkp-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(560px,100vw);background:#fff;border-left:1px solid #e5e7eb;box-shadow:-24px 0 48px rgba(15,23,42,.12);transform:translateX(100%);transition:transform .22s ease;display:flex;flex-direction:column}.wkp-drawer-root.is-open .wkp-drawer-backdrop{opacity:1}.wkp-drawer-root.is-open .wkp-drawer-panel{transform:translateX(0)}.wkp-drawer-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:22px;border-bottom:1px solid #eef2f7}.wkp-drawer-title{margin:0;font-size:24px;line-height:1.1}.wkp-drawer-body{padding:22px;overflow:auto}.wkp-priority-medium{background:#fff7e8;color:#8c6417;border-color:#eed39d}.wkp-priority-on_hold{background:#f3f4f6;color:#667085;border-color:#d5d9e0}.wkp-status-worker_search,.wkp-status-quote_collection,.wkp-status-budget_clarification,.wkp-status-extra_work,.wkp-status-waiting_documentation,.wkp-status-waiting_correction{background:#fff7e8;color:#8c6417;border-color:#eed39d}.wkp-status-quote_review,.wkp-status-quote_review_tl,.wkp-status-documentation_review,.wkp-status-technical_review,.wkp-status-commercial_review,.wkp-status-approval_tl,.wkp-status-billing_approved{background:#f4f0ff;color:#6546a4;border-color:#d7caf4}.wkp-status-worker_assigned,.wkp-status-documentation_received,.wkp-status-technical_done,.wkp-status-customer_invoice_sent,.wkp-status-payout,.wkp-status-emergency_payout,.wkp-status-payout_terms,.wkp-status-completed{background:#edf9f0;color:#26763a;border-color:#bfe3c9}.wkp-status-complaint,.wkp-status-defect_detected,.wkp-status-rework,.wkp-status-defect_notice,.wkp-status-deadline_extension,.wkp-status-rework_failed,.wkp-status-substitute_performance,.wkp-status-legal_enforcement,.wkp-status-clarify_gf,.wkp-status-clarify_tl{background:#fff0f0;color:#b13d3d;border-color:#efc2c2}.wkp-status-settlement,.wkp-status-supplemental_docs,.wkp-status-payout_on_hold{background:#eef8ff;color:#155b89;border-color:#b9d9ef}.wkp-status-generic{background:#f3f4f6;color:#475467;border-color:#d0d5dd}.wkp-activity-widget{margin-bottom:22px}.wkp-activity-list{display:flex;flex-direction:column;gap:10px}.wkp-activity-item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface-2);text-decoration:none!important;color:var(--wkp-text)!important}.wkp-activity-item small{color:var(--wkp-text-soft)}@media (max-width:1000px){.wkp-ticket-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.wkp-ticket-summary-grid{grid-template-columns:1fr}.wkp-drawer-panel{width:100vw}}

.wkp-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}
.wkp-inline-stack{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.wkp-widget-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}
.wkp-widget-span-full{grid-column:1 / -1}
.wkp-dashboard-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.wkp-dashboard-toolbar-left{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.wkp-mini-chip{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff}
.wkp-kanban-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;align-items:start}
.wkp-kanban-column{background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:12px;min-height:220px}
.wkp-kanban-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}
.wkp-kanban-list{display:flex;flex-direction:column;gap:10px}
.wkp-kanban-card{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:12px;color:#0f172a;text-decoration:none;box-shadow:0 4px 18px rgba(2,6,23,.04)}
.wkp-kanban-card:hover{border-color:rgba(127,241,78,.5);transform:translateY(-1px)}
.wkp-kanban-card small{color:#64748b}
.wkp-kanban-empty{padding:12px;border:1px dashed rgba(15,23,42,.12);border-radius:12px;color:#64748b;background:rgba(255,255,255,.55)}
@media (max-width: 900px){.wkp-dashboard-toolbar{flex-direction:column;align-items:flex-start}}


/* Workflow admin + Kanban dragdrop 1.7.1 */
.wkp-kanban-card{cursor:grab;transition:border-color .16s ease, box-shadow .16s ease, background-color .16s ease}
.wkp-kanban-card:hover{border-color:rgba(127,241,78,.5);box-shadow:0 10px 24px rgba(2,6,23,.08)}
.wkp-is-dragging .wkp-kanban-card:hover{transform:none!important;box-shadow:0 4px 18px rgba(2,6,23,.04)}
.wkp-kanban-card.is-dragging{opacity:.25;transform:none!important}
.wkp-kanban-card.is-ghost-source{visibility:hidden}
.wkp-kanban-card-link{display:flex;flex-direction:column;gap:4px;color:#0f172a!important;text-decoration:none!important}
.wkp-kanban-list{min-height:120px;position:relative}
.wkp-kanban-list.is-drop-target{background:rgba(127,241,78,.08);outline:2px dashed rgba(127,241,78,.55);outline-offset:0;border-radius:14px}
.wkp-kanban-placeholder{border:2px dashed rgba(15,23,42,.16);border-radius:14px;background:rgba(148,163,184,.08);box-sizing:border-box}
.wkp-drag-image{margin:0;background:#fff;border:1px solid rgba(127,241,78,.55);border-radius:14px;padding:12px;box-shadow:0 18px 40px rgba(2,6,23,.18);transform:rotate(1deg)}
.wkp-kanban-column[data-status-column]{min-height:260px}
.wkp-kanban-column [data-wkp-column-count]{min-width:24px;text-align:right}
.wkp-approval-card{margin-top:14px;padding:16px;border:1px solid var(--wkp-border);border-radius:14px;background:var(--wkp-surface-2)}
.wkp-approval-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.wkp-approval-badge.is-pending{background:#f5f5f5;color:#667085;border-color:#d0d5dd}
.wkp-approval-badge.is-approved{background:#edf9f0;color:#26763a;border-color:#bfe3c9}
.wkp-approval-badge.is-correction{background:#fff7e8;color:#8c6417;border-color:#eed39d}
.wkp-approval-badge.is-rejected{background:#fff0f0;color:#b13d3d;border-color:#efc2c2}
.wkp-review-summary{margin-top:12px;padding:12px 14px;border:1px dashed var(--wkp-border-strong);border-radius:12px;background:#fff}
.wkp-review-summary-head{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--wkp-text-soft);margin-bottom:8px}
.wkp-review-summary-text{font-size:14px;line-height:1.6;color:var(--wkp-text)}
.wkp-review-item-list{margin:10px 0 0 18px;padding:0;display:flex;flex-direction:column;gap:6px;color:var(--wkp-text)}
.wkp-review-panel-items{display:flex;flex-direction:column;gap:10px}
.wkp-review-panel-item{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--wkp-border);border-radius:12px;background:var(--wkp-surface-2)}
.wkp-review-panel-item > span{font-weight:700;color:var(--wkp-text)}


.wkp-portal-task-list{display:flex;flex-direction:column;gap:12px}.wkp-portal-task{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.wkp-portal-task.is-focus{border-color:#7ff14e;box-shadow:0 0 0 4px rgba(127,241,78,.12)}.wkp-portal-task-title{font-weight:700;font-size:15px;line-height:1.35}.wkp-portal-task-meta{display:flex;gap:8px;flex-wrap:wrap;color:#6b7280;font-size:12px;margin-top:6px}.wkp-portal-task-desc{margin-top:10px;color:#111827;font-size:13px;line-height:1.55}.wkp-portal-task-actions{display:flex;align-items:flex-start}.wkp-portal-task-actions form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.wkp-portal-task-actions select{min-width:170px}

.wkp-portal-task.is-overdue{border-color:#dc2626;background:#fff7f7}
.wkp-badge-danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}
.wkp-toolbar input[type="text"], .wkp-toolbar select{min-height:38px}
.wkp-portal-task-actions form{display:block}
.wkp-portal-task-actions .button{width:100%;justify-content:center}


.wkp-login-card{max-width:560px;margin:40px auto;padding:28px}.wkp-login-brand{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#c8ff00,#7ff14e);color:#0a0c0e;font-weight:700;margin-bottom:12px}.wkp-login-form .wkp-input{border:1px solid #dbe3e8;border-radius:10px;padding:12px 14px;background:#fff}.wkp-login-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.wkp-alert{padding:12px 14px;border-radius:10px;margin:0 0 14px}.wkp-alert-error{background:#fff1f1;border:1px solid #f4c7c7;color:#8a2020}


.wkp-sla-standard{background:#e2e8f0;color:#334155;border-color:#cbd5e1}
.wkp-sla-next_day{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}
.wkp-sla-emergency{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}
.wkp-badge.is-warning{box-shadow:0 0 0 2px rgba(245,158,11,.25)}
.wkp-badge.is-breached{box-shadow:0 0 0 2px rgba(239,68,68,.28)}

html{scroll-behavior:smooth}
.wkp-ticket-sections-nav{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 4px;position:sticky;top:72px;z-index:20;padding:10px 0;background:linear-gradient(180deg, rgba(248,250,252,.98) 75%, rgba(248,250,252,0));backdrop-filter:blur(10px)}
.wkp-ticket-sections-nav a{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid var(--wkp-border);background:#fff;color:var(--wkp-text);text-decoration:none;font-size:13px;font-weight:700}
.wkp-ticket-sections-nav a:hover{border-color:#b8e25a;box-shadow:0 10px 24px rgba(31,41,55,.08)}
.wkp-mobile-ticket-actions{display:none}
.wkp-response-type-grid{display:flex;flex-direction:column;gap:10px}
.wkp-response-type-help{font-size:13px;color:var(--wkp-text-soft)}
.wkp-response-type-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.wkp-response-type-card{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--wkp-border);border-radius:16px;background:#fff;cursor:pointer;transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;color:var(--wkp-text);font-weight:700}
.wkp-response-type-card:hover{border-color:#b8e25a;box-shadow:0 14px 30px rgba(31,41,55,.08);transform:translateY(-1px)}
.wkp-response-type-card input{accent-color:#7ff14e;flex:0 0 auto}
.wkp-response-type-card:has(input:checked){border-color:#9fd61e;background:#f8fff0;box-shadow:0 0 0 3px rgba(159,214,30,.12)}
.wkp-subcard h3[id], .wkp-subcard h4[id], h3[id]{scroll-margin-top:150px}
@media (max-width:900px){.wkp-ticket-sections-nav{top:58px;overflow:auto;flex-wrap:nowrap;padding-bottom:12px}.wkp-mobile-ticket-actions{position:fixed;left:12px;right:12px;bottom:14px;z-index:60;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:8px;padding:10px;border:1px solid var(--wkp-border);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 48px rgba(15,23,42,.16);backdrop-filter:blur(14px)}.wkp-mobile-ticket-actions .button{width:100%;justify-content:center;padding:10px 8px;font-size:12px}.wkp-detail{padding-bottom:96px}.wkp-response-type-options{grid-template-columns:1fr}}

/* UX polish 2.5.0 */
.wkp-create-ticket-card{display:flex;flex-direction:column;gap:18px}
.wkp-create-ticket-stepper{display:flex;gap:8px;flex-wrap:wrap}
.wkp-create-ticket-stepper span{display:inline-flex;align-items:center;padding:7px 12px;border:1px solid var(--wkp-border);border-radius:999px;background:#fff;color:var(--wkp-text-soft);font-size:12px;font-weight:700}
.wkp-create-ticket-stepper span.is-active{border-color:#9fd61e;background:#f8fff0;color:#416314}
.wkp-form-section{display:flex;flex-direction:column;gap:14px}
.wkp-form-section-head{display:flex;flex-direction:column;gap:6px}
.wkp-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.wkp-choice-card{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid var(--wkp-border);border-radius:16px;background:#fff;cursor:pointer;transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;position:relative}
.wkp-choice-card:hover{border-color:#b8e25a;box-shadow:0 14px 30px rgba(31,41,55,.08);transform:translateY(-1px)}
.wkp-choice-card input{position:absolute;opacity:0;pointer-events:none}
.wkp-choice-card.is-selected{border-color:#9fd61e;background:#f8fff0;box-shadow:0 0 0 3px rgba(159,214,30,.12)}
.wkp-choice-card-title{font-weight:800;color:var(--wkp-text)}
.wkp-choice-card-desc{font-size:13px;line-height:1.55;color:var(--wkp-text-soft)}
.wkp-response-type-card.is-selected{border-color:#9fd61e;background:#f8fff0;box-shadow:0 0 0 3px rgba(159,214,30,.12)}
.wkp-message-list{display:flex;flex-direction:column;gap:12px}
.wkp-message-card{border:1px solid var(--wkp-border);border-radius:16px;padding:14px 16px;background:#fff}
.wkp-message-card.is-customer{background:#f9fff1}
.wkp-message-card.is-worker{background:#fffaf0}
.wkp-message-card.is-internal{background:#f8fafc}
.wkp-message-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--wkp-text-soft);font-size:12px;margin-bottom:8px}
.wkp-message-type{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f1f5f9;border:1px solid var(--wkp-border);color:var(--wkp-text)}
.wkp-message-body{font-size:14px;line-height:1.65;color:var(--wkp-text)}
@media (max-width:900px){.wkp-choice-grid,.wkp-response-type-options{grid-template-columns:1fr}.wkp-create-ticket-stepper{display:none}}


/* 2.6.0 Ticket Tabs / Mobile UX */
.wkp-ticket-panels{margin-top:18px}
.wkp-ticket-panel{display:none;background:transparent}
.wkp-ticket-panel.is-active{display:block}
.wkp-ticket-panel-toggle{display:none;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--wkp-border);border-radius:16px;background:#fff;color:var(--wkp-text);font-weight:800;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.wkp-ticket-panel-toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#c8ff00,#7ff14e);color:#1f2937;font-size:18px;line-height:1;font-weight:900}
.wkp-ticket-panel.is-mobile-open .wkp-ticket-panel-toggle-icon{content:'–'}
.wkp-ticket-panel-body{display:block;padding-top:12px}
.wkp-ticket-sections-nav{gap:8px;border-bottom:1px solid rgba(15,23,42,.06);padding:12px 0 14px;background:linear-gradient(180deg, rgba(248,250,252,.98) 82%, rgba(248,250,252,0));}
.wkp-ticket-sections-nav a{transition:all .18s ease;box-shadow:0 8px 20px rgba(15,23,42,.03)}
.wkp-ticket-sections-nav a.is-active{background:linear-gradient(135deg,#c8ff00,#7ff14e);border-color:transparent;color:#16210f;box-shadow:0 16px 28px rgba(127,241,78,.22)}
.wkp-detail.is-worker-view .wkp-ticket-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.wkp-detail.is-worker-view .wkp-ticket-summary-card{padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fbf1 100%)}
.wkp-detail.is-worker-view .wkp-quick-actions{padding:12px;border:1px solid var(--wkp-border);border-radius:18px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.05)}
.wkp-detail.is-worker-view .wkp-quick-actions .button{font-weight:700}
.wkp-message-list{gap:10px}
.wkp-message-card{padding:12px 14px;border-radius:16px;box-shadow:0 10px 24px rgba(15,23,42,.03)}
.wkp-subcard{scroll-margin-top:128px}
.wkp-mobile-ticket-actions .button,.wkp-mobile-ticket-actions a.button{text-align:center;text-decoration:none}
@media (max-width:900px){
  .wkp-ticket-sections-nav{display:none}
  .wkp-ticket-panel{display:block;margin-bottom:12px}
  .wkp-ticket-panel-toggle{display:flex}
  .wkp-ticket-panel-body{display:none;padding-top:10px}
  .wkp-ticket-panel.is-mobile-open .wkp-ticket-panel-body{display:block}
  .wkp-ticket-panel.is-mobile-open .wkp-ticket-panel-toggle-icon{font-size:22px}
  .wkp-ticket-panel.is-mobile-open .wkp-ticket-panel-toggle-icon::before{content:'–'}
  .wkp-ticket-panel:not(.is-mobile-open) .wkp-ticket-panel-toggle-icon::before{content:'+'}
  .wkp-ticket-panel-toggle-icon{font-size:0}
  .wkp-detail.is-worker-view .wkp-ticket-summary-grid{grid-template-columns:1fr}
  .wkp-mobile-ticket-actions{grid-template-columns:repeat(4,minmax(0,1fr));padding:8px 10px;border-radius:20px}
  .wkp-mobile-ticket-actions .button{min-height:42px;border-radius:12px}
}
@media (min-width:901px){
  .wkp-ticket-panel-body{padding-top:6px}
}

/* Ticket Operations 2.7.0 */
.wkp-alert-success{background:#f2ffe8;border:1px solid #b6e678;color:#315c16}
.wkp-ticket-overview{overflow:visible}.wkp-ticket-overview-head{align-items:flex-start}.wkp-saved-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:14px 0}.wkp-inline-delete-form{display:inline-flex;margin-left:-6px}.wkp-icon-button{display:inline-flex!important;align-items:center;justify-content:center;width:26px;height:26px;padding:0!important;border-radius:999px!important;border:1px solid var(--wkp-border)!important;background:#fff!important;color:#6b7280!important;font-size:18px!important;line-height:1!important}.wkp-filter-panel{margin:16px 0;border:1px solid var(--wkp-border);border-radius:16px;background:var(--wkp-surface-2);overflow:hidden}.wkp-filter-panel summary{cursor:pointer;padding:14px 16px;font-weight:800;list-style:none}.wkp-filter-panel summary::-webkit-details-marker{display:none}.wkp-filter-panel[open] summary{border-bottom:1px solid var(--wkp-border)}.wkp-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px}.wkp-filter-grid>div{min-width:0}.wkp-filter-grid label,.wkp-save-filter-form label{display:block;margin-bottom:5px;font-size:12px;font-weight:800;color:var(--wkp-text-soft)}.wkp-filter-span-2{grid-column:span 2}.wkp-filter-actions{display:flex;gap:8px;align-items:end}.wkp-save-filter-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(240px,2fr) auto;gap:10px;align-items:end;padding:0 16px 16px}.wkp-table-scroll{overflow:auto;border-radius:14px}.wkp-ticket-table{min-width:1120px}.wkp-ticket-table td{vertical-align:middle}.wkp-inline-assignment-form{display:flex;gap:6px;align-items:center;min-width:220px}.wkp-inline-assignment-form select{min-width:130px}.wkp-pagination{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.wkp-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:999px;border:1px solid var(--wkp-border);background:#fff;color:var(--wkp-text);text-decoration:none}.wkp-pagination a.is-active{background:var(--wkp-grad);border-color:transparent}.wkp-mail-template-buttons{display:flex;gap:8px;flex-wrap:wrap}.wkp-mail-attachment-list{display:flex;flex-direction:column;gap:8px;margin-top:10px;padding:12px;border:1px solid var(--wkp-border);border-radius:12px;background:#fff}.wkp-completion-checklist{margin-top:18px}.wkp-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wkp-check-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid var(--wkp-border);background:#fff}.wkp-check-item>span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;font-weight:900}.wkp-check-item.is-ok>span{background:#dcfce7;color:#166534}.wkp-check-item.is-missing>span{background:#ffedd5;color:#9a3412}.wkp-check-item small{font-weight:500;color:var(--wkp-text-soft)}
@media(max-width:1100px){.wkp-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wkp-save-filter-form{grid-template-columns:1fr 1fr}.wkp-save-filter-form .button{grid-column:1/-1;width:max-content}}
@media(max-width:800px){.wkp-filter-grid{grid-template-columns:1fr}.wkp-filter-span-2{grid-column:auto}.wkp-save-filter-form{grid-template-columns:1fr}.wkp-check-list{grid-template-columns:1fr}.wkp-table-scroll{overflow:visible}.wkp-ticket-table{min-width:0;border:none!important}.wkp-ticket-table tbody{display:flex!important;flex-direction:column;gap:12px}.wkp-ticket-table tr{display:block!important;border:1px solid var(--wkp-border)!important;border-radius:16px;background:#fff;overflow:hidden}.wkp-ticket-table td{display:grid!important;grid-template-columns:110px minmax(0,1fr);gap:10px;padding:10px 12px!important;border-bottom:1px solid var(--wkp-border)!important}.wkp-ticket-table td:last-child{border-bottom:none!important}.wkp-ticket-table td:before{content:attr(data-label);font-size:11px;text-transform:uppercase;letter-spacing:.04em;font-weight:800;color:var(--wkp-text-soft)}.wkp-inline-assignment-form{min-width:0;flex-wrap:wrap}.wkp-inline-assignment-form select{min-width:0}}

/* Customer & location directory 2.8.0 */
.wkp-directory{overflow:visible}.wkp-directory-layout{display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr);gap:18px;margin-top:18px}.wkp-directory-sidebar{position:sticky;top:110px;align-self:start;max-height:calc(100vh - 140px);display:flex;flex-direction:column;gap:12px}.wkp-directory-search{display:grid;grid-template-columns:1fr;gap:8px;padding:12px;border:1px solid var(--wkp-border);border-radius:16px;background:var(--wkp-surface-2)}.wkp-directory-customer-list{display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:3px}.wkp-directory-customer-link{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--wkp-border);border-radius:15px;background:#fff;color:var(--wkp-text);text-decoration:none;transition:.18s ease}.wkp-directory-customer-link:hover{border-color:#b8e25a;transform:translateY(-1px)}.wkp-directory-customer-link.is-active{border-color:#9fd61e;background:#f8fff0;box-shadow:0 0 0 3px rgba(159,214,30,.1)}.wkp-directory-customer-link span,.wkp-directory-customer-link small{font-size:12px;color:var(--wkp-text-soft)}.wkp-directory-content{min-width:0}.wkp-directory-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--wkp-border);border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f8fff0 100%)}.wkp-directory-hero h3{margin:8px 0 4px;font-size:24px}.wkp-directory-hero p{margin:0;color:var(--wkp-text-soft)}.wkp-directory-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:10px}.wkp-directory-stat-grid>div{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid var(--wkp-border);border-radius:14px;background:#fff}.wkp-directory-stat-grid span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--wkp-text-soft)}.wkp-directory-stat-grid strong{font-size:22px}.wkp-directory-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0;padding-bottom:12px;border-bottom:1px solid var(--wkp-border)}.wkp-directory-tabs a{display:inline-flex;align-items:center;padding:9px 13px;border:1px solid var(--wkp-border);border-radius:999px;background:#fff;color:var(--wkp-text);font-weight:800;text-decoration:none}.wkp-directory-tabs a.is-active{background:var(--wkp-grad);border-color:transparent}.wkp-directory-form{padding:18px;border:1px solid var(--wkp-border);border-radius:18px;background:var(--wkp-surface-2)}.wkp-directory-form label,.wkp-directory-dialog label{display:block;margin-bottom:5px;font-size:12px;font-weight:800;color:var(--wkp-text-soft)}.wkp-location-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.wkp-location-card{display:flex;flex-direction:column;gap:13px;padding:16px;border:1px solid var(--wkp-border);border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.04)}.wkp-location-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wkp-location-card h4{margin:7px 0 3px;font-size:18px}.wkp-location-card p{margin:0;color:var(--wkp-text-soft)}.wkp-location-card-meta{display:grid;gap:6px;font-size:13px;color:var(--wkp-text-soft)}.wkp-location-note{padding:10px 12px;border-radius:12px;background:#f8fafc;font-size:13px;line-height:1.55}.wkp-opening-hours-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding-top:10px;border-top:1px solid var(--wkp-border);font-size:12px;color:var(--wkp-text-soft)}.wkp-opening-hours-compact span{display:flex;gap:6px}.wkp-opening-hours-editor{display:flex;flex-direction:column;gap:8px}.wkp-opening-hours-row{display:grid;grid-template-columns:120px 120px 120px auto 120px;gap:8px;align-items:center;padding:8px 10px;border:1px solid var(--wkp-border);border-radius:12px;background:#fff}.wkp-opening-hours-row label{margin:0}.wkp-directory-dialog{width:min(920px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow:auto;padding:20px;border:1px solid var(--wkp-border);border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(15,23,42,.24)}.wkp-directory-dialog::backdrop{background:rgba(15,23,42,.5);backdrop-filter:blur(3px)}.wkp-directory-dialog .wkp-dialog-head{grid-column:1/-1;display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid var(--wkp-border)}.wkp-directory-dialog .wkp-dialog-head h3{margin:2px 0 0}.wkp-dialog-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--wkp-border);border-radius:999px;background:#fff;font-size:22px;cursor:pointer}.wkp-access-list{display:flex;flex-direction:column;gap:12px;margin-top:14px}.wkp-access-card{border:1px solid var(--wkp-border);border-radius:16px;background:#fff;overflow:hidden}.wkp-access-card summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer}.wkp-access-card summary>span:first-child{display:flex;flex-direction:column;gap:3px}.wkp-access-card summary small{color:var(--wkp-text-soft)}.wkp-access-card-body{display:flex;flex-direction:column;gap:14px;padding:16px;border-top:1px solid var(--wkp-border);background:var(--wkp-surface-2)}.wkp-location-scope-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;border:1px solid var(--wkp-border);border-radius:12px;background:#fff}.wkp-location-scope-list label{margin:0}.wkp-inbound-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}.wkp-inbound-grid .wkp-subcard{display:flex;flex-direction:column;gap:8px}.wkp-inbound-grid .wkp-subcard>span{font-size:12px;font-weight:800;color:var(--wkp-text-soft)}.wkp-inbound-grid .wkp-subcard>strong{overflow-wrap:anywhere}.wkp-inbound-grid p{margin:0;color:var(--wkp-text-soft)}.wkp-inbound-endpoint code{display:block;margin:8px 0;padding:10px 12px;border-radius:10px;background:#111827;color:#f9fafb;overflow-wrap:anywhere}.wkp-directory-contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.wkp-directory-contact-grid .wkp-subcard{display:flex;flex-direction:column;gap:7px}.wkp-directory-contact-grid span{font-size:12px;font-weight:800;color:var(--wkp-text-soft)}.wkp-empty-state{padding:18px;border:1px dashed var(--wkp-border);border-radius:14px;background:#fff;color:var(--wkp-text-soft)}.wkp-empty-state-large{padding:40px;text-align:center}
@media(max-width:1100px){.wkp-directory-layout{grid-template-columns:1fr}.wkp-directory-sidebar{position:static;max-height:none}.wkp-directory-customer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:360px}.wkp-directory-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wkp-opening-hours-row{grid-template-columns:100px 110px 1fr auto 1fr}}
@media(max-width:760px){.wkp-directory-customer-list,.wkp-location-card-grid,.wkp-inbound-grid,.wkp-directory-contact-grid{grid-template-columns:1fr}.wkp-directory-hero{flex-direction:column}.wkp-directory-stat-grid{width:100%}.wkp-directory-tabs{flex-wrap:nowrap;overflow:auto;padding-bottom:10px}.wkp-directory-tabs a{white-space:nowrap}.wkp-opening-hours-row{grid-template-columns:1fr 1fr}.wkp-opening-hours-row strong{grid-column:1/-1}.wkp-opening-hours-row span{display:none}.wkp-location-scope-list{grid-template-columns:1fr}.wkp-directory-dialog{padding:14px}.wkp-opening-hours-compact{grid-template-columns:1fr 1fr}}
