/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-kd8vz70bgq] {
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 42px);
    background:
        radial-gradient(circle at 12% 14%, rgba(194, 234, 215, .78) 0, transparent 30%),
        radial-gradient(circle at 88% 88%, rgba(218, 237, 228, .75) 0, transparent 28%),
        #f2f7f4;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-3hckhz04rg] { min-height: 100vh; display: grid; grid-template-columns: 272px 1fr; }
.sidebar[b-3hckhz04rg] { background: #102a2a; color: white; position: sticky; top: 0; height: 100vh; }
.main-column[b-3hckhz04rg] { min-width: 0; background: #f4f7f5; }
.topbar[b-3hckhz04rg] { height: 80px; padding: 0 36px; background: rgba(255,255,255,.92); border-bottom: 1px solid #dfe7e3; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px); }
.topbar > div[b-3hckhz04rg] { display: grid; gap: 2px; }
.eyebrow[b-3hckhz04rg] { color: #6b7f78; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topbar strong[b-3hckhz04rg] { color: #173630; font-size: 1rem; }
.topbar-actions[b-3hckhz04rg] { display: flex !important; grid-auto-flow: column; align-items: center; gap: 9px !important; }
.fullscreen-button[b-3hckhz04rg] { min-height: 42px; padding: 0 13px; display: flex; align-items: center; gap: 8px; border: 1px solid #d9e5e0; border-radius: 12px; background: #f8fbf9; color: #315c4f; font-size: .73rem; font-weight: 750; }
.fullscreen-button:hover[b-3hckhz04rg] { border-color: #a9c9bc; background: #edf7f2; color: #1d704f; }
.fullscreen-button:focus-visible[b-3hckhz04rg] { outline: 3px solid rgba(49, 145, 108, .22); outline-offset: 2px; }
.fullscreen-button svg[b-3hckhz04rg] { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.profile-button[b-3hckhz04rg] { display: flex; align-items: center; gap: 10px; padding: 7px 11px 7px 7px; border: 1px solid #dfe7e3; border-radius: 14px; background: white; color: #173630; text-align: left; }
.avatar[b-3hckhz04rg] { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: #d8f2e7; color: #176044; font-weight: 800; }
.profile-copy[b-3hckhz04rg] { display: grid; line-height: 1.15; }
.profile-copy b[b-3hckhz04rg] { font-size: .86rem; }
.profile-copy small[b-3hckhz04rg] { color: #71827c; font-size: .73rem; }
.logout-button[b-3hckhz04rg] { min-height:42px; padding:0 13px; display:flex; align-items:center; gap:8px; border:1px solid #ead8d4; border-radius:12px; background:#fff8f6; color:#9a4739; font-size:.73rem; font-weight:800; }
.logout-button:hover[b-3hckhz04rg] { border-color:#dfb9b0; background:#fff0ec; }
.logout-button:disabled[b-3hckhz04rg] { opacity:.6; cursor:wait; }
.logout-button svg[b-3hckhz04rg] { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.install-prompt[b-3hckhz04rg] { margin: 18px 38px 0; padding: 14px 16px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 13px; border: 1px solid #b9ddce; border-radius: 15px; background: linear-gradient(135deg, #f5fcf8, #eaf7f1); color: #214c3f; box-shadow: 0 9px 25px rgba(26, 91, 67, .08); }
.install-icon[b-3hckhz04rg] { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #247f5d, #176a4d); color: #fff; font-size: 1.15rem; font-weight: 900; box-shadow: 0 7px 16px rgba(31, 120, 87, .2); }
.install-copy[b-3hckhz04rg] { min-width: 0; }
.install-copy strong[b-3hckhz04rg] { color: #173f34; font-size: .86rem; }
.install-copy p[b-3hckhz04rg] { margin: 3px 0 0; color: #658078; font-size: .73rem; line-height: 1.4; }
.install-actions[b-3hckhz04rg] { display: flex; align-items: center; gap: 8px; }
.install-primary[b-3hckhz04rg] { min-height: 38px; padding: 0 14px; border: 0; border-radius: 10px; background: #1f7857; color: #fff; font-size: .73rem; font-weight: 800; box-shadow: 0 6px 14px rgba(31, 120, 87, .17); }
.install-primary:hover[b-3hckhz04rg] { background: #196b4e; }
.install-close[b-3hckhz04rg] { width: 34px; height: 34px; padding: 0; border: 0; border-radius: 9px; background: transparent; color: #71877f; font-size: 1.3rem; line-height: 1; }
.install-close:hover[b-3hckhz04rg] { background: rgba(31, 120, 87, .08); color: #315c4f; }
.content[b-3hckhz04rg] { max-width: 1440px; margin: 0 auto; padding: 34px 38px 56px; }

@media (max-width: 820px) {
    .app-shell[b-3hckhz04rg] { display: block; }
    .sidebar[b-3hckhz04rg] { height: auto; position: sticky; z-index: 20; }
    .topbar[b-3hckhz04rg] { height: 68px; padding: 0 18px; }
    .profile-copy[b-3hckhz04rg] { display: none; }
    .fullscreen-button[b-3hckhz04rg] { width: 40px; min-height: 40px; padding: 0; justify-content: center; }
    .fullscreen-button span[b-3hckhz04rg] { display: none; }
    .logout-button[b-3hckhz04rg] { width:40px; min-height:40px; padding:0; justify-content:center; }
    .logout-button span[b-3hckhz04rg] { display:none; }
    .install-prompt[b-3hckhz04rg] { margin: 12px 18px 0; grid-template-columns: 40px minmax(0, 1fr); gap: 10px; }
    .install-icon[b-3hckhz04rg] { width: 40px; height: 40px; }
    .install-actions[b-3hckhz04rg] { grid-column: 1 / -1; }
    .install-primary[b-3hckhz04rg] { flex: 1; }
    .content[b-3hckhz04rg] { padding: 24px 18px 96px; }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-ghly17yjpa] { height: 80px; padding: 0 22px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand[b-ghly17yjpa] { color: white; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark[b-ghly17yjpa] { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: #102a2a; background: #7ce1b2; font-weight: 900; font-size: 1.15rem; box-shadow: 0 8px 25px rgba(84,220,163,.18); }
.brand > span:last-child[b-ghly17yjpa] { display: grid; line-height: 1.1; }
.brand b[b-ghly17yjpa] { font-size: 1.06rem; letter-spacing: -.02em; }
.brand small[b-ghly17yjpa] { color: #9dbab0; font-size: .7rem; margin-top: 3px; }
.version-badge[b-ghly17yjpa] { margin-left:auto; padding:4px 7px; border:1px solid rgba(124,225,178,.28); border-radius:999px; background:rgba(124,225,178,.1); color:#a8e9ca; font-size:.62rem; font-weight:800; letter-spacing:.03em; white-space:nowrap; }
.menu-toggle[b-ghly17yjpa] { display: none; margin-left: auto; border: 0; background: transparent; color: white; font-size: 1.45rem; }
.navigation[b-ghly17yjpa] { height: calc(100vh - 80px); padding: 25px 15px 18px; display: flex; flex-direction: column; }
nav[b-ghly17yjpa] { display: grid; gap: 5px; }
.nav-label[b-ghly17yjpa] { color: #789c90; padding: 0 13px 9px; font-size: .68rem; letter-spacing: .13em; font-weight: 800; text-transform: uppercase; }
.nav-label.secondary[b-ghly17yjpa] { margin-top: 24px; }
.nav-link[b-ghly17yjpa] { min-height: 46px; padding: 0 13px; border-radius: 11px; color: #c9ddd6; display: flex; gap: 12px; align-items: center; font-weight: 650; font-size: .9rem; text-decoration: none; transition: .18s ease; }
.nav-link:hover[b-ghly17yjpa] { color: white; background: rgba(255,255,255,.07); }
.nav-link.active[b-ghly17yjpa] { color: #eafff6; background: #214b42; box-shadow: inset 3px 0 #70dcae; }
.nav-icon[b-ghly17yjpa] { width: 22px; text-align: center; color: #7ce1b2; font-size: 1.1rem; }
.connection-status[b-ghly17yjpa] { margin-top: auto; padding: 14px; display: flex; align-items: center; gap: 10px; border-radius: 13px; background: rgba(0,0,0,.14); color: #cfe3dc; }
.connection-status i[b-ghly17yjpa] { width: 9px; height: 9px; border-radius: 50%; background: #70dcae; box-shadow: 0 0 0 5px rgba(112,220,174,.1); }
.connection-status span[b-ghly17yjpa] { display: grid; line-height: 1.2; }
.connection-status b[b-ghly17yjpa] { font-size: .74rem; }
.connection-status small[b-ghly17yjpa] { color: #83a69a; font-size: .63rem; margin-top: 3px; }

@media (max-width: 820px) {
    .brand-row[b-ghly17yjpa] { height: 64px; }
    .version-badge[b-ghly17yjpa] { margin-left:auto; margin-right:12px; }
    .menu-toggle[b-ghly17yjpa] { display: block; margin-left:0; }
    .navigation[b-ghly17yjpa] { height: auto; padding: 12px 15px 18px; background: #102a2a; position: absolute; width: 100%; box-shadow: 0 20px 35px rgba(8,31,26,.25); }
    .navigation.collapse[b-ghly17yjpa] { display: none; }
    .connection-status[b-ghly17yjpa] { display: none; }
}

@media (min-width: 821px) { .navigation.collapse[b-ghly17yjpa] { display: flex; } }
/* /Pages/Budgets.razor.rz.scp.css */
.budgets-page[b-z9m8ffgs9y]{max-width:1400px;margin:0 auto;padding:clamp(28px,4vw,52px)}.budgets-header[b-z9m8ffgs9y]{margin-bottom:24px}.eyebrow[b-z9m8ffgs9y]{color:#568075;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.budgets-header h1[b-z9m8ffgs9y]{margin:7px 0 5px;color:#163830}.budgets-header p[b-z9m8ffgs9y]{margin:0;color:#6b7f79}.budgets-card[b-z9m8ffgs9y]{padding:18px!important;border:1px solid #dce6e1!important;border-radius:15px!important;box-shadow:0 5px 18px rgba(25,60,49,.04)!important}.budgets-toolbar[b-z9m8ffgs9y]{display:flex;align-items:center;gap:10px;margin-bottom:18px}.budgets-toolbar[b-z9m8ffgs9y]  .rz-button{min-height:42px;border-radius:9px}.budget-summary[b-z9m8ffgs9y]{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:18px}.budget-summary>div[b-z9m8ffgs9y]{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid #dce7e2;border-radius:12px;background:#f7faf8}.budget-summary span[b-z9m8ffgs9y]{color:#6d817a;font-size:.75rem;font-weight:700;text-transform:uppercase}.budget-summary strong[b-z9m8ffgs9y]{color:#153b32;font-size:1.05rem}[b-z9m8ffgs9y] .budgets-grid{border:1px solid #e0e8e4;border-radius:12px;overflow:hidden}[b-z9m8ffgs9y] .budgets-grid .rz-grid-table thead th{background:#f3f7f5;color:#587269;font-size:.72rem;text-transform:uppercase}[b-z9m8ffgs9y] .budgets-grid .rz-cell-data{padding-top:13px;padding-bottom:13px}.budget-id[b-z9m8ffgs9y]{display:flex;align-items:center;gap:7px;color:#1f775a}.budget-id .material-symbols-outlined[b-z9m8ffgs9y]{font-size:20px}.budget-notes[b-z9m8ffgs9y]{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:220px}.employee-cell[b-z9m8ffgs9y]{display:flex;align-items:center;gap:8px}.employee-avatar[b-z9m8ffgs9y]{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dff2e9;color:#176348;font-size:.7rem!important;font-weight:800}.budgets-empty[b-z9m8ffgs9y]{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#70827c}.budgets-empty .material-symbols-outlined[b-z9m8ffgs9y]{font-size:44px;color:#78a596;margin-bottom:8px}.budgets-empty strong[b-z9m8ffgs9y]{font-size:1.05rem;color:#274b42}.budgets-empty p[b-z9m8ffgs9y]{margin:5px 0 0}@media(max-width:800px){.budget-summary[b-z9m8ffgs9y]{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.budgets-page[b-z9m8ffgs9y]{padding:20px 14px}.budgets-toolbar[b-z9m8ffgs9y]{align-items:stretch;flex-direction:column}.budgets-toolbar[b-z9m8ffgs9y]  .rz-button{width:100%}.budget-summary[b-z9m8ffgs9y]{grid-template-columns:1fr 1fr}.budget-summary>div[b-z9m8ffgs9y]{padding:12px}.budgets-card[b-z9m8ffgs9y]{padding:12px!important}}
/* /Pages/Customers.razor.rz.scp.css */
.directory-page[b-4fxvhedyb2]{max-width:1400px;margin:0 auto;padding:clamp(28px,4vw,52px)}.directory-header[b-4fxvhedyb2]{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow[b-4fxvhedyb2]{color:#568075;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.directory-header h1[b-4fxvhedyb2]{margin:7px 0 5px;color:#163830}.directory-header p[b-4fxvhedyb2]{margin:0}.directory-header[b-4fxvhedyb2]  .rz-button{min-height:46px;border-radius:11px}.directory-card[b-4fxvhedyb2]{padding:18px!important;border:1px solid #dce6e1!important;border-radius:15px!important}.directory-toolbar[b-4fxvhedyb2]{display:flex;gap:10px;margin-bottom:16px}.directory-search[b-4fxvhedyb2]{width:min(600px,100%)}.directory-toolbar[b-4fxvhedyb2]  .rz-textbox,.directory-toolbar[b-4fxvhedyb2]  .rz-button{min-height:42px;border-radius:9px}[b-4fxvhedyb2] .sic-data-grid{border:1px solid #e0e8e4;border-radius:12px;overflow:hidden}[b-4fxvhedyb2] .sic-data-grid .rz-grid-table thead th{background:#f3f7f5;color:#587269;font-size:.72rem;text-transform:uppercase}[b-4fxvhedyb2] .sic-data-grid .rz-cell-data{padding-top:12px;padding-bottom:12px}@media(max-width:650px){.directory-page[b-4fxvhedyb2]{padding:20px 14px}.directory-header[b-4fxvhedyb2],.directory-toolbar[b-4fxvhedyb2]{align-items:stretch;flex-direction:column}.directory-header[b-4fxvhedyb2]  .rz-button,.directory-search[b-4fxvhedyb2]{width:100%}}
/* /Pages/Home.razor.rz.scp.css */
.welcome-row[b-mly1k6ht4p] { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-kicker[b-mly1k6ht4p] { color: #568075; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
h1[b-mly1k6ht4p] { color: #163830; font-size: clamp(2rem,4vw,2.65rem); letter-spacing: -.045em; margin: 5px 0 3px; font-weight: 780; }
.welcome-row p[b-mly1k6ht4p] { color: #73837e; margin: 0; }
.primary-action[b-mly1k6ht4p] { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 13px; padding: 0 20px; background: #1f7857; color: white; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(31,120,87,.2); }
.primary-action span[b-mly1k6ht4p] { font-size: 1.25rem; margin-right: 5px; }
.metric-grid[b-mly1k6ht4p] { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-bottom: 20px; }
.metric-card[b-mly1k6ht4p] { min-height: 135px; background: white; border: 1px solid #e1e9e5; border-radius: 17px; padding: 21px; display: flex; align-items: flex-start; gap: 15px; box-shadow: 0 5px 18px rgba(25,60,49,.035); }
.metric-icon[b-mly1k6ht4p] { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-weight: 900; }
.metric-card > div[b-mly1k6ht4p] { display: grid; }
.metric-card small[b-mly1k6ht4p] { color: #71827d; font-weight: 650; }
.metric-card strong[b-mly1k6ht4p] { color: #173830; font-size: 2rem; line-height: 1.1; margin: 5px 0 3px; }
.metric-card em[b-mly1k6ht4p] { color: #8a9994; font-size: .7rem; font-style: normal; }
.accent-green .metric-icon[b-mly1k6ht4p] { background:#daf3e7; color:#167653; }.accent-orange .metric-icon[b-mly1k6ht4p] { background:#fff0df; color:#bb6a28; }.accent-blue .metric-icon[b-mly1k6ht4p] { background:#e3effc; color:#3c75aa; }.accent-violet .metric-icon[b-mly1k6ht4p] { background:#eee8fa; color:#7254a4; }
.dashboard-grid[b-mly1k6ht4p] { display: grid; grid-template-columns: minmax(0,1.75fr) minmax(290px,.75fr); gap: 20px; }
.panel[b-mly1k6ht4p] { background: white; border: 1px solid #e1e9e5; border-radius: 18px; box-shadow: 0 5px 20px rgba(25,60,49,.035); overflow: hidden; }
.panel-header[b-mly1k6ht4p] { min-height: 82px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf1ef; }
.panel-header h2[b-mly1k6ht4p] { color:#173830; font-size: 1rem; margin:0 0 3px; }.panel-header p[b-mly1k6ht4p] { color:#899792; font-size:.75rem; margin:0; }.panel-header a[b-mly1k6ht4p],.agenda-link[b-mly1k6ht4p] { color:#247657; font-size:.76rem; font-weight:800; text-decoration:none; }
.order-row[b-mly1k6ht4p] { min-height: 78px; padding: 13px 22px; display:grid; grid-template-columns:42px minmax(150px,1.3fr) minmax(130px,1fr) auto 45px; align-items:center; gap:13px; border-bottom:1px solid #f0f3f2; }
.order-row:last-child[b-mly1k6ht4p] { border:0; }.vehicle-badge[b-mly1k6ht4p] { width:40px;height:40px;border-radius:11px;display:grid;place-items:center;font-size:.72rem;font-weight:900; }.vehicle-badge.green[b-mly1k6ht4p]{background:#daf3e7;color:#176746}.vehicle-badge.orange[b-mly1k6ht4p]{background:#fff0df;color:#a45b25}.vehicle-badge.blue[b-mly1k6ht4p]{background:#e3effc;color:#396e9d}.vehicle-badge.violet[b-mly1k6ht4p]{background:#eee8fa;color:#694d95}
.vehicle[b-mly1k6ht4p] { display:grid;line-height:1.25; }.vehicle strong[b-mly1k6ht4p]{color:#1e3c35;font-size:.84rem}.vehicle small[b-mly1k6ht4p],.service[b-mly1k6ht4p]{color:#84938e;font-size:.72rem}.service[b-mly1k6ht4p]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status[b-mly1k6ht4p]{border-radius:999px;padding:6px 9px;font-size:.65rem;font-weight:800;white-space:nowrap}.in-progress[b-mly1k6ht4p]{background:#e1f3ec;color:#1b7755}.waiting[b-mly1k6ht4p]{background:#fff0df;color:#a75c24}.ready[b-mly1k6ht4p]{background:#e4f0fc;color:#316e9e}.review[b-mly1k6ht4p]{background:#eee8fa;color:#684d94}.order-row time[b-mly1k6ht4p]{color:#9aa6a2;font-size:.68rem;text-align:right}
.more[b-mly1k6ht4p]{border:0;background:#f2f6f4;border-radius:9px;color:#668078}.agenda-list[b-mly1k6ht4p]{padding:8px 20px}.agenda-list article[b-mly1k6ht4p]{min-height:70px;display:grid;grid-template-columns:48px 1fr 8px;gap:12px;align-items:center;border-bottom:1px solid #f0f3f2}.agenda-list article:last-child[b-mly1k6ht4p]{border:0}.agenda-list time[b-mly1k6ht4p]{color:#2d604f;font-size:.75rem;font-weight:900}.agenda-list div[b-mly1k6ht4p]{display:grid}.agenda-list strong[b-mly1k6ht4p]{color:#26443d;font-size:.8rem}.agenda-list small[b-mly1k6ht4p]{color:#8b9995;font-size:.68rem;margin-top:3px}.dot[b-mly1k6ht4p]{width:7px;height:7px;border-radius:50%}.dot.green[b-mly1k6ht4p]{background:#65c89d}.dot.orange[b-mly1k6ht4p]{background:#ed9d5e}.dot.blue[b-mly1k6ht4p]{background:#6ca2d3}.dot.violet[b-mly1k6ht4p]{background:#9976c7}.agenda-link[b-mly1k6ht4p]{display:block;margin:6px 20px 20px;padding:12px;text-align:center;background:#edf7f2;border-radius:11px}
@media(max-width:1150px){.metric-grid[b-mly1k6ht4p]{grid-template-columns:repeat(2,1fr)}.dashboard-grid[b-mly1k6ht4p]{grid-template-columns:1fr}.agenda-panel[b-mly1k6ht4p]{display:none}}
@media(max-width:650px){.welcome-row[b-mly1k6ht4p]{align-items:stretch;flex-direction:column}.primary-action[b-mly1k6ht4p]{width:100%}.metric-grid[b-mly1k6ht4p]{grid-template-columns:1fr 1fr;gap:10px}.metric-card[b-mly1k6ht4p]{min-height:125px;padding:15px;display:grid;gap:8px}.metric-card strong[b-mly1k6ht4p]{font-size:1.65rem}.order-row[b-mly1k6ht4p]{grid-template-columns:40px 1fr auto;padding:12px 14px}.service[b-mly1k6ht4p],.order-row time[b-mly1k6ht4p]{display:none}.status[b-mly1k6ht4p]{grid-column:3}.panel-header[b-mly1k6ht4p]{padding:17px 15px}}
/* /Pages/Login.razor.rz.scp.css */
.login-frame[b-vl0xnwrjwl] {
    width: min(1020px, 100%);
    min-height: 620px;
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    overflow: hidden;
    border: 1px solid rgba(211, 226, 220, .9);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(19, 59, 47, .15), 0 2px 8px rgba(19, 59, 47, .04);
}

.login-brand[b-vl0xnwrjwl] {
    padding: 44px;
    color: #fff;
    background: linear-gradient(145deg, #0d2725 0%, #153f36 52%, #1b5947 100%);
    display: flex;
    flex-direction: column;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.login-brand[b-vl0xnwrjwl]::before,
.login-brand[b-vl0xnwrjwl]::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.login-brand[b-vl0xnwrjwl]::before {
    width: 330px;
    height: 330px;
    top: -205px;
    left: -150px;
    background: rgba(117, 223, 175, .08);
    box-shadow: 0 0 0 58px rgba(117, 223, 175, .035);
}

.login-brand[b-vl0xnwrjwl]::after {
    width: 210px;
    height: 210px;
    right: -108px;
    bottom: -78px;
    border: 62px solid rgba(121, 223, 177, .1);
    box-shadow: 0 0 0 36px rgba(121, 223, 177, .035);
}

.brand-lockup[b-vl0xnwrjwl] { display: flex; align-items: center; gap: 13px; }
.brand-lockup > span[b-vl0xnwrjwl] { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #8ce9be, #67d5a1); color: #12372f; font-size: 1.25rem; font-weight: 900; box-shadow: 0 9px 25px rgba(0, 0, 0, .18); }
.brand-lockup div[b-vl0xnwrjwl] { display: grid; line-height: 1.1; }
.brand-lockup b[b-vl0xnwrjwl] { font-size: 1.12rem; letter-spacing: -.01em; }
.brand-lockup small[b-vl0xnwrjwl] { color: #a9c8bd; font-size: .7rem; margin-top: 4px; }
.brand-message[b-vl0xnwrjwl] { margin: auto 0; max-width: 430px; }
.brand-message > span[b-vl0xnwrjwl] { color: #82e4b8; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.brand-message h1[b-vl0xnwrjwl] { font-size: clamp(2.55rem, 4vw, 3.1rem); line-height: 1.02; letter-spacing: -.055em; margin: 14px 0 20px; text-wrap: balance; }
.brand-message p[b-vl0xnwrjwl] { max-width: 390px; color: #b9d0c8; line-height: 1.7; font-size: .9rem; margin: 0; }
.secure-note[b-vl0xnwrjwl] { display: flex; align-items: center; gap: 8px; color: #91aea4; font-size: .68rem; }
.secure-note svg[b-vl0xnwrjwl] { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.login-card[b-vl0xnwrjwl] { padding: 56px 54px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(180deg, #fff 0%, #fdfefe 100%); }
.login-heading[b-vl0xnwrjwl] { display:flex; align-items:center; justify-content:space-between; gap:14px; }
.login-heading>span[b-vl0xnwrjwl] { color:#257857; font-size:.7rem; font-weight:850; text-transform:uppercase; letter-spacing:.14em; }
.login-version[b-vl0xnwrjwl] { padding:4px 8px; border:1px solid #cfe4da; border-radius:999px; background:#f0f8f4; color:#36715d; font-size:.66rem; font-weight:800; letter-spacing:.02em; }
.login-card header > span[b-vl0xnwrjwl] { color: #257857; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.login-card h2[b-vl0xnwrjwl] { color: #173830; font-size: 2.05rem; letter-spacing: -.045em; margin: 8px 0 6px; }
.login-card header p[b-vl0xnwrjwl] { color: #82918c; font-size: .86rem; margin: 0 0 30px; }
.login-card[b-vl0xnwrjwl]  form { display: grid; gap: 20px; }

.field-group[b-vl0xnwrjwl] { display: grid; gap: 7px; }
.field-group label[b-vl0xnwrjwl], .field-heading label[b-vl0xnwrjwl] { color: #34554c; font-size: .76rem; font-weight: 780; }
.field-heading[b-vl0xnwrjwl] { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.field-heading span[b-vl0xnwrjwl] { color: #9aa8a3; font-size: .65rem; }
.input-shell[b-vl0xnwrjwl] { position: relative; display: flex; align-items: center; }
.input-shell > svg[b-vl0xnwrjwl] { position: absolute; z-index: 1; left: 14px; width: 18px; height: 18px; color: #78958b; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; transition: color .18s ease; }
.input-shell[b-vl0xnwrjwl]  input { flex: 1 1 auto; width: 100%; min-width: 0; height: 52px; border: 1px solid #d5e1dc; border-radius: 13px; padding: 0 44px; color: #173830; background: #fafcfb; outline: none; font-size: .85rem; font-weight: 550; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.input-shell[b-vl0xnwrjwl]  input::placeholder { color: #a5b2ad; font-weight: 450; opacity: 1; }
.input-shell:focus-within > svg[b-vl0xnwrjwl] { color: #237b59; }
.input-shell[b-vl0xnwrjwl]  input:hover:not(:focus) { border-color: #bdcfc7; background: #fff; }
.input-shell[b-vl0xnwrjwl]  input:focus { border-color: #2f906a; background: #fff; box-shadow: 0 0 0 4px rgba(47, 144, 106, .11), 0 5px 16px rgba(31, 120, 87, .05); }
.input-shell[b-vl0xnwrjwl]  input.invalid { border-color: #d77561; box-shadow: 0 0 0 3px rgba(215, 117, 97, .09); }
.input-shell[b-vl0xnwrjwl]  input.valid.modified { border-color: #69a98d; }

.password-toggle[b-vl0xnwrjwl] { position: absolute; z-index: 2; right: 7px; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 9px; color: #78958b; background: transparent; box-shadow: none; transition: color .18s ease, background .18s ease; }
.password-toggle:hover[b-vl0xnwrjwl] { color: #236f53; background: #edf6f2; }
.password-toggle:focus-visible[b-vl0xnwrjwl] { outline: 2px solid #31916c; outline-offset: 1px; }
.password-toggle svg[b-vl0xnwrjwl] { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

[b-vl0xnwrjwl] .validation-message { color: #b85240; font-size: .69rem; font-weight: 600; }
.branch-picker[b-vl0xnwrjwl] { min-width: 0; margin: 0; padding: 14px; border: 1px solid #d9e5e0; border-radius: 13px; background: #f8fbf9; }
.branch-picker legend[b-vl0xnwrjwl] { padding: 0 5px; color: #244c40; font-size: .78rem; font-weight: 800; }
.branch-picker > p[b-vl0xnwrjwl] { margin: -2px 0 11px; color: #83938d; font-size: .68rem; }
.branch-options[b-vl0xnwrjwl] { display: grid; gap: 8px; max-height: 190px; overflow-y: auto; }
.branch-option[b-vl0xnwrjwl] { width: 100%; min-height: 55px; padding: 8px 10px; display: grid; grid-template-columns: 36px minmax(0, 1fr) 24px; align-items: center; gap: 10px; border: 1px solid #d8e4df; border-radius: 11px; color: #31574b; background: #fff; text-align: left; box-shadow: none; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.branch-option:hover[b-vl0xnwrjwl] { border-color: #8eb9a7; background: #fbfefc; }
.branch-option.selected[b-vl0xnwrjwl] { border-color: #2d8965; background: #eff9f4; box-shadow: 0 0 0 3px rgba(45, 137, 101, .1); }
.branch-icon[b-vl0xnwrjwl] { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: #2d7e60; background: #e7f4ee; }
.branch-icon svg[b-vl0xnwrjwl], .branch-check svg[b-vl0xnwrjwl] { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.branch-option > span:nth-child(2)[b-vl0xnwrjwl] { min-width: 0; display: grid; gap: 2px; }
.branch-option b[b-vl0xnwrjwl] { overflow: hidden; color: #244c40; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.branch-option small[b-vl0xnwrjwl] { color: #899891; font-size: .62rem; }
.branch-check[b-vl0xnwrjwl] { color: transparent; }
.branch-option.selected .branch-check[b-vl0xnwrjwl] { color: #247d5b; }
.remember[b-vl0xnwrjwl] { min-height: 24px; margin: 3px 0 1px; display: grid; grid-template-columns: 19px 1fr; align-items: center; gap: 10px; color: #4e675f; font-size: .74rem; font-weight: 620; line-height: 1.35; cursor: pointer; }
.remember[b-vl0xnwrjwl]  input { width: 18px; height: 18px; margin: 0; accent-color: #247d5b; cursor: pointer; }
.login-error[b-vl0xnwrjwl] { display: flex; align-items: flex-start; gap: 9px; padding: 11px 13px; border: 1px solid #f3d4cc; border-radius: 10px; background: #fff4f1; color: #a34534; font-size: .74rem; line-height: 1.4; }
.login-error svg[b-vl0xnwrjwl] { width: 17px; min-width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.submit-button[b-vl0xnwrjwl] { width: 100%; height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 13px; background: linear-gradient(135deg, #247f5d, #196d50); color: #fff; font-weight: 850; letter-spacing: .01em; box-shadow: 0 12px 25px rgba(31, 120, 87, .22); transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.submit-button:hover:not(:disabled)[b-vl0xnwrjwl] { transform: translateY(-1px); filter: brightness(1.04); box-shadow: 0 15px 28px rgba(31, 120, 87, .27); }
.submit-button:active:not(:disabled)[b-vl0xnwrjwl] { transform: translateY(0); }
.submit-button:focus-visible[b-vl0xnwrjwl] { outline: 3px solid rgba(49, 145, 108, .28); outline-offset: 3px; }
.submit-button:disabled[b-vl0xnwrjwl] { opacity: .68; cursor: wait; }
.submit-button svg[b-vl0xnwrjwl] { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.spinner[b-vl0xnwrjwl] { width: 17px; height: 17px; border: 2px solid rgba(255, 255, 255, .35); border-top-color: #fff; border-radius: 50%; animation: spin-b-vl0xnwrjwl .7s linear infinite; }
@keyframes spin-b-vl0xnwrjwl { to { transform: rotate(360deg); } }

.login-card footer[b-vl0xnwrjwl] { margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 7px; text-align: center; color: #97a49f; font-size: .66rem; }
.login-card footer svg[b-vl0xnwrjwl] { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (prefers-reduced-motion: reduce) {
    .submit-button[b-vl0xnwrjwl], .input-shell[b-vl0xnwrjwl]  input, .password-toggle[b-vl0xnwrjwl] { transition: none; }
}

@media (max-width: 760px) {
    .login-frame[b-vl0xnwrjwl] { display: block; min-height: 0; border-radius: 22px; }
    .login-brand[b-vl0xnwrjwl] { padding: 24px 26px; min-height: 156px; }
    .brand-message[b-vl0xnwrjwl] { margin: 30px 0 0; }
    .brand-message > span[b-vl0xnwrjwl], .brand-message p[b-vl0xnwrjwl], .secure-note[b-vl0xnwrjwl] { display: none; }
    .brand-message h1[b-vl0xnwrjwl] { font-size: 1.7rem; margin: 0; }
    .login-card[b-vl0xnwrjwl] { padding: 34px 26px 38px; }
    .login-card[b-vl0xnwrjwl]  form { gap: 22px; }
    .remember[b-vl0xnwrjwl] { margin-block: 5px 2px; }
    .login-card h2[b-vl0xnwrjwl] { font-size: 1.8rem; }
}

@media (max-width: 420px) {
    .login-brand[b-vl0xnwrjwl] { min-height: 132px; }
    .brand-message[b-vl0xnwrjwl] { margin-top: 22px; }
    .brand-message h1[b-vl0xnwrjwl] { font-size: 1.5rem; }
    .login-card[b-vl0xnwrjwl] { padding-inline: 21px; }
    .field-heading span[b-vl0xnwrjwl] { display: none; }
}
/* /Pages/NewOrder.razor.rz.scp.css */
.new-order-page[b-1t1ozkxoj4] { max-width:1320px; margin:0 auto; padding:clamp(28px,4vw,52px); }
.new-order-page > span[b-1t1ozkxoj4] { color:#568075; font-size:.72rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.new-order-page > h1[b-1t1ozkxoj4] { margin:7px 0 4px; }
.new-order-page > p[b-1t1ozkxoj4] { margin:0 0 30px; }
.order-form[b-1t1ozkxoj4] { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; padding:24px; border:1px solid #dce7e2; border-radius:16px; background:#f8fbf9; }
.order-form label[b-1t1ozkxoj4] { min-width:0; display:grid; align-content:start; gap:7px; color:#36564d; font-size:.82rem; font-weight:750; }
.order-form input:not([type=checkbox])[b-1t1ozkxoj4], .order-form select[b-1t1ozkxoj4], .order-form textarea[b-1t1ozkxoj4] { width:100%; min-height:44px; padding:9px 11px; border:1px solid #c8d7d1; border-radius:9px; background:white; color:#173a31; outline:0; }
.order-form .promised-date[b-1t1ozkxoj4] { min-width:0; appearance:auto; font:inherit; font-weight:650; color-scheme:light; }
.order-form .promised-date[b-1t1ozkxoj4]::-webkit-calendar-picker-indicator { width:20px; height:20px; margin:0; padding:3px; opacity:.72; cursor:pointer; }
.order-form[b-1t1ozkxoj4]  .rz-dropdown, .order-form[b-1t1ozkxoj4]  .rz-calendar { width:100%; min-height:44px; border:1px solid #c8d7d1; border-radius:9px; background:#fff; box-shadow:none; }
.order-form[b-1t1ozkxoj4]  .rz-dropdown-label { display:flex; align-items:center; padding:0 11px; color:#173a31; }
.order-form[b-1t1ozkxoj4]  .rz-datepicker { width:100%; }
.order-form[b-1t1ozkxoj4]  .rz-datepicker > .rz-inputtext { min-height:44px; border:1px solid #c8d7d1; border-radius:9px; padding:9px 44px 9px 11px; color:#173a31; }
.order-form[b-1t1ozkxoj4]  .rz-dropdown:focus-within, .order-form[b-1t1ozkxoj4]  .rz-datepicker:focus-within > .rz-inputtext { border-color:#1f7857; box-shadow:0 0 0 3px rgba(31,120,87,.12); }
.order-form input:focus[b-1t1ozkxoj4], .order-form select:focus[b-1t1ozkxoj4], .order-form textarea:focus[b-1t1ozkxoj4] { border-color:#1f7857; box-shadow:0 0 0 3px rgba(31,120,87,.12); }
.order-form textarea[b-1t1ozkxoj4] { min-height:92px; resize:vertical; }
.order-form .statement-field[b-1t1ozkxoj4] { grid-column:1/-1; }
.order-form .statement-field textarea[b-1t1ozkxoj4] { min-height:124px; line-height:1.45; }
.order-form .dictate-action[b-1t1ozkxoj4] { min-height:42px; margin:0; padding:0 15px; display:inline-flex; align-items:center; justify-content:center; gap:8px; border:0; border-radius:9px; background:#1f7857; color:white; font-weight:800; }
.dictate-action svg[b-1t1ozkxoj4],.drawing-box .secondary-action svg[b-1t1ozkxoj4] { width:19px; height:19px; flex:0 0 auto; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.order-form label:has(textarea)[b-1t1ozkxoj4], .order-form label:first-child[b-1t1ozkxoj4] { grid-column:span 2; }
.selected-vehicle[b-1t1ozkxoj4] { grid-column:span 2; display:flex; flex-direction:column; justify-content:center; gap:3px; min-height:68px; padding:11px 15px; border:1px solid #d5e4de; border-radius:11px; background:#fff; }
.selected-vehicle > span[b-1t1ozkxoj4] { color:#6d817a; font-size:.7rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.selected-vehicle strong[b-1t1ozkxoj4] { color:#173a31; }
.selected-vehicle small[b-1t1ozkxoj4] { color:#668078; }
.order-form label:has(input[type=checkbox])[b-1t1ozkxoj4] { display:flex; flex-direction:row; align-items:center; gap:8px; min-height:42px; padding:9px 11px; border:1px solid #dce7e2; border-radius:9px; background:white; font-size:.8rem; }
.order-form input[type=checkbox][b-1t1ozkxoj4] { width:17px; height:17px; accent-color:#1f7857; }
.new-order-page > ul[b-1t1ozkxoj4] { display:flex; flex-wrap:wrap; gap:8px; padding:0; list-style:none; }
.new-order-page > ul li[b-1t1ozkxoj4] { padding:7px 10px; border-radius:999px; background:#e8f3ee; color:#285849; }
.order-accordions[b-1t1ozkxoj4] { display:grid; gap:12px; margin-top:22px; }
.order-accordions details[b-1t1ozkxoj4] { overflow:hidden; border:1px solid #d7e4de; border-radius:14px; background:#fff; transition:border-color .18s,box-shadow .18s; }
.order-accordions details[open][b-1t1ozkxoj4] { border-color:#a9c8bb; box-shadow:0 8px 24px rgba(22,56,48,.07); }
.order-accordions summary[b-1t1ozkxoj4] { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:68px; padding:13px 18px; color:#173a31; cursor:pointer; list-style:none; user-select:none; }
.order-accordions summary[b-1t1ozkxoj4]::-webkit-details-marker { display:none; }
.order-accordions summary[b-1t1ozkxoj4]::after { content:'+'; flex:0 0 auto; display:grid; place-items:center; width:30px; height:30px; border-radius:50%; background:#e8f3ee; color:#1f7857; font-size:1.25rem; font-weight:700; }
.order-accordions details[open] summary[b-1t1ozkxoj4]::after { content:'−'; }
.order-accordions summary > span:first-child[b-1t1ozkxoj4] { display:grid; gap:3px; margin-right:auto; }
.order-accordions summary strong[b-1t1ozkxoj4] { font-size:1rem; }
.order-accordions summary small[b-1t1ozkxoj4] { color:#6a8078; font-size:.78rem; font-weight:500; }
.accordion-status[b-1t1ozkxoj4] { color:#477066; font-size:.75rem; font-weight:750; }
.accordion-content[b-1t1ozkxoj4] { padding:20px; border-top:1px solid #e1ebe7; background:#fbfdfc; }
.accordion-form[b-1t1ozkxoj4] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.accordion-form label[b-1t1ozkxoj4],.email-editor label[b-1t1ozkxoj4] { display:grid; gap:7px; color:#36564d; font-size:.82rem; font-weight:750; }
.accordion-form input:not([type=checkbox])[b-1t1ozkxoj4],.email-editor input[b-1t1ozkxoj4] { width:100%; min-height:44px; padding:9px 11px; border:1px solid #c8d7d1; border-radius:9px; background:#fff; }
.accordion-form[b-1t1ozkxoj4]  .rz-dropdown { width:100%; min-height:44px; border:1px solid #c8d7d1; border-radius:9px; background:#fff; box-shadow:none; }
.accordion-form[b-1t1ozkxoj4]  .rz-dropdown-label { display:flex; align-items:center; padding:0 11px; color:#173a31; }
.check-grid[b-1t1ozkxoj4] { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.check-grid label[b-1t1ozkxoj4] { display:flex; align-items:center; gap:9px; min-height:48px; padding:11px 13px; border:1px solid #dce7e2; border-radius:10px; background:#fff; color:#294d43; font-size:.84rem; font-weight:750; }
.check-grid input[type=checkbox][b-1t1ozkxoj4],.terms-content input[type=checkbox][b-1t1ozkxoj4] { width:18px; height:18px; accent-color:#1f7857; }
.media-content[b-1t1ozkxoj4],.drawing-box[b-1t1ozkxoj4] { margin:0; border:0; border-radius:0; }
.media-actions[b-1t1ozkxoj4] { display:flex; align-items:stretch; flex-wrap:wrap; gap:10px; }
.capture-action[b-1t1ozkxoj4] { position:relative; display:inline-flex; align-items:center; justify-content:center; gap:8px; width:auto; min-height:46px; margin:0; padding:0 16px; overflow:hidden; box-sizing:border-box; border:1px solid #1f7857; border-radius:10px; background:#1f7857; color:#fff; cursor:pointer; font:inherit; line-height:1.2; text-align:center; }
.capture-action.secondary[b-1t1ozkxoj4] { border-color:#bfd2ca; background:#fff; color:#315148; }
.capture-action span[b-1t1ozkxoj4] { font-size:1.05rem; }
.capture-action strong[b-1t1ozkxoj4] { font-size:.82rem; }
.capture-action[b-1t1ozkxoj4]  input[type=file] { position:absolute; inset:0; z-index:2; display:block; width:100%; height:100%; margin:0; padding:0; opacity:0; cursor:pointer; }
.camera-overlay[b-1t1ozkxoj4] { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:18px; background:rgba(5,20,17,.82); backdrop-filter:blur(5px); }
.camera-dialog[b-1t1ozkxoj4] { width:min(760px,100%); max-height:calc(100dvh - 36px); overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 24px 80px rgba(0,0,0,.4); }
.camera-dialog header[b-1t1ozkxoj4] { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:15px 18px; }
.camera-dialog header>div[b-1t1ozkxoj4] { display:grid; gap:2px; }
.camera-dialog header strong[b-1t1ozkxoj4] { color:#173a31; font-size:1.05rem; }
.camera-dialog header small[b-1t1ozkxoj4] { color:#6c8079; }
.camera-dialog header>button[b-1t1ozkxoj4] { flex:0 0 38px; display:grid; place-items:center; width:38px; height:38px; margin:0; padding:0; border:0; border-radius:50%; background:#eef4f1; color:#294d43; font-family:Arial,sans-serif; font-size:1.45rem; font-weight:700; line-height:1; text-align:center; }
.camera-stage[b-1t1ozkxoj4] { position:relative; overflow:hidden; aspect-ratio:16/9; background:#07100d; }
.camera-stage video[b-1t1ozkxoj4],.camera-stage img[b-1t1ozkxoj4] { display:block; width:100%; height:100%; object-fit:contain; object-position:center; background:#07100d; }
.camera-stage img[hidden][b-1t1ozkxoj4],.camera-stage video[hidden][b-1t1ozkxoj4] { display:none; }
.camera-timer[b-1t1ozkxoj4] { position:absolute; top:14px; left:14px; padding:6px 10px; border-radius:999px; background:rgba(0,0,0,.62); color:#fff; font-size:.82rem; font-weight:800; font-variant-numeric:tabular-nums; }
.camera-dialog footer[b-1t1ozkxoj4] { display:flex; justify-content:flex-end; gap:10px; padding:15px 18px; }
.camera-dialog footer button[b-1t1ozkxoj4] { min-height:44px; padding:0 17px; border:0; border-radius:10px; font-weight:800; }
.camera-secondary[b-1t1ozkxoj4] { background:#eef4f1; color:#315148; }
.camera-record[b-1t1ozkxoj4],.camera-confirm[b-1t1ozkxoj4] { background:#1f7857; color:#fff; }
.camera-stop[b-1t1ozkxoj4] { background:#b83c3c; color:#fff; }
.camera-full-action[b-1t1ozkxoj4] { grid-column:1/-1; }
.email-editor[b-1t1ozkxoj4] { display:grid; grid-template-columns:minmax(240px,420px) 1fr; gap:20px; }
.email-editor label button[b-1t1ozkxoj4] { min-height:42px; border:0; border-radius:9px; background:#1f7857; color:#fff; font-weight:800; }
.email-editor ul[b-1t1ozkxoj4] { display:flex; flex-wrap:wrap; align-content:start; gap:8px; margin:0; padding:0; list-style:none; }
.email-editor li[b-1t1ozkxoj4] { padding:7px 10px; border-radius:999px; background:#e8f3ee; color:#285849; }
.email-editor li button[b-1t1ozkxoj4] { border:0; background:transparent; color:#a03434; font-weight:800; }
.order-accordions details[data-disabled="True"] summary[b-1t1ozkxoj4] { pointer-events:none; opacity:.52; }
.conditions-content label[b-1t1ozkxoj4] { display:grid; gap:7px; color:#36564d; font-size:.82rem; font-weight:750; }
.conditions-content label>span[b-1t1ozkxoj4] { color:#b33a3a; }
.conditions-content textarea[b-1t1ozkxoj4] { width:100%; min-height:118px; padding:10px 11px; resize:vertical; border:1px solid #c8d7d1; border-radius:9px; background:#fff; color:#173a31; outline:0; line-height:1.45; }
.conditions-content textarea:focus[b-1t1ozkxoj4] { border-color:#1f7857; box-shadow:0 0 0 3px rgba(31,120,87,.12); }
.legal-terms-action[b-1t1ozkxoj4] { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.legal-terms-action p[b-1t1ozkxoj4] { margin:0; }
.legal-terms-action button[b-1t1ozkxoj4] { flex:0 0 auto; min-height:42px; margin:0; padding:0 15px; border-radius:9px; }
.terms-overlay[b-1t1ozkxoj4] { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:20px; background:rgba(7,25,20,.62); backdrop-filter:blur(5px); }
.terms-dialog[b-1t1ozkxoj4] { width:min(720px,100%); max-height:min(760px,calc(100dvh - 40px)); display:grid; grid-template-rows:auto minmax(0,1fr) auto; overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 26px 70px rgba(0,0,0,.3); }
.terms-dialog header[b-1t1ozkxoj4] { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:18px 20px; border-bottom:1px solid #e1ebe7; }
.terms-dialog h2[b-1t1ozkxoj4] { margin:0; color:#173a31; font-size:1.25rem; }
.terms-dialog header button[b-1t1ozkxoj4] { width:38px; min-height:38px; margin:0; padding:0; border-radius:50%; background:#edf4f1; color:#315148; font-size:1.5rem; line-height:1; }
.terms-copy[b-1t1ozkxoj4] { overflow:auto; padding:20px; color:#334f47; white-space:pre-wrap; line-height:1.55; }
.terms-dialog footer[b-1t1ozkxoj4] { display:flex; justify-content:flex-end; gap:10px; padding:15px 20px calc(15px + env(safe-area-inset-bottom)); border-top:1px solid #e1ebe7; }
.terms-dialog footer button[b-1t1ozkxoj4] { min-width:120px; min-height:44px; margin:0; border-radius:10px; }
.terms-dialog .terms-cancel[b-1t1ozkxoj4] { border:1px solid #d7e2dd; background:#fff; color:#4f6760; }
.terms-dialog .terms-accept[b-1t1ozkxoj4] { background:#1f7857; color:#fff; }
.media-box[b-1t1ozkxoj4] { margin-top:22px; padding:22px; border:1px solid #dce7e2; border-radius:16px; background:white; }
.media-box h2[b-1t1ozkxoj4] { margin:0 0 4px; color:#173a31; font-size:1.25rem; }
.media-box p[b-1t1ozkxoj4] { margin:0 0 16px; }
.media-gallery[b-1t1ozkxoj4] { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:14px; margin-top:18px; }
.media-preview[b-1t1ozkxoj4] { min-width:0; overflow:hidden; border:1px solid #d7e3de; border-radius:12px; background:#f5f8f7; }
.media-preview img[b-1t1ozkxoj4], .media-preview video[b-1t1ozkxoj4] { display:block; width:100%; height:118px; object-fit:cover; background:#12241f; }
.media-preview > div[b-1t1ozkxoj4] { display:flex; align-items:center; gap:8px; padding:9px; }
.media-preview span[b-1t1ozkxoj4] { min-width:0; flex:1; overflow:hidden; color:#36564d; font-size:.75rem; text-overflow:ellipsis; white-space:nowrap; }
.media-preview button[b-1t1ozkxoj4] { margin:0; padding:5px 8px; border:0; border-radius:7px; background:#fff0f0; color:#a03434; font-size:.72rem; font-weight:800; }
.media-error[b-1t1ozkxoj4] { margin-top:14px; padding:11px 13px; border-radius:9px; background:#fff0f0; color:#963939; font-size:.82rem; }
.drawing-grid[b-1t1ozkxoj4] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.drawing-box[b-1t1ozkxoj4] { min-width:0; }
.section-heading[b-1t1ozkxoj4] { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:14px; }
.section-heading p[b-1t1ozkxoj4] { margin:0; font-size:.82rem; }
.drawing-box canvas[b-1t1ozkxoj4] { display:block; width:100%; height:230px; border:1px solid #bdcec7; border-radius:12px; background:#fff; cursor:crosshair; touch-action:none; user-select:none; box-shadow:inset 0 1px 5px rgba(22,56,48,.06); }
.vehicle-sketch-box canvas[b-1t1ozkxoj4] { height:auto; aspect-ratio:1821/864; border-radius:8px; }
.drawing-box .secondary-action[b-1t1ozkxoj4] { min-height:38px; margin:0; padding:0 14px; display:inline-flex; align-items:center; justify-content:center; gap:7px; border:1px solid #c8d7d1; border-radius:9px; background:white; color:#315148; font-weight:800; }
.new-order-page > .primary-action[b-1t1ozkxoj4] { min-height:50px; margin-top:24px; padding:0 24px; border:0; border-radius:12px; background:#1f7857; color:white; font-weight:800; box-shadow:0 10px 24px rgba(31,120,87,.2); }
@media(max-width:1050px){.order-form[b-1t1ozkxoj4]{grid-template-columns:repeat(2,minmax(0,1fr))}.drawing-grid[b-1t1ozkxoj4]{grid-template-columns:1fr}}
@media(max-width:650px){.new-order-page[b-1t1ozkxoj4]{margin:0 -12px;padding:16px 8px;border-radius:14px}.new-order-page>p[b-1t1ozkxoj4]{margin-bottom:20px}.order-form[b-1t1ozkxoj4]{grid-template-columns:1fr;gap:13px;padding:10px 8px}.order-form label:has(textarea)[b-1t1ozkxoj4],.order-form label:first-child[b-1t1ozkxoj4],.selected-vehicle[b-1t1ozkxoj4],.order-form .statement-field[b-1t1ozkxoj4]{grid-column:auto}.order-form .promised-date[b-1t1ozkxoj4]{font-size:1rem;font-weight:650}.selected-vehicle[b-1t1ozkxoj4]{padding:10px}.order-accordions[b-1t1ozkxoj4]{gap:9px;margin-top:16px}.order-accordions summary[b-1t1ozkxoj4]{padding:11px 10px}.accordion-status[b-1t1ozkxoj4]{display:none}.accordion-content[b-1t1ozkxoj4]{padding:10px 8px}.vehicle-sketch-box[b-1t1ozkxoj4]{padding:10px 3px 5px}.vehicle-sketch-box .section-heading[b-1t1ozkxoj4]{padding:0 7px}.accordion-form[b-1t1ozkxoj4],.check-grid[b-1t1ozkxoj4],.email-editor[b-1t1ozkxoj4]{grid-template-columns:1fr;gap:12px}.media-actions[b-1t1ozkxoj4]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.capture-action[b-1t1ozkxoj4]{width:100%;height:72px;min-height:72px;max-height:72px;padding:0 10px}.capture-action strong[b-1t1ozkxoj4]{white-space:normal}.capture-action.secondary[b-1t1ozkxoj4]{grid-column:1/-1}.camera-overlay[b-1t1ozkxoj4]{display:block;padding:0;background:#fff}.camera-dialog[b-1t1ozkxoj4]{position:fixed;inset:0;width:100%;height:100dvh;max-height:none;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-radius:0;overflow:hidden}.camera-dialog header[b-1t1ozkxoj4]{padding:calc(14px + env(safe-area-inset-top)) 18px 14px}.camera-stage[b-1t1ozkxoj4]{width:100%;height:100%;min-width:0;min-height:0;aspect-ratio:auto;display:grid;place-items:center;background:#07100d}.camera-stage video[b-1t1ozkxoj4]{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.camera-dialog>.media-error[b-1t1ozkxoj4]{position:absolute;left:14px;right:14px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:2;max-height:120px;overflow:auto}.camera-dialog footer[b-1t1ozkxoj4]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:#fff}.camera-dialog footer button[b-1t1ozkxoj4]{width:100%;margin:0}.section-heading[b-1t1ozkxoj4]{flex-direction:row;align-items:center;gap:10px}.section-heading p[b-1t1ozkxoj4]{flex:1}.drawing-box canvas[b-1t1ozkxoj4]{height:200px}.vehicle-sketch-box canvas[b-1t1ozkxoj4]{height:auto}}
@media(max-width:650px){.legal-terms-action[b-1t1ozkxoj4]{align-items:stretch;flex-direction:column}.legal-terms-action button[b-1t1ozkxoj4]{width:100%}.terms-overlay[b-1t1ozkxoj4]{display:block;padding:0}.terms-dialog[b-1t1ozkxoj4]{width:100%;height:100dvh;max-height:none;border-radius:0}.terms-dialog header[b-1t1ozkxoj4]{padding:calc(15px + env(safe-area-inset-top)) 16px 15px}.terms-copy[b-1t1ozkxoj4]{padding:17px 16px}.terms-dialog footer[b-1t1ozkxoj4]{display:grid;grid-template-columns:1fr 1fr;padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.terms-dialog footer button[b-1t1ozkxoj4]{min-width:0;width:100%}}
@media (orientation:landscape) and (max-height:650px) {
    .camera-overlay[b-1t1ozkxoj4] { display:block; padding:0; background:#07100d; }
    .camera-dialog[b-1t1ozkxoj4] { position:fixed; inset:0; width:100%; height:100dvh; max-height:none; display:grid; grid-template-rows:auto minmax(0,1fr); overflow:hidden; border-radius:0; background:#07100d; }
    .camera-dialog header[b-1t1ozkxoj4] { position:absolute; top:0; left:0; right:0; z-index:3; padding:calc(10px + env(safe-area-inset-top)) 16px 20px; color:#fff; background:linear-gradient(to bottom,rgba(0,0,0,.72),transparent); }
    .camera-dialog header strong[b-1t1ozkxoj4],.camera-dialog header small[b-1t1ozkxoj4] { color:#fff; text-shadow:0 1px 3px rgba(0,0,0,.65); }
    .camera-dialog header>button[b-1t1ozkxoj4] { background:rgba(255,255,255,.18); color:#fff; backdrop-filter:blur(8px); }
    .camera-stage[b-1t1ozkxoj4] { grid-row:1/-1; width:100%; height:100%; min-width:0; min-height:0; aspect-ratio:auto; display:grid; place-items:center; background:#07100d; }
    .camera-stage video[b-1t1ozkxoj4],.camera-stage img[b-1t1ozkxoj4] { width:100%; height:100%; max-width:100%; max-height:100%; object-fit:contain; object-position:center; }
    .camera-timer[b-1t1ozkxoj4] { top:calc(14px + env(safe-area-inset-top)); left:50%; z-index:4; transform:translateX(-50%); }
    .camera-dialog footer[b-1t1ozkxoj4] { position:absolute; left:50%; bottom:calc(12px + env(safe-area-inset-bottom)); z-index:4; display:grid; grid-template-columns:repeat(2,minmax(150px,220px)); gap:10px; width:max-content; max-width:calc(100% - 32px); padding:9px; transform:translateX(-50%); border-radius:15px; background:rgba(7,25,20,.55); backdrop-filter:blur(12px); }
    .camera-dialog footer button[b-1t1ozkxoj4] { width:100%; min-height:44px; margin:0; box-shadow:0 4px 14px rgba(0,0,0,.28); }
    .camera-dialog>.media-error[b-1t1ozkxoj4] { position:absolute; left:50%; bottom:76px; z-index:5; width:min(560px,calc(100% - 32px)); max-height:90px; margin:0; overflow:auto; transform:translateX(-50%); }
    .camera-full-action[b-1t1ozkxoj4] { grid-column:1/-1; }
}
/* /Pages/OrderDetail.razor.rz.scp.css */
.order-detail-page[b-j7b5542pwf]{max-width:1390px;margin:0 auto;padding:clamp(28px,4vw,52px)}
.detail-header[b-j7b5542pwf],.section-title[b-j7b5542pwf],.media-dialog>header[b-j7b5542pwf],.upload-panel[b-j7b5542pwf]{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}
.detail-header[b-j7b5542pwf]{margin-bottom:24px}.eyebrow[b-j7b5542pwf]{color:#568075;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.detail-header h1[b-j7b5542pwf]{margin:6px 0 2px;color:#163830;font-size:clamp(2.3rem,4vw,3.5rem)}.detail-header p[b-j7b5542pwf]{margin:0}.back-link[b-j7b5542pwf]{color:#1f7857;font-weight:800;text-decoration:none}
.detail-card[b-j7b5542pwf]{margin-top:18px;padding:24px;border:1px solid #dce7e2;border-radius:16px;background:#fff}.section-title[b-j7b5542pwf]{align-items:center;margin-bottom:20px}.section-title h2[b-j7b5542pwf],.media-dialog h2[b-j7b5542pwf]{margin:0 0 4px;color:#173a31;font-size:1.35rem}.section-title p[b-j7b5542pwf]{margin:0}
.detail-form[b-j7b5542pwf]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.detail-form label[b-j7b5542pwf]{display:grid;gap:7px;color:#36564d;font-size:.82rem;font-weight:750}.detail-form input[b-j7b5542pwf],.detail-form textarea[b-j7b5542pwf]{width:100%;min-height:44px;padding:9px 11px;border:1px solid #c8d7d1;border-radius:9px;outline:0}.detail-form textarea[b-j7b5542pwf]{min-height:95px;resize:vertical}.detail-form .wide[b-j7b5542pwf]{grid-column:1/-1}
.primary-action[b-j7b5542pwf]{min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:0 18px;border:0;border-radius:11px;background:#1f7857;color:#fff;font-weight:800;text-decoration:none}.section-title>.primary-action[b-j7b5542pwf]{margin:0}.status-message[b-j7b5542pwf]{margin-top:16px;padding:12px 14px;border-radius:10px;background:#edf7f2;color:#286149}
.media-strip[b-j7b5542pwf]{display:flex;gap:10px;overflow-x:auto}.strip-item[b-j7b5542pwf],.more-media[b-j7b5542pwf]{position:relative;flex:0 0 112px;height:82px;overflow:hidden;padding:0;border:1px solid #d5e1dc;border-radius:10px;background:#edf3f0}.strip-item img[b-j7b5542pwf],.strip-item video[b-j7b5542pwf]{width:100%;height:100%;object-fit:cover}.play-badge[b-j7b5542pwf]{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.65);color:#fff}.more-media[b-j7b5542pwf]{display:grid;place-items:center;color:#1f7857;font-weight:850}
.dialog-backdrop[b-j7b5542pwf]{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:22px;background:rgba(8,31,26,.62);backdrop-filter:blur(4px)}.media-dialog[b-j7b5542pwf]{width:min(1080px,100%);height:min(760px,calc(100vh - 44px));display:flex;flex-direction:column;padding:24px;background:#fff;border-radius:18px;box-shadow:0 28px 80px rgba(0,0,0,.28)}.media-dialog>header[b-j7b5542pwf]{align-items:center}.icon-button[b-j7b5542pwf]{width:40px;height:40px;border:0;border-radius:50%;background:#edf4f1;color:#315148;font-size:1.5rem}
.upload-panel[b-j7b5542pwf]{align-items:center;margin:18px 0;padding:13px 15px;border-radius:12px;background:#f3f7f5}.upload-panel strong[b-j7b5542pwf],.upload-panel small[b-j7b5542pwf]{display:block}.upload-panel small[b-j7b5542pwf]{margin-top:2px;color:#788983}.file-action[b-j7b5542pwf]{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border-radius:9px;background:#1f7857;color:#fff;font-weight:800;cursor:pointer}.file-action input[b-j7b5542pwf]{display:none}.dialog-message[b-j7b5542pwf]{margin-bottom:12px;padding:10px 12px;border-radius:9px;background:#edf7f2;color:#286149}
.media-workspace[b-j7b5542pwf]{min-height:0;flex:1;display:grid;grid-template-columns:180px 1fr;gap:16px}.thumbnail-list[b-j7b5542pwf]{overflow-y:auto;display:grid;align-content:start;grid-template-columns:repeat(2,1fr);gap:8px;padding-right:5px}.thumbnail[b-j7b5542pwf]{position:relative;height:78px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:9px;background:#e9efec}.thumbnail.selected[b-j7b5542pwf]{border-color:#1f7857}.thumbnail img[b-j7b5542pwf],.thumbnail video[b-j7b5542pwf]{width:100%;height:100%;object-fit:cover}.thumbnail span[b-j7b5542pwf]{position:absolute;inset:auto 4px 4px;padding:2px 5px;border-radius:5px;background:rgba(0,0,0,.62);color:#fff;font-size:.62rem}.empty-media[b-j7b5542pwf]{grid-column:1/-1;padding:24px 8px;text-align:center;color:#788983}
.media-viewer[b-j7b5542pwf]{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #d8e3de;border-radius:13px;background:#14231f}.media-viewer>img[b-j7b5542pwf],.media-viewer>video[b-j7b5542pwf]{min-height:0;width:100%;flex:1;object-fit:contain}.viewer-empty[b-j7b5542pwf]{height:100%;display:grid;place-items:center;color:#b7c7c1}.media-viewer footer[b-j7b5542pwf]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;background:#fff}.media-viewer footer a[b-j7b5542pwf]{color:#1f7857;font-weight:800;text-decoration:none}.media-viewer footer button[b-j7b5542pwf]{min-height:36px;padding:0 12px;border:0;border-radius:8px;background:#fff0f0;color:#a03434;font-weight:800}.loading-state[b-j7b5542pwf]{padding:60px;text-align:center;color:#70827c}
@media(max-width:720px){.order-detail-page[b-j7b5542pwf]{padding:20px 14px}.detail-header[b-j7b5542pwf],.section-title[b-j7b5542pwf]{align-items:stretch;flex-direction:column}.detail-form[b-j7b5542pwf]{grid-template-columns:1fr}.detail-form .wide[b-j7b5542pwf]{grid-column:auto}.section-title>.primary-action[b-j7b5542pwf]{width:100%}.media-dialog[b-j7b5542pwf]{height:calc(100vh - 24px);padding:16px}.media-workspace[b-j7b5542pwf]{grid-template-columns:1fr;grid-template-rows:105px 1fr}.thumbnail-list[b-j7b5542pwf]{grid-template-columns:repeat(5,90px);grid-auto-flow:column;overflow-x:auto}.thumbnail[b-j7b5542pwf]{height:88px}.upload-panel[b-j7b5542pwf]{align-items:stretch;flex-direction:column}.file-action[b-j7b5542pwf]{justify-content:center}}
/* /Pages/Orders.razor.rz.scp.css */
.orders-page[b-a8xhxibrrs]{max-width:1400px;margin:0 auto;padding:clamp(28px,4vw,52px)}
.orders-header[b-a8xhxibrrs]{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow[b-a8xhxibrrs]{color:#568075;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.orders-header h1[b-a8xhxibrrs]{margin:7px 0 5px;color:#163830}.orders-header p[b-a8xhxibrrs]{margin:0}.orders-header[b-a8xhxibrrs]  .rz-button{min-height:46px;border-radius:11px;box-shadow:0 10px 24px rgba(31,120,87,.17)}
.orders-card[b-a8xhxibrrs]{padding:18px!important;border:1px solid #dce6e1!important;border-radius:15px!important;box-shadow:0 5px 18px rgba(25,60,49,.04)!important}.orders-toolbar[b-a8xhxibrrs]{display:flex;align-items:center;gap:10px;margin-bottom:16px}.order-search[b-a8xhxibrrs]{width:min(560px,100%)}.orders-toolbar[b-a8xhxibrrs]  .rz-textbox{min-height:42px;border-radius:9px}.orders-toolbar[b-a8xhxibrrs]  .rz-button{min-height:42px;border-radius:9px}.result-count[b-a8xhxibrrs]{margin-left:auto;color:#6b7f79;white-space:nowrap}
[b-a8xhxibrrs] .sic-data-grid{border:1px solid #e0e8e4;border-radius:12px;overflow:hidden}[b-a8xhxibrrs] .sic-data-grid .rz-grid-table thead th{background:#f3f7f5;color:#587269;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}[b-a8xhxibrrs] .sic-data-grid .rz-data-row:hover{background:#f6faf8}[b-a8xhxibrrs] .sic-data-grid .rz-cell-data{padding-top:12px;padding-bottom:12px}.vehicle-cell strong[b-a8xhxibrrs],.vehicle-cell small[b-a8xhxibrrs]{display:block}.vehicle-cell strong[b-a8xhxibrrs]{color:#173a31}.vehicle-cell small[b-a8xhxibrrs]{margin-top:2px;color:#84928e;font-size:.7rem}.customer-name[b-a8xhxibrrs]{color:#29483f;font-weight:700}.statement[b-a8xhxibrrs]{display:block;overflow:hidden;color:#536a63;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:700px){.orders-page[b-a8xhxibrrs]{padding:20px 14px}.orders-header[b-a8xhxibrrs]{align-items:stretch;flex-direction:column}.orders-header[b-a8xhxibrrs]  .rz-button{width:100%}.orders-toolbar[b-a8xhxibrrs]{align-items:stretch;flex-wrap:wrap}.order-search[b-a8xhxibrrs]{width:100%}.result-count[b-a8xhxibrrs]{width:100%;margin-left:0;text-align:right}}
/* /Pages/Reservations.razor.rz.scp.css */
.history-page[b-m4lyk8skja]{max-width:1400px;margin:0 auto;padding:clamp(28px,4vw,52px)}.history-header[b-m4lyk8skja]{margin-bottom:24px}.eyebrow[b-m4lyk8skja]{color:#568075;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.history-header h1[b-m4lyk8skja]{margin:7px 0 5px;color:#163830}.history-header p[b-m4lyk8skja]{margin:0;color:#6b7f79}.history-card[b-m4lyk8skja]{padding:18px!important;border:1px solid #dce6e1!important;border-radius:15px!important;box-shadow:0 5px 18px rgba(25,60,49,.04)!important}.history-toolbar[b-m4lyk8skja]{display:flex;align-items:center;gap:10px;margin-bottom:18px}.history-toolbar[b-m4lyk8skja]  .rz-button{min-height:42px;border-radius:9px}.history-summary[b-m4lyk8skja]{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:18px}.history-summary div[b-m4lyk8skja]{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid #dce7e2;border-radius:12px;background:#f7faf8}.history-summary span[b-m4lyk8skja]{color:#6d817a;font-size:.75rem;font-weight:700;text-transform:uppercase}.history-summary strong[b-m4lyk8skja]{color:#153b32;font-size:1.05rem}[b-m4lyk8skja] .history-grid{border:1px solid #e0e8e4;border-radius:12px;overflow:hidden}[b-m4lyk8skja] .history-grid .rz-grid-table thead th{background:#f3f7f5;color:#587269;font-size:.72rem;text-transform:uppercase}[b-m4lyk8skja] .history-grid .rz-cell-data{padding-top:13px;padding-bottom:13px}.work-cell[b-m4lyk8skja]{display:flex;flex-direction:column;gap:5px;min-width:260px}.work-cell span[b-m4lyk8skja]{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.work-cell small[b-m4lyk8skja]{color:#70827c}.history-empty[b-m4lyk8skja]{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#70827c}.history-empty .material-symbols-outlined[b-m4lyk8skja]{font-size:44px;color:#78a596}.history-empty strong[b-m4lyk8skja]{font-size:1.05rem;color:#274b42}.history-empty p[b-m4lyk8skja]{margin:5px 0 0}@media(max-width:800px){.history-summary[b-m4lyk8skja]{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.history-page[b-m4lyk8skja]{padding:20px 14px}.history-toolbar[b-m4lyk8skja]{align-items:stretch;flex-direction:column}.history-toolbar[b-m4lyk8skja]  .rz-button{width:100%}.history-summary[b-m4lyk8skja]{grid-template-columns:1fr 1fr}.history-summary div[b-m4lyk8skja]{padding:12px}.history-card[b-m4lyk8skja]{padding:12px!important}}
/* /Pages/Vehicles.razor.rz.scp.css */
.directory-page[b-9zm66fa22c]{max-width:1400px;margin:0 auto;padding:clamp(28px,4vw,52px)}.directory-header[b-9zm66fa22c]{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow[b-9zm66fa22c]{color:#568075;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.directory-header h1[b-9zm66fa22c]{margin:7px 0 5px;color:#163830}.directory-header p[b-9zm66fa22c]{margin:0}.directory-header[b-9zm66fa22c]  .rz-button{min-height:46px;border-radius:11px}.directory-card[b-9zm66fa22c]{padding:18px!important;border:1px solid #dce6e1!important;border-radius:15px!important}.directory-toolbar[b-9zm66fa22c]{display:flex;gap:10px;margin-bottom:16px}.directory-search[b-9zm66fa22c]{width:min(600px,100%)}.directory-toolbar[b-9zm66fa22c]  .rz-textbox,.directory-toolbar[b-9zm66fa22c]  .rz-button{min-height:42px;border-radius:9px}[b-9zm66fa22c] .sic-data-grid{border:1px solid #e0e8e4;border-radius:12px;overflow:hidden}[b-9zm66fa22c] .sic-data-grid .rz-grid-table thead th{background:#f3f7f5;color:#587269;font-size:.72rem;text-transform:uppercase}[b-9zm66fa22c] .sic-data-grid .rz-cell-data{padding-top:12px;padding-bottom:12px}@media(max-width:650px){.directory-page[b-9zm66fa22c]{padding:20px 14px}.directory-header[b-9zm66fa22c],.directory-toolbar[b-9zm66fa22c]{align-items:stretch;flex-direction:column}.directory-header[b-9zm66fa22c]  .rz-button,.directory-search[b-9zm66fa22c]{width:100%}}
