:root{--ink:#1f2430;--ink-muted:#2b303a;--text:var(--ink);--text-muted:var(--ink-muted);--bg:#4a5250;--panel:#3d4443;--candidate-pin:#ff00c8;--link:var(--highlight);--link-hover:var(--highlight-hover);--surface:#fff;--tint:#eef0f1;--text-on-bg:#fff;--text-muted-on-bg:#d6dbda;--border:#dcdfe4;--accent:#ec662d;--accent-hover:#d34c13;--accent-bg:#fdede6;--accent-text-ink:#d34c13;--accent-text-on-bg:#f4a786;--accent-text:var(--accent-text-ink);--danger-ink:#c0392b;--danger-on-bg:#ff9c92;--danger-button-fg:#fff;--danger:var(--danger-ink);--danger-bg:#fdecea;--success-ink:#1e824c;--success-on-bg:#6ee0a4;--success:var(--success-ink);--success-bg:#e4f0ea;--highlight:#2f5fed;--highlight-hover:#2049c4;--highlight-on-bg:#b3d4ff;--highlight-on-bg-hover:#d7e7ff;--header-height:59px;--view-switch-height:35px;--nav-stack-height:calc(var(--header-height) + var(--view-switch-height));color:var(--text);background:var(--bg);font:15px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--ink:#e6e8ec;--ink-muted:#b8bec9;--bg:#14161b;--surface:#1d2027;--tint:#262a33;--panel:#262a33;--text-on-bg:#e6e8ec;--text-muted-on-bg:#b8bec9;--border:#333844;--accent:#f0885c;--accent-hover:#f3a27f;--accent-bg:#433331;--accent-text-ink:#f0885c;--accent-text-on-bg:#f0885c;--danger-ink:#ff6b5e;--danger-on-bg:#ff6b5e;--danger-button-fg:#1b1d22;--danger-bg:#3a1f1c;--success-ink:#4fd190;--success-on-bg:#4fd190;--success-bg:#253b37;--highlight:#5b82ff;--highlight-hover:#7b9aff;--highlight-on-bg:#5b82ff;--highlight-on-bg-hover:#7b9aff}}*{box-sizing:border-box}body{margin:0}button{font:inherit;cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:4px;padding:6px 12px}button:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{color:var(--text);border-color:var(--border);background:0 0}button.highlight{background:var(--highlight);border-color:var(--highlight);color:#fff}button.highlight:hover:not(:disabled){background:var(--highlight-hover);border-color:var(--highlight-hover)}button.link-button{color:var(--link);background:0 0;border:none;margin-left:8px;padding:0;text-decoration:underline}button.link-button:hover:not(:disabled){color:var(--link-hover)}button.link-button:disabled{color:var(--text-muted);cursor:default;text-decoration:none}.pick-list-actions{white-space:nowrap;flex:none}.pick-list-rename-form{align-items:center;gap:6px;width:100%;display:flex}.pick-list-rename-form input{flex:auto}input,select,textarea{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:4px;width:100%;padding:6px 8px}input[type=checkbox]{background:0 0;border:none;width:auto;padding:0}label{color:var(--text-muted);margin-bottom:10px;font-size:13px;display:block}.checkbox-label{align-items:center;gap:6px;display:flex}.error-text{color:var(--danger);background:var(--danger-bg);border-radius:4px;padding:8px 10px;font-size:14px}.notice-text{color:var(--text);background:var(--accent-bg);border-radius:4px;padding:8px 10px;font-size:14px}.form-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.loading-page{height:100vh;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;width:320px;padding:32px}.login-form h1{align-items:center;gap:8px;margin:0 0 20px;font-size:20px;display:flex}.login-form button{width:100%;margin-top:6px;padding:10px}.app-header{background:var(--panel);border-bottom:1px solid var(--border);z-index:30;align-items:center;gap:20px;padding:12px 24px;display:flex;position:sticky;top:0}.app-title{flex-shrink:0;align-items:center;gap:8px;font-weight:600;display:flex}.app-title-suffix{color:var(--text-muted);font-weight:400}.app-header-title{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;margin:0;font-size:20px;font-weight:600;overflow:hidden}.app-header-user{color:var(--text-muted);margin-left:auto;font-size:14px}@media (width<=560px){.app-header-title{display:none}}.brand-logo{width:auto;height:34px;display:block}.login-form h1 .brand-logo{height:40px}.dashboard-body{padding:14px 32px 24px}.dashboard-body h1{margin:0 0 10px;font-size:22px}.add-lead-toggle{flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:12px;display:flex}.list-toolbars{top:var(--nav-stack-height);z-index:28;background:var(--bg);padding-bottom:4px;position:sticky}.list-toolbars>.tabs,.list-toolbars>.add-lead-toggle{position:static}.lead-toolbar-right{align-items:center;gap:12px;margin-left:auto;display:flex}.lead-count{color:var(--text);font-size:.9em;font-weight:600}.contacts-toolbar{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.contacts-filters{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.contacts-filters label{min-width:180px}.load-more-row{justify-content:center;margin-top:16px;display:flex}.job-picker-list{margin:0;padding:0;list-style:none}.job-picker-list button{text-align:left;border-radius:3px;width:100%;padding:8px;display:block}.job-picker-list button:hover{background:var(--accent-bg)}.company-totals-row{background:var(--tint);font-weight:600}.company-totals-row td{border-bottom:2px solid var(--border)}.tabs{border-bottom:1px solid var(--border);top:var(--nav-stack-height);z-index:28;background:var(--bg);gap:4px;margin-bottom:10px;display:flex;position:sticky}.tab{color:var(--text);background:0 0;border:none;border-radius:4px;padding:5px 12px}.tab:hover:not(:disabled){background:var(--accent-bg)}.tab.active{background:var(--accent);color:#fff}.tab-badge{background:var(--accent);color:#fff;border-radius:10px;margin-left:6px;padding:1px 6px;font-size:.72rem;font-weight:700;display:inline-block}.tab.active .tab-badge{color:var(--accent);background:#ffffffe6}.rep-filter{flex-wrap:wrap;gap:4px 16px;margin-bottom:16px;display:flex}.calendar-block-toolbar{margin-bottom:10px}.rep-filter-option{color:var(--text);align-items:center;gap:6px;font-weight:400;display:flex}.address-fields{border:1px solid var(--border);border-radius:6px;margin:0 0 10px;padding:12px 12px 2px}.address-fields legend{color:var(--text-muted);padding:0 4px;font-size:13px}.address-suburb-field{position:relative}.address-suggestions{z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:4px;max-height:220px;margin:2px 0 0;padding:4px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 10px #00000026}.address-suggestions button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:space-between;align-items:baseline;gap:8px;padding:6px 8px;font-size:13px;display:flex}.address-suggestions button:hover{background:var(--accent-bg)}.address-suggestion-meta{color:var(--text-muted);white-space:nowrap;font-size:12px}.empty-state{color:var(--text-muted);padding:24px 0}.table-scroll{overflow-x:auto}.leads-table,.settings-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:6px;width:100%;overflow:hidden}.leads-table th,.leads-table td,.settings-table th,.settings-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:10px 12px}.leads-table th,.settings-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:12px}.actions-cell{flex-wrap:wrap;gap:8px;display:flex}.cell-subtext{color:var(--text-muted);font-size:11px}.inline-panel{background:var(--panel);border:1px solid var(--border);border-radius:6px;max-width:420px;padding:16px}.booking-detail-panel{margin-bottom:16px}.booking-detail-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.booking-detail-meta{color:var(--text-muted);margin-bottom:6px;font-size:13px}.inline-panel-actions{gap:8px;display:flex}.rep-product-preferences{border-top:1px solid var(--border);margin-top:16px;padding-top:12px}.rep-product-preferences h4{margin:0 0 4px;font-size:14px}.contact-attempt-panel{max-width:560px}.contact-attempt-panel h3{margin:0 0 12px;font-size:15px}.contact-attempt-list{max-height:220px;margin:0 0 14px;padding:0;list-style:none;overflow-y:auto}.contact-attempt-list li{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:6px;padding:8px 0;font-size:14px;display:flex}.contact-attempt-list li:last-child{border-bottom:none}.contact-attempt-when{font-variant-numeric:tabular-nums;color:var(--text-muted);flex:none;font-size:12.5px}.contact-attempt-note{white-space:pre-wrap;flex:auto;min-width:140px}.contact-attempt-who{color:var(--text-muted);flex:none;font-size:12.5px}.contact-attempt-add-form textarea{margin-bottom:8px}.communications-timeline{margin:0;padding:0;list-style:none}.communications-timeline li{border-bottom:1px solid var(--border);padding:10px 0;font-size:14px}.communications-timeline li:last-child{border-bottom:none}.comms-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.comms-feedback{color:var(--text-muted);white-space:pre-wrap;margin-top:4px;padding-left:148px;font-size:13px;font-style:italic}.comms-when{font-variant-numeric:tabular-nums;color:var(--text-muted);flex:none;width:140px;font-size:12.5px}.comms-type{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background:var(--tint);border-radius:3px;flex:none;padding:2px 6px;font-size:11px;font-weight:600}.comms-type-lead_received{color:var(--text-muted);background:var(--tint)}.comms-type-contact_attempt{color:#8e44ad;background:#8e44ad1f}.comms-type-email{color:var(--accent);background:var(--accent-bg)}.comms-type-booking{color:var(--success);background:var(--success-bg)}.comms-summary{flex:240px;min-width:140px}.comms-detail{color:var(--text-muted)}.comms-lead-tag{color:var(--text-muted);border:1px solid var(--border);border-radius:3px;flex:none;padding:1px 6px;font-size:12px}.comms-who{color:var(--text-muted);flex:none;font-size:12.5px}.send-email-panel{max-width:560px}.send-email-panel h3{margin:0 0 12px;font-size:15px}.send-email-panel select,.send-email-panel input[type=text],.send-email-panel textarea{margin-bottom:8px}.send-email-history{max-height:180px;margin:0 0 14px;padding:0;list-style:none;overflow-y:auto}.send-email-history li{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:baseline;gap:6px;padding:8px 0;font-size:14px;display:flex}.send-email-history li:last-child{border-bottom:none}.send-email-history-when,.send-email-history-who{color:var(--text-muted);flex:none;font-size:12.5px}.send-email-history-subject{flex:auto;min-width:140px}.datetime-step-input{gap:6px;display:flex}.datetime-step-input input[type=date]{flex:2}.datetime-step-input select{flex:1}.radio-row{gap:16px;margin-bottom:10px;display:flex}.radio-label{width:auto;color:var(--text);align-items:center;gap:6px;display:flex}.radio-label input{width:auto}.view-switch{top:var(--header-height);z-index:29;background:var(--bg);gap:4px;margin-bottom:10px;display:flex;position:sticky}.date-nav{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.date-nav input[type=date]{width:auto}.date-nav-label{color:var(--text-muted);margin-left:4px;font-size:14px}.day-calendar{background:var(--surface);border:1px solid var(--border);border-radius:6px;overflow:hidden}.day-calendar-header,.day-calendar-body{display:flex}.day-calendar-header{border-bottom:1px solid var(--border)}.day-calendar-gutter,.day-calendar-gutter-col{flex-shrink:0;width:56px}.day-calendar-col-header{text-align:center;border-left:1px solid var(--border);flex:1;min-width:150px;padding:8px;font-weight:600}.day-calendar-gutter-col{grid-template-rows:repeat(var(--slot-count), 18px);display:grid}.day-calendar-hour-label{color:var(--text-muted);padding-left:4px;font-size:11px;transform:translateY(-6px)}.day-calendar-col{grid-template-rows:repeat(var(--slot-count), 18px);border-left:1px solid var(--border);flex:1;min-width:150px;display:grid;position:relative}.day-calendar-slot-line{border-top:1px solid var(--tint);grid-column:1}.day-calendar-slot-line.hour-mark{border-top:1px solid var(--border)}.day-calendar-empty-hint{color:var(--text-muted);pointer-events:none;grid-column:1;justify-content:center;align-items:center;font-size:12px;display:flex}.day-calendar-event{background:color-mix(in srgb, var(--event-border,var(--accent)) 35%, var(--surface));border-left:3px solid var(--event-border,var(--accent));z-index:1;border-radius:4px;grid-column:1;margin:0 3px;padding:3px 6px;font-size:12px;overflow:hidden}.day-calendar-event.clickable{cursor:pointer}.day-calendar-event.clickable:hover{filter:brightness(.95)}.day-calendar-event.tone-success{background:var(--success-bg);border-left-color:var(--success)}.day-calendar-event.tone-danger{background:var(--danger-bg);border-left-color:var(--danger)}.day-calendar-event.tone-blocked{background:var(--tint);border-left-color:var(--text-muted)}.day-calendar-event.past{opacity:.5}.day-calendar-event-sub{color:var(--text-muted);font-size:11px}.bookings-map{border:1px solid var(--border);border-radius:6px;height:600px;margin-bottom:8px}.map-marker-icon span{border:2px solid #fff;border-radius:50%;width:16px;height:16px;display:block;box-shadow:0 0 0 1px #0000004d}.map-legend{flex-wrap:wrap;gap:4px 14px;margin-bottom:8px;font-size:12px;display:flex}.map-legend-item{align-items:center;gap:6px;display:inline-flex}.map-legend-candidate{background:var(--candidate-pin)}.rep-color-dot{border:1px solid #0003;border-radius:50%;flex-shrink:0;width:12px;height:12px;display:inline-block}.contact-row{cursor:pointer}.contact-row:hover{background:var(--accent-bg)}.contact-back-link{margin-bottom:12px;display:inline-block}.contact-actions-toolbar{gap:8px;margin:16px 0;display:flex}.candidate-marker{background:var(--candidate-pin);border:2px solid #fff;border-radius:50%;width:16px;height:16px;margin:8px;display:block;position:relative;box-shadow:0 0 0 1px #00000059}.candidate-marker-pulse{background:color-mix(in srgb, var(--candidate-pin) 55%, transparent);border-radius:50%;width:16px;height:16px;margin:-8px 0 0 -8px;animation:1.6s ease-out infinite candidate-pulse;position:absolute;top:50%;left:50%}@keyframes candidate-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-content{background:var(--panel);border-radius:8px;width:100%;max-width:900px;max-height:90vh;padding:20px;overflow-y:auto}.dashboard-summary-modal{border:3px solid var(--accent);max-height:96vh;padding:12px 16px;overflow-y:auto}@keyframes dashboard-summary-pop{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.dashboard-summary-enter{animation:.24s ease-out dashboard-summary-pop}@media (prefers-reduced-motion:reduce){.dashboard-summary-enter{animation:none}}.dashboard-summary-title{padding-bottom:4px;position:relative}.dashboard-summary-title:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);height:2px;position:absolute;bottom:0;left:0;right:0}.dashboard-summary-modal section{margin-top:6px}.dashboard-summary-modal h3{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);align-items:center;gap:6px;margin:0 0 4px;font-size:.82rem;display:flex}.dashboard-summary-kpi-row{background:var(--tint);border-radius:6px;flex-wrap:wrap;align-items:baseline;gap:4px 16px;margin-bottom:6px;padding:6px 10px;display:flex}.dashboard-summary-kpi{border-left:3px solid var(--border);white-space:nowrap;align-items:baseline;gap:5px;padding-left:10px;font-size:.8rem;display:inline-flex}.dashboard-summary-kpi strong{font-variant-numeric:tabular-nums;font-size:1rem}.dashboard-summary-kpi.tile-incoming{border-left-color:var(--accent)}.dashboard-summary-kpi.tile-booked{border-left-color:var(--success)}.dashboard-summary-kpi.tile-lost{border-left-color:var(--danger)}.dashboard-summary-kpi.tile-nonlead{border-left-color:var(--text-muted)}.dashboard-summary-kpi.tile-pending{border-left-color:var(--accent)}.dashboard-summary-chips{flex-wrap:wrap;gap:5px;display:flex}.dashboard-summary-chip{background:var(--tint);white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:.78rem}.dashboard-summary-chip strong{font-variant-numeric:tabular-nums}.dashboard-summary-chip-accent{border:1px solid var(--accent)}.dashboard-summary-chip-danger{color:#fff;background:#c0392b;font-weight:600}.dashboard-summary-modal .leads-table th,.dashboard-summary-modal .leads-table td{padding:4px 8px;font-size:.8rem}@keyframes dashboard-summary-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.dashboard-summary-livedot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite dashboard-summary-pulse;display:inline-block}@media (prefers-reduced-motion:reduce){.dashboard-summary-livedot{animation:none}}:root{--promotion-banner-bg:#1e824c}@keyframes promotion-alert-flash{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--promotion-banner-bg) 45%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--promotion-banner-bg) 0%, transparent)}}.promotion-alert-banner{background:var(--promotion-banner-bg);border:3px solid var(--promotion-banner-bg);border-radius:8px;align-items:flex-start;gap:10px;margin:0 0 16px;padding:10px 14px;animation:1.6s ease-out 3 promotion-alert-flash;display:flex}.promotion-alert-dot{background:#fff;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px;animation:1.2s ease-in-out 4 dashboard-summary-pulse}.promotion-alert-text{color:#fff;flex:1}.promotion-alert-text p{margin:0}.promotion-alert-text p+p{margin-top:4px}.promotion-alert-close{cursor:pointer;color:#fff;background:0 0;border:none;font-size:1.1rem;line-height:1}@media (prefers-reduced-motion:reduce){.promotion-alert-banner,.promotion-alert-dot{animation:none}}.promotion-scope-list{margin:0 0 6px;padding:0;list-style:none}.promotion-scope-list li{background:var(--tint);border-radius:4px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;padding:4px 8px;font-size:.85rem;display:flex}.dashboard-summary-bookings{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:3px 14px;display:grid}.dashboard-summary-booking-row{grid-template-columns:64px 1fr 18px;align-items:center;gap:6px;display:grid}.dashboard-summary-booking-name{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.dashboard-summary-booking-bar-track{background:var(--tint);border-radius:4px;height:7px;overflow:hidden}.dashboard-summary-booking-bar{border-radius:4px;width:0;height:100%;animation:.5s ease-out 80ms forwards dashboard-summary-grow;display:block}@keyframes dashboard-summary-grow{0%{width:0}}.dashboard-summary-booking-count{text-align:right;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.side-panel-overlay{z-index:100;background:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}.side-panel{background:var(--panel);width:min(440px,100%);height:100%;padding:20px;overflow-y:auto;box-shadow:-2px 0 12px #00000040}.side-panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.side-panel-header h3{margin:0}.side-panel .inline-panel{border:none;max-width:none;padding:0}.booking-form-quick-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.suggest-rep-button{background:#d97757;border-color:#d97757;border-radius:999px;align-items:center;gap:6px;padding:6px 18px;display:inline-flex}.suggest-rep-button:hover:not(:disabled){background:#c2611f;border-color:#c2611f}.suggest-rep-title{color:var(--accent-text);align-items:center;gap:6px;display:inline-flex}.ai-sparkle-icon{vertical-align:middle;width:16px;height:16px}.suggest-rep-button .ai-sparkle-icon{filter:brightness(0)invert()}.suggest-rep-pick{margin:8px 0;font-size:15px}.suggest-rep-table{border-collapse:collapse;width:100%;margin:12px 0;font-size:13px}.suggest-rep-table th,.suggest-rep-table td{text-align:left;border-bottom:1px solid var(--border);padding:6px 10px}.suggest-rep-table tr.suggest-rep-top{background:#d977571a;font-weight:600}.settings-panel{flex-wrap:wrap;gap:24px;display:flex}.pick-list-editor{background:var(--surface);border:1px solid var(--border);border-radius:6px;width:280px;padding:16px}.pick-list-editor h2{margin:0 0 12px;font-size:16px}.pick-list{margin:0 0 12px;padding:0;list-style:none}.pick-list li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;display:flex}.pick-list li.empty-state{border-bottom:none;padding:0}.pick-list-add-form{gap:8px;display:flex}.pick-list-add-form--stacked{flex-direction:column;align-items:stretch}.no-show-reason-editor{width:340px}.email-template-editor{width:420px}.email-template-editor textarea{margin-bottom:4px}.email-signature-editor{width:640px}.email-signature-editor h3{margin:16px 0 6px;font-size:.9rem}.email-signature-editor textarea{margin-bottom:4px}.email-signature-editor>form>input[type=text]{margin-bottom:8px}.signature-rows-list{flex-direction:column;gap:6px;margin:0 0 8px;padding:0;list-style:none;display:flex}.signature-row{background:var(--surface);border:1px solid var(--border);border-radius:6px;grid-template-columns:auto 1fr 1fr auto;align-items:center;gap:8px;padding:6px;display:grid}.signature-row input[type=text]{margin:0}.signature-row-icon{align-items:center;gap:6px;display:flex}.signature-icon-preview{object-fit:contain;background:var(--tint);border-radius:4px;width:28px;height:28px}.signature-icon-placeholder{color:var(--text-muted);text-align:center;width:28px;font-size:.7rem}.signature-banner-field{align-items:center;gap:10px;margin-bottom:8px;display:flex}.signature-social-row{background:var(--surface);border:1px solid var(--border);border-radius:6px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px;padding:6px;display:grid}.signature-social-row input[type=text]{margin:0}.signature-icon-size{color:var(--text-muted);white-space:nowrap;align-items:center;gap:4px;margin:0;font-size:.78rem;display:flex}.signature-icon-size input[type=number]{width:52px;margin:0}.signature-layout-toggle{align-items:center;gap:14px;margin-bottom:8px;font-size:.84rem;display:flex}.signature-layout-toggle .checkbox-label{margin:0}.reason-redirect{color:var(--text-muted);font-size:12px}.paste-email-box{border:1px dashed var(--border);border-radius:6px;margin:10px 0 16px;padding:12px}.field-hint{color:var(--text-muted);margin-top:4px;font-size:12px;display:block}.stat-tiles{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:24px;display:grid}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:14px}.stat-tile-value{color:var(--text);font-size:22px;font-weight:600}.stat-tile-label{color:var(--text-muted);margin-top:2px;font-size:12px}.stat-tile.tone-danger{border-color:var(--danger)}.stat-tile.tone-danger .stat-tile-value{color:var(--danger)}.section-heading{margin:24px 0 10px;font-size:16px}.export-panel{margin-bottom:24px}.export-panel-row{align-items:flex-end;gap:12px;margin-bottom:6px;display:flex}.export-date-label{margin-bottom:0}.export-date-label input,.export-date-label select{width:auto}.gmail-intake-panel,.daily-digest-panel{max-width:720px}.gmail-connect-card,.gmail-status-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:20px;padding:16px}.gmail-connect-card h2,.gmail-status-card h2,.gmail-status-card h3{margin:0 0 10px;font-size:16px}.google-ads-export-info{grid-template-columns:max-content 1fr;gap:4px 12px;margin:12px 0 0;display:grid}.google-ads-export-info dt{color:var(--text-muted);font-weight:600}.google-ads-export-info dd{word-break:break-all;margin:0;font-family:monospace}.button-link{font:inherit;cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:4px;margin-top:8px;padding:6px 12px;text-decoration:none;display:inline-block}.button-link:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.button-link.secondary{color:var(--text);border-color:var(--border);background:0 0;margin-top:0}.button-link.secondary:hover{border-color:var(--border);background:0 0}.gmail-action-row{gap:10px;margin-top:12px;display:flex}.gmail-settings-form{background:var(--surface);border:1px solid var(--border);border-radius:6px;max-width:420px;margin-bottom:20px;padding:16px}.gmail-settings-form h3{margin:0 0 12px;font-size:15px}.gmail-settings-form label input[type=number],.gmail-settings-form label input[type=text]{margin-top:4px}.gmail-settings-form label input[type=checkbox]{width:auto;margin-right:6px}.gmail-history table{border-collapse:collapse;width:100%;font-size:14px}.gmail-history th,.gmail-history td{text-align:left;border-bottom:1px solid var(--border);padding:6px 8px}.catalogue{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:16px;display:grid}.catalogue-sidebar{background:var(--surface);border-radius:8px;max-height:calc(100vh - 90px);padding:12px 8px 16px;position:sticky;top:12px;overflow-y:auto}.catalogue-sidebar-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:8px;padding:0 8px 8px;display:flex}.catalogue-tree,.catalogue-tree-children{margin:0;padding:0;list-style:none}.catalogue-tree-row{border-radius:6px;align-items:center;gap:2px;padding-right:6px;display:flex}.catalogue-tree-row:hover{background:var(--tint)}.catalogue-tree-row.selected{background:color-mix(in srgb, var(--accent) 14%, var(--surface))}.catalogue-tree-toggle{cursor:pointer;width:16px;color:var(--text-muted);background:0 0;border:none;padding:0;font-size:.75rem;line-height:1}.catalogue-tree-toggle:disabled{cursor:default}.catalogue-tree-name{cursor:pointer;text-align:left;color:var(--text);background:0 0;border:none;flex:1;padding:5px 2px;font-size:.86rem}.catalogue-tree-count{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.72rem}.catalogue-content{background:var(--surface);border-radius:8px;min-width:0;padding:16px}.catalogue-toolbar{align-items:center;gap:12px;margin-bottom:12px;display:flex}.catalogue-toolbar input[type=search]{max-width:340px}.catalogue-table-scroll{overflow-x:auto}.catalogue-table{border-collapse:collapse;width:100%;font-size:.86rem}.catalogue-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:6px 8px;font-size:.72rem}.catalogue-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:6px 8px}.catalogue-table .num{text-align:right;font-variant-numeric:tabular-nums}.catalogue-table .muted-cell{color:var(--text-muted)}.catalogue-row{cursor:pointer}.catalogue-row:hover{background:var(--tint)}.catalogue-thumb-cell{width:44px}.catalogue-thumb{object-fit:contain;background:var(--tint);border-radius:4px;width:36px;height:36px;display:block}.catalogue-thumb.placeholder{border:1px dashed var(--border)}.catalogue-badge{background:color-mix(in srgb, var(--accent) 16%, var(--surface));color:var(--text);white-space:nowrap;border-radius:10px;margin-left:6px;padding:1px 6px;font-size:.68rem;display:inline-block}.catalogue-badge.muted{background:var(--tint);color:var(--text-muted)}.catalogue-detail-header{align-items:flex-start;gap:16px;margin:12px 0 16px;display:flex}.catalogue-detail-image{object-fit:contain;background:var(--tint);border-radius:6px;width:120px;height:120px}.catalogue-detail-header h3{margin:2px 0 4px}.catalogue-detail-sub{color:var(--text-muted);margin:0;font-size:.86rem}.catalogue-breadcrumb{color:var(--text-muted);margin:0;font-size:.75rem}.catalogue-facts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:14px;display:grid}.catalogue-facts>div{background:var(--tint);border-radius:6px;padding:8px 10px}.catalogue-facts span{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.7rem;display:block}.catalogue-facts strong{font-size:.86rem;font-weight:600}.catalogue-note{background:var(--tint);border-left:3px solid var(--accent);border-radius:0;margin-bottom:14px;padding:8px 10px;font-size:.84rem}.catalogue-version-picker{max-width:380px;margin-bottom:10px;display:block}.catalogue-option-groups{margin:0 0 16px;padding:0;list-style:none}.catalogue-option-groups>li{border-bottom:1px solid var(--border);padding:8px 0}.catalogue-option-head{flex-wrap:wrap;align-items:center;margin-bottom:6px;display:flex}.catalogue-option-values{flex-wrap:wrap;gap:6px;display:flex}.catalogue-chip{background:var(--tint);border-radius:12px;align-items:baseline;gap:5px;padding:3px 9px;font-size:.78rem;display:inline-flex}.catalogue-chip em{color:var(--text-muted);font-variant-numeric:tabular-nums;font-style:normal}.catalogue-dot{color:var(--accent);font-weight:700}.catalogue-rules{margin:0 0 16px;padding:0;list-style:none}.catalogue-rule{background:var(--tint);border-radius:6px;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px;padding:8px 10px;font-size:.84rem;display:flex}.catalogue-rule-text strong{font-weight:600}.catalogue-rule-always{color:var(--text-muted)}.catalogue-gallery{flex-wrap:wrap;gap:8px;display:flex}.catalogue-gallery img{object-fit:contain;background:var(--tint);border-radius:4px;width:92px;height:92px}.catalogue-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.catalogue-section-head h4{margin:16px 0 8px}.catalogue-prices{margin:16px 0}.catalogue-prices>summary{cursor:pointer;background:var(--tint);border:1px solid var(--border);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:1rem;font-weight:600;list-style:none;display:flex}.catalogue-prices>summary::-webkit-details-marker{display:none}.catalogue-prices>summary:before{content:"▸";color:var(--text-muted);font-size:.75rem;transition:transform .15s}.catalogue-prices[open]>summary:before{transform:rotate(90deg)}.catalogue-prices>summary:hover{background:var(--accent-bg)}.catalogue-prices[open]>summary{border-radius:6px 6px 0 0;margin-bottom:8px}.rule-builder{background:var(--surface);border:1px solid var(--accent);border-radius:8px;margin-bottom:12px;padding:12px 14px}.rule-builder-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.rule-builder-head label{align-items:center;gap:8px;margin:0;font-size:.8rem;display:flex}.rule-builder-head select{width:auto;min-width:220px}.rule-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.rule-row select{width:auto;min-width:130px}.rule-lead{color:var(--text-muted);min-width:34px;font-size:.8rem}.rule-numbers{align-items:center;gap:6px;display:flex}.rule-numbers input{width:90px}.rule-value-picker{flex-wrap:wrap;gap:4px;display:flex}.rule-value{background:var(--surface);border:1px solid var(--border);cursor:pointer;color:var(--text);border-radius:12px;padding:3px 10px;font-size:.78rem}.rule-value.selected{background:var(--accent);border-color:var(--accent);color:#fff}.rule-conflicts{background:color-mix(in srgb, #b3261e 12%, var(--surface));border-left:3px solid #b3261e;margin:10px 0;padding:8px 10px;font-size:.84rem}.rule-conflicts ul{margin:4px 0 0;padding-left:18px}.catalogue-detail-bar{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-edit{background:var(--surface);border:1px solid var(--accent);border-radius:8px;margin:12px 0 16px;padding:12px 14px}.product-edit-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 12px;display:grid}.product-edit-grid label{margin:0}.product-edit-grid .span2{grid-column:span 2}.price-editor{margin-bottom:16px}.price-toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:8px;display:flex}.price-toolbar label{margin:0}.price-toolbar select{width:auto;min-width:300px}.price-dates{flex-wrap:wrap;gap:12px;margin-bottom:10px;display:flex}.price-dates label{margin:0}.price-dates input{width:auto}.price-copy{background:var(--surface);border:1px solid var(--accent);border-radius:8px;margin-bottom:12px;padding:12px 14px}.price-copy-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px 12px;margin:10px 0;display:grid}.price-copy-grid label{margin:0}.price-copy-grid .span2{grid-column:span 2}.price-cell{font-variant-numeric:tabular-nums;background:0 0;border:1px solid #0000;width:100%;padding:2px 4px;font-size:.84rem}.price-cell:hover{border-color:var(--border)}.price-cell:focus{border-color:var(--accent);background:var(--surface)}.price-cell.num{text-align:right}.group-bar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding-bottom:10px;display:flex}.group-bar-facts{flex-wrap:wrap;align-items:center;gap:12px;font-size:.84rem;display:flex}.group-bar-facts span{color:var(--text-muted)}.group-bar-actions{align-items:center;gap:8px;display:flex}.group-form{background:var(--surface);border:1px solid var(--accent);border-radius:8px;margin-bottom:12px;padding:12px 14px}.group-form-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px 12px;margin:10px 0;display:grid}.group-form-grid label{margin:0}.catalogue-sections{margin-bottom:12px}.option-actions{white-space:nowrap}.option-actions .link-button{margin-right:8px}.option-sizes{gap:4px;display:flex}.option-sizes input{width:56px}.option-size-field{flex-direction:column;align-items:center;gap:1px;display:flex}.option-size-field span{color:var(--text-muted);font-size:10px}.option-flags{flex-direction:column;gap:2px;font-size:.76rem;display:flex}.option-editing td{background:var(--tint)}.option-add{gap:8px;margin-top:10px;display:flex}.option-add input{max-width:280px}.product-option-actions{align-items:center;gap:12px;margin-left:auto;font-size:.78rem;display:inline-flex}.product-option-actions .checkbox-label{gap:4px;margin:0}.product-option-actions select{width:auto;min-width:110px;padding:2px 4px;font-size:.78rem}.product-option-restrict{padding:8px 0 4px}.company-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 12px;margin-bottom:8px;display:grid}.company-grid label{margin:0}.terms-section{margin-bottom:20px}.terms-list{margin:0 0 8px;padding-left:22px}.terms-clause{padding:4px 0;font-size:.86rem}.terms-clause.excluded .terms-body{color:var(--text-muted);text-decoration:line-through}.terms-body{margin-right:8px}.terms-actions{white-space:nowrap}.terms-actions .link-button{margin-left:8px}.terms-clause textarea{width:100%}.image-upload-button{cursor:pointer;background:var(--surface);border:1px solid var(--border-strong,var(--border));border-radius:6px;margin:0;padding:6px 12px;font-size:.84rem;display:inline-block}.image-upload-button:hover{background:var(--tint)}.image-upload-button input[type=file]{display:none}.image-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin:8px 0;display:grid}.image-tile{background:var(--surface);border:1px solid var(--border);text-align:left;color:var(--text);cursor:pointer;border-radius:6px;flex-direction:column;align-items:stretch;gap:4px;padding:6px;font-size:.72rem;display:flex}button.image-tile:hover{border-color:var(--accent)}.image-tile.is-primary{border-color:var(--accent);cursor:default;border-width:2px}.image-tile img{object-fit:contain;background:var(--tint);border-radius:4px;width:100%;height:92px}.image-tile span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.image-tile-actions{white-space:nowrap;justify-content:space-between;align-items:center;gap:6px;display:flex}.image-picker{width:92vw;max-width:720px;max-height:82vh;overflow-y:auto}.image-picker .image-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.product-images h5{margin:14px 0 4px;font-size:.86rem}.price-image-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.price-image-thumb{object-fit:contain;width:64px;height:64px}.combo-members{margin:0 0 10px;padding:0;list-style:none}.combo-members li{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:5px 0;font-size:.86rem;display:flex}.combo-members .checkbox-label{gap:4px;margin:0}.combo-members input[type=number]{width:60px}.combo-add{max-width:380px;margin-bottom:14px;position:relative}.combo-matches{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin:4px 0 0;padding:6px 8px;font-size:.84rem;list-style:none}.combo-matches li{padding:3px 0}.export-scope{color:var(--text-muted);font-size:.78rem}.quotes-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.quotes-toolbar .lead-count,.quotes-toolbar .rep-filter-label{margin-left:auto}.quotes-toolbar .rep-filter-label~.lead-count{margin-left:0}.quotes-search{max-width:320px}.invoicing-quote-row{margin-bottom:12px}.invoicing-quote-summary{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:8px 0;display:flex}.invoicing-quote-summary .link-button{margin-left:auto}.quote-builder{max-width:900px}.quote-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.quote-header h1{align-items:center;gap:10px;margin-bottom:4px;display:flex}.quote-customer{margin:0 0 2px;font-weight:600}.quote-header-actions{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.quote-notes{margin-bottom:12px}.quote-notes-box{white-space:pre-wrap;color:var(--ink);background:#fff59d;border:1px solid #e6d200;border-radius:6px;margin-bottom:8px;padding:10px 14px;font-size:.88rem;line-height:1.5}.quote-notes-form{flex-direction:column;gap:6px;display:flex}.quote-notes-form textarea{width:100%}.reveal-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin:14px 0;padding:14px}.reveal-card-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.reveal-name{background:0 0;border:1px solid #0000;border-radius:6px;flex:1;padding:4px 6px;font-size:1.05rem;font-weight:600}.reveal-name:hover,.reveal-name:focus{border-color:var(--border);background:var(--tint)}.reveal-card-actions{flex-shrink:0;gap:6px;display:flex}.reveal-card-actions button{padding:4px 10px}.reveal-measurements{flex-wrap:wrap;gap:18px;display:flex}.reveal-measure-label{color:var(--text-muted);margin-bottom:4px;font-size:.78rem;display:block}.reveal-measure-inputs{gap:8px;display:flex}.reveal-measure-inputs label{color:var(--text-muted);font-size:.75rem}.reveal-measure-inputs input{width:80px}.reveal-pricing-size{margin:10px 0 0;font-size:.88rem}.reveal-out-of-square{background:color-mix(in srgb, #b8860b 15%, var(--surface));border-left:3px solid #b8860b;border-radius:6px;margin:6px 0 0;padding:8px 10px;font-size:.85rem}.reveal-note-label{margin-top:10px;display:block}.quote-lines-table{border-collapse:collapse;width:100%;margin-top:12px}.quote-lines-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:6px 8px;font-size:.72rem}.quote-lines-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:8px}.quote-line-options{color:var(--text-muted);flex-direction:column;font-size:.78rem;display:flex}.quote-line-actions{white-space:nowrap}.reveal-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.reveal-subtotal{font-size:.9rem}.quote-line-form .product-picker{width:100%;margin-bottom:10px}.quote-line-size,.quote-line-numbers{flex-wrap:wrap;gap:12px;display:flex}.quote-line-size label,.quote-line-numbers label{flex:1;min-width:130px}.option-group.blocked{opacity:.55}.required-marker{color:var(--danger,#b3261e)}.quote-line-preview{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-top:12px;padding:10px}.quote-line-preview p{margin:0 0 4px}.quote-totals{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-top:20px;padding:14px}.quote-total-row{justify-content:space-between;padding:4px 0;display:flex}.quote-total-grand{border-top:2px solid var(--border);margin-top:6px;padding-top:10px;font-size:1.1rem}.quote-footer-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.quote-terms{background:var(--accent-bg);border-left:3px solid var(--accent);border-radius:4px;margin-top:20px;padding:12px 14px}.quote-terms>summary{cursor:pointer;font-weight:600}.quote-term-line{margin:4px 0;font-size:.82rem}.clickable-row{cursor:pointer}.clickable-row:hover{background:var(--tint)}.pill{background:var(--tint);color:var(--text-muted);white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:.78rem;font-weight:600;display:inline-block}.pill.tone-success{background:var(--success-bg);color:var(--success)}.pill.tone-danger{background:var(--danger-bg);color:var(--danger)}.pill.tone-warn{background:var(--accent-bg);color:var(--accent-text)}.pill.tone-info{background:var(--tint);color:var(--link)}.pill.tone-muted{background:var(--tint);color:var(--text-muted)}.rep-name-flagged{color:var(--danger);font-weight:600}@media (width<=640px){.reveal-measure-inputs input{width:64px}.quote-header-actions{width:100%}}.quote-own-line td{color:var(--text-muted);font-size:.86rem}.quote-own-line td:first-child{padding-left:20px}.preview-own-lines{border-top:1px dashed var(--border);margin-top:6px;padding-top:6px}.preview-own-lines p{margin:2px 0;font-size:.86rem}.product-picker-drill{margin-bottom:12px}.picker-search{width:100%;margin-bottom:10px}.picker-breadcrumb{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px;font-size:.85rem;display:flex}.picker-breadcrumb .current,.picker-breadcrumb-current{font-weight:700;text-decoration:none}.picker-tiles{flex-wrap:wrap;gap:8px;display:flex}.picker-tile{text-align:left;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:10px 14px;display:flex}.picker-tile:hover{border-color:var(--accent)}.picker-tile-count{color:var(--text-muted);background:var(--tint);border-radius:10px;padding:1px 7px;font-size:.72rem}.picker-list{max-height:320px;margin:0;padding:0;list-style:none;overflow-y:auto}.picker-item{text-align:left;width:100%;color:var(--text);background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;display:flex}.picker-item:hover{background:var(--surface);border-color:var(--border)}.picker-item-group{color:var(--text-muted);margin-right:4px;font-size:.72rem}.picker-item-thumb{object-fit:contain;flex-shrink:0;width:40px;height:40px}.picker-image-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;max-height:380px;display:grid;overflow-y:auto}.picker-image-tile{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:8px;display:flex}.picker-image-tile:hover{border-color:var(--accent)}.picker-image-tile img{object-fit:contain;width:100%;height:96px}.picker-image-name{text-align:center;font-size:.76rem}.picker-image-missing{height:96px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.76rem;display:flex}.picker-chosen{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:10px;display:flex}.picker-chosen-group{color:var(--text-muted);font-size:.74rem;display:block}.line-image-choice{margin-top:12px}.line-image-options{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.line-image-tile{background:var(--surface);border:2px solid var(--border);border-radius:8px;width:84px;height:84px;padding:4px}.line-image-tile img{object-fit:contain;width:100%;height:100%}.line-image-tile.selected{border-color:var(--accent)}.line-image-tile .picker-image-missing{height:100%}.quote-line-product{align-items:flex-start;gap:10px;display:flex}.quote-line-thumb{object-fit:contain;flex-shrink:0;width:46px;height:46px}.quote-line-form{max-width:100%}.option-group.unanswered select{border-color:#b8860b}.required-outstanding{background:color-mix(in srgb, #b8860b 15%, var(--surface));border-left:3px solid #b8860b;border-radius:6px;margin:6px 0 0;padding:8px 10px;font-size:.85rem}.set-discount-panel{max-width:100%;margin-top:16px}.discount-percent-field{max-width:160px;margin-bottom:12px;display:block}.discount-result{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-top:12px;padding:10px}.discount-result ul{margin:6px 0 0;padding-left:18px;font-size:.85rem}.discount-refusals{color:var(--text-muted)}.price-override-field{background:var(--surface);border:1px dashed var(--border);border-radius:8px;margin-top:12px;padding:10px}.price-override-field label{margin-bottom:6px;display:block}.price-override-field input{max-width:260px}.quote-line-override{color:var(--text-muted);font-size:.72rem}.reveal-drawing{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}.reveal-drawing-empty-state{background:var(--accent-bg);border-left:3px solid var(--accent);border-radius:4px;padding:10px 12px}.reveal-drawing-thumb{object-fit:contain;border:1px solid var(--border);background:var(--surface);border-radius:6px;width:90px;height:70px}.reveal-drawing-empty{border:1px dashed var(--border);width:90px;height:70px;color:var(--text-muted);text-align:center;border-radius:6px;justify-content:center;align-items:center;font-size:.72rem;display:flex}.reveal-image-picker{max-width:100%;margin-top:10px}.reveal-image-picker h4{margin:0 0 8px}.picker-image-tile.selected{border-color:var(--accent);border-width:2px}.custom-drawing-upload{border-top:1px dashed var(--border);margin-top:14px;padding-top:12px}.custom-drawing-upload input[type=file]{width:auto;margin:4px 0}.custom-drawing-upload button.secondary{margin:4px 0 4px 8px}.drawing-canvas-panel{flex-direction:column;gap:10px;display:flex}.drawing-canvas{aspect-ratio:4/3;touch-action:none;border:1px solid var(--border);cursor:crosshair;background:#fff;border-radius:6px;width:100%}.pen-width-options{gap:8px;display:flex}.pen-width-option{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:6px 12px;display:flex}.pen-width-option:hover{border-color:var(--accent)}.pen-width-option.selected{border-color:var(--accent);background:var(--accent-bg);border-width:2px}.pen-width-swatch{background:currentColor;border-radius:4px;flex-shrink:0;width:26px}.eraser-swatch{background:var(--surface);border:1.5px solid}.double-line-swatch{background:0 0;border-top:3px solid;border-bottom:3px solid;height:12px}.label-format-editor{max-width:760px;margin-top:12px}.label-part-rows{flex-direction:column;gap:6px;margin:6px 0;display:flex}.label-part-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.label-part-row select{flex:200px;width:auto}.label-part-separator{text-align:center;flex:none;width:5rem;font-family:monospace}.label-format-editor label>.label-part-separator{margin-top:4px;display:block}.label-format-preview{background:var(--surface);border-left:3px solid var(--accent);border-radius:3px;margin:10px 0;padding:8px 10px}.label-format-preview code{font-size:1.05em}.actions-cell .link-button{white-space:nowrap;margin-left:0}.actions-cell{row-gap:4px}.link-button.danger{color:var(--danger)}.link-button.danger:hover:not(:disabled){color:var(--danger);font-weight:600}.rep-filter-label{align-items:center;gap:6px;font-size:13px;display:flex}.rep-filter-label select{width:auto}.assigned-rep-warning{color:var(--danger);background:var(--danger-bg);border-left:3px solid var(--danger);border-radius:3px;margin:0 0 8px;padding:8px 10px;font-size:13px}.assigned-rep-warning .link-button{color:var(--danger);font-weight:600}.customer-search-field{position:relative}.customer-suggestions{z-index:10;background:var(--surface);border:1px solid var(--border);border-radius:4px;max-height:220px;margin:2px 0 0;padding:4px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 10px #00000026}.customer-suggestions button{text-align:left;width:100%;color:var(--text);background:0 0;border:none;border-radius:3px;justify-content:space-between;align-items:baseline;gap:10px;padding:6px 8px;display:flex}.customer-suggestions button:hover{background:var(--accent-bg)}.chosen-customer{background:var(--surface);border-left:3px solid var(--accent);border-radius:3px;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;padding:8px 10px;display:flex}.terms-picker{background:var(--surface);border-left:3px solid var(--accent);border-radius:3px;margin:8px 0 14px;padding:10px 12px}.terms-picker .checkbox-label{margin:4px 0}.terms-picker button{margin-top:10px}.brochure-picker{background:var(--tint);border-radius:6px;margin:10px 0;padding:10px 12px}.brochure-picker .field-hint{margin-bottom:6px;display:block}.brochure-picker .checkbox-label{margin:4px 0}.terms-clause-picker{margin-top:10px}.terms-clause-picker>summary{cursor:pointer;font-size:13px}.terms-clause-group{margin:8px 0 12px}.terms-clause-picker .checkbox-label{align-items:flex-start;margin:3px 0;font-size:12px;line-height:1.4}.terms-clause-picker .checkbox-label input{margin-top:2px}.terms-clause-group-head{margin-bottom:4px;font-size:.82rem;font-weight:600}.terms-clause-group-head input{margin-top:1px}.lead-actions-target{color:var(--text-muted);margin-right:2px;font-size:13px}.lead-row{cursor:pointer}.lead-row:hover>td{background:var(--tint)}.lead-row.selected>td{background:color-mix(in srgb, var(--accent) 14%, var(--surface))}.leads-table td.nowrap{white-space:nowrap}button.danger-button{background:var(--danger-ink);border-color:var(--danger-ink);color:var(--danger-button-fg)}button.danger-button:hover:not(:disabled){background:color-mix(in srgb, var(--danger-ink) 80%, #000);border-color:color-mix(in srgb, var(--danger-ink) 80%, #000)}.dashboard-body{--text:var(--text-on-bg);--text-muted:var(--text-muted-on-bg);--link:var(--highlight-on-bg);--link-hover:var(--highlight-on-bg-hover);--danger:var(--danger-on-bg);--success:var(--success-on-bg);--accent-text:var(--accent-text-on-bg);color:var(--text-on-bg)}input,select,textarea,.error-text,.notice-text,.login-form,.tab:hover:not(:disabled),.address-suggestions,.address-suggestions button:hover,.leads-table,.settings-table,.comms-type,.comms-type-lead_received,.comms-type-email,.comms-type-booking,.day-calendar,.day-calendar-event,.day-calendar-event.tone-success,.day-calendar-event.tone-danger,.day-calendar-event.tone-blocked,.contact-row:hover,.pick-list-editor,.stat-tile,.gmail-connect-card,.gmail-status-card,.gmail-settings-form,.catalogue-sidebar,.catalogue-tree-row:hover,.catalogue-tree-row.selected,.catalogue-content,.catalogue-row:hover,.catalogue-thumb,.catalogue-badge,.catalogue-badge.muted,.catalogue-detail-image,.catalogue-facts>div,.catalogue-note,.catalogue-chip,.catalogue-rule,.catalogue-gallery img,.rule-builder,.rule-value,.rule-conflicts,.product-edit,.price-copy,.price-cell:focus,.group-form,.option-editing td,.image-upload-button,.image-upload-button:hover,.image-tile,.image-tile img,.combo-matches,.reveal-card,.reveal-name:hover,.reveal-name:focus,.reveal-out-of-square,.quote-line-preview,.quote-totals,.quote-terms,.clickable-row:hover,.picker-tile,.picker-tile-count,.pen-width-option,.picker-item:hover,.picker-image-tile,.picker-chosen,.line-image-tile,.required-outstanding,.discount-result,.price-override-field,.reveal-drawing-thumb,.label-format-preview,.assigned-rep-warning,.customer-suggestions,.customer-suggestions button:hover,.job-picker-list button:hover,.chosen-customer,.terms-picker,.brochure-picker,.lead-row:hover>td,.lead-row.selected>td,.dashboard-summary-kpi-row,.dashboard-summary-chip,.dashboard-summary-booking-bar-track,.promotion-scope-list li,.pill{--text:var(--ink);--text-muted:var(--ink-muted);--link:var(--highlight);--link-hover:var(--highlight-hover);--danger:var(--danger-ink);--success:var(--success-ink);--accent-text:var(--accent-text-ink);color:var(--ink)}.error-text,.assigned-rep-warning{color:var(--danger)}.comms-type-email{color:var(--accent)}.comms-type-booking{color:var(--success)}.dashboard-summary-chip-danger{color:#fff}.inline-panel,.modal-content,.side-panel,.app-header{--text:var(--text-on-bg);--text-muted:var(--text-muted-on-bg);--link:var(--highlight-on-bg);--link-hover:var(--highlight-on-bg-hover);--danger:var(--danger-on-bg);--success:var(--success-on-bg);--accent-text:var(--accent-text-on-bg);color:var(--text-on-bg)}.view-switch .tab:not(.active),.tabs .tab:not(.active){color:var(--text-on-bg)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
