:root{--brand:#0474ba;--brand-dark:#035c93;--brand-darker:#024b78;--brand-soft:#e7f2fa;--brand-softer:#f3f8fc;--ink:#231f20;--text:#1f2a37;--text-muted:#667085;--bg:#f6f9fc;--surface:#fff;--surface-alt:#f1f5f9;--border:#dfe7ef;--success:#2e7d5b;--success-soft:#e6f4ee;--warning:#b4690e;--warning-soft:#fdf3e7;--danger:#b42318;--danger-soft:#feecea;--radius-input:10px;--radius-card:14px;--radius-pill:999px;--shadow-1:0 1px 3px #1018280f, 0 1px 2px #1018280a;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}#root{min-height:100vh}h1,h2,h3,p{margin:0}a{color:var(--brand)}a:hover{color:var(--brand-dark)}button{font-family:var(--font)}input,select,textarea{font-family:var(--font);color:var(--text)}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.settings-card-save-bar{z-index:2;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin:4px -4px -4px;padding:12px;display:flex;position:sticky;bottom:12px;box-shadow:0 8px 24px #102a4314}.settings-save-status{color:var(--text-muted);align-items:center;gap:7px;font-size:13px;font-weight:600;display:inline-flex}.settings-save-status--saved{color:var(--success)}.settings-save-status--dirty{color:var(--warning)}.settings-save-status--error{color:var(--danger)}.technician-job-timer{background:var(--brand-soft);color:var(--brand-dark);border:1px solid #8bc4e2;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:3px 12px;padding:12px 14px;display:grid}.technician-job-timer span{font-size:13px;font-weight:700}.technician-job-timer strong{font-variant-numeric:tabular-nums;grid-row:span 2;font-size:20px}.technician-job-timer small{color:var(--text-muted);font-size:11px}.technician-payment-reference{background:var(--warning-soft);border:1px solid #f0d3a7;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.technician-payment-reference>div{flex-direction:column;gap:3px;min-width:0;display:flex}.technician-payment-reference span{color:var(--text);font-size:13px;font-weight:700}.technician-payment-reference small{color:var(--text-muted);font-size:11px;line-height:1.4}.technician-payment-reference strong{color:var(--warning);font-variant-numeric:tabular-nums;flex:none;font-size:20px}.technician-map-panel{background:var(--surface-alt);flex:1;height:calc(100dvh - 132px);min-height:400px;position:relative;overflow:hidden}.technician-map-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;padding:32px;display:flex}.technician-map-empty>span{font-size:36px}.technician-map-empty strong{font-size:16px}.technician-map-empty p{max-width:310px;color:var(--text-muted);margin:0;font-size:13px;line-height:1.55}.technician-map-empty button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:8px;height:40px;margin-top:4px;padding:0 16px;font-weight:700}.technician-proof-upload{background:var(--surface);border:1px dashed #d6a75c;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;display:grid}.technician-proof-upload.is-ready{background:var(--success-soft);border-style:solid;border-color:#82c9ad;grid-template-columns:52px minmax(0,1fr) auto}.technician-proof-upload img{object-fit:cover;border-radius:8px;width:52px;height:52px}.technician-proof-upload>div{flex-direction:column;gap:3px;min-width:0;display:flex}.technician-proof-upload strong{font-size:12px}.technician-proof-upload span{color:var(--text-muted);text-overflow:ellipsis;font-size:11px;line-height:1.4;overflow:hidden}.technician-proof-upload button{padding:0 12px!important}.technician-payment-error{background:var(--danger-soft);color:var(--danger);border-radius:8px;padding:9px 10px;font-size:12px;line-height:1.4}.technician-job-card{opacity:1;transform:translate(0)}.technician-job-card.is-completing{pointer-events:none;animation:.38s cubic-bezier(.4,0,.2,1) forwards technician-job-complete-exit}@keyframes technician-job-complete-exit{0%{opacity:1;transform:translate(0)}45%{opacity:1;transform:translate(18px)}to{opacity:0;transform:translate(115%)}}@media (prefers-reduced-motion:reduce){.technician-job-card.is-completing{animation-duration:1ms}}.reports-page{flex-direction:column;gap:18px;max-width:1600px;margin:0 auto;display:flex}.report-selector{border:1px solid var(--border);background:var(--surface);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:6px;display:grid}.report-selector>button{min-width:0;min-height:68px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.report-selector>button:hover{background:var(--surface-alt)}.report-selector>button.is-active{color:var(--brand-dark);background:#edf8fd;border-color:#b9dff1;box-shadow:0 3px 10px #005b9114}.report-selector-icon{background:var(--surface-alt);width:40px;height:40px;color:var(--text-muted);border-radius:11px;place-items:center;display:inline-grid}.report-selector>button.is-active .report-selector-icon{background:var(--brand);color:#fff}.report-selector>button>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.report-selector strong,.report-selector small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.report-selector strong{font-size:13px}.report-selector small{color:var(--text-muted);font-size:11px}.report-selector-cue{color:var(--text-muted);font-size:22px;line-height:1}.report-selector>button.is-active .report-selector-cue{color:var(--brand)}.report-section-heading,.report-section-actions,.customer-records-report,.customer-records-copy{align-items:center;gap:14px;display:flex}.report-section-heading,.customer-records-report{justify-content:space-between}.report-section-heading h2,.customer-records-report h2,.job-performance-heading h2,.job-performance-chart h3,.monthly-revenue-breakdown h3{margin:0;font-size:16px}.report-eyebrow{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.report-section-heading p,.customer-records-report p{color:var(--text-muted);margin:4px 0 0;font-size:13px}.report-section-actions label{color:var(--text-muted);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.report-section-actions select{border:1px solid var(--border);background:var(--surface);height:38px;color:var(--text);font:inherit;border-radius:8px;padding:0 34px 0 12px}.monthly-business-report{flex-direction:column;gap:18px;display:flex;overflow:hidden}.monthly-report-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.monthly-revenue-breakdown{background:linear-gradient(135deg, var(--surface-alt), #f7fbfe);border-radius:10px;flex-direction:column;gap:12px;padding:18px;display:flex}.monthly-revenue-breakdown>div{justify-content:space-between;gap:16px;font-size:14px;display:flex}.monthly-revenue-total{border-top:1px solid var(--border);padding-top:12px;font-size:15px!important}.customer-records-report{background:linear-gradient(90deg, var(--surface), #f8fbfd);min-height:74px;padding-block:16px!important}.customer-records-selected{grid-template-columns:minmax(0,1fr) auto;gap:18px;min-height:120px;display:grid}.customer-records-actions{align-items:center;gap:8px;display:flex}.report-print-header,.customer-report-table-wrap{display:none}.report-export-icon{width:42px;height:42px;color:var(--brand);letter-spacing:.05em;background:#e7f4fb;border-radius:11px;flex:0 0 42px;place-items:center;font-size:10px;font-weight:800;display:inline-grid}.job-performance-report{flex-direction:column;gap:18px;display:flex}.job-performance-heading,.job-performance-filters{align-items:center;gap:14px;display:flex}.job-performance-heading{justify-content:space-between;padding-bottom:2px}.job-performance-heading p{color:var(--text-muted);margin:4px 0 0;font-size:13px}.job-performance-periods{border:1px solid var(--border);background:var(--surface);border-radius:11px;padding:4px;display:inline-flex}.job-performance-periods button{min-width:74px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 16px;font-size:12px;font-weight:700}.job-performance-periods button.is-active{background:var(--brand);color:#fff;box-shadow:0 4px 10px #0079be33}.job-performance-filters{background:#f6fbfe;border:1px solid #cfe5f2;border-radius:12px;grid-template-columns:auto minmax(190px,.7fr) minmax(230px,1fr);align-items:end;gap:18px;padding:16px;display:grid}.job-performance-filter-group{flex-direction:column;gap:7px;display:flex}.job-performance-filter-label{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:800}.job-performance-filters label{display:block}.job-performance-filters input{border:1px solid var(--border);background:var(--surface);width:100%;height:44px;color:var(--text);font:inherit;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:10px;padding:0 12px;font-weight:700}.job-performance-range{background:#e7f4fb;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:8px 13px;display:flex}.job-performance-range span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.job-performance-range strong{text-align:right;font-size:13px}.job-performance-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.job-performance-stats>div{border:1px solid var(--border);background:linear-gradient(145deg, #f9fbfd, var(--surface-alt));border-radius:12px;flex-direction:column;gap:8px;padding:16px 16px 16px 19px;display:flex;position:relative;overflow:hidden}.job-performance-stats>div:before{background:var(--brand);content:"";width:4px;position:absolute;top:0;bottom:0;left:0}.job-performance-stats span{color:var(--text-muted);font-size:12px}.job-performance-stats strong{letter-spacing:-.02em;font-size:22px}.job-performance-chart{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;gap:14px;padding:18px;display:flex}.job-performance-chart-heading p{color:var(--text-muted);margin:4px 0 0;font-size:12px}.job-performance-chart-rows{flex-direction:column;gap:12px;display:flex}.job-performance-chart-row{grid-template-columns:minmax(110px,.7fr) minmax(120px,3fr) 72px;align-items:center;gap:12px;font-size:12px;display:grid}.job-performance-chart-row>span{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.job-performance-chart-row>strong{text-align:right}.job-performance-chart-track{background:var(--surface-alt);border-radius:999px;height:10px;overflow:hidden}.job-performance-chart-track i{border-radius:inherit;background:linear-gradient(90deg,#0d8bc9,#59b9e5);height:100%;display:block}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;clip-path:inset(50%)!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.job-performance-table-wrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.job-performance-table{border-collapse:collapse;width:100%;font-size:13px}.job-performance-table th,.job-performance-table td{border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:12px 14px}.job-performance-table th{background:var(--surface-alt);color:var(--text-muted);text-transform:uppercase;font-size:11px}.job-performance-table tbody tr:last-child td{border-bottom:0}.job-performance-table td:first-child{font-weight:700}.job-performance-empty{background:var(--surface-alt);color:var(--text-muted);text-align:center;border-radius:10px;padding:22px;font-size:13px}@media (width<=1000px){.monthly-report-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.report-section-heading{flex-direction:column;align-items:flex-start}.report-section-actions{width:100%}.job-performance-filters{grid-template-columns:1fr 1fr}.job-performance-range{grid-column:1/-1}}@media (width<=640px){.settings-card-save-bar{flex-direction:column;align-items:stretch}.settings-card-save-bar button{width:100%}.report-section-actions,.customer-records-report{flex-direction:column;align-items:stretch}.report-selector{grid-template-columns:1fr}.report-selector>button{min-height:58px}.report-section-actions label{flex-direction:column;align-items:stretch}.report-section-actions button,.customer-records-report button{width:100%}.monthly-report-stats{grid-template-columns:1fr}.job-performance-heading,.job-performance-heading{flex-direction:column;align-items:stretch}.job-performance-heading button,.job-performance-periods{width:100%}.job-performance-periods button{flex:1}.job-performance-filters label{width:100%}.job-performance-filters{grid-template-columns:1fr;padding:13px}.job-performance-range{flex-direction:column;grid-column:auto;align-items:flex-start;gap:3px}.job-performance-range strong{text-align:left}.job-performance-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.job-performance-chart-row{grid-template-columns:1fr auto;gap:7px 10px}.job-performance-chart-track{grid-area:2/1/auto/-1}}@media print{.reports-page>:not(.report-print-target){display:none!important}body:has(.reports-page) .admin-sidebar{display:none!important}body:has(.reports-page) .admin-mobile-header{display:none!important}body:has(.reports-page) .admin-bottom-nav{display:none!important}body:has(.reports-page){background:#fff!important}.reports-page{display:block!important}.report-print-target{page:report;break-inside:auto;width:100%!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:0!important;padding:0!important;display:block!important}.report-print-header{border-bottom:2px solid var(--brand);justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:8mm;padding-bottom:4mm;display:flex}.report-print-header span{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.report-print-header h1{margin:3px 0 0;font-size:22px}.report-print-header>div:last-child{text-align:right;flex-direction:column;gap:3px;display:flex}.report-print-header small{color:var(--text-muted);font-size:9px}.report-section-heading,.customer-records-copy,.customer-records-actions,.job-performance-heading,.job-performance-filters{display:none!important}.customer-report-table-wrap{display:block}.customer-report-table{border-collapse:collapse;width:100%;font-size:9px}.customer-report-table thead{display:table-header-group}.customer-report-table th,.customer-report-table td{text-align:left;vertical-align:top;border-bottom:1px solid #d7e1e8;padding:6px 7px}.customer-report-table th{color:#334155;letter-spacing:.04em;text-transform:uppercase;font-size:8px;background:#edf6fb!important}.customer-report-table tr,.monthly-report-stats,.job-performance-stats,.job-performance-chart,.job-performance-table-wrap,.monthly-revenue-breakdown{break-inside:avoid}}@page report{size:A4 portrait;margin:14mm}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}@keyframes fadein{0%{opacity:0}to{opacity:1}}.fade-in{animation:.15s fadein}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.admin-shell{background:var(--bg);height:100vh;display:flex}.admin-mobile-header{display:none}.admin-sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex:none;width:220px;padding:20px 14px;display:flex}.admin-sidebar-logo{object-fit:contain;object-position:left center;width:auto;height:22px;margin:0 8px 24px}.admin-nav{flex-direction:column;display:flex}.admin-nav-link{min-height:44px;color:var(--text);border-radius:10px;align-items:center;gap:10px;margin-bottom:4px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.admin-nav-link:hover,.admin-nav-link.is-active{color:var(--brand-dark);background:var(--brand-soft)}.admin-nav-icon{background:var(--surface-alt);width:30px;height:30px;color:var(--text-muted);border-radius:9px;flex:0 0 30px;place-items:center;transition:background .16s,color .16s,transform .16s;display:inline-grid}.admin-nav-link:hover .admin-nav-icon,.admin-nav-link.is-active .admin-nav-icon{background:var(--brand);color:#fff;transform:translateY(-1px)}.admin-nav-icon svg{width:18px;height:18px}.technician-view-tab{justify-content:center;align-items:center;gap:7px;display:inline-flex}.technician-map-empty-icon{background:var(--brand-soft);width:52px;height:52px;color:var(--brand);border-radius:15px;place-items:center;display:inline-grid!important}.admin-user-card{border-top:1px solid var(--border);align-items:center;gap:10px;padding:10px 8px;display:flex}.admin-user-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.admin-user-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-signout{border:1px solid var(--border);background:var(--surface);height:36px;color:var(--text-muted);cursor:pointer;border-radius:8px;margin-top:8px;font-size:13px}.admin-main{flex:1;min-width:0;padding:28px 32px;position:relative;overflow:hidden auto}@media (width<=1024px){.admin-sidebar{width:78px;padding:16px 9px}.admin-sidebar-logo{object-fit:cover;object-position:left;width:42px;height:24px;margin:0 auto 20px}.admin-nav-link{justify-content:center;padding:10px 8px}.admin-nav-link>span:first-child{font-size:18px}.admin-nav-link>span:last-child,.admin-user-copy,.admin-signout{display:none}.admin-user-card{justify-content:center;padding-inline:0}.admin-main{padding:22px 20px}}@media (width<=640px){.admin-shell{height:auto;min-height:100vh;padding-top:58px;padding-bottom:72px}.admin-mobile-header{z-index:50;border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:9px;height:58px;padding:8px 12px;display:flex;position:fixed;top:0;left:0;right:0}.admin-mobile-header img{width:auto;height:24px}.admin-mobile-header strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;overflow:hidden}.admin-mobile-header button{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--text);border-radius:9px;padding:0 11px;font-size:12px}.admin-sidebar{z-index:50;width:auto;height:72px;padding:5px 6px max(5px, env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);border-right:0;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -5px 18px #10182814}.admin-sidebar-logo,.admin-user-card,.admin-sidebar>div,.admin-sidebar>.admin-signout{display:none}.admin-nav{grid-template-columns:repeat(6,minmax(52px,1fr));gap:2px;height:100%;display:grid;overflow-x:auto}.admin-nav-link{border-radius:8px;flex-direction:column;justify-content:center;gap:1px;min-height:58px;margin:0;padding:4px 3px}.admin-nav-link>span:first-child{font-size:17px;line-height:1.2}.admin-nav-link>span:last-child{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;line-height:1.2;display:block;overflow:hidden}.admin-main{width:100%;padding:16px 12px;overflow:visible}}.public-site-header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:24px;width:100%;min-height:76px;padding:14px clamp(18px,4vw,64px);display:flex}.public-site-logo{flex:none;align-items:center;display:flex}.public-site-logo img{width:auto;height:42px}.public-site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(12px,2vw,28px);display:flex}.public-site-nav a{color:var(--text);font-size:14px;font-weight:600;text-decoration:none}.public-site-nav a:hover{color:var(--brand)}.public-site-nav .public-site-book{background:var(--brand);color:#fff;border-radius:999px;padding:10px 16px}.public-site-menu-toggle{display:none}.public-site-footer{color:#fff;background:#071c2c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px clamp(18px,4vw,64px);display:flex}.public-site-footer>div{flex-direction:column;gap:3px;display:flex}.public-site-footer span{color:#b9c9d6;font-size:13px}.public-site-footer nav{gap:18px;display:flex}.public-site-footer a{color:#fff;font-size:13px;text-decoration:none}@media (width<=760px){.public-site-header{flex-direction:row;align-items:center;gap:12px;min-height:68px;padding:12px 18px;position:relative}.public-site-nav{z-index:30;border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;align-items:stretch;gap:2px;padding:10px;display:none;position:absolute;top:calc(100% + 1px);left:12px;right:12px;box-shadow:0 16px 36px #10182829}.public-site-header.menu-open .public-site-nav{animation:.15s fadein;display:flex}.public-site-nav a{border-radius:9px;align-items:center;width:100%;min-height:44px;padding:10px 12px;display:flex}.public-site-nav a:hover,.public-site-nav a:focus-visible{background:var(--surface-alt)}.public-site-nav .public-site-book{border-radius:10px;justify-content:center;margin-top:4px}.public-site-logo img{height:36px}.public-site-menu-toggle{border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-left:auto;padding:0;display:flex}.public-site-menu-toggle:hover,.public-site-menu-toggle:focus-visible{border-color:var(--brand);background:var(--brand-soft)}.public-site-menu-toggle span{background:currentColor;border-radius:999px;width:20px;height:2px;transition:transform .2s,opacity .2s}.public-site-header.menu-open .public-site-menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.public-site-header.menu-open .public-site-menu-toggle span:nth-child(2){opacity:0}.public-site-header.menu-open .public-site-menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}@keyframes confirmation-pop{0%{opacity:0;transform:scale(.7)}65%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes confirmation-ring{0%{opacity:.7;transform:scale(.7)}to{opacity:0;transform:scale(1.45)}}@keyframes confirmation-draw{to{stroke-dashoffset:0}}.booking-confirmation{flex-direction:column;align-items:stretch;gap:18px;padding:8px 0 4px;display:flex}.booking-confirmation__success{background:var(--success-soft);width:72px;height:72px;color:var(--success);border-radius:999px;margin:0 auto;animation:.52s cubic-bezier(.2,.8,.2,1) both confirmation-pop;position:relative}.booking-confirmation__ring{border:2px solid var(--success);border-radius:inherit;animation:.8s ease-out .18s both confirmation-ring;position:absolute;inset:0}.booking-confirmation__check{width:52px;height:52px;position:absolute;inset:10px}.booking-confirmation__check path{fill:none;stroke:currentColor;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:36;stroke-dashoffset:36px;animation:.42s ease-out .26s forwards confirmation-draw}.booking-confirmation__heading{text-align:center}.booking-confirmation__heading h2,.booking-confirmation__message h3{margin:0}.booking-confirmation__heading h2{font-size:22px}.booking-confirmation__heading p,.booking-confirmation__message p{color:var(--text-muted);margin:6px 0 0;font-size:14px;line-height:1.65}.booking-confirmation__reference{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:16px;display:flex}.booking-confirmation__reference span,.booking-confirmation__reference small{color:var(--text-muted);font-size:12px}.booking-confirmation__reference strong{color:var(--brand);letter-spacing:.02em;overflow-wrap:anywhere;font-family:ui-monospace,monospace;font-size:clamp(20px,6vw,26px)}.booking-confirmation__message{background:var(--brand-soft);border-radius:14px;padding:18px}.booking-confirmation__message h3{color:var(--brand-dark);font-size:16px}.booking-confirmation__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.booking-confirmation__actions a{text-align:center;border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:10px 14px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.booking-confirmation__primary-action{background:var(--brand);color:#fff}.booking-confirmation__secondary-action{border:1px solid var(--border);background:var(--surface);color:var(--brand)}@media (width<=420px){.booking-confirmation__actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.booking-confirmation__success,.booking-confirmation__ring,.booking-confirmation__check path{animation:none}.booking-confirmation__check path{stroke-dashoffset:0}}.route-print-sheet{color:#17202b;pointer-events:none;background:#fff;width:1100px;padding:24px;position:fixed;top:0;left:-200vw}.route-date-field{flex-direction:column;align-items:stretch;gap:7px;min-width:300px;display:flex}.route-date-control{border:2px solid var(--brand);background:var(--surface);width:100%;min-width:250px;min-height:48px;color:var(--text);cursor:pointer;border-radius:12px;align-items:center;gap:9px;padding:6px 9px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 3px 10px #0474ba1f}.route-date-control:hover{background:#f8fcff;border-color:#005f9c;box-shadow:0 4px 14px #0474ba33}.route-date-control:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #0474ba24}.route-date-icon{background:#dff2fc;border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-size:19px;display:grid}.route-date-value{text-align:left;flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.route-date-value small{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700}.route-date-value strong{font-size:15px}.route-date-action{background:var(--brand);color:#fff;border-radius:8px;flex:none;padding:6px 9px;font-size:11px;font-weight:700}.route-date-control input{opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;inset:0}.route-date-shortcuts{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.route-date-shortcuts button{white-space:nowrap;min-height:38px}.route-stop-detail,.technician-job-note{color:var(--text-muted);overflow-wrap:anywhere;gap:5px;margin-top:4px;font-size:11px;line-height:1.4;display:flex}.route-stop-detail-important,.technician-job-note-important{color:#7b4a08}.technician-job-note{background:var(--surface-alt);border-radius:9px;flex-direction:column;gap:2px;padding:9px 10px;font-size:13px}.technician-job-note-important{background:#fff7e8}.route-planning-guide{flex-direction:column;display:flex}.route-workflow-panel{background:linear-gradient(135deg,#f2faff 0%,#fff 62%);overflow:hidden;border-color:#b7dcef!important}.route-workflow-top{grid-template-columns:minmax(280px,1fr) minmax(360px,500px);align-items:center;gap:28px;display:grid}.route-workflow-copy h2{margin:3px 0 4px;font-size:18px}.route-workflow-copy p{max-width:680px;color:var(--text-muted);margin:0;font-size:12px;line-height:1.45}.route-planning-date{justify-content:space-between;align-items:center;gap:28px;display:flex}.route-planning-copy{max-width:570px}.route-planning-eyebrow{color:#0474ba;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.route-planning-copy h2{margin:4px 0;font-size:21px}.route-planning-copy p{color:var(--text-muted);margin:0;font-size:13px}.route-planning-summary{background:#ffffffb8;border-top:1px solid #d4e8f4;border-bottom:1px solid #d4e8f4;align-items:center;gap:9px;margin:16px -18px 0;padding:10px 18px;font-size:13px;display:flex}.route-planning-summary strong{color:#075f94}.route-planning-summary span{color:var(--text-muted)}.route-planning-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.route-planning-step{border:1px solid var(--border);background:var(--surface);border-radius:11px;align-items:center;gap:10px;padding:11px;display:flex}.route-planning-step>b{color:#416176;background:#e8f1f7;border-radius:999px;flex:none;place-items:center;width:26px;height:26px;font-size:12px;display:grid}.route-planning-step>span{flex-direction:column;gap:2px;min-width:0;display:flex}.route-planning-step strong{font-size:12px}.route-planning-step small{color:var(--text-muted);font-size:11px}.route-planning-step.is-current{background:#f1faff;border-color:#84c6e8}.route-planning-step.is-current>b{background:var(--brand);color:#fff}.route-planning-step.is-done>b{color:#176b4a;background:#dff3ea}.route-planning-step.needs-action{background:#fffaf1;border-color:#efc680}.route-planning-step.needs-action>b{color:#8b5208;background:#fff0d8}.route-team-picker{background:var(--surface);border:1px solid #b8d8e9;border-radius:14px;padding:16px}.route-team-picker-compact{background:#ffffffbd;border:0;border-top:1px solid #d4e8f4;border-radius:0;margin:16px -16px -16px;padding:14px 16px}.route-team-control-row{grid-template-columns:minmax(320px,3fr) minmax(280px,1.35fr) 112px;align-items:end;gap:12px;display:grid}.route-team-select-field{flex-direction:column;gap:6px;min-width:0;display:flex}.route-team-select-field>span{font-size:12px;font-weight:700}.route-team-select-field>div{position:relative}.route-team-select-field select{border:2px solid #8bc4e2;width:100%;height:46px;padding-left:13px;font-weight:700}.route-team-summary{white-space:nowrap;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.route-team-summary span{border:1px solid var(--border);background:var(--surface-alt);min-width:0;min-height:46px;color:var(--text-muted);border-radius:9px;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:11px;display:flex}.route-team-summary strong{color:var(--text);font-size:13px}.route-team-actions{gap:8px;display:flex}.route-team-actions button{white-space:nowrap;width:100%;min-height:46px}@media (width<=1200px){.route-team-control-row{grid-template-columns:minmax(260px,2fr) minmax(240px,1fr) 108px}}@media (width<=900px){.route-workflow-top{grid-template-columns:1fr;gap:12px}.route-planning-date{flex-direction:column;align-items:stretch;gap:16px}.route-date-field{width:100%;max-width:520px}.route-team-picker{padding:14px}.route-team-control-row{grid-template-columns:1fr}.route-team-summary{padding:0}.route-team-actions{grid-column:auto;justify-content:stretch}.route-team-actions button{flex:1}}.booking-payment-panel{border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;gap:14px;padding:18px;display:flex}.booking-payment-heading{flex-direction:column;gap:3px;display:flex}.booking-payment-heading>span{font-size:15px;font-weight:700}.booking-payment-heading small,.booking-payment-scope-copy small,.booking-payment-account-details small,.booking-payment-proof>div span{color:var(--text-muted);font-size:12px;line-height:1.45}.booking-payment-scopes{grid-template-columns:1fr 1fr;gap:10px;display:grid}.booking-payment-scope{border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--text);text-align:left;cursor:pointer;border-radius:12px;grid-template-columns:20px minmax(0,1fr);gap:10px;padding:14px;transition:border-color .15s,box-shadow .15s,background .15s;display:grid;position:relative}.booking-payment-scope:hover:not(:disabled){border-color:#8ebbd8}.booking-payment-scope:focus-visible,.booking-payment-method:focus-visible,.booking-payment-number button:focus-visible,.booking-payment-proof>button:focus-visible{outline-offset:2px;outline:3px solid #0474ba2e}.booking-payment-scope.is-selected{border-color:var(--brand);background:linear-gradient(145deg, #f5fbff, var(--brand-soft));box-shadow:0 4px 14px #0474ba1a}.booking-payment-scope:disabled{opacity:.55;cursor:not-allowed}.booking-payment-choice{border:2px solid #a9b8c7;border-radius:50%;place-items:center;width:19px;height:19px;margin-top:1px;display:grid}.booking-payment-scope.is-selected .booking-payment-choice{border-color:var(--brand)}.booking-payment-choice span{background:0 0;border-radius:50%;width:9px;height:9px}.booking-payment-scope.is-selected .booking-payment-choice span{background:var(--brand)}.booking-payment-scope-copy,.booking-payment-scope-title{min-width:0;display:flex}.booking-payment-scope-copy{flex-direction:column;gap:5px}.booking-payment-scope-title{justify-content:space-between;align-items:baseline;gap:10px}.booking-payment-scope-title strong{font-size:14px}.booking-payment-scope-title b{color:var(--brand-dark);white-space:nowrap;font-size:15px}.booking-payment-selected{background:var(--brand);color:#fff;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:-9px;right:10px}.booking-payment-amount{background:linear-gradient(135deg, #e7f6ef, var(--success-soft));color:var(--success);border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:2px 12px;padding:13px 15px;display:grid}.booking-payment-amount>span{text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.booking-payment-amount strong{grid-area:1/2/span 2;font-size:22px}.booking-payment-amount small{font-size:12px}.booking-payment-method-heading{margin-top:3px}.booking-payment-methods{flex-wrap:wrap;gap:8px;display:flex}.booking-payment-method{border:1px solid var(--border);background:var(--surface);min-width:92px;height:38px;color:var(--text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 15px;font-size:13px;font-weight:650;display:inline-flex}.booking-payment-method>span{background:var(--surface-alt);border-radius:50%;place-items:center;width:16px;height:16px;font-size:10px;display:grid}.booking-payment-method.is-selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark)}.booking-payment-method.is-selected>span{background:var(--brand);color:#fff}.booking-payment-account{background:#f7fafc;border:1px solid #d7e4ee;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:15px;display:grid}.booking-payment-account-details{flex-direction:column;gap:5px;min-width:0;display:flex}.booking-payment-account-label{color:var(--brand);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.booking-payment-account-details>strong{font-size:14px}.booking-payment-number{border:1px solid var(--border);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;margin:5px 0;padding:7px 8px 7px 13px;display:flex}.booking-payment-number span{letter-spacing:.04em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:17px;font-weight:700}.booking-payment-number button{background:var(--brand);color:#fff;white-space:nowrap;cursor:pointer;border:0;border-radius:8px;height:34px;padding:0 12px;font-size:12px;font-weight:700}.booking-payment-qr{flex-direction:column;align-items:center;gap:7px;width:154px;display:flex}.booking-payment-qr>span{font-size:11px;font-weight:700}.booking-payment-qr>div{border:1px solid var(--border);background:#fff;border-radius:12px;width:140px;height:140px;padding:8px;box-shadow:0 4px 12px #1b324514}.booking-payment-qr img{object-fit:contain;border-radius:6px;width:100%;height:100%}.booking-payment-qr a{color:var(--brand);font-size:11px;font-weight:600}.booking-payment-reference{flex-direction:column;gap:7px;display:flex}.booking-payment-reference label{font-size:13px;font-weight:650}.booking-payment-reference label span{background:var(--surface-alt);color:var(--text-muted);border-radius:999px;margin-left:5px;padding:2px 6px;font-size:10px;font-weight:600}.booking-payment-reference input{height:46px}.booking-payment-proof{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}.booking-payment-proof>div{flex-direction:column;gap:2px;display:flex}.booking-payment-proof>div strong{font-size:14px}.booking-payment-proof>button{border:1px dashed var(--brand);background:var(--brand-soft);min-height:52px;color:var(--brand);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:10px 14px;font-size:13px;font-weight:700;display:flex}.booking-payment-proof>button>span{background:#0474ba1f;border-radius:50%;place-items:center;width:24px;height:24px;font-size:16px;display:grid}.booking-payment-proof>button.is-ready{border-color:var(--success);background:var(--success-soft);color:var(--success)}.booking-payment-proof>button.is-ready>span{background:#26855e1f}.booking-payment-error{color:var(--danger);font-size:12px}.booking-payment-consent{background:var(--surface-alt);border-radius:10px;padding:13px 14px;font-size:13px}@media (width<=560px){.booking-payment-panel{padding:15px}.booking-payment-scopes,.booking-payment-account{grid-template-columns:1fr}.booking-payment-qr{width:100%;padding-top:4px}.booking-payment-amount{grid-template-columns:1fr}.booking-payment-amount strong{grid-area:auto}}@media (width<=640px){.route-workflow-copy h2{font-size:17px}.route-planning-date{flex-direction:column;align-items:stretch;gap:16px}.route-date-field{width:100%;min-width:0}.route-date-control{min-width:0}.route-date-shortcuts{grid-template-columns:1fr}.route-planning-summary{flex-direction:column;align-items:flex-start;gap:3px}.route-planning-steps,.route-team-control-row{grid-template-columns:1fr}.route-team-summary{padding:0}.route-team-actions{display:block}.route-team-actions button{width:100%}}.route-print-header,.route-print-team-heading,.route-print-stop-title,.route-print-map-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.route-print-header{border-bottom:2px solid #0474ba;padding-bottom:14px}.route-print-brand{color:#0474ba;letter-spacing:.06em;font-size:13px;font-weight:800}.route-print-header h1{margin:3px 0 0;font-size:24px}.route-print-meta{flex-direction:column;align-items:flex-end;font-size:11px;display:flex}.route-print-meta strong{font-size:17px}.route-print-teams{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.route-print-team{break-inside:avoid;border:1px solid #cfd8e3;border-radius:8px;overflow:hidden}.route-print-team-heading{background:#edf5fa;border-left:6px solid #0474ba;padding:9px 11px}.route-print-team-heading h2,.route-print-map-heading h2{margin:0;font-size:15px}.route-print-team-heading p{margin:3px 0 0;font-size:10px}.route-print-team-heading>strong{white-space:nowrap;font-size:10px}.route-print-stops{padding:0 10px}.route-print-stop{break-inside:avoid;border-bottom:1px solid #dfe5ec;grid-template-columns:24px 1fr;gap:8px;padding:8px 0;display:grid}.route-print-stop:last-child{border-bottom:0}.route-print-sequence{color:#fff;background:#0474ba;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:800;display:flex}.route-print-stop-title h3,.route-print-stop p{margin:0}.route-print-stop-title h3{font-size:12px}.route-print-stop-title span{color:#506176;font-size:9px}.route-print-stop p{margin-top:2px;font-size:9px;line-height:1.32}.route-order-help{color:var(--text-muted);font-size:11px}.request-customer-cell{align-items:center;gap:7px;min-width:0;display:flex}.request-customer-cell>:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-name-cell,.customer-legacy-record{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.customer-name-cell>button{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.customer-legacy-record{background:var(--surface-alt);color:var(--text-muted);border-radius:8px;padding:8px 10px;font-size:13px}.customer-profile-section{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:12px;padding:15px;display:flex}.customer-profile-section h3,.customer-profile-section p{margin:0}.customer-profile-section h3{font-size:14px}.customer-profile-section p{color:var(--text-muted);margin-top:4px;font-size:12px;line-height:1.5}.customer-profile-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-profile-field{flex-direction:column;gap:6px;min-width:0;display:flex}.customer-profile-field>span{color:var(--text-muted);font-size:12px;font-weight:600}.customer-profile-field-wide{grid-column:1/-1}.customer-profile-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.customer-profile-list{flex-direction:column;gap:8px;display:flex}.customer-profile-list>div{background:var(--surface-alt);border-radius:9px;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px;font-size:13px;display:flex}.customer-profile-list>div>strong,.customer-profile-list>div>span{overflow-wrap:anywhere}.customer-profile-list>div:has(>strong){flex-direction:column;gap:3px}.customer-profile-list>div:has(>strong)>span{color:var(--text-muted);font-size:12px}.customer-profile-empty{color:var(--text-muted)}.customer-merge-section{background:#fffdfa;border-color:#f0c987}.customer-merge-suggestions{flex-direction:column;gap:9px;display:flex}.customer-merge-suggestion{background:var(--surface);border:1px solid #f0d9ae;border-radius:10px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;display:grid}.customer-merge-suggestion>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.customer-merge-suggestion>div:first-child span{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px}.customer-merge-reasons{flex-wrap:wrap;gap:5px;display:flex}.customer-merge-confirmation{background:var(--danger-soft);border-radius:10px;flex-direction:column;gap:12px;padding:13px;display:flex}.customer-merge-compare{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.customer-merge-compare>div{background:var(--surface);border-radius:8px;flex-direction:column;gap:4px;min-width:0;padding:10px;display:flex}.customer-merge-compare span,.customer-merge-compare small{color:var(--text-muted)}.customer-merge-compare span{text-transform:uppercase;font-size:10px;font-weight:700}.customer-merge-compare small{overflow-wrap:anywhere}@media (width<=600px){.customer-profile-fields,.customer-merge-compare{grid-template-columns:1fr}.customer-profile-field-wide{grid-column:auto}.customer-merge-suggestion{grid-template-columns:1fr}}.request-modal{box-sizing:border-box;scrollbar-gutter:stable;overflow-x:clip}.request-modal-header{z-index:2;background:var(--surface);align-items:flex-start;gap:10px;margin:-24px -24px 0;padding:24px 24px 8px;display:flex;position:sticky;top:-24px}.request-modal-header>div{min-width:0}.request-modal-header>div>div{overflow-wrap:anywhere}.request-modal-flags{flex-wrap:wrap;gap:7px;display:flex}.request-modal-actions{flex-wrap:wrap;gap:8px;display:flex}.request-action-panel{background:var(--bg);border-radius:10px;flex-direction:column;gap:10px;padding:14px;scroll-margin-block:12px;display:flex}.request-action-panel-danger{background:var(--danger-soft)}.request-action-panel h3{margin:0;font-size:15px}.request-action-field{flex-direction:column;gap:5px;min-width:0;font-size:13px;font-weight:600;display:flex}.request-action-field input{min-width:0}.request-action-error{border:1px solid color-mix(in srgb, var(--danger) 35%, transparent);color:var(--danger);overflow-wrap:anywhere;border-radius:8px;padding:9px 10px;font-size:13px}.request-modal-section{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:15px}.request-modal-section h3{margin:0 0 12px;font-size:14px}.request-detail-grid,.request-payment-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;display:grid}.request-detail-grid>div,.request-payment-facts>div{flex-direction:column;gap:3px;min-width:0;display:flex}.request-detail-grid span,.request-payment-facts span{color:var(--text-muted);font-size:11px}.request-detail-grid strong,.request-payment-facts strong{overflow-wrap:anywhere;font-size:13px;font-weight:600}.request-detail-wide{grid-column:1/-1}.request-service-lines{flex-direction:column;gap:8px;display:flex}.request-service-line,.request-service-total{justify-content:space-between;gap:16px;font-size:13px;display:flex}.request-service-line>:last-child,.request-service-total>:last-child{flex:none}.request-service-total{border-top:1px solid var(--border);margin-top:3px;padding-top:10px;font-size:14px;font-weight:700}.request-payment-proof{background:var(--surface-alt);object-fit:contain;border-radius:10px;width:100%;max-height:280px;margin-bottom:13px;display:block}.request-payment-proof-empty{background:var(--surface-alt);color:var(--text-muted);text-align:center;border-radius:10px;margin-bottom:13px;padding:30px 16px;font-size:13px}.request-disclosure{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.request-history-shortcuts{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;display:grid}.request-history-shortcuts .request-disclosure[open]{grid-column:1/-1}.request-disclosure summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;font-size:14px;font-weight:600;list-style:none;display:flex}.request-disclosure summary::-webkit-details-marker{display:none}.request-disclosure summary:after{content:"Show";color:var(--brand);font-size:12px;font-weight:600}.request-disclosure[open] summary:after{content:"Hide"}.request-disclosure summary>:nth-child(2){color:var(--text-muted);margin-left:auto;font-size:12px;font-weight:500}.request-disclosure[open] summary{border-bottom:1px solid var(--border)}.request-timeline,.request-history{flex-direction:column;gap:0;padding:5px 15px 12px;display:flex}.request-timeline>div,.request-history>div{border-bottom:1px solid var(--surface-alt);grid-template-columns:126px minmax(0,1fr);gap:12px;padding:9px 0;font-size:12px;display:grid}.request-timeline>div:last-child,.request-history>div:last-child{border-bottom:0}.request-timeline time,.request-history span{color:var(--text-muted)}@media (width<=600px){.request-modal{top:max(8px, env(safe-area-inset-top))!important;right:max(8px, env(safe-area-inset-right))!important;bottom:max(8px, env(safe-area-inset-bottom))!important;left:max(8px, env(safe-area-inset-left))!important;width:auto!important;height:auto!important;max-height:none!important;padding:18px!important;padding-bottom:max(18px, env(safe-area-inset-bottom))!important;border-radius:12px!important;gap:12px!important;transform:none!important}@supports (height:100dvh){.request-modal{max-height:calc(100dvh - 16px)!important}}.request-modal-header{margin:-18px -18px 0;padding:18px 18px 8px;top:-18px}.request-modal-actions,.request-action-panel>button{width:100%}.request-modal-actions>button,.request-action-submit{width:100%;min-height:44px}.request-detail-grid,.request-payment-facts{grid-template-columns:1fr}.request-detail-wide{grid-column:auto}.request-timeline>div,.request-history>div{grid-template-columns:1fr;gap:3px}}.route-stop-notes{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.route-stop-note{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:999px;padding:2px 6px;font-size:10px;font-weight:600}.route-order-controls{flex-direction:column;gap:2px;display:flex}.route-order-button{width:26px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;padding:0;line-height:1}.route-order-button:hover:not(:disabled){border-color:var(--border);background:var(--surface);color:var(--brand)}.route-order-button:disabled{opacity:.25;cursor:not-allowed}.route-print-technician-note{color:#17334a;background:#eef7fc;border-left:3px solid #0474ba;padding:4px 6px;margin-top:4px!important}.route-print-empty{text-align:center;border:1px dashed #aab6c5;border-radius:8px;margin-top:18px;padding:24px;font-size:13px}.route-print-map-heading{align-items:baseline;margin:14px 0 6px}.route-print-map-page{flex-direction:column;display:flex}.route-print-map-heading>div:first-child{align-items:baseline;gap:10px;display:flex}.route-print-map-heading span{color:#506176;font-size:9px}.route-print-map-sequences{flex-wrap:wrap;justify-content:flex-end;gap:4px 12px;font-size:9px;display:flex}.route-map-print{border-radius:6px!important;height:168mm!important}.route-print-footer{color:#506176;text-align:center;margin-top:6px;font-size:8px}@page{size:A4 landscape;margin:9mm}@media print{html,body{width:100%;min-height:0;margin:0;padding:0;overflow:visible;background:#fff!important}#root{display:none!important}body>.route-print-sheet{pointer-events:auto;-webkit-print-color-adjust:exact;print-color-adjust:exact;width:100%;max-width:none;min-height:0;margin:0;padding:0;display:block;position:static;inset:auto;overflow:visible}.route-print-header{break-after:avoid-page;page-break-after:avoid}.route-print-teams{align-items:start;width:100%}.route-print-team{break-inside:avoid-page;page-break-inside:avoid;overflow:visible}.route-print-team-heading{break-after:avoid-page;page-break-after:avoid}.route-print-stop{break-inside:avoid-page;page-break-inside:avoid}.route-print-map-heading{break-after:avoid-page;page-break-after:avoid}.route-print-map-page{break-before:page;page-break-before:always;break-inside:avoid-page;page-break-inside:avoid;width:100%;height:190mm}.route-print-map-heading{justify-content:space-between;align-items:center;gap:12px;min-height:12mm;margin:0 0 3mm;display:flex}.route-map-print{break-inside:avoid-page;page-break-inside:avoid;flex:1;width:100%;min-height:0;height:auto!important}.route-print-footer{flex:none;margin-top:2mm}body.printing-report #root{display:block!important}body.printing-report .admin-shell{height:auto;display:block}body.printing-report .admin-main{padding:0;overflow:visible}body.printing-report>.route-print-sheet{display:none!important}}
