html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;line-height:1.5;color:var(--md-on-surface, #1a1a1a);background:var(--md-surface-container, #fafafa)}:root{--md-primary: #3768b4;--md-primary-rgb: 55, 104, 180;--md-primary-hover: #2a4f8a;--md-secondary: #7ac24d;--md-secondary-rgb: 122, 194, 77;--md-secondary-hover: #5a9239;--md-surface: #fff;--md-surface-variant: #f5f5f5;--md-on-surface: #1a1a1a;--md-on-surface-variant: #5f5f5f;--md-outline: rgba(0, 0, 0, .12);--md-outline-variant: rgba(0, 0, 0, .08);--md-error: #b3261e;--md-radius: 12px;--md-radius-sm: 8px;--md-radius-lg: 16px;--md-elevation-0: none;--md-elevation-1: 0 1px 2px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .04);--md-elevation-2: 0 2px 6px rgba(0, 0, 0, .07), 0 4px 12px rgba(0, 0, 0, .05);--md-elevation-3: 0 4px 12px rgba(0, 0, 0, .08), 0 8px 24px rgba(0, 0, 0, .06);--md-surface-container: #fafafa;--md-surface-container-high: #f5f5f5;--md3-outline: rgba(0, 0, 0, .38);--md3-outline-hover: rgba(0, 0, 0, .87);--md3-outline-focus: var(--md-primary);--md3-field-radius: 4px;--md3-field-height: 56px;--md3-field-height-dense: 48px;--md3-field-padding-x: 16px;--md3-field-padding-x-icon: 12px;--md3-label-scale: .75;--md3-label-top-floating: -8px;--bs-primary: var(--md-primary);--bs-primary-rgb: var(--md-primary-rgb);--bs-primary-text-emphasis: var(--md-primary-hover);--bs-primary-bg-subtle: #e5ebf6;--bs-primary-border-subtle: #7fa3d4;--bs-secondary: var(--md-secondary);--bs-secondary-rgb: var(--md-secondary-rgb);--bs-secondary-text-emphasis: var(--md-secondary-hover);--bs-secondary-bg-subtle: #e8f5e0;--bs-secondary-border-subtle: #b8e09a;--bs-body-color: var(--md-on-surface);--bs-body-bg: var(--md-surface);--bs-border-color: var(--md-outline);--bs-border-color-translucent: var(--md-outline-variant);--bs-light: #f8f9fa;--bs-danger: var(--md-error);--bs-danger-rgb: 179, 38, 30;--bs-link-color: var(--md-primary);--bs-link-hover-color: var(--md-primary-hover)}.layout-main{background:var(--md-surface-container)}.admin-page,.manage-customers-page,[class*=admin-overview-page]{background:var(--md-surface-container);min-height:100%}.admin-section-title{font-size:.875rem;font-weight:600;letter-spacing:.02em;color:var(--md-primary);margin-bottom:.75rem}.admin-card.card{background:var(--md-surface);border:1px solid var(--md-outline-variant);border-radius:var(--md-radius);box-shadow:var(--md-elevation-1);transition:box-shadow .2s,border-color .2s}.admin-card.card:hover,.admin-card.card:focus-visible{box-shadow:var(--md-elevation-2);border-color:rgba(var(--md-primary-rgb),.3)}.admin-card-icon{color:var(--md-on-surface-variant);transition:color .2s}.admin-card.card:hover .admin-card-icon{color:var(--md-primary)}.admin-overview-section.border.rounded-3.overflow-hidden,.manage-customers-section.border.rounded-3.overflow-hidden{background:var(--md-surface);border:1px solid var(--md-outline-variant)!important;border-radius:var(--md-radius)!important;box-shadow:var(--md-elevation-1)}@media(min-width:992px){.admin-overview-toolbar-content,.admin-overview-toolbar.d-flex{width:100%}}.page-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%;justify-content:flex-end}.admin-overview-toolbar .md3-field__icon,.page-toolbar .md3-field__icon{color:var(--md-primary)}.admin-overview-table,.manage-customers-table{width:100%;border-collapse:collapse;font-size:.8125rem;line-height:1.25;color:var(--md-on-surface)}.admin-overview-table thead th,.manage-customers-table thead th{background:var(--md-primary)!important;color:#fff!important;height:56px;padding:0 16px;font-weight:500;font-size:.75rem;letter-spacing:.02em;border:none!important;border-bottom:1px solid rgba(0,0,0,.12)!important}.admin-overview-table tbody tr,.manage-customers-table tbody tr{transition:background-color .15s}.admin-overview-table tbody tr:hover,.manage-customers-table tbody tr:hover{background:rgba(var(--md-secondary-rgb),.12)!important}.admin-overview-table td,.manage-customers-table td{height:52px;padding:0 16px;vertical-align:middle;border:none;border-bottom:1px solid var(--md-outline-variant)}.admin-overview-table tbody tr:last-child td,.manage-customers-table tbody tr:last-child td{border-bottom:none}.admin-overview-table.table-hover tbody tr:hover,.manage-customers-table.table-hover tbody tr:hover{background:rgba(var(--md-secondary-rgb),.12)!important}.container-fluid{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto;box-sizing:border-box}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.4;text-align:center;text-decoration:none;white-space:nowrap;border:1px solid transparent;border-radius:var(--md-radius);cursor:pointer;transition:background-color .2s,color .2s,box-shadow .2s;background:transparent;color:var(--md-on-surface)}.btn:focus-visible{outline:2px solid var(--md-primary);outline-offset:2px}.btn-primary{background:var(--md-primary);color:#fff;border-color:var(--md-primary)}.btn-primary:hover{background:var(--md-primary-hover);border-color:var(--md-primary-hover);color:#fff;box-shadow:var(--md-elevation-1)}.btn-secondary{background:var(--md-secondary);color:#fff;border-color:var(--md-secondary)}.btn-secondary:hover{background:var(--md-secondary-hover);border-color:var(--md-secondary-hover);color:#fff;box-shadow:var(--md-elevation-1)}.btn-outline-primary{color:var(--md-primary);border-color:var(--md-primary);background:transparent}.btn-outline-primary:hover{background:rgba(var(--md-primary-rgb),.08);color:var(--md-primary-hover);border-color:var(--md-primary-hover)}.btn-outline-secondary{color:var(--md-secondary);border-color:var(--md-secondary);background:transparent}.btn-outline-secondary:hover{background:rgba(var(--md-secondary-rgb),.12);color:var(--md-secondary-hover);border-color:var(--md-secondary-hover)}.btn-outline-danger{color:var(--md-error);border-color:var(--md-error);background:transparent}.btn-outline-danger:hover{background:#b3261e14;color:#8b1a14;border-color:#8b1a14}.btn-danger{background:var(--md-error);color:#fff;border-color:var(--md-error)}.btn-danger:hover{background:#8b1a14;border-color:#8b1a14;color:#fff}.btn-link{background:none;border:none;color:var(--md-primary);text-decoration:none;padding:.25rem .5rem}.btn-link:hover{color:var(--md-primary-hover);text-decoration:underline}.btn-sm{padding:.35rem .75rem;font-size:.8125rem}.btn-close{width:2rem;height:2rem;padding:0;border:none;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414 1.707 15.707a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1rem no-repeat;cursor:pointer;border-radius:var(--md-radius-sm);opacity:.6}.btn-close:hover{opacity:1}.btn-close-white{filter:invert(1)}.data-table{background:var(--md-surface);border-radius:var(--md-radius);box-shadow:var(--md-elevation-1);border:1px solid var(--md-outline-variant);overflow:hidden}.data-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table__table{width:100%;border-collapse:collapse;font-size:.8125rem;line-height:1.25;color:var(--md-on-surface)}.data-table__header-row{background:var(--md-primary);color:#fff}.data-table__header-cell{padding:0 16px;height:56px;font-weight:500;font-size:.75rem;letter-spacing:.02em;text-align:left;vertical-align:middle;white-space:nowrap;border:none;border-bottom:1px solid rgba(0,0,0,.12)}.data-table__header-cell .sort-btn{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;display:inline-flex;align-items:center;gap:.25rem}.data-table__header-cell .sort-btn:hover{opacity:.9}.data-table__row{transition:background-color .15s}.data-table__row[role=button]{cursor:pointer}.data-table__cell{padding:0 16px;height:52px;vertical-align:middle;border:none;border-bottom:1px solid var(--md-outline-variant)}.data-table__row:last-child .data-table__cell{border-bottom:none}.data-table__row:hover{background:rgba(var(--md-secondary-rgb),.12)}.data-table__cell--numeric{text-align:right}.data-table__cell--drag{width:40px;padding-left:8px;padding-right:8px;vertical-align:middle}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;font-size:.875rem;color:var(--md-on-surface)}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--md-outline-variant);vertical-align:middle}.table thead th{font-weight:600;background:var(--md-surface-variant);color:var(--md-on-surface)}.table-bordered th,.table-bordered td{border:1px solid var(--md-outline-variant)}.table-hover tbody tr{cursor:pointer;transition:background-color .15s}.table-hover tbody tr:hover{background:rgba(var(--md-secondary-rgb),.12)}.table-striped>tbody>tr:nth-of-type(odd){background:rgba(var(--md-primary-rgb),.04)}.table-striped>tbody>tr:nth-of-type(2n){background:var(--md-surface)}.table-striped.table-hover>tbody>tr:hover{background:rgba(var(--md-secondary-rgb),.18)!important}.align-middle{vertical-align:middle!important}.text-nowrap{white-space:nowrap!important}.form-label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:var(--md-on-surface)}.form-control,.form-select{display:block;width:100%;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;color:var(--md-on-surface);background:var(--md-surface);border:1px solid var(--md-outline);border-radius:var(--md-radius-sm);transition:border-color .2s,box-shadow .2s}.form-control:focus,.form-select:focus{outline:none;border-color:var(--md-primary);box-shadow:0 0 0 2px rgba(var(--md-primary-rgb),.2)}.form-control-sm{padding:.35rem .5rem;font-size:.8125rem}.input-group{display:flex;flex-wrap:wrap;align-items:stretch}.input-group .form-control,.input-group .form-select{flex:1 1 auto;min-width:0}.input-group-text{display:flex;align-items:center;padding:.5rem .75rem;font-size:.875rem;color:var(--md-on-surface-variant);background:var(--md-surface-variant);border:1px solid var(--md-outline);border-radius:var(--md-radius-sm)}.md3-field-outlined{position:relative;display:inline-flex;align-items:stretch;min-width:0;height:var(--md3-field-height);border:1px solid var(--md3-outline);border-radius:var(--md3-field-radius);background:var(--md-surface);transition:border-color .2s,box-shadow .2s}.md3-field-outlined:hover{border-color:var(--md3-outline-hover)}.md3-field-outlined:focus-within{border-color:var(--md3-outline-focus);outline:2px solid var(--md3-outline-focus);outline-offset:-2px}.md3-field-outlined--dense{height:var(--md3-field-height-dense)}.md3-field-outlined .md3-field__icon{display:inline-flex;align-items:center;justify-content:center;padding-left:var(--md3-field-padding-x-icon);padding-right:4px;color:var(--md-on-surface-variant);pointer-events:none}.md3-field-outlined .md3-field__icon :global(svg){width:20px;height:20px}.md3-field-outlined .md3-field__input-wrap{position:relative;flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:0 12px}.md3-field-outlined .md3-field__label{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:1rem;line-height:1.5;color:var(--md-on-surface-variant);pointer-events:none;transition:transform .15s,font-size .15s,color .15s;white-space:nowrap}.md3-field-outlined .md3-field__input,.md3-field-outlined .md3-field__select{width:100%;min-width:0;padding:4px 0;margin-top:0;font-size:1rem;line-height:1.5;color:var(--md-on-surface);background:transparent;border:none;outline:none;appearance:none;background-image:none}.md3-field-outlined .md3-field__select{cursor:pointer;padding-right:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%235f5f5f'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center;background-size:24px}.md3-field-outlined .md3-field__select option{color:var(--md-on-surface)}.md3-field-outlined:focus-within .md3-field__label,.md3-field-outlined.md3-field--has-value .md3-field__label{transform:translateY(var(--md3-label-top-floating)) scale(var(--md3-label-scale));font-size:.75rem;color:var(--md3-outline-focus);top:0;background:var(--md-surface);padding:0 4px;margin-left:-4px}.md3-field-outlined .md3-field__input::placeholder{color:transparent}.md3-field-outlined:focus-within .md3-field__label,.md3-field-outlined.md3-field--has-value .md3-field__label,.md3-field-outlined.md3-field--label-floated .md3-field__label{transform:translateY(var(--md3-label-top-floating)) scale(var(--md3-label-scale));font-size:.75rem;color:var(--md3-outline-focus);top:0;background:var(--md-surface);padding:0 4px;margin-left:-4px}.md3-field-outlined.md3-field--has-value .md3-field__label,.md3-field-outlined.md3-field--label-floated .md3-field__label{color:var(--md-on-surface-variant)}.md3-field-outlined:focus-within .md3-field__label{color:var(--md3-outline-focus)}.md3-field-outlined--dense .md3-field__input,.md3-field-outlined--dense .md3-field__select,.md3-field-outlined--dense .md3-field__label{font-size:.875rem}.md3-field-outlined--dense:focus-within .md3-field__label,.md3-field-outlined--dense.md3-field--has-value .md3-field__label{font-size:.6875rem}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;padding:.5rem 0}.navbar-light{background:var(--md-surface-variant)}.navbar .container-fluid{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{font-weight:600;font-size:1.25rem;color:var(--md-on-surface);text-decoration:none}.navbar-brand:hover{color:var(--md-on-surface)}.navbar-toggler{padding:.35rem .5rem;font-size:1rem;line-height:1;background:transparent;border:1px solid var(--md-outline);border-radius:var(--md-radius-sm);cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.25rem;height:1.25rem;background:currentColor;mask:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;z-index:1050;display:none;min-width:10rem;padding:.5rem;margin:.25rem 0 0;background:var(--md-surface);border-radius:var(--md-radius);box-shadow:var(--md-elevation-3);border:1px solid var(--md-outline-variant)}.dropdown-menu.show{display:block}.dropdown-menu-end{right:0;left:auto}.dropdown-item{display:flex;align-items:center;width:100%;padding:.5rem .75rem;font-size:.875rem;color:var(--md-on-surface);text-decoration:none;background:none;border:none;border-radius:var(--md-radius-sm);cursor:pointer;text-align:left;transition:background .15s}.dropdown-item:hover,.dropdown-item:focus{background:rgba(var(--md-primary-rgb),.08);color:var(--md-on-surface)}.dropdown-divider{height:1px;margin:.35rem 0;background:var(--md-outline-variant);border:none}.modal{position:fixed!important;left:0!important;top:0!important;width:100vw!important;height:100dvh!important;max-width:none!important;z-index:1040;display:none;align-items:center;justify-content:center;padding:1rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.modal.show{display:flex!important}.modal-backdrop{position:fixed!important;left:0!important;top:0!important;width:100vw!important;height:100dvh!important;z-index:1035;background:#00000080;opacity:0;pointer-events:none;transition:opacity .2s}.modal.show+.modal-backdrop,.modal-backdrop.show{opacity:1;pointer-events:auto}.modal-dialog{position:relative;width:min(24rem,calc(100vw - 2rem))!important;max-width:min(24rem,calc(100vw - 2rem))!important;margin:0 auto;z-index:1041;flex-shrink:0;box-sizing:border-box}@media(min-width:576px){.modal-dialog{width:28rem!important;max-width:28rem!important}}.modal-dialog-centered{display:flex;align-items:center;justify-content:center;min-height:0;width:100%;max-width:100%}.modal-content{width:100%;min-width:0;max-width:100%;box-sizing:border-box;background:var(--md-surface);border-radius:var(--md-radius);box-shadow:var(--md-elevation-3);border:1px solid var(--md-outline-variant);overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--md-outline-variant);box-sizing:border-box}.modal-title{margin:0;font-size:1.25rem;font-weight:600}.modal-body{padding:1.25rem;box-sizing:border-box}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--md-outline-variant);box-sizing:border-box}.offcanvas{position:fixed;top:0;right:0;z-index:1045;width:280px;height:100%;background:var(--md-surface);box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .3s ease;overflow-x:hidden;overflow-y:auto}.offcanvas-end{right:0;left:auto}.offcanvas.show{transform:translate(0)}.offcanvas-backdrop{position:fixed;inset:0;z-index:1040;background:#0006;opacity:0;pointer-events:none;transition:opacity .2s}.offcanvas-backdrop.show{opacity:1;pointer-events:auto}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--md-outline-variant)}.offcanvas-title{margin:0;font-size:1.25rem;font-weight:600}.offcanvas-body{padding:0}.alert{padding:.75rem 1rem;margin-bottom:0;border-radius:var(--md-radius-sm);border:1px solid transparent}.alert-warning{background:#fff8e1;color:#5c4a00;border-color:#ffc107}.card{background:var(--md-surface);border:1px solid var(--md-outline-variant);border-radius:var(--md-radius);overflow:hidden}.card-body{padding:1.25rem}.badge{display:inline-flex;align-items:center;padding:.2em .5em;font-size:.75rem;font-weight:500;line-height:1.2;border-radius:4px}.text-bg-primary{background:var(--md-primary);color:#fff}.text-bg-secondary{background:var(--md-secondary);color:#fff}.bg-danger{background:var(--md-error)!important;color:#fff!important}.bg-warning{background:#ffc107!important;color:#000!important}.bg-info{background:#0dcaf0!important;color:#000!important}.bg-primary{background:var(--md-primary)!important;color:#fff!important}.text-bg-light{background:var(--md-surface-container-high)!important;color:var(--md-on-surface)!important}.rounded-pill{border-radius:9999px!important}.alert-info{background:#e7f6fd;color:#055160;border-color:#0dcaf0}.rounded-start-3{border-top-left-radius:var(--md-radius)!important;border-bottom-left-radius:var(--md-radius)!important}.rounded-end-3{border-top-right-radius:var(--md-radius)!important;border-bottom-right-radius:var(--md-radius)!important}.border-end-0{border-right:none!important}.border-start-0{border-left:none!important}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.d-flex{display:flex!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-none{display:none!important}@media(min-width:992px){.d-lg-flex,.d-none.d-lg-flex{display:flex!important}.d-none.d-lg-block{display:block!important}.d-lg-none{display:none!important}}@media(max-width:991px){.d-lg-none{display:block!important}.d-none.d-lg-block{display:none!important}}.flex-wrap{flex-wrap:wrap!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.justify-content-between{justify-content:space-between!important}.justify-content-center{justify-content:center!important}.justify-content-end{justify-content:flex-end!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.me-2{margin-right:.5rem!important}.m-auto{margin-left:auto!important;margin-right:auto!important}.p-0{padding:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.border{border:1px solid var(--md-outline)!important}.border-bottom{border-bottom:1px solid var(--md-outline)!important}.border-0{border:none!important}.rounded{border-radius:var(--md-radius-sm)!important}.rounded-3{border-radius:var(--md-radius)!important}.overflow-hidden{overflow:hidden!important}.text-decoration-none{text-decoration:none!important}.text-body{color:var(--md-on-surface)!important}.text-body-secondary{color:var(--md-on-surface-variant)!important}.text-danger{color:var(--md-error)!important}.text-dark{color:var(--md-on-surface)!important}.small{font-size:.8125rem!important}.h4{font-size:1.25rem!important;font-weight:600}.h5{font-size:1.125rem!important;font-weight:600}.h6{font-size:1rem!important;font-weight:600}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-bold{font-weight:700!important}.w-100{width:100%!important}.min-w-0{min-width:0!important}.bg-transparent{background:transparent!important}.bg-light{background:var(--md-surface-variant)!important}.rounded-0{border-radius:0!important}.rounded-circle{border-radius:50%!important}.order-last{order:9999!important}.text-end{text-align:right!important}.position-fixed{position:fixed!important}.bottom-0{bottom:0!important}.end-0{right:0!important}.shadow{box-shadow:var(--md-elevation-2)!important}.d-table-cell{display:table-cell!important}@media(min-width:576px){.d-sm-table-cell{display:table-cell!important}}@media(min-width:768px){.d-md-table-cell{display:table-cell!important}}.collapse{display:none}.collapse.show{display:block}.service-area-drag-handle,.collections-drag-handle,.route-order-list-item-drag-handle{display:inline-flex;align-items:center;justify-content:center;cursor:grab;color:var(--md-on-surface-variant);touch-action:none}.service-area-drag-handle:hover,.collections-drag-handle:hover,.route-order-list-item-drag-handle:hover{opacity:1;color:var(--md-on-surface)}.service-area-drag-handle:active,.collections-drag-handle:active,.route-order-list-item-drag-handle:active{cursor:grabbing}.spinner-border{display:inline-block;width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:.875rem;height:.875rem;border-width:1.5px}@keyframes spinner-border{to{transform:rotate(360deg)}}.layout-header.svelte-12qhfyh .navbar-toggler:where(.svelte-12qhfyh):focus{box-shadow:0 0 0 .25rem #0000001a}.layout-header-logo.svelte-12qhfyh{height:clamp(1.25rem,4.5vw,1.75rem);width:auto;display:block;object-fit:contain}.layout-wordmark.svelte-12qhfyh{font-weight:700;font-size:clamp(1.1rem,4vw,1.35rem);letter-spacing:-.02em;flex-shrink:0}.layout-wordmark-clear.svelte-12qhfyh{color:#3768b4}.layout-wordmark-rounds.svelte-12qhfyh{color:#7ac24d}.layout-header-company-pill.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;align-self:center;font-size:.7rem;font-weight:700;color:#000;padding:.25rem .6rem;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;text-align:center}.layout-header.svelte-12qhfyh .container-fluid:where(.svelte-12qhfyh){flex-wrap:nowrap}@media(min-width:576px){.layout-header-company-pill.svelte-12qhfyh{max-width:14rem;font-size:.75rem;padding:.3rem .7rem;font-weight:700}}.layout-menu-toggler.svelte-12qhfyh{opacity:.75;padding:.35rem}.layout-menu-toggler.svelte-12qhfyh:hover{opacity:1}.layout-menu-toggler.svelte-12qhfyh .navbar-toggler-icon:where(.svelte-12qhfyh){width:1.1rem;height:1.1rem}.layout-root.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100dvh;box-sizing:border-box}.layout-body.svelte-12qhfyh{--beta-banner-height: 1.25rem;padding-top:var(--beta-banner-height);height:100dvh;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.layout-header.svelte-12qhfyh{flex-shrink:0;z-index:1020;background:var(--bs-light, #f8f9fa)}.layout-main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:767px){.layout-main.svelte-12qhfyh{padding-left:0;padding-right:0;display:block;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;height:calc(100dvh - 5.75rem);min-height:0;flex:1 1 0;position:relative}.layout-menu-item.svelte-12qhfyh{min-height:2.75rem;padding:.85rem 1rem}}.layout-header-end.svelte-12qhfyh{display:none;align-items:center;gap:.75rem}.layout-header-user-name.svelte-12qhfyh{font-size:.9375rem;font-weight:500;color:var(--bs-body-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.layout-header-avatar.svelte-12qhfyh,.layout-header-avatar-btn.svelte-12qhfyh{width:2.25rem;height:2.25rem;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bs-secondary, #6c757d);color:#fff;font-size:.9375rem;font-weight:600}.layout-header-avatar-btn.svelte-12qhfyh{border:none;padding:0;cursor:pointer;outline:none;box-shadow:none}.layout-header-avatar-btn.svelte-12qhfyh:hover,.layout-header-avatar-btn.svelte-12qhfyh:focus,.layout-header-avatar-btn.svelte-12qhfyh:focus-visible{outline:none;box-shadow:none}.layout-header-avatar-img.svelte-12qhfyh{width:100%;height:100%;object-fit:cover;display:block}.layout-header-avatar-initial.svelte-12qhfyh{line-height:1}.layout-user-menu.svelte-12qhfyh{min-width:12.5rem;padding:.5rem;border-radius:.5rem;border:1px solid rgba(0,0,0,.08);box-shadow:0 .5rem 1rem #0000001f;margin-top:.375rem}.layout-user-menu.svelte-12qhfyh .dropdown-item:where(.svelte-12qhfyh){border-radius:.375rem;padding:.5rem .75rem}.layout-user-menu-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.layout-user-menu-icon.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;flex-shrink:0;opacity:.85}.layout-user-menu-icon.svelte-12qhfyh svg{width:1.125rem;height:1.125rem}.layout-user-menu.svelte-12qhfyh .dropdown-item:where(.svelte-12qhfyh):hover .layout-user-menu-icon:where(.svelte-12qhfyh),.layout-user-menu.svelte-12qhfyh .dropdown-item:where(.svelte-12qhfyh):focus .layout-user-menu-icon:where(.svelte-12qhfyh){opacity:1}.layout-user-menu.svelte-12qhfyh .dropdown-divider:where(.svelte-12qhfyh){margin:.35rem 0}.layout-sidebar.svelte-12qhfyh{--sidebar-bg: #3768b4;--sidebar-text: rgba(255, 255, 255, .95);--sidebar-text-muted: rgba(255, 255, 255, .7);--sidebar-hover: rgba(255, 255, 255, .12);--sidebar-active: rgba(255, 255, 255, .2);--sidebar-width: 18rem;--sidebar-width-collapsed: 4rem;display:none;flex-direction:column;width:var(--sidebar-width);flex-shrink:0;background:var(--sidebar-bg);overflow-x:hidden;overflow-y:auto;transition:width .2s ease;position:fixed;left:0;top:1.25rem;height:calc(100dvh - 1.25rem);z-index:1030;overflow:visible}.layout-sidebar--collapsed.svelte-12qhfyh{width:var(--sidebar-width-collapsed)}.layout-sidebar-nav.svelte-12qhfyh{display:flex;flex-direction:column;justify-content:center;padding:.5rem 1.5rem .5rem 0;flex:1;min-height:0;overflow-y:auto}.layout-sidebar-nav.svelte-12qhfyh .layout-sidebar-section-label:where(.svelte-12qhfyh):first-child{border-top:none;margin-top:0;padding-top:.25rem}.layout-sidebar-section-label.svelte-12qhfyh{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--sidebar-text-muted);padding:.75rem 1.25rem .25rem;margin-top:.25rem;border-top:1px solid rgba(255,255,255,.15);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-sidebar--collapsed.svelte-12qhfyh .layout-sidebar-section-label:where(.svelte-12qhfyh){display:none}.layout-sidebar-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.6rem 1.25rem;margin:0 .35rem;border-radius:.375rem;color:var(--sidebar-text);text-decoration:none;border:none;background:none;width:calc(100% - .7rem);text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease;font-size:.9375rem;box-sizing:border-box}.layout-sidebar-item.svelte-12qhfyh:hover,.layout-sidebar-item.svelte-12qhfyh:focus-visible{background:var(--sidebar-hover);color:var(--sidebar-text)}.layout-sidebar-item--active.svelte-12qhfyh{background:var(--sidebar-active);font-weight:500}.layout-sidebar-icon.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex-shrink:0;color:currentColor;width:1.375rem}.layout-sidebar-icon.svelte-12qhfyh svg{width:1.25rem;height:1.25rem}.layout-sidebar-label.svelte-12qhfyh{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout-sidebar--collapsed.svelte-12qhfyh .layout-sidebar-item:where(.svelte-12qhfyh){justify-content:center;padding:.65rem;margin:0 .5rem;width:calc(100% - 1rem)}.layout-sidebar--collapsed.svelte-12qhfyh .layout-sidebar-label:where(.svelte-12qhfyh){display:none}.layout-sidebar-toggle.svelte-12qhfyh{position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.25rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:#ffffff26;color:var(--sidebar-text);border-radius:.25rem 0 0 .25rem;cursor:pointer;transition:background-color .15s ease;z-index:10}.layout-sidebar-toggle.svelte-12qhfyh:hover{background:var(--sidebar-hover)}.layout-sidebar-toggle-icon.svelte-12qhfyh{font-size:1.1rem;line-height:1;font-weight:600}.layout-sidebar--collapsed.svelte-12qhfyh .layout-sidebar-toggle:where(.svelte-12qhfyh){right:0;width:1rem}@media(min-width:992px){.layout-root.svelte-12qhfyh{flex-direction:row}.layout-sidebar.svelte-12qhfyh{display:flex}.layout-body.svelte-12qhfyh{display:flex;flex-direction:column;flex:1;min-width:0;min-height:100dvh;margin-left:var(--sidebar-offset, 18rem);transition:margin-left .2s ease}.layout-menu-toggler.svelte-12qhfyh{display:none}.layout-header-end.svelte-12qhfyh{display:flex;margin-left:auto}}.layout-menu-nav.svelte-12qhfyh{display:flex;flex-direction:column;padding:.25rem 0}.layout-menu-section-label.svelte-12qhfyh{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--bs-secondary, #6c757d);padding:.6rem 1rem .25rem;margin-top:.25rem}.layout-menu-section-label.svelte-12qhfyh:first-child{margin-top:0;padding-top:.25rem}.layout-menu-item.svelte-12qhfyh{padding:.65rem 1rem;color:var(--bs-body-color);text-decoration:none;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;border-left:3px solid transparent;font-size:1rem}.layout-menu-item--active.svelte-12qhfyh{background:var(--bs-secondary-bg-subtle, #e8f5e0);border-left-color:var(--bs-secondary, #7ac24d);font-weight:500}.layout-menu-item.svelte-12qhfyh:hover,.layout-menu-item.svelte-12qhfyh:focus-visible{background:var(--bs-secondary-bg-subtle, #e8f5e0);border-left-color:var(--bs-secondary, #7ac24d);color:var(--bs-body-color)}.layout-menu-item-logout.svelte-12qhfyh:hover,.layout-menu-item-logout.svelte-12qhfyh:focus-visible{background:rgba(var(--bs-danger-rgb, 220, 53, 69),.08);border-left-color:var(--bs-danger, #dc3545);color:var(--bs-danger)}.layout-menu-icon.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex-shrink:0;color:currentColor}.beta-banner.svelte-12qhfyh{--beta-banner-height: 1.25rem;position:fixed;top:0;left:0;right:0;z-index:10001;margin:0;padding:0 .5rem;line-height:var(--beta-banner-height);height:var(--beta-banner-height);background:#f59e0b;color:#1c1917;text-align:center;font-size:.6875rem;font-weight:600;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.08)}.app-navigation-overlay.svelte-12qhfyh{position:fixed;inset:0;z-index:9998;display:flex;align-items:center;justify-content:center;pointer-events:none;background:transparent}.app-navigation-overlay-spinner.svelte-12qhfyh{width:2.5rem;height:2.5rem}.layout-notifications.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;pointer-events:none}.layout-notifications.svelte-12qhfyh>:where(.svelte-12qhfyh){pointer-events:auto}.md3-banner.svelte-12qhfyh{border-radius:.5rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.9375rem;box-shadow:0 4px 12px #00000026;max-width:36rem;margin:0 auto;width:100%}.md3-banner--success.svelte-12qhfyh{background:var(--md-surface-container-high, #e8f5e9);color:var(--bs-success-text, #1b5e20)}.md3-banner--info.svelte-12qhfyh{background:var(--md-surface-container-high, #e3f2fd);color:var(--bs-primary-text, #0d47a1)}.md3-banner--error.svelte-12qhfyh{background:var(--md-surface-container-high, #ffebee);color:var(--md-error, #b3261e)}.md3-banner__text.svelte-12qhfyh{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.md3-banner__action.svelte-12qhfyh{flex-shrink:0}
