.layout-container{display:grid;grid-template-columns:240px 1fr;transition:grid-template-columns .3s ease-in-out;height:100vh;overflow:hidden}.sidebar{display:flex;flex-direction:column;transition:width .3s ease-in-out;background-color:#fff;border-right:1px solid #e2e8f0;box-shadow:2px 0 4px #0000000d;z-index:10;padding:2rem 0;justify-content:space-between}.sidebar{position:relative}.main-content{background-color:#f8fafc;height:100vh;overflow-y:auto;overflow-x:hidden;transition:all .3s ease}.sidebar-toggle{position:absolute;top:56px;left:240px;transform:translate(-50%);z-index:20;background-color:#fff;border:1px solid #e2e8f0;color:#64748b;border-radius:50%;width:32px;height:32px;padding:0;cursor:pointer;transition:left .3s ease-in-out,background-color .2s ease,color .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000014}.sidebar-toggle:hover{background-color:#f1f5f9;color:#0f172a;box-shadow:0 4px 12px #0000001f}.sidebar-toggle svg{transition:transform .3s ease-in-out}.sidebar-collapsed{grid-template-columns:80px 1fr}.sidebar-collapsed .sidebar{width:80px}.sidebar-collapsed .sidebar-toggle{left:80px}.sidebar-collapsed .sidebar-toggle svg{transform:rotate(180deg)}.sidebar-collapsed .nav-item-label,.sidebar-collapsed .user-role-badge,.sidebar-collapsed .role-error,.sidebar-collapsed .token-button-text,.sidebar-collapsed .sync-driver-button-text{display:none}.sidebar-collapsed .user-role-container{flex-direction:column;gap:.5rem}.sidebar-collapsed .sync-driver-dropdown-container{right:-16px}.sidebar-collapsed .logo-image{margin:0 auto}.sidebar-collapsed .nav-item{justify-content:center;padding:.75rem}.sidebar-collapsed .user-section{align-items:center}.sidebar-top{display:flex;justify-content:center;align-items:center;padding:0 1rem;height:88px}.logo-link{text-decoration:none;display:block}.logo-image{width:100%;max-width:180px;height:auto;object-fit:contain;display:block;transition:max-width .3s ease-in-out}.sidebar-collapsed .logo-image{max-width:40px}.nav-menu{flex:1;padding:1.5rem .75rem;display:flex;flex-direction:column;gap:.5rem}.nav-link{text-decoration:none;transition:opacity .2s ease}.nav-link:hover{opacity:.8}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:.5rem;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden;font-size:.875rem}.nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.nav-item:hover:before{left:100%}.nav-item.active{background-color:#f1f5f9;color:#0f172a;font-weight:600;transform:translate(4px)}.nav-item.inactive{background-color:transparent;color:#64748b;font-weight:500}.nav-item:hover{background-color:#f8fafc;transform:translate(2px)}.user-section{padding:1rem 1rem 1.5rem;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem;position:sticky;bottom:1.5rem;z-index:12}.user-button-container{transform:scale(2);display:flex;align-items:center;justify-content:center;position:relative}.user-role-container{margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.user-role-badge{padding:.25rem .75rem;background-color:#f1f5f9;border-radius:1rem;font-size:.75rem;font-weight:500;color:#334155;transition:all .2s ease}.sync-driver-dropdown-container{position:absolute;bottom:calc(1.5rem + 44px);left:100%;transform:translate(-50%);z-index:20;display:flex;align-items:center;justify-content:center;transition:left .3s ease-in-out,transform .3s ease-in-out}.sidebar-collapsed .sync-driver-dropdown-container{left:100%;transform:translate(-50%)}.sync-driver-button{background-color:#fff;border:1px solid #e2e8f0;color:#64748b;border-radius:50%;width:32px;height:32px;padding:0;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000014}.sync-driver-button:hover{background-color:#f1f5f9;color:#0f172a;box-shadow:0 4px 12px #0000001f}.sync-driver-button:disabled{opacity:.7;cursor:not-allowed}.sync-driver-button:disabled:hover{background-color:#fff;color:#64748b;box-shadow:0 2px 6px #00000014}.sync-driver-button svg{transition:transform .3s ease-in-out}.sync-driver-dropdown{position:absolute;left:calc(100% + .5rem);top:50%;transform:translateY(-50%);background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:.5rem;z-index:1000;min-width:180px}.sync-driver-dropdown:before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #ffffff;filter:drop-shadow(-2px 0 2px rgba(0,0,0,.1))}.sync-driver-dropdown-button{width:100%;padding:.5rem 1rem;background-color:transparent;color:#334155;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.sync-driver-dropdown-button:hover:not(:disabled){background-color:#f8fafc;border-color:#cbd5e1}.sync-driver-dropdown-button:disabled{opacity:.7;cursor:not-allowed}.sidebar-collapsed .sync-driver-button{width:40px;height:40px;padding:.5rem}.token-button{margin-top:1.5rem;padding:.5rem 1rem;background-color:#eef2ff;color:#4338ca;border:1px solid #c7d2fe;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:180px}.token-button:hover{background-color:#e0e7ff;border-color:#a5b4fc}.token-button:disabled{opacity:.7;cursor:not-allowed}.sidebar-collapsed .token-button{width:40px;height:40px;padding:0}.sidebar-collapsed .token-button-text{display:none}.user-role-text{text-transform:capitalize}.role-error{margin-top:1rem;padding:.5rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#dc2626;transition:all .2s ease}.error-icon{font-size:.875rem}.error-text{font-weight:500}.main-content>*{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}.layout-container{opacity:1;transition:opacity .1s ease}.layout-container.loading{opacity:.8}.nav-item-icon{width:20px;height:20px;fill:currentColor;flex-shrink:0;transition:fill .2s ease}@media (max-width: 768px){.layout-container{display:flex;flex-direction:column;height:auto;overflow:visible}.sidebar-toggle{display:none}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#fff;box-shadow:0 2px 4px #0000000d;height:60px;position:fixed;top:0;left:0;width:100%;z-index:20;gap:1rem}.mobile-logo-image{height:40px;flex-shrink:0}.mobile-page-title{flex:1;font-size:1.125rem;font-weight:600;color:#0f172a;margin:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-toggle{background:none;border:none;cursor:pointer;padding:.5rem;margin-right:5%}.mobile-menu-toggle.mobile-open svg{transform:rotate(180deg)}.sidebar.mobile{display:flex;flex-direction:column;width:100%;height:auto;max-height:calc(100vh - 60px);position:fixed;top:60px;left:0;padding:0;transform:translateY(-100%);transition:transform .3s ease-in-out;box-shadow:none;border-right:none;border-bottom:1px solid #e2e8f0;overflow-y:auto;z-index:15}.sidebar.mobile-open{transform:translateY(0)}.sidebar.mobile .sidebar-top{display:none}.sidebar.mobile .user-section{display:flex;flex-direction:column;padding:1rem;margin-top:1rem;position:sticky;bottom:0;background:#fff;z-index:16}.sidebar.mobile-open .nav-menu{border-bottom:none}.sidebar.mobile .nav-menu{padding:1rem;gap:.25rem;border-bottom:1px solid #e2e8f0;margin-top:4%;height:fit-content}.sidebar.mobile .nav-item{padding:.75rem 1rem;justify-content:flex-start}.sidebar.mobile .nav-item-label{display:inline}.sidebar.mobile .nav-item-icon{width:20px;height:20px}.main-content{margin-left:0;padding-top:60px;height:auto;overflow:visible}}@media (max-width: 1366px){.layout-container{grid-template-columns:200px 1fr}.sidebar{padding:1rem 0}.sidebar-toggle{left:200px;top:48px}.logo-image{max-width:140px}.nav-menu{padding:1rem .5rem;gap:.35rem}.nav-menu{margin-top:-6px;padding-top:.75rem}.nav-item{gap:.5rem;padding:.5rem .75rem;font-size:.85rem}.user-button-container{transform:scale(1.6)}.token-button{max-width:140px;padding:.4rem .75rem;font-size:.825rem}.sidebar-collapsed{grid-template-columns:64px 1fr}.sidebar-collapsed .sidebar{width:64px}.sidebar-collapsed .sidebar-toggle{left:64px}.sidebar-collapsed .logo-image{max-width:36px}.user-section{bottom:0rem}}:root{--hds-background: 0 0% 100%;--hds-foreground: 222.2 84% 4.9%;--hds-card: 0 0% 100%;--hds-card-foreground: 222.2 84% 4.9%;--hds-popover: 0 0% 100%;--hds-popover-foreground: 222.2 84% 4.9%;--hds-primary: 221.2 83.2% 53.3%;--hds-primary-foreground: 210 40% 98%;--hds-secondary: 210 40% 96%;--hds-secondary-foreground: 222.2 84% 4.9%;--hds-muted: 210 40% 96%;--hds-muted-foreground: 215.4 16.3% 46.9%;--hds-accent: 210 40% 96%;--hds-accent-foreground: 222.2 84% 4.9%;--hds-destructive: 0 70% 35%;--hds-destructive-foreground: 210 40% 98%;--hds-success: 162 88% 20%;--hds-success-foreground: 210 40% 98%;--hds-danger: 0 84.2% 70.2%;--hds-danger-foreground: 210 40% 98%;--hds-warning: 39 84.2% 56.1%;--hds-warning-foreground: 210 40% 98%;--hds-border: 214.3 31.8% 91.4%;--hds-input: 214.3 31.8% 91.4%;--hds-ring: 221.2 83.2% 53.3%;--hds-spacing-2: .5rem;--hds-spacing-3: .75rem;--hds-spacing-4: 1rem;--hds-spacing-5: 1.25rem;--hds-spacing-6: 1.5rem;--hds-font-size-sm: .875rem;--hds-font-size-base: 1rem;--hds-font-size-lg: 1.125rem;--hds-font-weight-medium: 500;--hds-font-weight-semibold: 600;--hds-radius: .5rem;--hds-border-radius-lg: var(--hds-radius);--hds-border-radius-md: calc(var(--hds-radius) - 2px);--hds-border-radius-sm: calc(var(--hds-radius) - 4px);--hds-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--hds-shadow-base: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--hds-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--hds-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}::selection{background-color:hsl(var(--hds-primary) / .2);color:#374151}::-moz-selection{background-color:hsl(var(--hds-primary) / .2);color:#374151}.hds-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:var(--hds-border-radius-md);font-size:var(--hds-font-size-sm);font-weight:var(--hds-font-weight-medium);transition:colors .2s ease-in-out;cursor:pointer;border:1px solid transparent;text-decoration:none;outline:none;outline-offset:2px}.hds-button:hover{outline:none}.hds-button:focus{outline:none}.hds-button:active{outline:none}.hds-button:focus-visible{outline:2px solid hsl(var(--hds-ring));outline-offset:2px}.hds-button:disabled,.hds-button--disabled{pointer-events:none;opacity:.5}.hds-button svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.hds-button--full-width{width:100%}.hds-button--default{height:2.5rem;padding:.5rem 1rem}.hds-button--sm{height:2.25rem;border-radius:var(--hds-border-radius-md);padding:0 .75rem}.hds-button--lg{height:2.75rem;border-radius:var(--hds-border-radius-md);padding:0 2rem}.hds-button--icon{height:2.5rem;width:2.5rem;padding:0}.hds-button--default{background-color:hsl(var(--hds-primary));color:hsl(var(--hds-primary-foreground));border-color:hsl(var(--hds-primary))}.hds-button--default:hover:not(:disabled){background-color:hsl(var(--hds-primary) / .9)}.hds-button--destructive{background-color:hsl(var(--hds-destructive));color:hsl(var(--hds-destructive-foreground));border-color:hsl(var(--hds-destructive))}.hds-button--destructive:hover:not(:disabled){background-color:#821717;border-color:#821717}.hds-button--outline{background-color:hsl(var(--hds-background));color:#374151;border-color:hsl(var(--hds-border))}.hds-button--outline:hover:not(:disabled){background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground))}.hds-button--secondary{background-color:hsl(var(--hds-secondary));color:hsl(var(--hds-secondary-foreground));border-color:hsl(var(--hds-secondary))}.hds-button--secondary:hover:not(:disabled){background-color:hsl(var(--hds-secondary) / .8)}.hds-button--ghost{background-color:transparent;color:#374151;border-color:transparent}.hds-button--ghost:hover:not(:disabled){background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground))}.hds-button--link{background-color:transparent;color:hsl(var(--hds-primary));border-color:transparent;text-decoration:underline;text-underline-offset:4px}.hds-button--link:hover:not(:disabled){text-decoration:underline}.hds-button--success{background-color:hsl(var(--hds-success));color:hsl(var(--hds-success-foreground));border-color:hsl(var(--hds-success))}.hds-button--success:hover:not(:disabled){background-color:#05513b;border-color:#05513b}.hds-button--danger{background-color:hsl(var(--hds-danger));color:hsl(var(--hds-danger-foreground));border-color:hsl(var(--hds-danger))}.hds-button--danger:hover:not(:disabled){background-color:hsl(var(--hds-danger) / .9)}.hds-button--warning{background-color:hsl(var(--hds-warning));color:hsl(var(--hds-warning-foreground));border-color:hsl(var(--hds-warning))}.hds-button--warning:hover:not(:disabled){background-color:hsl(var(--hds-warning) / .9)}.hds-button--cancel{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.hds-button--cancel:hover:not(:disabled){background-color:#fee2e2;border-color:#fca5a5}.hds-button--confirm{background-color:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.hds-button--confirm:hover:not(:disabled){background-color:#dcfce7;border-color:#86efac}.hds-card{border-radius:var(--hds-border-radius-lg);border:1px solid hsl(var(--hds-border));background-color:hsl(var(--hds-card));color:hsl(var(--hds-card-foreground));box-shadow:var(--hds-shadow-md);transition:box-shadow .2s ease-in-out}.hds-card:hover{box-shadow:var(--hds-shadow-lg)}.hds-card__header{display:flex;flex-direction:column;gap:.375rem;padding:1.5rem}.hds-card__title{font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:-.025em;margin:0}.hds-card__description{font-size:var(--hds-font-size-sm);color:hsl(var(--hds-muted-foreground));margin:0}.hds-card__content{padding:1.5rem;padding-top:0}.hds-card__footer{display:flex;align-items:center;padding:1.5rem;padding-top:0}.hds-input{display:block;height:2.5rem;width:100%;border-radius:var(--hds-border-radius-md);border:1px solid hsl(var(--hds-input));background-color:hsl(var(--hds-background));color:#374151;padding:.5rem .75rem;font-size:var(--hds-font-size-sm);line-height:1.5;--hds-ring-offset-color: hsl(var(--hds-background));transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;box-sizing:border-box}.hds-input::file-selector-button{border:0;background-color:transparent;font-size:var(--hds-font-size-sm);font-weight:var(--hds-font-weight-medium);color:#374151}.hds-input::placeholder{color:hsl(var(--hds-muted-foreground))}.hds-input:focus-visible{outline:none;border-color:hsl(var(--hds-ring));box-shadow:0 0 0 2px hsl(var(--hds-ring))}.hds-input:disabled{cursor:not-allowed;opacity:.5}.hds-label{font-size:var(--hds-font-size-m);font-weight:var(--hds-font-weight-medium);line-height:1;color:#374151;cursor:pointer}.hds-label:has(+*:disabled),.hds-label[data-disabled]{cursor:not-allowed;opacity:.7}.hds-select{position:relative;display:block;width:100%}.hds-select__trigger{display:flex;height:2.5rem;width:100%;align-items:center;justify-content:space-between;border-radius:var(--hds-border-radius-md);border:1px solid hsl(var(--hds-input));background-color:hsl(var(--hds-background));color:#374151;padding:.5rem .75rem;font-size:var(--hds-font-size-sm);cursor:pointer;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;outline:none!important}.hds-select__trigger:hover:not(:disabled){border-color:hsl(var(--hds-border));outline:none!important}.hds-select__trigger:focus{outline:none!important}.hds-select__trigger:active{outline:none!important}.hds-select__trigger:focus-visible{outline:none!important;border-color:hsl(var(--hds-ring));box-shadow:0 0 0 2px hsl(var(--hds-ring))}.hds-select__trigger:disabled,.hds-select__trigger[aria-disabled=true]{cursor:not-allowed;opacity:.5}.hds-select__trigger--open{border-color:hsl(var(--hds-ring));box-shadow:0 0 0 2px hsl(var(--hds-ring))}.hds-select__value{flex:1;text-align:left;line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#374151}.hds-select__trigger--open .hds-select__chevron{transform:rotate(180deg)}.hds-select__content{position:absolute;top:100%;left:0;z-index:9999;max-height:24rem;min-width:8rem;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;border-radius:var(--hds-border-radius-md);border:1px solid hsl(var(--hds-border));background-color:hsl(var(--hds-popover));color:hsl(var(--hds-popover-foreground));box-shadow:var(--hds-shadow-base);margin-top:.25rem;animation:fadeIn .2s ease-out}.hds-select__viewport{padding:.25rem;overflow-y:auto;overflow-x:hidden;max-height:24rem;box-sizing:border-box}.hds-select__item{position:relative;display:flex;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;border-radius:calc(var(--hds-border-radius-md) - 2px);padding:.375rem 2rem .375rem .5rem;font-size:var(--hds-font-size-sm);color:hsl(var(--hds-popover-foreground));outline:none;transition:background-color .2s ease-in-out,color .2s ease-in-out}.hds-select__item:hover:not(.hds-select__item--disabled){background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground));outline:none}.hds-select__item:focus{background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground));outline:none}.hds-select__item:focus-visible{outline:2px solid hsl(var(--hds-ring));outline-offset:2px}.hds-select__item--selected{background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground))}.hds-select__item--disabled{pointer-events:none;opacity:.5}.hds-select__item-indicator{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}.hds-select__item-text{padding-left:1.5rem;color:inherit}.hds-select__header{padding:8px;border-bottom:1px solid #e5e7eb;background:#fff}.hds-select__header input{width:100%}.hds-select__empty{padding:.75rem;color:#6b7280;font-size:var(--hds-font-size-sm)}.hds-dialog__overlay{position:fixed;inset:0;z-index:50;background-color:#000c;animation:fadeIn .2s ease-out}.hds-dialog__content{position:relative;display:flex;flex-direction:column;width:100%;max-width:32rem;max-height:calc(100vh - 4rem);gap:1rem;border:1px solid hsl(var(--hds-border));background-color:hsl(var(--hds-background));padding:1rem;box-shadow:var(--hds-shadow-base);margin:1rem;border-radius:var(--hds-border-radius-lg);animation:slideIn .2s ease-out;transform:translate(-50%,-50%);position:fixed;top:50%;left:50%;z-index:60}.hds-dialog__close{position:absolute;right:1rem;top:1rem;border-radius:calc(var(--hds-border-radius-sm));opacity:.7;background:none;border:none;cursor:pointer;padding:.25rem;transition:opacity .2s ease-in-out;color:hsl(var(--hds-muted-foreground))}.hds-dialog__close:hover{opacity:1}.hds-dialog__close:focus-visible{outline:2px solid hsl(var(--hds-ring));outline-offset:2px}.hds-dialog__header{display:flex;flex-direction:column;gap:.375rem;text-align:center}.hds-dialog__footer{display:flex;flex-direction:column-reverse;gap:.5rem}.hds-dialog__title{font-size:1.125rem;font-weight:600;line-height:1;letter-spacing:-.025em;margin:0}.hds-dialog__description{font-size:var(--hds-font-size-sm);color:hsl(var(--hds-muted-foreground));margin:0}@media (min-width: 640px){.hds-dialog__header{text-align:left}.hds-dialog__footer{flex-direction:row;justify-content:flex-end}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.hds-calendar{display:flex;flex-direction:column;background-color:hsl(var(--hds-background));border:1px solid hsl(var(--hds-border));border-radius:var(--hds-border-radius-md);padding:1rem;max-width:20rem;box-shadow:var(--hds-shadow-sm)}.hds-calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hds-calendar__month-year{font-size:var(--hds-font-size-base);font-weight:var(--hds-font-weight-semibold);color:#374151}.hds-calendar__nav{padding:.25rem;height:auto;width:auto}.hds-calendar__days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.hds-calendar__day-header{display:flex;align-items:center;justify-content:center;height:2rem;font-size:var(--hds-font-size-sm);font-weight:var(--hds-font-weight-medium);color:hsl(var(--hds-muted-foreground))}.hds-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.hds-calendar__day{display:flex;align-items:center;justify-content:center;height:2rem;width:2rem;border:none;background:none;border-radius:var(--hds-border-radius-sm);font-size:var(--hds-font-size-sm);cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out;color:#374151}.hds-calendar__day:hover:not(:disabled){background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground))}.hds-calendar__day:focus{outline:2px solid hsl(var(--hds-ring));outline-offset:2px}.hds-calendar__day--other-month{color:hsl(var(--hds-muted-foreground));opacity:.5}.hds-calendar__day--selected{background-color:hsl(var(--hds-primary));color:hsl(var(--hds-primary-foreground))}.hds-calendar__day--selected:hover{background-color:hsl(var(--hds-primary) / .9)}.hds-calendar__day--today{font-weight:var(--hds-font-weight-semibold);position:relative}.hds-calendar__day--today:not(.hds-calendar__day--selected){background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground))}.hds-calendar__day--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}@media (max-width: 640px){.hds-calendar{max-width:100%;padding:.75rem}.hds-calendar__day,.hds-calendar__day-header{height:1.75rem;width:1.75rem;font-size:.75rem}}.hds-table__wrapper{position:relative;width:100%;overflow:auto;border-radius:var(--hds-border-radius-md);border:1px solid hsl(var(--hds-border))}.hds-table{width:100%;caption-side:bottom;border-collapse:collapse;font-size:var(--hds-font-size-sm)}.hds-table__caption{margin-top:1rem;font-size:var(--hds-font-size-sm);color:hsl(var(--hds-muted-foreground))}.hds-table__header,.hds-table__header .hds-table__row{border-bottom:1px solid hsl(var(--hds-border))}.hds-table__header .hds-table__row:hover{background-color:transparent}.hds-table__footer{border-top:1px solid hsl(var(--hds-border));background-color:hsl(var(--hds-muted) / .5);font-weight:var(--hds-font-weight-medium)}.hds-table__row{border-bottom:1px solid hsl(var(--hds-border));transition:background-color .2s ease-in-out}.hds-table__row:hover{background-color:hsl(var(--hds-muted) / .5)}.hds-table__row:last-child{border-bottom:none}.hds-table__head{height:3rem;padding:.75rem;text-align:left;font-weight:var(--hds-font-weight-medium);color:hsl(var(--hds-muted-foreground));background-color:hsl(var(--hds-muted) / .5)}.hds-table__head[align=center]{text-align:center}.hds-table__head[align=right]{text-align:right}.hds-table__cell{padding:.75rem;vertical-align:middle;color:#374151}.hds-table__cell[align=center]{text-align:center}.hds-table__cell[align=right]{text-align:right}@media (max-width: 768px){.hds-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.hds-table{min-width:600px}.hds-table__head,.hds-table__cell{padding:.5rem;font-size:.75rem}.hds-table__head{height:2.5rem}}.hds-table--striped .hds-table__body .hds-table__row:nth-child(2n){background-color:hsl(var(--hds-muted) / .3)}.hds-table--striped .hds-table__body .hds-table__row:nth-child(2n):hover{background-color:hsl(var(--hds-muted) / .5)}.hds-table--bordered .hds-table__head,.hds-table--bordered .hds-table__cell{border-right:1px solid hsl(var(--hds-border))}.hds-table--bordered .hds-table__head:last-child,.hds-table--bordered .hds-table__cell:last-child{border-right:none}.hds-table--compact .hds-table__head,.hds-table--compact .hds-table__cell{padding:.5rem;height:auto}.hds-table--compact .hds-table__head{height:2.5rem}.hds-badge{display:inline-flex;align-items:center;border-radius:9999px;font-weight:var(--hds-font-weight-semibold);line-height:1;transition:background-color .2s ease-in-out,color .2s ease-in-out;border:1px solid transparent}.hds-badge--default{padding:.25rem .625rem;font-size:.75rem}.hds-badge--sm{padding:.125rem .375rem;font-size:.625rem}.hds-badge--lg{padding:.375rem .75rem;font-size:.875rem}.hds-badge--default{background-color:hsl(var(--hds-primary));color:hsl(var(--hds-primary-foreground))}.hds-badge--secondary{background-color:hsl(var(--hds-secondary));color:hsl(var(--hds-secondary-foreground))}.hds-badge--success{background-color:hsl(var(--hds-success));color:hsl(var(--hds-success-foreground))}.hds-badge--danger{background-color:hsl(var(--hds-danger));color:hsl(var(--hds-danger-foreground))}.hds-badge--warning{background-color:#e7b008;color:#412006}.hds-badge--outline{background-color:transparent;color:#374151;border-color:hsl(var(--hds-border))}.hds-badge--destructive{background-color:hsl(var(--hds-destructive));color:hsl(var(--hds-destructive-foreground))}.hds-sidebar{display:flex;flex-direction:column;height:100vh;background-color:hsl(var(--hds-background));border-right:1px solid hsl(var(--hds-border));transition:width .3s ease-in-out,transform .3s ease-in-out;position:relative;z-index:40}.hds-sidebar--open{width:16rem}.hds-sidebar--closed{width:4rem}.hds-sidebar__header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid hsl(var(--hds-border));min-height:4rem}.hds-sidebar__content{flex:1;overflow-y:auto;padding:1rem 0}.hds-sidebar__footer{padding:1rem;border-top:1px solid hsl(var(--hds-border))}.hds-sidebar__trigger{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;border-radius:var(--hds-border-radius-sm);cursor:pointer;transition:background-color .2s ease-in-out;color:#374151}.hds-sidebar__trigger:hover{background-color:hsl(var(--hds-accent))}.hds-sidebar__trigger:focus{outline:2px solid hsl(var(--hds-ring));outline-offset:2px}.hds-sidebar__menu{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.hds-sidebar__menu-item{display:flex;align-items:center;width:100%}.hds-sidebar__menu-button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;text-align:left;background:none;border:none;border-radius:var(--hds-border-radius-sm);font-size:var(--hds-font-size-sm);font-weight:var(--hds-font-weight-medium);cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out;color:#374151;white-space:nowrap;overflow:hidden}.hds-sidebar__menu-button:hover{background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground))}.hds-sidebar__menu-button--active{background-color:hsl(var(--hds-primary));color:hsl(var(--hds-primary-foreground))}.hds-sidebar__menu-button--active:hover{background-color:hsl(var(--hds-primary) / .9)}.hds-sidebar__menu-button:focus{outline:2px solid hsl(var(--hds-ring));outline-offset:2px}.hds-sidebar--closed .hds-sidebar__menu-button{justify-content:center;padding:.75rem .5rem}.hds-sidebar--closed .hds-sidebar__menu-button span:not(.hds-sidebar__icon){display:none}@media (max-width: 768px){.hds-sidebar{position:fixed;top:0;left:0;height:100vh;width:16rem;z-index:50;transform:translate(-100%)}.hds-sidebar--open{transform:translate(0);width:16rem}.hds-sidebar--closed{transform:translate(-100%);width:16rem}}@media (max-width: 768px){.hds-sidebar--open:before{content:"";position:fixed;top:0;left:16rem;right:0;bottom:0;background-color:#00000080;z-index:-1}}.hds-sidebar__icon{flex-shrink:0;width:1rem;height:1rem}.hds-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background-color:hsl(var(--hds-muted));flex-shrink:0}.hds-avatar--sm{width:1.5rem;height:1.5rem}.hds-avatar--default{width:2.5rem;height:2.5rem}.hds-avatar--lg{width:4rem;height:4rem}.hds-avatar--xl{width:6rem;height:6rem}.hds-avatar__image{width:100%;height:100%;object-fit:cover;border-radius:inherit}.hds-avatar__fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:hsl(var(--hds-muted));color:hsl(var(--hds-muted-foreground));font-weight:var(--hds-font-weight-medium);border-radius:inherit}.hds-avatar--sm .hds-avatar__fallback{font-size:.625rem}.hds-avatar--default .hds-avatar__fallback{font-size:.875rem}.hds-avatar--lg .hds-avatar__fallback{font-size:1.125rem}.hds-avatar--xl .hds-avatar__fallback{font-size:1.5rem}.hds-textarea{display:block;min-height:5rem;width:100%;border-radius:var(--hds-border-radius-md);border:1px solid hsl(var(--hds-input));background-color:hsl(var(--hds-background));color:#374151;padding:.5rem .75rem;font-size:var(--hds-font-size-sm);line-height:1.5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;box-sizing:border-box;resize:vertical}.hds-textarea::placeholder{color:hsl(var(--hds-muted-foreground))}.hds-textarea:focus-visible{outline:none;border-color:hsl(var(--hds-ring));box-shadow:0 0 0 2px hsl(var(--hds-ring))}.hds-textarea:disabled{cursor:not-allowed;opacity:.5}.hds-dropdown{position:relative;display:inline-block;width:100%}.hds-dropdown__trigger{display:flex;height:2.5rem;width:100%;align-items:center;justify-content:space-between;border-radius:var(--hds-border-radius-md);border:1px solid hsl(var(--hds-input));background-color:hsl(var(--hds-background));color:#374151;padding:.5rem .75rem;font-size:var(--hds-font-size-sm);cursor:pointer;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;outline:none!important}.hds-dropdown__trigger:hover:not(:disabled){border-color:hsl(var(--hds-border));outline:none!important}.hds-dropdown__trigger:focus{outline:none!important}.hds-dropdown__trigger:active{outline:none!important}.hds-dropdown__trigger:focus-visible{outline:none!important;border-color:hsl(var(--hds-ring));box-shadow:0 0 0 2px hsl(var(--hds-ring))}.hds-dropdown__trigger:disabled{cursor:not-allowed;opacity:.5}.hds-dropdown__trigger--open{border-color:hsl(var(--hds-ring));box-shadow:0 0 0 2px hsl(var(--hds-ring))}.hds-dropdown__value{flex:1;text-align:left;line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#374151}.hds-dropdown__chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.hds-dropdown__trigger--open .hds-dropdown__chevron{transform:rotate(180deg)}.hds-dropdown__content{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:50;max-height:24rem;min-width:8rem;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;border-radius:var(--hds-border-radius-md);border:1px solid hsl(var(--hds-border));background-color:hsl(var(--hds-popover));color:hsl(var(--hds-popover-foreground));box-shadow:var(--hds-shadow-base);animation:fadeIn .2s ease-out}.hds-dropdown__viewport{padding:.25rem;overflow-y:auto;overflow-x:hidden;max-height:24rem;box-sizing:border-box}.hds-dropdown__item{position:relative;display:flex;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;border-radius:calc(var(--hds-border-radius-md) - 2px);padding:.375rem 2rem .375rem .5rem;font-size:var(--hds-font-size-sm);color:hsl(var(--hds-popover-foreground));outline:none;transition:background-color .2s ease-in-out,color .2s ease-in-out}.hds-dropdown__item:hover:not(.hds-dropdown__item--disabled){background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground));outline:none}.hds-dropdown__item:focus{background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground));outline:none}.hds-dropdown__item:focus-visible{outline:2px solid hsl(var(--hds-ring));outline-offset:2px}.hds-dropdown__item--selected{background-color:hsl(var(--hds-accent));color:hsl(var(--hds-accent-foreground))}.hds-dropdown__item--disabled{pointer-events:none;opacity:.5}.hds-dropdown__item-indicator{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}.hds-dropdown__item-text{padding-left:1.5rem;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.segmented-buttons{display:inline-flex;background-color:#f3f4f6;border-radius:12px;padding:2px;gap:2px}.client-type-buttons .segmented-buttons{display:flex;width:100%}.segmented-button{flex:1;padding:.5rem 1rem;border:none;background-color:transparent;color:#6b7280;font-size:.875rem;font-weight:500;border-radius:0;cursor:pointer;transition:all .2s ease;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;min-width:0;text-align:center;line-height:1.4}.segmented-button.first{border-top-left-radius:10px;border-bottom-left-radius:10px}.segmented-button.last{border-top-right-radius:10px;border-bottom-right-radius:10px}.segmented-button:hover:not(.disabled):not(.selected){background-color:#e5e7eb;color:#374151}.segmented-button.selected{background-color:#3b82f6;color:#fff;border:none;box-shadow:0 1px 2px #0000000d}.segmented-button.disabled{opacity:.5;cursor:not-allowed}.segmented-button.disabled:hover{background-color:transparent;color:#6b7280}.datatable-table-wrap{border:1px solid var(--hds-color-gray-250, #d6dbe0);border-radius:8px;box-shadow:0 1px 4px #0e1e2508;overflow:hidden}.datatable-container table{width:100%;table-layout:fixed;border-collapse:collapse;min-width:0}.datatable-pagination-controls{display:flex;align-items:center;gap:2rem;margin-right:0}.table-col-actions .client-actions-group,.table-col-actions .datatable-actions{display:flex;gap:.125rem;justify-content:center;align-items:center;flex-wrap:nowrap;overflow:hidden}.table-col-contacts{min-width:100px;max-width:180px;width:12%}col.table-col-contacts{width:12%}.table-col-phone{width:8%;max-width:100px;min-width:70px}col.table-col-phone{width:8%}.table-col-rut{width:80px;max-width:110px;min-width:64px}col.table-col-rut{width:80px}.table-col-type{width:8%;max-width:100px;min-width:70px}col.table-col-type{width:8%}.table-col-address{min-width:150px;max-width:400px;width:22%}.hds-table--bordered thead th.table-col-actions .header-content,.hds-table--bordered thead th.table-col-contacts .header-content,.hds-table--bordered thead th.table-col-phone .header-content{flex-wrap:nowrap!important;align-items:center}.table-col-contacts td,.table-col-contacts th,.table-col-phone td,.table-col-phone th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1366px){.table-col-actions{width:100px;max-width:160px;min-width:100px}.table-col-contacts{width:22%}.table-col-phone{width:12%}}@media (max-width:768px){.datatable-container{overflow-x:auto}}.datatable-container table{min-width:0!important}.datatable-table-wrap{overflow-x:hidden!important}.clients-container .datatable-table-wrap table{table-layout:fixed!important}.clients-container .datatable-container{overflow-x:hidden!important}.clients-container .table-col-actions,.clients-container .table-col-actions th,.clients-container .table-col-actions td{white-space:nowrap!important;text-overflow:ellipsis;overflow:hidden;min-width:48px!important;width:56px!important;max-width:96px!important}.clients-container .hds-table--bordered thead th.table-col-actions .header-content{flex-wrap:nowrap!important;align-items:center}@media (min-width: 1600px){.clients-container .table-col-actions,.clients-container col.table-col-actions{min-width:60px!important;width:60px!important;max-width:120px!important}}.clients-container .hds-table--bordered tbody td{max-width:0;overflow:hidden}.clients-container .table-col-name td,.clients-container .table-col-address td,.clients-container .table-col-email td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.column-visibility-wrapper{display:inline-block;position:relative;width:auto;z-index:40}.column-visibility-wrapper .hds-dropdown__content.column-visibility-dropdown{position:absolute!important;top:calc(100% + .25rem)!important;left:auto!important;right:0!important;min-width:160px;max-width:260px;width:auto!important;z-index:40!important;padding:6px;border:1.25px solid hsl(var(--hds-border));border-radius:calc(var(--hds-border-radius-md));box-shadow:0 10px 30px #0206171f}.column-visibility-wrapper .hds-dropdown__trigger{width:auto!important}.column-visibility-trigger{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;padding:.5rem 1rem;border-radius:.375rem;border:1px solid hsl(var(--hds-input));background:hsl(var(--hds-background));cursor:pointer}.column-visibility-trigger .hds-dropdown__value{display:inline-flex;align-items:center}.column-visibility-dropdown{box-shadow:var(--hds-shadow-base)}.column-visibility-inner{padding:6px;min-width:160px;max-width:240px;display:flex;flex-direction:column;gap:6px}.column-visibility-inner label span{display:inline-block;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.column-visibility-inner .hds-button{white-space:nowrap;flex:0 0 auto}.column-visibility-inner .footer-row{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.column-visibility-icon{margin-right:.25rem}.clients-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;min-height:320px;height:100%;width:100%;box-sizing:border-box}.clients-empty-state p:first-child{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;color:#374151}.clients-empty-state p:last-child{font-size:.875rem}.clients-container{padding:2rem;height:100%;background-color:#f8fafc;box-sizing:border-box;overflow-y:auto}.clients-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.clients-header-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.clients-header-bottom{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.clients-column-selector-wrapper{margin-left:auto;align-self:center;transform:translateY(2px);position:relative;z-index:40}.clients-header .clients-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px;flex-shrink:0}.clients-header-bottom .clients-search-bar{background-color:#fff;padding:.75rem;box-shadow:0 1px 3px #0000001a;border-radius:.5rem;display:flex;align-items:center;max-width:800px}.clients-header .clients-create-button{flex-shrink:0}.clients-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.clients-table tbody tr:hover{background-color:#f9fafb}.clients-modal-content{max-width:800px;width:90vw;padding:2rem}.clients-form-container{display:flex;flex-direction:column;gap:1.5rem}.clients-form-fields{display:flex;flex-direction:column}.clients-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.clients-form-row-small{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.clients-label{display:block;margin-bottom:.75rem;font-weight:500;color:#374151}.clients-input{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem}.clients-input-single{width:43%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem}.clients-date-input{width:85%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.clients-required-note{font-size:.875rem;color:#ef4444;font-weight:500}.clients-type-selector{display:flex;justify-content:space-between;align-items:center}.clients-remove-button{height:42px;min-height:42px;max-height:42px}.clients-modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.clients-create-submit-button:enabled{background-color:#16a34a;border-color:#16a34a;cursor:pointer}.clients-create-submit-button:disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.clients-table-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.clients-table-container .clients-loading,.clients-table-container .clients-empty{padding:3rem;text-align:center;color:#6b7280;font-size:1rem}.clients-table-container .clients-error{padding:3rem;text-align:center;color:#dc2626;font-size:1rem}.clients-error{color:#dc2626}.clients-table-container .hds-table__wrapper{border:none;border-radius:0;box-shadow:none}.clients-actions{display:flex;gap:.5rem;justify-content:center}.clients-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.clients-status.active{background-color:#dcfce7;color:#16a34a}.clients-status.inactive{background-color:#fee2e2;color:#dc2626}.clients-actions{display:flex;gap:.5rem}.clients-actions .button{font-size:.75rem;padding:.25rem .5rem}.clients-contacts-list{display:flex;flex-direction:column;gap:.25rem;max-width:100%}.clients-contact-item{font-size:var(--hds-font-size-sm);color:#374151;line-height:1.2;word-break:break-word}.clients-contact-more{font-size:var(--hds-font-size-sm);color:#374151;font-style:italic}.clients-rut-dni,.clients-phone{font-family:inherit;font-size:var(--hds-font-size-sm);color:#374151}.clients-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.clients-pagination-info{font-size:.875rem;color:#6b7280}.clients-pagination-controls{display:flex;align-items:center;gap:1rem}.clients-page-info{font-size:.875rem;color:#374151;font-weight:500}@media (max-width: 1000px){.clients-header{flex-direction:column;align-items:stretch;gap:1rem}.clients-header .clients-title{text-align:left;margin-bottom:0}.clients-header .clients-create-button{position:absolute;top:0;right:0;margin-bottom:0}.clients-header{position:relative}.clients-header .clients-search-bar{max-width:none}.clients-table-container{overflow-x:auto}.clients-table{min-width:800px}.clients-pagination{flex-direction:column;gap:1rem}}.client-details-container{background-color:#f9fafb;padding:1rem;border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem}.client-details-list{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.client-detail-item{margin:0}.client-detail-label{font-weight:500}.client-actions-group{display:flex;gap:.4rem;justify-content:center;padding:0 4px}.client-actions-group .hds-button,.client-actions-group button{padding:6px 8px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.optional-fields{width:100%;margin-top:.75rem}.optional-fields-header{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;background-color:var(--background-secondary, #f8f9fa);border:1px solid var(--border-color, #e6e6e6);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;font-family:inherit;color:inherit}.optional-fields-header:hover{background-color:var(--background-hover, #e9ecef);border-color:var(--primary-color, #2563eb)}.optional-fields-header:focus-visible{outline:2px solid var(--primary-color, #2563eb);outline-offset:2px}.optional-fields-header svg{flex-shrink:0;color:var(--primary-color, #2563eb)}.optional-fields-title{flex:1;font-size:.875rem;font-weight:500;color:var(--text-color, #1f2937);text-align:left}.optional-fields-hint{font-size:.75rem;color:var(--text-color-secondary, #6b7280);font-weight:400}.optional-fields-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease;overflow:hidden}.optional-fields.open .optional-fields-body{grid-template-rows:1fr}.optional-fields-body>div{min-height:0;padding-top:16px}.optional-fields-body>*+*{margin-top:1.5rem}.text-input-container{display:flex;flex-direction:column;gap:0;width:100%}.text-input-label-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.text-input-label{display:block;font-weight:500;color:#374151;font-size:.875rem;margin:0}.text-input-required{color:#ef4444;margin-left:.25rem}.text-input{height:2.5rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;line-height:1.5;color:#1f2937;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-sizing:border-box}.text-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.text-input:hover:not(:disabled){border-color:#9ca3af}.text-input::placeholder{color:#9ca3af}.text-input--default{width:100%}.text-input--single{width:48%}.text-input--compact{width:100%;padding:.5rem .75rem}.text-input--contact{width:100%}.text-input--error{border-color:#dc2626}.text-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.text-input--disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed;opacity:.6}.text-input--disabled:hover{border-color:#d1d5db}.text-input-error{color:#dc2626;font-size:.875rem;margin:0}.clients-modal-content .text-input-label{color:#374151;background:transparent}.clients-modal-content .text-input{background-color:#fff;color:#1f2937}.clients-modal-content .text-input::placeholder{color:#9ca3af}@media (max-width: 768px){.text-input--default,.text-input--single{width:100%}.text-input-container{gap:.375rem}.text-input-label-wrapper{margin-bottom:.5rem}.text-input-label{font-size:.8125rem}.text-input{padding:.625rem;font-size:.8125rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.address-map-picker-container{position:relative;width:100%;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb}.address-map-picker-canvas{width:100%;height:100%}.address-input-container{display:flex;flex-direction:column}.address-input-label{font-weight:500;color:#374151;font-size:.875rem}.address-input-required{color:#ef4444}.clients-modal-content{max-width:800px;width:90vw;padding:1.25rem;background-color:#fff;max-height:calc(100vh - 4rem)}.clients-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.clients-form-container{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}.clients-form-fields{display:flex;flex-direction:column;overflow-y:auto;padding-right:.5rem;flex:1;min-height:0}.clients-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:.75rem}.clients-form-row-small{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:.75rem}.clients-modal-content .text-input-container{width:100%}.clients-modal-content .text-input-label{color:#374151!important;background:transparent!important;font-weight:500}.clients-modal-content .text-input{background-color:#fff!important;color:#1f2937!important;border:1px solid #d1d5db}.clients-modal-content .text-input:focus{background-color:#fff!important;color:#1f2937!important}.clients-modal-content .text-input::placeholder{color:#9ca3af!important}.clients-label{display:block;margin-bottom:.75rem;font-weight:500;color:#374151;font-size:.875rem}.clients-input{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#1f2937}.clients-input-single{width:43%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#1f2937}.clients-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.clients-required{color:#ef4444}.clients-required-note{font-size:.875rem;color:#ef4444;font-weight:500;padding-right:2rem}.clients-type-selector{display:flex;align-items:center}.clients-type-buttons{display:flex;gap:.5rem}.clients-type-buttons .segmented-buttons{display:flex;width:auto}.clients-type-buttons .segmented-button{white-space:nowrap;word-wrap:normal;overflow-wrap:normal;min-width:100px;padding:.5rem 1.25rem}.clients-contacts-section{display:flex;flex-direction:column}.clients-contacts-list{display:flex;flex-direction:column;gap:.75rem}.clients-existing-contact{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f9fafb;border-radius:.375rem}.clients-contact-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem}.clients-contact-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem}.clients-contact-buttons{display:flex;gap:.5rem;align-items:flex-start;height:fit-content}.clients-remove-button{min-height:42px;max-height:42px}.clients-add-button{height:42px;min-height:42px;max-height:42px}.clients-modal-actions{padding-top:1rem;flex-shrink:0}.clients-submit-button:enabled{background-color:#16a34a;border-color:#16a34a;cursor:pointer}.clients-submit-button:disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.truncated-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;cursor:default}.truncated-cell-tooltip{position:fixed;background-color:#000000e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:.875rem;max-width:400px;word-wrap:break-word;white-space:normal;z-index:10000;pointer-events:none;box-shadow:0 4px 12px #00000026;animation:tooltipFadeIn .15s ease-in}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.error-container{background-color:#f8fafc;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 48px);width:calc(100vw - 48px);position:fixed;left:24px;top:24px;border:1px solid #ef4444;border-radius:16px;box-sizing:border-box}.error-code{font-size:6rem;font-weight:700;color:#ef4444;margin:0 0 1rem;line-height:1}.error-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.error-description{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0 0 2rem}.error-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.loading-container{background-color:#f8fafc;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;height:100vh}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.client-filter-inline{margin-top:1rem;width:100%;background-color:transparent;border:none;border-radius:0;padding:0;box-shadow:none;animation:expandDown .2s ease-out}.client-filter-inline-row{display:flex;gap:12px;align-items:center;width:100%;flex-wrap:wrap}.client-filter-inline-item{display:flex;flex-direction:column;gap:6px;flex:0 0 auto}.client-filter-inline-label{font-weight:600;font-size:14px;color:#111827;margin:0}.client-filter-inline-select{min-width:150px}.client-filter-inline-actions{display:flex;align-items:center;justify-content:flex-start;align-self:flex-end}.client-filter-inline-actions button{padding:.35em .6em;font-size:.9em}@media (max-width: 1024px){.client-filter-inline-row{gap:12px}}@media (max-width: 640px){.client-filter-inline{padding:10px;width:100%;margin:.5rem 0}.client-filter-inline-row{flex-direction:column;gap:10px}.client-filter-inline-item{width:100%}.client-filter-inline-label{font-size:13px}.client-filter-inline-select{width:100%}.client-filter-inline-actions{width:100%;margin-left:0;margin-top:0}.client-filter-inline-actions button{width:100%}}.search-bar-with-clear{display:flex;align-items:center;gap:.5rem;flex:1;min-width:300px;max-width:400px}.search-input-container{position:relative;flex:1;min-width:300px;max-width:400px;display:flex;align-items:center}.search-bar-with-clear .search-input{width:100%;padding-right:2.5rem}.search-bar-with-clear .clear-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);padding:.25rem;min-width:1.5rem;height:1.5rem;width:1.5rem;color:#6b7280;background:transparent;border:none;z-index:10;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:.25rem}.search-bar-with-clear .clear-button:hover{color:#374151;background-color:#f3f4f6}.search-bar-with-clear .search-button{white-space:nowrap;flex-shrink:0}.clients-filters{padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:visible!important;position:relative;z-index:10}.clients-filters-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;flex-wrap:nowrap!important;min-width:100%!important;width:100%!important;overflow-x:auto!important;overflow-y:visible!important}.clients-filters-row button{display:flex;align-items:center;gap:.25rem}.client-filter-chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.client-filter-chevron--open{transform:rotate(180deg)}.clients-filters-indicator{display:flex;gap:.5rem;align-items:center}.client-active-tag{background:#eef2ff;color:#3730a3;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;white-space:nowrap}@media (max-width: 640px){.clients-filters{padding:10px}.clients-filters-row{gap:10px}.clients-filters-indicator{gap:.5rem}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;margin:2rem 0}.empty-state-content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:400px}.empty-state-icon,.empty-state-icon-wrapper svg{width:48px;height:48px;color:#9ca3af;margin-bottom:.5rem}.empty-state-icon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.empty-state-title{font-size:1.25rem;font-weight:600;color:#374151;margin:0}.empty-state-description{font-size:1rem;color:#6b7280;margin:0;line-height:1.5}.empty-state-search-hint{font-size:.875rem;color:#6b7280;margin:0;padding:.75rem 1rem;background:#f3f4f6;border-radius:6px;border:1px solid #e5e7eb}.empty-state-action-button{margin-top:1rem;display:flex;align-items:center;gap:.5rem}.empty-state--filtered{background:#f8fafc;border-color:#d1d5db}.empty-state--filtered .empty-state-icon{color:#9ca3af}.empty-state--error{background:#fef2f2;border-color:#fecaca}.empty-state--error .empty-state-icon{color:#dc2626}.empty-state--success{background:#f0fdf4;border-color:#bbf7d0}.empty-state--success .empty-state-icon{color:#16a34a}@media (max-width: 768px){.empty-state{padding:3rem 1.5rem;margin:1.5rem 0}.empty-state-title{font-size:1.125rem}.empty-state-description{font-size:.8125rem}}.filter-inline-container{margin-right:.5rem;width:max-content;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000001a;animation:expandDown .3s ease-out;position:relative;z-index:1}.filter-inline-columns{display:flex;gap:12px;margin-bottom:0;align-items:flex-start;flex-wrap:wrap}.filter-inline-column{display:flex;flex-direction:column;gap:0;flex:0 0 180px;position:relative}.filter-column-title-wrapper{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 12px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .15s ease;margin-bottom:0;outline:none}.filter-column-title-wrapper:hover{background-color:#f3f4f6;border-color:#d1d5db}.filter-column-title-wrapper:active{background-color:#e5e7eb;border-color:#9ca3af}.filter-arrow-icon{color:#6b7280;flex-shrink:0;transition:transform .2s ease}.filter-column-title{font-weight:600;font-size:14px;color:#111827;margin:0;padding-bottom:0;border-bottom:none}.filter-column-options{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;gap:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:4px;padding:6px 0;max-height:300px;overflow-y:auto;animation:dropdownExpand .2s ease-out;z-index:1000;min-width:100%}@keyframes dropdownExpand{0%{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:300px}}.filter-inline-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;transition:background-color .15s ease;border:none;background:transparent}.filter-inline-option:hover{background-color:#f3f4f6}.filter-inline-option input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0}.filter-inline-option span{font-size:14px;color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.4}.filter-inline-option:hover span{color:#1f2937}.filter-inline-actions-column{display:flex;align-items:flex-start;justify-content:flex-start}.filter-clear-button{padding:8px 12px;font-size:14px;white-space:nowrap;margin-top:0;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.filter-inline-columns{gap:12px}.filter-inline-column{flex:0 0 45%}}@media (max-width: 640px){.filter-inline-container{padding:10px;width:100%;margin:0 0 12px;max-width:100%}.filter-inline-columns{flex-direction:column;gap:12px}.filter-column-title,.filter-inline-option span{font-size:13px}.filter-inline-actions-column,.filter-clear-button{width:100%}}.location-map-modal-content{max-width:800px;width:90vw;max-height:80vh;height:auto;padding:0;overflow:hidden;border-radius:8px}.close-button{position:absolute;top:1rem;right:1rem;z-index:1000;background:#fff;border-radius:50%;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.close-button:hover{background:#f3f4f6}.map-controls-bottom{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#fffffff2;border-top:1px solid #e6edf3}.location-map-container-fullsize{width:100%;height:60vh;position:relative}.location-map{width:100%;height:100%;z-index:1}.map-filter-inside{position:absolute;left:12px;bottom:12px;z-index:1200}.location-popup{min-width:200px}.location-popup strong{display:block;margin-bottom:.5rem;color:#1e293b;font-size:14px}.location-popup p{margin:0;color:#64748b;font-size:12px}.driver-popup{min-width:220px}.driver-popup-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.driver-popup-header strong{color:#1e293b;font-size:14px}.driver-dumpsters{margin:.5rem 0;padding:.5rem;background-color:#f8fafc;border-radius:4px}.driver-dumpsters small{color:#475569;font-size:12px;font-weight:500}.driver-popup-time{display:block;margin-top:.5rem;color:#64748b;font-size:11px}.dumpster-popup{min-width:220px}.dumpster-item{padding:.5rem 0}.dumpster-item:first-child{padding-top:0}.dumpster-item:last-child{padding-bottom:0}.dumpster-item strong{display:block;margin-bottom:.25rem;color:#1e293b;font-size:14px}.dumpster-item p{margin:.25rem 0;color:#64748b;font-size:12px}.dumpster-item small{display:block;margin-top:.25rem;color:#64748b;font-size:11px}.dumpster-item hr{margin:.5rem 0;border:none;border-top:1px solid #e2e8f0}@media (max-width: 768px){.location-map-modal-content{width:96vw;max-height:92vh;height:auto}.map-controls-bottom{position:sticky;bottom:0}.close-button{top:.5rem;right:.5rem}}.assign-request-modal-content{max-width:600px;width:auto;max-height:90vh;overflow-y:auto}.driver-select-with-button{display:flex;align-items:center;gap:.5rem}.driver-select-with-button .location-button{padding:.5rem;min-width:auto;flex-shrink:0}.driver-select-with-button .location-button:hover{background-color:#f3f4f6}.assign-request-modal-body{display:flex;gap:2rem;margin:1.5rem 0}.request-details-section{flex:2}.driver-selection-section{flex:1;padding-left:0}.request-details-section h3,.driver-selection-section h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#374151}.request-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.detail-item:last-child{border-bottom:none}.detail-label{font-weight:500;color:#6b7280;min-width:140px;flex-shrink:0}.detail-value{color:#111827;text-align:right;flex-grow:1;word-break:break-word}.driver-selection{display:flex;flex-direction:column;gap:.5rem}.driver-item{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:8px}.driver-status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex:0 0 auto}.driver-status-dot.available{background-color:#16a34a}.driver-status-dot.occupied{background-color:#d97706}.driver-name{color:#111827}#driver-select{width:fit-content;min-width:250px}.driver-selection label{font-weight:500;color:#374151}.error-message{color:#dc2626;font-size:.875rem;margin:.5rem 0}.loading-message{color:#6b7280;font-size:.875rem;margin:.5rem 0}[data-radix-select-item][data-disabled]{opacity:.5;color:#9ca3af!important}.driver-info{margin-top:.5rem}.driver-info small{color:#6b7280;font-size:.75rem}.selected-driver-display{margin-top:.5rem;padding:.5rem;background-color:#f3f4f6;border-radius:.375rem;border:1px solid #d1d5db}.selected-driver-display small{color:#374151;font-size:.875rem}@media (max-width: 768px){.assign-request-modal-content{max-width:95vw;margin:1rem}.assign-request-modal-body{flex-direction:column;gap:1.5rem}.driver-selection-section{border-left:none;border-top:1px solid #e5e7eb;padding-left:0;padding-top:1.5rem}.detail-item{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-label{min-width:auto}.detail-value{text-align:left}}@media (max-width: 640px){.undo-assignment-modal-content{max-width:95vw;margin:0}.detail-item{grid-template-columns:1fr;gap:4px}.detail-label,.detail-value{font-size:.875rem}}.select-client-modal-content{display:flex;flex-direction:column;gap:20px;width:400px}.client-type-buttons{display:flex;width:100%}.client-type-buttons .segmented-buttons{width:100%}.input-group{display:flex;flex-direction:column;gap:8px}.particular-input-group{margin-bottom:14px}.work-input-group{margin-top:14px}.address-display{padding:8px 12px;border:1px solid #ccc;border-radius:6px;background-color:#f0f0f0}.residue-permit-text{margin-top:10px;font-style:italic;color:#555}.modal-actions{display:flex;gap:10px}.half-width-button{flex:1}.infinite-scroll-spinner-container{display:flex;justify-content:center;align-items:center;padding:12px 8px;min-height:48px;width:100%;box-sizing:border-box}.infinite-scroll-spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:infinite-scroll-spin .8s linear infinite;flex-shrink:0}@keyframes infinite-scroll-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.client-work-filters{display:flex;flex-direction:row;gap:1.5rem;align-items:flex-end}.client-work-select-group{display:flex;flex-direction:row;gap:.75rem}.client-work-filter-item{width:250px}.date-input-group{position:relative;display:flex;flex-direction:column;width:100%}.date-input-group input[type=text]{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;color:#1f2937;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.date-input-group input[type=text]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-input-calendar-container{position:fixed;z-index:9999;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;padding:1rem}.filter-label{font-size:14px;font-weight:500;color:#374151;align-items:flex-start}.trip-report-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.trip-report-modal{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;max-width:500px;width:auto;min-width:300px;max-height:80vh;overflow-y:auto}.trip-report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.trip-report-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:4px 8px;border-radius:4px}.close-button:hover{background-color:#f3f4f6;color:#374151}.trip-report-modal-content{padding:16px 20px;display:flex;flex-direction:column}.loading-container{text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.error-container{text-align:center;padding:16px 20px;color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:0}.service-details{display:flex;flex-direction:column;gap:8px}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-row.comments{flex-direction:column;align-items:flex-start;gap:4px}.label{font-weight:500;color:#374151;min-width:100px;margin-right:24px}.value{color:#111827;font-weight:400;text-align:right;flex:1}.comments .value{text-align:left;margin-top:4px;line-height:1.4}.image-section{margin-top:16px;text-align:center}.service-image{max-width:100%;max-height:800px;border-radius:4px;box-shadow:0 1px 3px #0000001a}.view-image-button{width:100%;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.image-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000}.image-modal{background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;max-width:70vw;max-height:90vh;width:100%;display:flex;flex-direction:column;overflow:hidden}.image-modal-header{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;gap:16px;flex-wrap:wrap}.image-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827;flex:0 0 auto}.header-controls{display:flex;align-items:center;gap:16px;margin-left:auto;flex-wrap:wrap}.back-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:4px 8px;border-radius:4px;min-width:40px}.back-button:hover{background-color:#f3f4f6;color:#374151}.image-modal-content{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;background-color:#f9fafb}.image-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:auto}.modal-image{max-width:100%;max-height:70vh;border-radius:4px;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease-in-out;object-fit:contain}.image-modal-footer{padding:16px 20px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px;background-color:#fff}.zoom-controls{display:flex;align-items:center;gap:8px}.zoom-button{min-width:36px;height:36px;padding:0;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.zoom-level{min-width:60px;text-align:center;font-weight:500;color:#374151;font-size:.875rem}.zoom-reset-button{margin-left:8px;font-size:.875rem}.image-actions{display:flex;gap:8px}.action-button{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;white-space:nowrap}.hds-dialog__overlay{z-index:3000}.hds-dialog__content.image-viewer-dialog{max-width:70vw;width:70vw;max-height:80vh;overflow:hidden}.requests-column{flex:1;display:flex;flex-direction:column;min-height:0}.requests-column.drag-over{outline:2px dashed #60a5fa;outline-offset:-6px;background:#3b82f60d}.column-header{display:flex;justify-content:space-between;align-items:center;padding:.25rem 1rem;background-color:#f9fafb}.column-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0}.column-header button{display:flex;align-items:center;gap:6px}.column-content{flex:1;padding:.75rem;overflow-y:auto;max-height:100%}.loading-message,.loading-more-message,.error-message,.empty-message{display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center;border-radius:.5rem}.loading-message,.loading-more-message{background-color:#f3f4f6;color:#6b7280;border:1px dashed #d1d5db}.loading-more-message{padding:1rem;margin-top:.5rem;font-size:.875rem}.error-message{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.empty-message{background-color:#f9fafb;color:#6b7280;border:1px dashed #d1d5db}.empty-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.empty-content p{font-size:.875rem;margin:0;font-weight:500}.dumpster-select{position:relative}.dumpster-select__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:6px;box-shadow:0 8px 24px #00000014;z-index:20;max-height:320px;overflow:hidden}.dumpster-select__state{padding:12px 14px;font-size:14px;color:#6b7280}.dumpster-select__state--error{color:#b91c1c}.dumpster-select__list{list-style:none;margin:0;padding:4px 0;max-height:280px;overflow-y:auto;-webkit-overflow-scrolling:touch}.dumpster-select__option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px;cursor:pointer;font-size:16px}.dumpster-select__option:hover,.dumpster-select__option.is-focused{background:#f3f4f6}.dumpster-select__option-main{font-weight:600;color:#111827}.complete-request-form{display:grid;gap:.75rem;margin-top:.5rem}.complete-request-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.complete-request-required-label{color:#dc2626;font-size:.875rem;font-weight:500;padding-right:2rem}.complete-request-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.complete-request-form-field-full{grid-column:1 / -1}.complete-request-cash-input-wrapper{display:flex;align-items:center;gap:.5rem}.complete-request-currency-symbol{font-size:.875rem;color:#374151;font-weight:500}.complete-request-cash-input{flex:1}.complete-request-photo-container{display:flex;align-items:center;gap:.5rem}.complete-request-remove-photo-button{width:24px;height:24px;border-radius:50%;border:none;background-color:#ef4444;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.complete-request-remove-photo-button:hover{background-color:#dc2626}.stop-trip-modal-content{max-width:500px}.stop-trip-button{min-width:100px}@media (max-width: 640px){.stop-trip-modal-content{max-width:calc(100vw - 1rem);margin:.5rem;padding:1.5rem;width:calc(100vw - 1rem);max-width:350px;max-height:90vh;overflow-y:auto;box-sizing:border-box}.stop-trip-modal-content .hds-dialog__header{text-align:center;margin-bottom:1rem;padding:0}.stop-trip-modal-content .hds-dialog__title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;line-height:1.4}.stop-trip-modal-content .hds-dialog__description{font-size:1.5rem;line-height:1.5;margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word}.stop-trip-modal-content .hds-dialog__footer{flex-direction:row;gap:.75rem;margin-top:1.5rem;padding-top:0;padding-left:0;padding-right:0;justify-content:space-between}.stop-trip-modal-content .hds-dialog__footer button{flex:1;margin:0;height:80px;width:100%;aspect-ratio:1;font-size:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem;white-space:normal;word-wrap:break-word;text-align:center;line-height:1.2}.stop-trip-modal-content .hds-dialog__footer button svg{flex-shrink:0;width:28px;height:28px}}.active-filters{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin:0}.active-filters-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.active-filters-wrapper{display:flex;align-items:center;gap:.5rem;flex:1 1 auto;min-width:0}.active-filters-list{display:flex;gap:.5rem;flex-wrap:wrap;overflow:visible;align-items:center;flex:1 1 auto;min-width:0}.active-filters-list::-webkit-scrollbar{display:none}.active-filter-tag{background:#eef2ff;color:#3730a3;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:400;white-space:nowrap;flex:0 0 auto}.active-filters-scroll-indicator{display:none}.active-filters-scroll-indicator-left{margin-right:.25rem}.active-filters-scroll-indicator-right{margin-left:.25rem}.request-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease-in-out;cursor:grab;width:100%;max-width:100%;box-sizing:border-box;overflow:visible;position:relative}.request-card:active{cursor:grabbing}.request-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#d1d5db}.request-card[role=button]{cursor:pointer}.request-card[role=button]:hover{transform:translateY(-1px);border-color:#9ca3af}.request-card[role=button]:focus{outline:2px solid #3b82f6;outline-offset:2px}.request-card-header{margin-bottom:.75rem;border-bottom:1px solid #f3f4f6;padding-bottom:.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;position:relative;overflow:visible}.request-card-header.no-border{border-bottom:none;margin-bottom:0;padding-bottom:0}.request-header-content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative;overflow:visible}.client-name-wrapper{display:flex;align-items:center;gap:.5rem;width:100%;position:relative;overflow:visible}.client-name{font-size:1rem;font-weight:600;color:#111827;margin:0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;text-align:left;flex:1}.expired-icon-corner{position:absolute;top:-.75rem;left:-.75rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background-color:#ef4444;border-radius:50%;flex-shrink:0;z-index:10}.expired-icon-corner:before{content:"Solicitud vencida";position:absolute;top:50%;left:calc(100% + .5rem);transform:translateY(-50%);background-color:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:9999;box-shadow:0 4px 6px #0000001a}.expired-icon-corner:hover:before{opacity:1}.expired-icon{width:.875rem;height:.875rem;color:#fff}.work-name{font-size:.875rem;color:#6b7280;margin:0;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;text-align:left;align-self:flex-start}.request-card-body{display:flex;flex-direction:column;gap:.5rem}.request-card-body.collapsed{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f3f4f6}.request-card-actions{display:flex;gap:.4rem;margin-top:.5rem;flex-wrap:nowrap;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.request-card-actions{justify-content:flex-start}.request-detail{display:flex;justify-content:space-between;align-items:flex-start;font-size:.875rem;gap:.5rem}.detail-label{color:#6b7280;font-weight:500;flex-shrink:0;min-width:fit-content}.detail-value{color:#374151;font-weight:400;text-align:right;flex:1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0}.detail-value.price{font-weight:600;color:#059669}.detail-value.payment-method{font-size:.8rem;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;color:#374151}.request-card.delivery{border-left:4px solid #3b82f6}.request-card.change{border-left:4px solid #f59e0b}.request-card.withdrawal{border-left:4px solid #ef4444}@keyframes fadeOutSlideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.request-card.removing{animation:fadeOutSlideUp .3s ease forwards}@media (max-width: 768px){.request-card{padding:.75rem}.request-card-header{flex-direction:column;align-items:stretch;gap:.5rem}.request-detail{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{text-align:left}}.view-report-button{width:auto;min-width:0;justify-content:center;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s ease-in-out}.view-report-button:hover{box-shadow:0 4px 8px #00000026}.reminder-button{color:#fff}.reminder-button:hover{background-color:#2563eb}.request-card .hds-button{white-space:normal;max-width:7.5rem;padding:.35rem .6rem;text-align:center}.request-card .hds-button{white-space:nowrap;max-width:none;font-size:.8rem;padding:.25rem .5rem;height:2rem;min-height:0;text-align:center}.request-card .hds-button svg{width:.95rem;height:.95rem}.request-card-actions{scrollbar-width:thin}.request-card-actions::-webkit-scrollbar{height:8px}.request-card-actions::-webkit-scrollbar-thumb{background:#00000014;border-radius:4px}.request-card.expanded{min-height:160px}.expired-badge{display:inline-block;margin-left:.5rem;padding:.18rem .45rem;background-color:#fee2e2;color:#b91c1c;font-size:.75rem;font-weight:700;border-radius:9999px;vertical-align:middle}.request-card.expired{border-color:#fecaca;box-shadow:0 4px 12px #ef444440}@media (max-width: 768px){.request-card.expanded{min-height:auto}}.action-button-icon-only{position:relative;padding:.375rem;min-width:auto;gap:0}.action-button-icon-only .action-button-text{opacity:0;max-width:0;overflow:hidden;transition:opacity .2s ease,max-width .2s ease,margin .2s ease;white-space:nowrap;margin-left:0;display:inline-block}.action-button-icon-only:hover{padding:.375rem .75rem;gap:.5rem}.action-button-icon-only:hover .action-button-text{opacity:1;max-width:120px;margin-left:0}.action-button-icon-only.button-text-only{padding:.375rem .75rem;gap:0}.action-button-icon-only.button-text-only .action-button-text{opacity:1;max-width:none;margin-left:0}.action-button-icon-only.button-text-only:hover{padding:.375rem .75rem}.service-type-badge{display:flex;align-items:center;gap:.5rem}.service-badge{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;font-weight:700;font-size:.9rem;transition:all .2s ease;flex-shrink:0;margin-right:.5rem;position:relative}.service-badge:after{content:attr(data-label);position:absolute;top:50%;left:calc(100% + .5rem);transform:translateY(-50%);background-color:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:9999;box-shadow:0 4px 6px #0000001a;font-weight:400}.service-badge:hover:after{opacity:1}.service-badge.service-delivery{background-color:#dbeafe;color:#1e40af}.service-badge.service-change{background-color:#fef3c7;color:#b45309}.service-badge.service-withdrawal{background-color:#fee2e2;color:#b91c1c}.service-badge:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}.service-label{color:#6b7280;font-size:.875rem;font-weight:500}.address-full{width:100%}.address-full .detail-value{text-align:left;width:100%;color:#111827;font-weight:500}.price-payment-row{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}.price-payment-row .detail-value{text-align:left;flex:0}.detail-separator{color:#9ca3af;font-weight:400}.request-detail-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.driver-compact{text-align:right;display:block}.driver-compact .detail-value{display:inline-block;width:auto}.driver-badge{display:inline-block;background-color:#f3f4f6;padding:.375rem .75rem;border-radius:1rem;color:#374151;font-weight:500;font-size:.875rem;white-space:nowrap}.price-payment{font-weight:600;color:#059669}.requests-page-container{width:100%;box-sizing:border-box;height:100%;display:flex;flex-direction:column;padding:2rem 1.5rem 2rem 1rem;overflow:hidden;background-color:#f8fafc}.requests-page-title{padding-top:.25rem;padding-left:.5rem}.requests-page-header{display:flex;flex-direction:column;text-align:left;margin-bottom:.25rem;flex-shrink:0}.requests-header-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.requests-header-bottom{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.requests-title-with-realtime{display:flex;align-items:center;gap:12px}.requests-page-header h1{margin:0 0 8px;color:#111827;font-weight:700;font-size:28px}.filters-header-container{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.filter-trigger-wrapper{position:relative;display:inline-block}.realtime-container{display:flex;align-items:center;gap:8px}.realtime-indicator{width:10px;height:10px;border-radius:50%;display:inline-block}.realtime-connected{background:#28a745}.realtime-reconnecting{background:#f0ad4e}.realtime-connecting,.realtime-disconnected,.realtime-error{background:#6c757d}.realtime-updated{font-size:12px;color:#0d6efd}.requests-page-content{display:flex;flex-direction:column;width:100%;flex:1;min-height:0}.requests-page-form{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));align-items:start}.form-field-group{display:grid;gap:.7rem;text-align:left;align-self:start}.form-field-group-comments{display:grid;gap:.5rem;grid-column:span 2;text-align:left}.form-field-group-payment{display:grid;gap:.5rem;grid-column:span 2;text-align:left;padding-bottom:5px}.payment-method-buttons{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-top:5px}.purchase-order-note{margin:0;padding-left:.5rem;font-size:.875rem;color:#6b7280}.purchase-order-info p{margin:0;font-size:.875rem;color:#374151}.action-buttons{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-right:.5rem}.calendar-dialog-content{width:fit-content}.client-info-box{background-color:#f8f9fa;border:1px solid #ccc;border-radius:6px;font-size:.9rem;padding:8px 12px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start}.client-info-details{flex-grow:1;display:flex;flex-direction:column;gap:2px}.client-name{font-weight:600;color:var(--text-color-primary);font-size:var(--font-size-sm)}.work-name,.client-address,.work-address{font-size:var(--font-size-xs);color:var(--text-color-secondary)}.client-info-box p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:var(--font-size-sm);color:var(--text-color-secondary);margin:0;flex-grow:1}.requests-columns-container{display:flex;flex:1;gap:0;margin-top:.5rem;min-height:0}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.filter-title{font-weight:600;font-size:.875rem;color:#374151}.filter-buttons{display:flex;align-items:center;gap:.5rem}.clear-filters-btn{background:none;border:1px solid #d1d5db;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;color:#6b7280;cursor:pointer;transition:all .2s}.clear-filters-btn:hover:not(:disabled){border-color:#9ca3af;color:#374151}.clear-filters-btn:disabled{opacity:.5;cursor:not-allowed}.filter-trigger{width:100%;max-width:250px;font-size:.875rem}.filter-category-header{font-weight:600;color:#6b7280!important;font-size:.75rem!important;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;opacity:.8}.request-card-unassigned{margin-bottom:.75rem}.column-divider{width:1px;background-color:#e5e7eb;flex-shrink:0}.new-request-modal-content{max-width:800px;max-height:90vh;overflow-y:auto}.new-request-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.new-request-required-label{color:#ef4444;font-size:.875rem;font-weight:500;padding-right:2rem}.new-request-required-asterisk{color:#ef4444}.new-request-modal-content .requests-page-form{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;align-items:start;max-height:none;overflow-y:visible;padding:1rem 0}.new-request-modal-content .form-field-group{display:grid;gap:.7rem;text-align:left;align-self:start}.new-request-modal-content .action-buttons{margin-top:1.25rem;padding-right:0;align-self:start}.new-request-modal-content .form-field-price,.new-request-modal-content .action-buttons{grid-column:2 / 3}.new-request-modal-content .form-field-price{margin-top:.25rem}.new-request-modal-content .form-field-group-comments{display:grid;gap:.5rem;grid-column:span 2;text-align:left}.new-request-modal-content .form-field-group-payment{display:grid;gap:.5rem;grid-column:span 2;text-align:left;padding-bottom:5px}.new-request-checkbox{grid-column:1 / 2;margin-top:.5rem}.new-request-checkbox .checkbox-row{justify-content:flex-start}.checkbox-field{display:flex;align-items:center;gap:.5rem}.checkbox-row{display:flex;align-items:center;gap:.75rem}.small-checkbox.hds-input[type=checkbox],.small-checkbox[type=checkbox]{width:18px;height:18px;padding:0}.checkbox-field .checkbox-help{font-size:.875rem;color:var(--text-color-secondary)}.request-filter-chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.request-filter-chevron--open{transform:rotate(180deg)}@media (max-width: 768px){.requests-page-container{padding:1rem .75rem}.requests-page-header h1{font-size:20px}.requests-header-top{flex-direction:column;align-items:stretch}.requests-title-with-realtime{flex-direction:column;align-items:flex-start;gap:8px}.requests-header-bottom{flex-direction:column;gap:.5rem}.filters-header-container{flex-direction:column;align-items:stretch}.filter-button-text{display:inline}.requests-columns-container{flex-direction:column;gap:1.5rem;overflow-x:hidden}.column-divider{display:none}.new-request-modal-content{max-width:100%;padding:.5rem}.new-request-modal-content .requests-page-form{grid-template-columns:1fr}.new-request-modal-content .form-field-group-comments,.new-request-modal-content .form-field-group-payment{grid-column:span 1}.new-request-modal-content .form-field-price{grid-column:1 / 2}.new-request-modal-content .action-buttons{grid-column:1 / 2;flex-direction:column-reverse}.new-request-modal-content .action-buttons button{width:100%}.action-buttons{flex-direction:column-reverse}.action-buttons button{width:100%}.requests-page-form{grid-template-columns:1fr}.form-field-group-comments,.form-field-group-payment{grid-column:span 1}.payment-method-buttons{flex-direction:column}.payment-method-buttons button{width:100%}}@media (max-width: 480px){.requests-page-container{padding:.75rem .5rem}.requests-page-header h1{font-size:18px}.realtime-container{font-size:12px}.filter-trigger{max-width:100%}.request-price-label-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.request-price-error{color:#dc2626;font-size:.875rem;margin:0}.request-price-input-error{border-color:#dc2626}.request-price-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-field-group-label{font-weight:500;color:#374151;font-size:.875rem}}.construction-sites-container{padding:2rem;height:100%;background-color:#f8fafc;box-sizing:border-box;overflow-y:auto}.construction-sites-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.construction-sites-header-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.construction-sites-header-bottom{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.construction-sites-column-selector{margin-left:auto;align-self:center;transform:translateY(2px);position:relative;z-index:40}.construction-sites-header .construction-sites-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px;flex-shrink:0}.construction-sites-header-bottom .construction-sites-filters{background-color:#fff;padding:.75rem;box-shadow:0 1px 3px #0000001a;border-radius:.5rem;display:flex;align-items:center;max-width:800px}.construction-sites-header .construction-sites-create-button{flex-shrink:0}.construction-sites-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.construction-sites-create-button{background-color:#2563eb;color:#fff}.construction-sites-loading,.construction-sites-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;min-height:320px;height:100%;width:100%;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 3px #0000001a;overflow:hidden}.construction-sites-empty p:first-child{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;color:#374151}.construction-sites-empty p:last-child{font-size:.875rem}.construction-sites-error{padding:3rem;text-align:center;color:#dc2626;font-size:1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.construction-sites-actions{display:flex;gap:.5rem;justify-content:center}.construction-sites-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.construction-sites-status.active{background-color:#dcfce7;color:#16a34a}.construction-sites-status.inactive{background-color:#fee2e2;color:#dc2626}.construction-sites-date{white-space:nowrap;font-family:inherit;font-size:var(--hds-font-size-sm);color:#374151}.construction-sites-permission{font-family:inherit;font-size:var(--hds-font-size-sm);color:#374151}.construction-sites-contacts-list{display:flex;flex-direction:column;gap:.25rem;max-width:100%}.construction-site-address{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1400px){.construction-site-address{white-space:normal;overflow:visible;text-overflow:unset}}@media (max-width: 1366px){.construction-sites-container{padding:1.5rem}.construction-sites-actions{gap:.25rem}.construction-sites-actions .hds-button{padding:.375rem}}.construction-sites-contact-item{font-size:var(--hds-font-size-sm);color:#374151;line-height:1.2;word-break:break-word}.construction-sites-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.construction-sites-pagination-info{font-size:.875rem;color:#6b7280}.construction-sites-pagination-controls{display:flex;align-items:center;gap:1rem}.construction-sites-page-info{font-size:.875rem;color:#374151;font-weight:500}@media (max-width: 1000px){.construction-sites-header{flex-direction:column;align-items:stretch;gap:1rem;position:relative}.construction-sites-header .construction-sites-title{text-align:left;margin-bottom:0}.construction-sites-header .construction-sites-filters{max-width:none}.construction-sites-header .construction-sites-create-button{position:absolute;top:0;right:0;margin-bottom:0}.construction-sites-table{min-width:800px}.construction-sites-pagination{flex-direction:column;gap:1rem}}.site-details-container{background-color:#f9fafb;padding:1rem;border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem}.site-details-list{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.site-detail-item{margin:0}.site-detail-label{font-weight:500}.filter-group{display:flex;flex-direction:column;gap:.25rem;align-items:stretch}.filter-label{font-size:.875rem;font-weight:500;color:#374151;white-space:nowrap;text-align:left!important;padding-bottom:.25rem}.driver-select-label{font-size:.875rem;font-weight:500;color:#374151;white-space:nowrap;text-align:left!important;padding-bottom:.65rem}.client-work-filter-item .filter-label{text-align:left!important;display:block;width:100%}.client-work-filter-item.filter-group .filter-label{width:auto;flex-shrink:0}.filter-required{color:#ef4444;margin-left:.25rem}.search-group{display:flex!important;gap:.5rem!important;align-items:center!important;flex:1;min-width:200px}.search-button{flex:0 0 auto!important;min-width:auto!important}.date-input-group{position:relative;flex-grow:1;min-width:150px}.date-input-calendar-container{position:absolute;z-index:9999;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 25px #0003;pointer-events:auto}.date-input-label{font-size:.875rem;font-weight:500;color:#374151;white-space:nowrap;padding-bottom:.45rem;display:block}.date-input-group input[type=text]{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem}.client-work-filters{display:flex;flex-direction:row;gap:1.5rem;align-items:flex-end;flex-wrap:wrap}.client-work-type-select{display:flex;flex-direction:column;gap:.5rem}.client-work-select-group{display:flex;flex-direction:row;gap:1rem;align-items:center}.client-work-select-group .client-work-filter-item:first-child{min-width:calc(25ch + 2.5rem);max-width:calc(25ch + 2.5rem)}.input-group{display:flex;flex-direction:column;gap:.5rem}.address-display-container{display:none}.client-work-filter-item{flex-grow:0;flex-shrink:0;min-width:fit-content}.client-work-filter-item.filter-group{display:flex;flex-direction:row;align-items:center;gap:.75rem}.client-work-filter-item .hds-select,.client-work-filter-item .hds-select__trigger{width:max-content;min-width:fit-content;max-width:25ch}.client-work-filter-item .hds-select__value{max-width:calc(25ch - 2.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;flex:0 1 auto}.client-work-filter-item .hds-select__content,.hds-select__content--expand,.client-work-filter-item .hds-select__content[style],.hds-select__content--expand[style]{width:max-content!important;min-width:max-content!important;max-width:25ch!important}.hds-select__content--expand .hds-select__viewport,.client-work-filter-item .hds-select__viewport{width:max-content!important;min-width:max-content!important}.hds-select__content--expand .hds-select__item,.client-work-filter-item .hds-select__item{width:100%!important;min-width:fit-content;max-width:25ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hds-select__content--expand .hds-select__item-text,.client-work-filter-item .hds-select__item-text{overflow:hidden;white-space:nowrap;max-width:100%;text-overflow:ellipsis;display:block}.filters-bar-wrapper{padding:.75rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;position:relative;z-index:10}.filters-bar-content{flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.construction-sites-modal-content{max-width:800px;width:90vw;padding:1.25rem;max-height:calc(100vh - 4rem)}.construction-sites-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.construction-sites-required-label{color:#ef4444;font-size:.875rem;font-weight:500;padding-right:2rem}.construction-sites-form-container{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.construction-sites-form-fields{display:flex;flex-direction:column;overflow-y:auto;padding-right:.5rem;flex:1;min-height:0}.construction-sites-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:.75rem}.construction-sites-form-field{display:flex;flex-direction:column}.construction-sites-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:#374151}.construction-sites-required{color:#ef4444}.construction-sites-input{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem}.construction-sites-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.construction-sites-client-readonly-box{width:90%;border:1px solid #d1d5db;border-radius:.375rem;background:#fafafa;padding:.75rem;font-size:.875rem;color:#333;box-shadow:none}.construction-sites-date-input{width:90%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.construction-sites-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.construction-sites-contacts-section{margin-top:1rem}.construction-sites-contacts-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.construction-sites-existing-contact{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f9fafb;border-radius:.375rem}.construction-sites-contact-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.5rem}.construction-sites-contact-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem}.construction-sites-contact-input-container{display:flex;flex-direction:column}.construction-sites-contact-buttons{display:flex;gap:.5rem;align-items:flex-start;height:fit-content}.construction-sites-remove-button{height:42px;min-height:42px;max-height:42px}.construction-sites-remove-button:hover{background-color:#fecaca}.construction-sites-add-button{height:42px;min-height:42px;max-height:42px}.construction-sites-add-button:hover{background-color:#059669}.construction-sites-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb;flex-shrink:0}.construction-sites-cancel-button{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.construction-sites-cancel-button:hover{background-color:#fecaca}.construction-sites-create-submit-button:enabled{background-color:#16a34a;border-color:#16a34a;cursor:pointer}.construction-sites-create-submit-button:hover:enabled{background-color:#15803d}.construction-sites-create-submit-button:disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.calendar-dialog-content{max-width:400px}.construction-sites-select-trigger{height:42px;min-height:42px;max-height:42px;width:100%;font-size:.875rem;padding:.75rem}@media (max-width: 768px){.construction-sites-modal-content{max-width:95vw;margin:1rem}.construction-sites-form-row{grid-template-columns:1fr}.construction-sites-contact-grid{grid-template-columns:1fr;gap:.5rem}.construction-sites-contact-buttons{justify-content:flex-start}}.construction-site-filter-inline{margin-top:.75rem;width:100%;background-color:transparent;border:none;padding:0}.construction-site-filter-inline-select-client{min-width:200px;width:250px}@media (max-width: 640px){.construction-site-filter-inline-row{flex-direction:column;gap:10px}.construction-site-filter-inline-select{width:100%}.construction-site-filter-inline-select-client{width:100%;min-width:100%}.construction-site-filter-inline-actions{width:100%;margin-left:0;margin-top:0;justify-content:flex-end}.construction-site-filter-inline-actions button{width:100%}}.construction-sites-filters-container{padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:visible!important;position:relative;z-index:10}.construction-sites-filters-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;flex-wrap:nowrap!important;min-width:100%!important;width:100%!important;overflow-x:auto!important;overflow-y:visible!important}.construction-sites-search-bar{flex:0 1 auto!important;min-width:300px!important;max-width:400px!important}.construction-sites-filters-indicator{display:flex;gap:.5rem;align-items:center}.construction-site-active-tag{background:#eef2ff;color:#3730a3;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;white-space:nowrap}.construction-site-filter-inline{margin-top:.75rem;width:100%;background-color:transparent;border:none;padding:0;box-shadow:none;animation:expandDown .2s ease-out}.construction-site-filter-inline-row{display:flex;gap:12px;align-items:center;width:100%;flex-wrap:wrap}.construction-site-filter-inline-item{display:flex;flex-direction:column;gap:6px;flex:0 0 auto}.construction-site-filter-inline-label{font-weight:600;font-size:14px;color:#111827;margin:0}.construction-site-filter-inline-select{min-width:150px}.construction-site-filter-inline-actions{display:flex;align-items:center;justify-content:flex-start;align-self:flex-end}.construction-site-filter-inline-actions button{padding:.35em .6em;font-size:.9em}.construction-site-filter-inline-spacer{flex:1 1 auto}.construction-site-filter-chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.construction-site-filter-chevron--open{transform:rotate(180deg)}.datatable-container{margin-top:.5rem;overflow-x:hidden;box-sizing:border-box}.datatable-container table{width:100%;table-layout:fixed;border-collapse:collapse}.hds-table--bordered thead th,.hds-table--bordered tbody td{border:1px solid var(--hds-color-gray-200);padding:4px 6px;white-space:normal;word-break:normal;overflow-wrap:break-word;box-sizing:border-box;vertical-align:top}.table-col-date{width:100px;max-width:160px;min-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-col-actions{width:64px;max-width:110px;min-width:56px;white-space:nowrap}col.table-col-actions{width:64px;max-width:110px}.table-col-actions th,.table-col-actions td{padding-left:4px;padding-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table-col-actions .construction-sites-actions,.table-col-actions .datatable-actions{display:flex;gap:.125rem;justify-content:center;align-items:center;flex-wrap:nowrap;overflow:hidden}.table-col-actions .hds-button{padding:2px 4px;min-width:24px;height:28px;box-sizing:border-box}.datatable-actions .hds-button,.datatable-actions button{flex:0 0 auto}.datatable-actions{display:flex;gap:.125rem;justify-content:center;padding:0 4px}.datatable-actions .hds-button,.datatable-actions button{padding:2px 4px;min-width:22px;height:28px;display:inline-flex;align-items:center;justify-content:center}@media (max-width:1366px){.table-col-date{width:120px;max-width:160px}.table-col-actions{width:48px;max-width:72px}}.hds-table--bordered thead th.table-col-actions .header-content{flex-wrap:nowrap!important;align-items:center}.hds-table--bordered thead th.table-col-actions,.table-col-actions th{white-space:nowrap}@media (max-width:768px){.datatable-container{overflow-x:scroll}}.construction-sites-container .table-col-actions,.construction-sites-container .table-col-actions th,.construction-sites-container .table-col-actions td{white-space:nowrap!important;text-overflow:ellipsis;overflow:hidden;min-width:56px!important;width:64px!important;max-width:110px!important}.construction-sites-container col.table-col-actions{width:64px!important;max-width:110px!important;min-width:56px!important}.construction-sites-container .table-col-actions .construction-sites-actions,.construction-sites-container .table-col-actions .datatable-actions{display:flex;gap:.125rem;justify-content:center;align-items:center;flex-wrap:nowrap;overflow:hidden}.construction-sites-container .table-col-actions .hds-button{padding:2px 4px;min-width:24px;height:28px;box-sizing:border-box}.construction-sites-container .datatable-actions{gap:.125rem;display:flex;align-items:center;justify-content:center}.construction-sites-container .datatable-actions .hds-button,.construction-sites-container .datatable-actions button{padding:2px 4px!important;min-width:22px!important;height:28px!important;box-sizing:border-box!important}.construction-sites-container .datatable-table-wrap table{table-layout:fixed!important}.trip-card{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;background-color:#fff;box-shadow:0 2px 6px #0000001f;transition:box-shadow .2s ease-in-out}.trip-card:hover{box-shadow:0 4px 8px #00000026}.trip-card.is-current-task{border:2px solid #065f46;box-shadow:0 6px 20px #065f4659;background-color:#fff}.trip-card.is-current-task:hover{box-shadow:0 8px 24px #065f4666}.trip-card-header{display:flex;justify-content:space-between;align-items:center;padding:18px;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;-webkit-tap-highlight-color:transparent}.trip-card-header:focus{outline:none}.trip-card-header:active{background-color:transparent}.trip-card-main-info{display:flex;flex-direction:column;gap:6px;flex:1}.trip-card-service{display:flex;align-items:center;gap:12px}.service-type{padding:3px 6px;border-radius:3px;font-size:12px;font-weight:600;text-transform:uppercase;display:inline-block;min-width:60px;text-align:center}.service-type.delivery{background-color:#e3f2fd;color:#0d47a1;border:1px solid #64b5f6}.service-type.change{background-color:#f3e5f5;color:#4a148c;border:1px solid #ba68c8}.service-type.withdrawal{background-color:#e8f5e8;color:#0d4f14;border:1px solid #66bb6a}.service-location{display:flex;flex:1}.location-info{font-weight:600;font-size:17px;color:#1f2937;line-height:1.3}.trip-card-location{display:flex;flex-direction:column;gap:2px}.location-name{font-weight:600;font-size:15px;color:#1f2937;line-height:1.3}.location-address{font-size:13px;color:#6b7280;line-height:1.2}.trip-card-client-name{font-size:11px;color:#9ca3af;font-style:italic}.trip-card-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.hds-select__chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.trip-card-details{padding:0 12px 12px;border-top:1px solid #f3f4f6;background-color:#f9fafb}.trip-detail-row{padding:6px 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:12px}.trip-detail-row:last-child{border-bottom:none}.trip-card-label-value{font-weight:600;color:#374151;font-size:14px;flex-shrink:0;align-self:flex-start}.trip-card-detail-value{color:#374151;font-size:14px;text-align:right;word-break:break-word}.trip-card-select-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:1.5rem .75rem!important}.trip-card-icon-buttons{display:flex;justify-content:space-between;gap:8px;margin-bottom:.5rem;width:100%}.trip-card-icon-button{flex:1;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background-color:transparent;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 4px #0000001a;color:#374151;padding:12px 8px}.trip-card-icon-button-text{font-size:14px;font-weight:600;color:#374151;text-align:center}.trip-card-icon-button-map{background-color:#5b21b6!important;border-color:#5b21b6!important;color:#fff!important}.trip-card-icon-button-map .trip-card-icon-button-text{color:#fff!important}.trip-card-icon-button-map:hover{background-color:#4c1d95!important;border-color:#4c1d95!important}.trip-card-icon-button-comments{background-color:#9a3412!important;border-color:#9a3412!important;color:#fff!important}.trip-card-icon-button-comments .trip-card-icon-button-text{color:#fff!important}.trip-card-icon-button-comments:hover{background-color:#7c2d12!important;border-color:#7c2d12!important}.trip-card-icon-button-start{background-color:#065f46!important;border-color:#065f46!important;color:#fff!important}.trip-card-icon-button-start .trip-card-icon-button-text{color:#fff!important}.trip-card-icon-button-start:hover{background-color:#064e3b!important;border-color:#064e3b!important}.trip-card-icon-button-stop{background-color:#ef4444!important;border-color:#ef4444!important;color:#fff!important}.trip-card-icon-button-stop .trip-card-icon-button-text{color:#fff!important}.trip-card-icon-button-stop:hover{background-color:#dc2626!important;border-color:#dc2626!important}.trip-card-icon-button:hover{background-color:#00000005;box-shadow:0 3px 6px #00000026;transform:translateY(-1px)}.trip-card-icon-button:active{transform:translateY(0);box-shadow:0 1px 3px #0000001f}@media (max-width: 768px){.trip-card-header{padding:14px}.trip-card-details{padding:0 10px 10px}.trip-detail-row{padding:5px 0}}.task-card{gap:.25rem}.task-card-modal{box-shadow:none!important;border:none!important;padding:0!important;background-color:transparent!important}.task-card-modal .task-header{border-bottom:none!important;padding-bottom:0!important;margin-bottom:.25rem!important}.task-card-modal .task-footer{border-top:none!important;padding-top:.25rem!important;margin-bottom:0!important}.task-card-modal .task-comments{background-color:#e2e8f0!important}.task-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px dashed #e2e8f0;gap:.5rem}.task-service-type{font-size:1.125rem;font-weight:700;color:#0f172a;white-space:nowrap}.task-client-type{font-size:.875rem;color:#64748b;font-weight:500;text-align:right;flex-grow:1}.task-detail-line{font-size:.95rem;color:#334155;margin:0;line-height:1.4}.task-start-time{margin-top:-.25rem}.start-time-value{font-weight:700;color:#b91c1c}.task-footer{padding-top:.5rem;border-top:1px dashed #e2e8f0;margin-bottom:.25rem}.task-price-method{font-size:.95rem;color:#0f172a;font-weight:600}.detail-label{font-weight:700;color:#334155;margin-right:.25rem}.task-comments{margin-top:0;padding:.5rem;background-color:#f8fafc;border-radius:.5rem;font-size:.875rem;color:#334155;white-space:pre-wrap}.task-detail-buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.card-text{font-size:1rem;color:#334155;margin:0}.card-button{width:100%;padding:.75rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer}.yellow-button{background-color:#f59e0b;color:#1e293b}.yellow-button:active{background-color:#d97706}.blue-button{background-color:#3b82f6;color:#fff}.blue-button:active{background-color:#2563eb}.green-button{background-color:#10b981;color:#fff;margin-top:.5rem}.green-button:active{background-color:#059669}.violet-button{background-color:#8b5cf6;color:#fff}.violet-button:active{background-color:#7c3aed}.driver-page-container.has-active-trip{background-color:#f8fafc;min-height:100vh}.driver-header{display:flex;flex-direction:column;margin-bottom:2rem}.driver-header.detail-header{flex-direction:row;align-items:center;gap:1rem;margin-bottom:1.5rem}.driver-header.detail-header h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.back-button{background:none;border:none;cursor:pointer;color:#334155;padding:0;line-height:1;border-radius:4px;transition:background-color .1s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.back-button:hover{background-color:#f1f5f9}.stop-trip-close-button{width:32px;height:32px;border-radius:4px;border:none;background-color:#991b1b;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 4px #0003;padding:0}.stop-trip-close-button:hover{background-color:#7f1d1d;box-shadow:0 4px 6px #0000004d;transform:scale(1.05)}.stop-trip-close-button:active{transform:scale(.95)}.driver-header h1{font-size:2rem;font-weight:700;color:#0f172a;margin:0;text-align:left}.content-title{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0}.tasks-list{display:flex;flex-direction:column;gap:1rem}.loading-container{display:flex;justify-content:center;align-items:center;height:100%}.driver-page-container{padding:1.5rem 1rem}.driver-content{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1rem}.trip-history-filter{display:flex;align-items:center;gap:12px}.trip-history-filter-label{font-weight:700;white-space:nowrap}.trip-history-select{width:150px}.trip-history-date-inputs{display:flex;gap:20px;margin-bottom:16px;position:relative;z-index:1}.trip-history-date-inputs .date-input-group{flex:1;max-width:200px;position:relative}.trip-history-buttons{display:flex;gap:12px}.trip-history-search-button{width:120px}.trip-history-clear-button{width:140px}.trip-history-empty{margin-top:20px}.trip-history-empty-container{padding:1.5rem;margin-top:1rem;background-color:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.trip-history-empty-icon{width:48px;height:48px;color:#9ca3af}.trip-history-load-more{display:flex;justify-content:center;align-items:center;margin-top:20px;padding:20px 0;min-height:60px}.trip-history-load-more-button{min-width:200px}.trip-history-sentinel{height:1px;width:100%;flex-shrink:0}.trip-history-date-group{margin-bottom:1.5rem}.trip-history-date-group:last-child{margin-bottom:0}.trip-history-date-header{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.content-results-title{font-size:1rem;font-weight:500;color:#0f172a;margin:0}@media (max-width: 768px){.trip-history-date-inputs{flex-direction:column;gap:12px}.trip-history-date-inputs .date-input-group{max-width:100%}}.modal-content{background-color:#f8fafc;margin:1.5rem;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;width:90%;max-width:400px;display:flex;flex-direction:column;gap:1rem}.modal-subtitle{font-size:1rem;color:#334155;margin:0;text-align:center;margin-bottom:.5rem}.modal-task-details-inline{padding:0}.modal-dumpster-select{margin:.5rem 0}.modal-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:.5rem}.red-button{background-color:#ef4444;color:#fff}.red-button:hover{background-color:#dc2626}.dry-red-button{background-color:#b91c1c;color:#fff}.dry-red-button:hover{background-color:#991b1b}.green-button{background-color:#10b981;color:#fff}.green-button:hover{background-color:#059669}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;margin:1.5rem;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;width:90%;max-width:350px;display:flex;flex-direction:column;gap:1rem;position:relative}.modal-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;text-align:center}.modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.modal-actions .card-button{flex:1}.comments-content{max-height:400px;overflow-y:auto;margin:15px 0;padding:0 5px}.comments-list{display:flex;flex-direction:column;gap:12px}.comment-separator{height:1px;background-color:#e5e7eb;margin-top:12px;width:100%}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.comment-header strong{font-size:1.1em;color:#333}.comment-date{font-size:.9em;font-weight:400;color:#374151}.comment-text{margin:8px 0 0;line-height:1.5;color:#333;font-size:1em}.no-comments-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:30px 15px}.no-comments-icon{color:#9ca3af}.no-comments-text{text-align:center;color:#374151;font-weight:600;font-size:1.1em;margin:0}.error-message{color:#d32f2f;text-align:center;padding:15px;font-size:.9em}.modal-content .loading-container{background-color:transparent!important;height:auto!important}.map-confirmation-modal{max-width:400px;position:relative}.modal-close-button{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;border-radius:4px;transition:all .2s ease-in-out}.modal-close-button:hover{background-color:#f3f4f6;color:#374151}.modal-actions-column{display:flex;flex-direction:row;gap:8px;margin-top:.5rem;justify-content:stretch;width:100%}.modal-actions-column .trip-card-icon-button{flex:1;min-height:100px}.trip-card-icon-button-back{background-color:#991b1b!important;border-color:#991b1b!important;color:#fff!important}.trip-card-icon-button-back .trip-card-icon-button-text{color:#fff!important}.trip-card-icon-button-back:hover{background-color:#7f1d1d!important;border-color:#7f1d1d!important}.map-app-selector-modal{max-width:400px}.map-app-buttons{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.map-app-button{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:.75rem;background-color:#fff;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500;width:100%}.map-app-button:hover{border-color:#cbd5e1;background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.map-app-button:active{transform:translateY(0)}.map-app-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.map-app-name{color:#0f172a;flex:1;text-align:left}.google-maps-button:hover{border-color:#4285f4;background-color:#f0f7ff}.waze-button:hover{border-color:#3cf;background-color:#f0fcff}.trip-report-form{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.form-content{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column}.form-row{display:flex!important;gap:1.5rem;width:100%;flex-wrap:nowrap!important;align-items:flex-start;flex-direction:row!important}.form-field--half{flex:1 1 0%!important;min-width:0;display:flex!important;flex-direction:column!important}.form-field--half .text-input-container{width:100%!important;max-width:100%!important;flex:1}.form-field--half .text-input{width:100%!important;max-width:100%!important}.photo-upload-section{display:flex;flex-direction:column;gap:.5rem}.photo-upload-label{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.trip-report-textarea{width:100%;margin-top:.25rem}.photo-upload-buttons{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;width:100%}.photo-upload-button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:1rem;flex:1;min-width:100px;min-height:100px;border:1px solid #e5e7eb;border-radius:.5rem;background-color:transparent;color:#374151;cursor:pointer;font-size:.8125rem;transition:all .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 4px #0000001a}.photo-upload-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #00000026}.photo-upload-button:active{transform:scale(.98)}.photo-upload-button--camera{background-color:#075985!important;border-color:#075985!important;color:#fff!important}.photo-upload-button--camera:hover{background-color:#0c4a6e!important;border-color:#0c4a6e!important}.photo-upload-button--camera .photo-upload-icon,.photo-upload-button--camera .photo-upload-text{color:#fff!important}.photo-upload-button--gallery{background-color:#5b21b6!important;border-color:#5b21b6!important;color:#fff!important}.photo-upload-button--gallery:hover{background-color:#4c1d95!important;border-color:#4c1d95!important}.photo-upload-button--gallery .photo-upload-icon,.photo-upload-button--gallery .photo-upload-text{color:#fff!important}.photo-upload-icon{width:28px;height:28px;margin-right:0}.photo-upload-text{font-size:.875rem;font-weight:600;text-align:center}.photo-preview-container{position:relative;display:inline-block;align-self:flex-start}.photo-preview{max-width:100%;max-height:300px;border-radius:.375rem;border:1px solid #d1d5db;object-fit:contain;display:block}.photo-remove-button{position:absolute;top:8px;right:8px;width:40px;height:40px;border-radius:50%;border:none;background-color:#991b1b;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 4px #0003;padding:0}.photo-remove-button:hover{background-color:#7f1d1d;box-shadow:0 4px 6px #0000004d;transform:scale(1.05)}.photo-remove-button:active{transform:scale(.95)}.photo-upload-error{font-size:.75rem;color:#dc2626;margin:0}.photo-upload-note{font-size:.75rem;color:#64748b;margin:0;font-style:italic}.form-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;flex-shrink:0}.submit-button{font-weight:600;width:100%;padding:1.5rem 1rem;border:none;border-radius:.5rem;background-color:#065f46;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover:not(:disabled){background-color:#064e3b}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.form-row{flex-direction:column;gap:1rem}.form-field--half{flex:none}.photo-upload-buttons{flex-direction:row;width:100%;gap:.5rem}.photo-upload-button{flex:1;min-width:90px;min-height:70px;padding:.75rem .5rem}.photo-upload-icon{width:24px;height:24px}.photo-upload-text{font-size:.75rem}}.trip-report-page-container{padding:.5rem;min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column}.trip-report-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-shrink:0;padding-top:2rem;padding-left:.5rem;padding-right:.5rem}.required-indicator{color:#991b1b;font-size:.875rem;font-weight:500}.trip-report-header h1{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.trip-report-content{display:flex;flex-direction:column;gap:1rem;flex:1;padding-bottom:1rem;max-height:calc(100vh - 6rem);overflow-y:auto}.dumpster-card{border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease-in-out;height:130px;overflow:hidden;position:relative;background:#fff;transform-origin:center top}.dumpster-card:hover{box-shadow:0 6px 18px #00000024;transform:scale(1.025);height:auto;overflow:visible;z-index:5}.dumpster-card-header{display:flex;justify-content:space-between;align-items:center;min-height:40px}.dumpster-card-state-badge{padding:4px 8px;border-radius:4px;color:#fff;font-size:12px;font-weight:500}.dumpster-card-content{display:grid;gap:12px}.dumpster-card-property{display:flex;justify-content:space-between;gap:.5rem}.dumpster-card-property-label{font-weight:500;color:var(--hds-color-neutral-700);flex-shrink:0;min-width:fit-content}.dumpster-card-property-value{text-align:right;flex:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.dumpster-card-property-value-state{color:inherit}.dumpster-card.state-AVAILABLE{background:#ecfdf5}.dumpster-card.state-NOT_AVAILABLE{background:#fef2f2}.dumpster-card.state-OUT_OF_SERVICE{background:#f3f4f6}.dumpster-card-title-row{display:flex;align-items:center;gap:.5rem}.dumpster-card-capacity{font-size:14px;color:#374151;font-weight:500;margin-left:.75rem}.dumpster-card-edit-icon-button{background:transparent;color:#1d4ed8;padding:6px 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #1d4ed8}.dumpster-card-edit-icon-button:hover{background:#1d4ed8}.dumpster-card-edit-icon-button:hover .dumpster-edit-icon{color:#fff}.dumpster-edit-icon{width:18px;height:18px}.location-row{display:flex;align-items:center;gap:.35rem;margin-top:.25rem;justify-content:flex-start}.location-pin-icon{width:14px;height:14px;color:#1f2937;flex-shrink:0}.dumpster-card-location-text{font-size:.85rem;color:#111827;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;max-width:200px}.dumpster-id-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;display:inline-block;max-width:150px}.dumpster-card-tooltip{background-color:#1f2937;color:#fff;padding:8px 12px;border-radius:6px;font-size:.875rem;white-space:nowrap;pointer-events:none;box-shadow:0 4px 6px #0000001a;z-index:1000}.dumpster-card-wrapper{position:relative;display:flex;flex-direction:column}.dumpster-card-button-container{position:relative;width:100%;margin-top:-.5rem;z-index:10}.dumpster-card-action-button{width:100%;position:relative;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 2px 8px #00000026;transition:all .2s ease-in-out}.dumpster-card-action-button:hover:not(:disabled){transform:scale(1.01);box-shadow:0 4px 12px #0003}.dumpster-card-action-button:disabled{background-color:#e5e7eb!important;color:#6b7280!important;cursor:not-allowed;opacity:1;box-shadow:0 2px 8px #0000001a;border:1px solid #d1d5db!important;outline:none!important}.dumpster-card-action-button:disabled:focus{outline:none!important;border:1px solid #d1d5db!important;box-shadow:0 2px 8px #0000001a!important}.dumpster-card-action-button:disabled:hover{transform:none;box-shadow:0 2px 8px #0000001a}.dumpster-filter-modal-content{max-width:500px;width:90vw}.dumpster-filter-sections{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.dumpster-filter-section{display:flex;flex-direction:column;gap:.25rem}.dumpster-filter-section-title{font-size:.875rem;font-weight:600;color:#374151}.dumpster-filter-select{width:100%}.dumpster-filter-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.client-selector-group{display:flex;flex-direction:column;gap:.5rem}.select-content-scroll{max-height:300px;overflow-y:auto}.filter-group-no-label{width:100%}.filter-group-no-label .filter-group{width:100%;gap:0}.filter-group-no-label .filter-group>button{width:100%}.add-dumpster-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.add-dumpster-required-label{color:#ef4444;font-size:.875rem;font-weight:500;padding-right:2rem}.add-dumpster-form-label-wrapper{display:flex;align-items:center;gap:.5rem}.add-dumpster-form-error{color:#dc2626;font-size:.875rem;margin:0}.add-dumpster-form-input-error{border-color:#dc2626}.add-dumpster-form-label{font-weight:500;color:#374151;font-size:.875rem}.dumpsters-filters{padding:12px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:visible!important;position:relative;z-index:10}.dumpsters-filters-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;flex-wrap:nowrap!important;min-width:100%!important;width:100%!important;overflow-x:auto!important;overflow-y:visible!important}.dumpsters-search-bar{flex:0 1 auto!important;min-width:300px!important;max-width:400px!important}.dumpsters-filters-indicator{display:flex;gap:.5rem;align-items:center}.dumpster-active-tag{background:#eef2ff;color:#3730a3;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;white-space:nowrap}.dumpster-filter-inline{margin-top:.75rem;width:100%;background-color:transparent;border:none;padding:0;position:relative;box-shadow:none;animation:expandDown .2s ease-out}.dumpster-filter-inline-row{display:flex;gap:12px;align-items:center;width:100%;flex-wrap:wrap}.dumpster-filter-inline-item{display:flex;flex-direction:column;gap:6px;flex:0 0 auto}.dumpster-filter-inline-actions-top{display:flex;align-items:center;margin-left:auto;align-self:flex-end}.dumpster-filter-inline-label{font-weight:600;font-size:14px;color:#111827;margin:0}.dumpster-filter-select{min-width:150px;width:150px;max-width:320px}.dumpster-filter-select--state{min-width:200px;max-width:220px}.dumpster-filter-select--client,.dumpster-filter-select--wide{min-width:220px;width:220px;max-width:220px}.dumpster-filter-select--driver{min-width:180px;width:180px;max-width:200px}.dumpster-filter-select .hds-select__value,.dumpster-filter-select--state .hds-select__value,.dumpster-filter-select--client .hds-select__value,.dumpster-filter-select--wide .hds-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%}.dumpster-filter-select .hds-select__value{padding-right:.5rem}.dumpster-filter-chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.dumpster-filter-chevron--open{transform:rotate(180deg)}.dumpster-filter-inline-actions-top{order:999}.dumpster-filter-inline-spacer{flex:1 1 auto}@media (max-width: 640px){.dumpsters-filters-row{flex-direction:column;align-items:stretch;gap:.75rem}.dumpsters-search-bar{width:100%;max-width:none;min-width:auto}.dumpster-filter-inline{padding:10px;width:100%;margin:.5rem 0}.dumpster-filter-inline-row{flex-direction:column;gap:10px}.dumpster-filter-inline-item,.dumpster-filter-inline-select{width:100%}.dumpster-filter-inline-spacer{display:none}}.relocate-dumpster-modal-content{max-width:520px}.relocate-section{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.relocate-warning{background:var(--hds-color-warning-100);border:1px solid var(--hds-color-warning-300);color:var(--hds-color-warning-700);padding:.75rem 1rem;border-radius:6px;font-size:.875rem}.relocate-actions{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.relocate-header-no-subtitle{position:relative}.relocate-modal-title-lg{font-size:1.5rem;font-weight:600;padding-right:2.5rem}.relocate-modal-title-lg{letter-spacing:.5px}.relocate-close-btn{position:absolute;top:.25rem;right:.25rem;background:transparent;border:none;cursor:pointer;padding:.35rem;border-radius:6px;transition:background .15s}.relocate-close-btn:hover{background:#0000000d}.relocate-close-icon{width:24px;height:24px}.dumpsters-page{padding:2rem;min-height:100vh;background-color:#f8fafc;box-sizing:border-box;display:flex;flex-direction:column}.dumpsters-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.dumpsters-header-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.dumpsters-header-bottom{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.dumpsters-right-actions{display:flex;flex-direction:row;align-items:center;gap:1.25rem}.dumpster-state-legend{display:flex;flex-direction:row;align-items:center;gap:1rem;font-size:.75rem;background:#fff;padding:8px 18px;border-radius:18px;box-shadow:0 2px 6px #00000014}.legend-row{display:flex;align-items:center;gap:.4rem;font-weight:500}.legend-dot{width:14px;height:14px;min-width:14px;min-height:14px;border-radius:50%;box-shadow:0 0 0 1px #00000014;flex-shrink:0}.legend-dot.available{background:#6ee7b7}.legend-dot.not-available{background:#fca5a5}.legend-dot.out-of-service{background:#d1d5db}.icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;position:relative}.add-plus{font-size:30px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);line-height:1}.icon-only{display:flex;align-items:center;justify-content:center;padding:6px 10px}.dumpsters-header .dumpsters-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px;flex-shrink:0}.dumpsters-header .add-dumpster-button{flex-shrink:0}.dumpsters-filters-container{padding:.75rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:visible;position:relative;z-index:10;max-width:800px}.filter-button-icon-only{position:relative;padding:.375rem;min-width:auto;gap:0}.filter-button-icon-only .filter-button-text{opacity:0;max-width:0;overflow:hidden;transition:opacity .2s ease,max-width .2s ease,margin .2s ease;white-space:nowrap;margin-left:0;display:inline-block}.filter-button-icon-only:hover{padding:.375rem .75rem;gap:.5rem}.filter-button-icon-only:hover .filter-button-text{opacity:1;max-width:100px;margin-left:0}.dumpsters-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px;flex-shrink:0}.add-dumpster-button{background-color:#2563eb;color:#fff}.dumpster-modal-content{max-width:600px;width:90vw;padding:1.25rem}.dumpster-modal-form{display:flex;flex-direction:column;gap:1.5rem}.modal-actions{display:flex;gap:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.cancel-button{flex:1;background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.create-button{flex:1;background-color:#16a34a;border-color:#16a34a;cursor:pointer}.create-button:disabled,.create-button.disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:500;color:#374151;font-size:.875rem;min-width:150px;width:150px}.form-input,.form-select,.form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;background-color:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:80px;font-family:inherit}.modal-header-flex{display:flex;justify-content:space-between;align-items:center}.required-asterisk{color:#ef4444}.required-text{font-size:.875rem;color:#ef4444;font-weight:500}.error-message{color:#dc2626;font-size:.875rem;margin-top:.5rem}.dumpsters-list-container{flex:1;overflow-y:auto;min-height:0}.dumpsters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding-right:.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.error-container p{margin-bottom:1rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280}.empty-state p:first-child{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;color:#374151}.empty-state p:last-child{font-size:.875rem}.dumpsters-filters{background:#fff;border-radius:.5rem;padding:.75rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a}.filter-group{display:flex;flex-direction:row;align-items:center;gap:.75rem}.filter-select{min-width:220px}.filter-label{font-weight:500;color:#374151;font-size:.875rem;white-space:nowrap}.filter-buttons{display:flex;gap:.5rem;flex-wrap:nowrap}.filter-button{padding:.5rem 1rem;font-size:.875rem;border-radius:6px;transition:all .2s ease-in-out;white-space:nowrap}.filter-button[data-variant=primary]{background-color:#2563eb;color:#fff;border:1px solid #2563eb}.filter-button[data-variant=secondary]{background-color:#fff;color:#374151;border:1px solid #d1d5db}.filter-button[data-variant=secondary]:hover{background-color:#f3f4f6;border-color:#9ca3af}.filter-button-disabled{opacity:.6;position:relative}.filter-button-disabled:hover{cursor:not-allowed;background-color:#f9fafb!important;border-color:#d1d5db!important}@media (max-width: 1000px){.dumpsters-header{flex-direction:column;align-items:stretch;gap:1rem;position:relative}.dumpsters-header .dumpsters-title{text-align:left;margin-bottom:0}.dumpsters-filters-container{margin:0;max-width:none;width:100%}.dumpsters-header .add-dumpster-button{position:absolute;top:0;right:0;margin-bottom:0}}@media (max-width: 768px){.dumpsters-page{padding:1rem}.dumpsters-grid{grid-template-columns:1fr;gap:1rem}.dumpsters-title{font-size:1.5rem}}.sign-in-page{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:9999;display:flex;justify-content:center;align-items:center;background-color:#f9fafb;overflow:hidden}body,#root{margin:0;padding:0;background:#f9fafb;min-height:100vh;width:100vw;overflow:hidden}.datatable-container{margin-top:.5rem;overflow-x:auto;box-sizing:border-box}.datatable-table-wrap{border:1px solid var(--hds-color-gray-250, #d6dbe0);border-radius:8px;box-shadow:0 1px 4px #0e1e2508;overflow:visible}.datatable-container table{width:100%;table-layout:fixed;border-collapse:collapse;min-width:900px}.datatable-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;font-size:.875rem;color:var(--hds-color-text-secondary)}.datatable-pagination-info{white-space:nowrap}.datatable-page-info{margin:0 .5rem;color:var(--hds-color-text-primary);font-weight:500}.datatable-pagination-controls{display:flex;align-items:center;gap:2rem;margin-right:50px}.datatable-limit-buttons{display:flex;gap:.5rem}.datatable-limit-buttons .segmented-button{white-space:nowrap;min-width:50px;padding:.5rem .75rem}.datatable-nav-buttons{display:flex;align-items:center;gap:.5rem}.datatable-nav-buttons .hds-button{border-width:1px;border-color:hsl(var(--hds-primary));box-shadow:0 2px 4px #0003}.hds-table--bordered{width:100%;border-collapse:collapse;max-width:100%;overflow:hidden;border-radius:inherit}.hds-table--bordered thead th,.hds-table--bordered tbody td{border:1px solid var(--hds-color-gray-200);padding:8px 12px;white-space:normal;word-break:normal;overflow-wrap:break-word;box-sizing:border-box;vertical-align:top}.hds-table--bordered thead th{overflow:hidden;box-sizing:border-box;background-color:var(--hds-color-gray-200,#e9eef3);color:var(--hds-color-text-primary);font-weight:600;font-size:.95rem;padding:10px 12px}.table-col-date{width:180px;max-width:180px}.table-col-actions{width:80px;max-width:80px;white-space:nowrap}col.table-col-actions{width:80px;max-width:80px}.table-col-address{width:22%;max-width:22%}col.table-col-address{width:22%}.table-col-name{width:9%;max-width:9%}col.table-col-name{width:9%}.table-col-clientName{width:7%;max-width:7%}col.table-col-clientName{width:7%}.table-col-permissionNumber{width:100px;max-width:140px}col.table-col-date{width:140px}@media (max-width:1366px){.table-col-address{width:32%;max-width:32%}.table-col-name{width:14%;max-width:14%}.table-col-clientName{width:12%}.table-col-date{width:150px;max-width:150px}.table-col-actions{width:90px;max-width:90px}.hds-table--bordered thead th,.hds-table--bordered tbody td{padding:4px 6px;font-size:.875rem}}col.table-col-actions{width:48px;max-width:80px}.table-col-actions th,.table-col-actions td{padding-left:6px;padding-right:6px}.table-col-actions .construction-sites-actions,.table-col-actions .datatable-actions{display:flex;gap:.25rem;justify-content:center;align-items:center}.table-col-actions .construction-sites-actions .hds-button,.table-col-actions .datatable-actions .hds-button,.table-col-actions .hds-button{padding:4px 6px;min-width:28px;height:32px;box-sizing:border-box}.datatable-actions{display:flex;gap:.4rem;justify-content:center;padding:0 4px}.datatable-actions .hds-button,.datatable-actions button{padding:6px 8px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}@media (max-width: 1366px){.table-col-date{width:140px;max-width:180px}.table-col-actions{width:72px;max-width:100px}}.table-col-address{width:40%;max-width:46%;min-width:220px}col.table-col-address{width:40%}.table-col-name{width:28%;max-width:32%;min-width:180px}col.table-col-name{width:28%}.table-col-clientName{width:8%;max-width:12%;min-width:120px}col.table-col-clientName{width:8%}.table-col-date{width:100px;max-width:160px;min-width:100px}.table-col-permissionNumber{width:100px;max-width:140px;min-width:110px;white-space:nowrap}.table-col-permission{width:120px;max-width:160px}col.table-col-permission{width:120px}.hds-table--bordered thead th.table-col-permissionNumber .header-content,.table-col-permissionNumber th,.table-col-permissionNumber td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hds-table--bordered thead th.table-col-permissionNumber .header-content{flex-wrap:nowrap!important;align-items:center}.permission-dot{cursor:help;vertical-align:middle}.table-col-permissions{width:100px;max-width:180px;min-width:120px}.table-col-notes{width:auto}.table-col-contacts{min-width:72px;max-width:160px;width:5%}col.table-col-contacts{width:5%}.table-col-notes{min-width:90px;max-width:200px;width:10%}col.table-col-notes{width:10%;min-width:90px}.datatable-table-wrap .hds-table__wrapper{overflow:visible}col.table-col-date{width:100px}.construction-site-address{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1366px){.table-col-address{width:36%;max-width:38%}.table-col-name{width:20%;max-width:22%}.table-col-clientName{width:10%}.table-col-date{width:120px;max-width:160px}.table-col-actions{width:48px;max-width:72px}}@media (max-width: 1366px){col.table-col-date{width:120px}}@media (max-width: 1366px){.hds-table--bordered thead th,.hds-table--bordered tbody td{padding:4px 6px;font-size:.875rem}}.hds-table-body{background-color:#fff}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;position:relative}.sortable-header:hover{background-color:var(--hds-color-gray-250, #dfe9ef)}.sortable-header:active{background-color:var(--hds-color-gray-200);transform:scale(.98)}.sortable-header--active{background-color:var(--hds-color-primary-50, #f0f7ff);font-weight:600}.sortable-header--active{border-bottom-color:var(--hds-color-primary, hsl(var(--hds-primary)))}.sortable-header--active:hover{background-color:var(--hds-color-primary-100, #e0efff)}.header-content{display:flex!important;flex-direction:row!important;align-items:center;justify-content:flex-start;gap:.5rem;min-height:24px;flex-wrap:wrap;width:100%;min-width:0}.header-content>*{min-width:0}.header-content .sort-indicator{display:inline-flex;flex-shrink:0;align-items:center;color:var(--hds-color-primary);transition:transform .2s ease;margin-left:auto}.sort-icon-inactive{color:var(--hds-color-gray-400);opacity:.5;transition:opacity .2s ease,color .2s ease}.sortable-header:hover .sort-icon-inactive{opacity:1;color:var(--hds-color-gray-600)}@media (max-width: 768px){.datatable-container{overflow-x:scroll}}.hds-table--bordered thead th.table-col-date .header-content{flex-wrap:nowrap!important;align-items:center}.table-col-date th,.table-col-date td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.responsive-client-cs-selector-row{display:flex;width:100%}.reports-panel-body>.responsive-client-cs-selector-row{grid-column:1 / -1}.responsive-client-cs-selector-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.responsive-client-cs-selector-container .hds-select,.responsive-client-cs-selector-container .hds-select__trigger{width:max-content;min-width:calc(27ch + 2.5rem);max-width:calc(27ch + 2.5rem)}.responsive-client-cs-selector-container .hds-select__value{max-width:calc(27ch - 2.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.responsive-client-cs-selector-container .hds-select__value{padding-right:.5rem}.responsive-client-cs-selector-label{display:block;font-weight:500;color:#374151;font-size:.875rem}.responsive-client-cs-selector-required{color:#ef4444}.responsive-client-cs-selector-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}@media (max-width: 640px){.responsive-client-cs-selector-row{flex-direction:column;gap:.5rem}.responsive-client-cs-selector-container .hds-select,.responsive-client-cs-selector-container .hds-select__trigger{width:100%;min-width:0;max-width:100%}.responsive-client-cs-selector-container .hds-select__value{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.filters-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:.75rem;flex-wrap:nowrap;min-width:100%;width:100%;overflow-x:auto;overflow-y:visible}.purchase-orders-modal-content{width:600px;max-width:95%;display:flex;flex-direction:column;gap:1.5rem;max-height:calc(100vh - 4rem);padding:1.25rem}.purchase-orders-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.purchase-orders-required-label{color:#ef4444;font-size:.875rem;font-weight:500;padding-right:2rem}.form-input-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.required-field{color:#ef4444}.form-input-container--half{width:49%}.input-with-symbol{display:flex;align-items:center;gap:.5rem}.currency-symbol{color:var(--hds-color-text-secondary);font-size:1rem}.purchase-orders-form-row{display:flex;gap:1rem;width:100%}.purchase-order-filter-field{display:flex!important;flex-direction:column!important;gap:.75rem!important;align-items:flex-start!important}.purchase-order-filter-label{font-size:.875rem!important;font-weight:500!important;color:#374151!important;margin-bottom:0!important}.purchase-order-filter-select{width:180px}.purchase-order-filter-inline{margin-top:1rem;width:100%;background-color:transparent;border:none;padding:0;box-shadow:none;animation:expandDown .2s ease-out}.purchase-order-filter-row{display:flex;gap:.75rem;align-items:center;width:auto;flex-wrap:nowrap;overflow-x:auto}.purchase-order-filter-field{display:flex!important;flex-direction:column!important;gap:6px!important;flex:0 0 auto!important}.purchase-order-filter-inline .purchase-order-filter-field .date-input-group{min-width:150px;max-width:150px;width:150px}.purchase-order-filter-inline .purchase-order-filter-field .hds-select__trigger,.purchase-order-filter-inline .purchase-order-filter-field .hds-select{min-width:180px;max-width:180px;width:180px}.purchase-order-filter-inline .client-work-filter-item .responsive-client-cs-selector-container .hds-select,.purchase-order-filter-inline .client-work-filter-item .responsive-client-cs-selector-container .hds-select__trigger{min-width:200px!important;max-width:200px!important;width:200px!important}.purchase-order-filter-inline .responsive-client-cs-selector-row{gap:.5rem}.purchase-order-filter-label{font-weight:600;font-size:14px;color:#111827;margin:0}.purchase-order-filter-inline-actions{display:flex;align-items:center;justify-content:flex-end;margin-left:0;margin-top:.25rem;align-self:flex-end}.purchase-order-filter-inline-actions button{padding:.35em .6em;font-size:.9em}.purchase-order-filter-inline-spacer{display:none}.purchase-order-filters-indicator{display:flex;gap:.5rem;align-items:center;margin-left:.5rem;white-space:nowrap}.purchase-order-active-tag{background:#eef2ff;color:#3730a3;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;white-space:nowrap}@media (max-width: 640px){.purchase-order-filter-inline{padding:10px;width:100%;margin:.5rem 0}.purchase-order-filter-row{flex-direction:column;gap:10px}.purchase-order-filter-field,.purchase-order-filter-select{width:100%}.purchase-order-filter-inline-actions{width:100%;justify-content:flex-end;margin-left:0;margin-top:0}.purchase-order-filter-inline-actions button{width:auto}.purchase-order-filter-inline-spacer{display:none}}.purchase-orders-form-container{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.purchase-orders-form-fields{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem;flex:1;min-height:0}.purchase-orders-label-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.purchase-orders-label{display:block;font-weight:500;color:#374151;font-size:.875rem;margin:0}.purchase-orders-error{color:#dc2626;font-size:.875rem;margin:0;margin-top:.25rem}.purchase-orders-input-error{border-color:#dc2626}.purchase-orders-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.purchase-orders-required{color:#ef4444}.purchase-orders-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb;flex-shrink:0}.purchase-orders-cancel-button{flex:1;background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.purchase-orders-submit-button{flex:1}.purchase-orders-submit-button:enabled{background-color:#16a34a;border-color:#16a34a;cursor:pointer}.purchase-orders-submit-button:disabled{background-color:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.delete-confirmation-modal{max-width:28rem}.purchase-order-details-container{background-color:#f9fafb;padding:1rem;border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem}.purchase-order-search-and-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.purchase-order-search-and-filters .search-bar{flex:0 1 auto;min-width:200px;max-width:400px}.purchase-order-details-list{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.purchase-order-detail-item{margin:0}.purchase-order-detail-label{font-weight:500}.purchase-order-filter-chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.purchase-order-filter-chevron--open{transform:rotate(180deg)}.po-container{height:100vh;overflow-y:auto}.po-page{padding:2rem;min-height:calc(100vh - 4rem);background-color:#f8fafc}.po-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.po-header-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.po-header-bottom{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.po-column-selector{display:flex;align-items:center;margin-left:auto;align-self:center;transform:translateY(2px);position:relative;z-index:40}.po-header .po-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px;flex-shrink:0}.po-header-actions{display:flex;justify-content:flex-end;flex-shrink:0}@media (max-width: 860px){.po-grid{grid-template-columns:1fr}}@media (max-width: 1000px){.po-header-top{flex-direction:column;align-items:stretch;gap:1rem}.po-header .po-title{text-align:left}.po-header-actions{width:100%}.po-container{padding:1rem}.po-table-container{overflow-x:auto}.po-table-section .datatable-container{overflow-x:visible}.po-table-section .datatable-table-wrap table{table-layout:auto}.po-table-section .hds-table--bordered thead th,.po-table-section .hds-table--bordered tbody td{padding:6px 8px;font-size:.9rem}.po-table-section .table-col-address{width:30%!important;max-width:none!important}.po-table-section .table-col-name,.po-table-section .table-col-clientName{width:auto!important;max-width:18%}.po-table-section .table-col-actions{width:56px!important;max-width:80px!important;white-space:nowrap}.po-search-group{flex:1 1 100%!important;min-width:unset!important}}@media (max-width: 1366px){.po-table-section .datatable-container{overflow-x:visible}.po-table-section .datatable-table-wrap table{table-layout:auto}.po-table-section .hds-table--bordered thead th,.po-table-section .hds-table--bordered tbody td{padding:6px 8px;font-size:.95rem}.po-table-section .table-col-address{width:32%!important;max-width:none!important}.po-table-section .table-col-name,.po-table-section .table-col-clientName{width:auto!important;max-width:18%}.po-table-section .table-col-actions{width:80px!important;max-width:100px!important;white-space:nowrap}}.po-table-section .table-col-actions,.po-table-section .table-col-actions th,.po-table-section .table-col-actions td{white-space:nowrap!important;text-overflow:ellipsis;overflow:hidden;min-width:80px!important;width:100px!important;max-width:200px!important}.po-table-section .hds-table--bordered thead th.table-col-actions .header-content,.po-table-section .hds-table--bordered thead th.table-col-registrationDate .header-content{flex-wrap:nowrap!important;align-items:center}.po-table-section .table-col-registrationDate th,.po-table-section .table-col-registrationDate td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1600px){.po-table-section .table-col-actions,col.table-col-actions{min-width:120px!important;width:160px!important;max-width:260px!important}}.po-table-section .datatable-actions{gap:.125rem!important}.po-table-section .datatable-actions .hds-button,.po-table-section .datatable-actions button{padding:4px 6px!important;min-width:24px!important;height:28px!important;box-sizing:border-box!important}.po-table-section col.table-col-actions{width:100px!important;min-width:80px!important;max-width:200px!important}.po-table-section .datatable-table-wrap table{table-layout:fixed!important}.po-table-section .table-col-actions td,.po-table-section .table-col-actions th{display:flex!important;align-items:center!important;justify-content:center!important;padding-left:4px!important;padding-right:4px!important}.po-table-section .datatable-actions{display:flex;align-items:center;justify-content:center;gap:.125rem!important}.po-table-section .datatable-actions .hds-button,.po-table-section .datatable-actions button{padding:2px 4px!important;min-width:22px!important;height:28px!important}.filters-container{padding:.75rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;position:relative;z-index:10}.filters-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:nowrap;min-width:100%;width:100%;overflow-x:auto;overflow-y:visible}.clear-button{white-space:nowrap;flex-shrink:0;height:fit-content;padding-bottom:.75rem}.date-type-filter .select-trigger{width:150px!important;min-width:150px!important}.permissions-filter-inline{margin-top:1rem;width:100%;background-color:transparent;border:none;padding:0;box-shadow:none;animation:expandDown .2s ease-out}.permissions-filter-row{display:flex;gap:.75rem;align-items:center;width:100%;flex-wrap:nowrap;overflow-x:auto}.permissions-filter-field{display:flex!important;flex-direction:column!important;gap:6px!important;flex:0 0 auto!important}.permissions-filter-label{font-weight:600;font-size:14px;color:#111827;margin:0}.permissions-filter-inline .permissions-filter-field .date-input-group{min-width:150px;max-width:150px;width:150px}.permissions-filter-inline .permissions-filter-field .hds-select__trigger,.permissions-filter-inline .permissions-filter-field .hds-select{min-width:180px;max-width:180px;width:180px}.permissions-filter-inline .client-work-filter-item .responsive-client-cs-selector-container .hds-select,.permissions-filter-inline .client-work-filter-item .responsive-client-cs-selector-container .hds-select__trigger{min-width:200px!important;max-width:200px!important;width:200px!important}.permissions-filter-inline .responsive-client-cs-selector-row{gap:.5rem}.permissions-filter-inline-actions{display:flex;align-items:center;justify-content:flex-end;margin-left:0;margin-top:.25rem;align-self:flex-end}.permissions-filter-inline-actions button{padding:.35em .6em;font-size:.9em}.permissions-filter-inline-spacer{display:none}.permissions-filters-indicator{display:flex;gap:.5rem;align-items:center;margin-left:8px}.permissions-active-tag{background:#eef2ff;color:#3730a3;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;white-space:nowrap}.permissions-filter-chevron{opacity:.5;transition:transform .2s ease-in-out;flex-shrink:0}.permissions-filter-chevron--open{transform:rotate(180deg)}@keyframes expandDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.permissions-filter-inline{padding:10px;width:100%;margin:.5rem 0}.permissions-filter-row{flex-direction:column;gap:10px}.permissions-filter-field,.permissions-filter-select{width:100%}.permissions-filter-inline-actions{width:100%;justify-content:flex-end;margin-left:0;margin-top:0}.permissions-filter-inline-actions button{width:auto}.permissions-filter-inline-spacer{display:none}}.permissions-filter-select{width:180px}.permissions-loading,.permissions-error,.permissions-empty{text-align:center;margin-top:2rem;font-size:1.125rem;color:var(--hds-color-text-secondary)}.create-permission-modal-content{width:600px;max-width:95%;display:flex;flex-direction:column;gap:1.5rem;max-height:calc(100vh - 4rem);padding:1.25rem}.permissions-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.permissions-required-label{color:#ef4444;font-size:.875rem;font-weight:500;padding-right:2rem}.modal-title{text-align:center;margin-bottom:0}.modal-fields{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem;flex:1;min-height:0}.modal-fields-row{display:flex;flex-direction:row;gap:1rem;align-items:flex-start}.modal-fields-row-full{flex-direction:row}.modal-fields-row-full .input-group{flex:1;width:100%}.input-group{display:flex;flex-direction:column;gap:.5rem;position:relative;min-height:fit-content}.input-group .hds-label{font-weight:500;font-size:.875rem}.input-error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;margin-bottom:0;line-height:1.2;min-height:1.2rem;display:block}.permission-error{color:#dc2626;font-size:.875rem;margin:0;margin-top:.25rem}.permission-input-error{border-color:#dc2626}.permission-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.api-error-message{color:#ef4444;font-size:.875rem;text-align:center}.modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding-top:1rem;flex-shrink:0}.input-field-container{display:flex;flex-direction:column;width:100%}.datatable-actions{display:flex;gap:.5rem;justify-content:center}.search-bar{flex:1;min-width:300px;max-width:400px}.delete-confirmation-modal{max-width:30rem}.delete-confirmation-content{display:flex;flex-direction:column;gap:1rem}.permission-details-container{background-color:#f9fafb;padding:1rem;border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem}.permissions-search-and-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.permissions-search-and-filters .search-bar{flex:0 1 auto;min-width:200px;max-width:400px}.permissions-search-and-filters .permissions-filters-indicator{margin-left:.5rem;display:flex;gap:.5rem;align-items:center;white-space:nowrap}.permission-details-list{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.permission-detail-item{margin:0}.permission-detail-label{font-weight:500}.soft-delete-info{background-color:#eff6ff;border:1px solid #bfdbfe;padding:.75rem;border-radius:.5rem}.soft-delete-text{color:#1e40af;font-size:.875rem;margin:0}.buttons-container{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem}.delete-confirmation-title{padding-right:1rem}.permissions-page-container{height:100vh;overflow-y:auto}.permissions-page{padding:2rem;min-height:calc(100vh - 4rem)}.permissions-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.permissions-header-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.permissions-header-bottom{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.permissions-header .po-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px;flex-shrink:0}.permissions-header-bottom .filters-container{margin-bottom:0;flex:1;max-width:800px;background-color:#fff;padding:.75rem;box-shadow:0 1px 3px #0000001a;border-radius:.5rem;display:flex;align-items:center}.permissions-header-actions{display:flex;justify-content:flex-end;flex-shrink:0}@media (max-width: 1000px){.permissions-header{flex-direction:column;align-items:stretch;gap:1rem;position:relative}.permissions-header .po-title{text-align:left;margin-bottom:0}.permissions-header-bottom .filters-container{max-width:none}.permissions-header-actions{position:absolute;top:0;right:0;margin-bottom:0}}.permissions-page .datatable-container{overflow-x:visible}.permissions-page .datatable-table-wrap table{table-layout:auto}.permissions-page .hds-table--bordered thead th,.permissions-page .hds-table--bordered tbody td{padding:6px 8px;font-size:.9rem}.permissions-page .table-col-address{width:30%!important;max-width:none!important}.permissions-page .table-col-name,.permissions-page .table-col-clientName{width:auto!important;max-width:18%}.permissions-page .table-col-actions{width:110px!important;max-width:110px!important;white-space:nowrap}.responsive-client-cs-selector-for-reports-row{width:100%}.reports-panel-body>.responsive-client-cs-selector-for-reports-row{display:contents}.responsive-client-cs-selector-for-reports-container{display:flex;flex-direction:column;gap:.5rem;width:100%;flex:1 1 1fr;max-width:none}.responsive-client-cs-selector-for-reports-container .hds-select,.responsive-client-cs-selector-for-reports-container .hds-select__trigger{width:100%!important;min-width:0!important}.responsive-client-cs-selector-for-reports-hidden{visibility:hidden;pointer-events:none}.responsive-client-cs-selector-for-reports-label{display:block;font-weight:500;color:#374151;font-size:.875rem}.responsive-client-cs-selector-for-reports-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.reports-page{padding:2rem 2.75rem 2rem 2rem;display:flex;flex-direction:column;gap:24px;background-color:#f8fafc;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;height:100%;min-width:0;width:100%}.reports-page--has-results{gap:12px}.reports-title{font-size:28px;font-weight:700;margin:0 0 8px;color:#111827}.reports-card{width:80%;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;border:1px solid #e5e7eb;padding:24px;box-sizing:border-box;transition:box-shadow .2s ease}.reports-card-inline{display:flex;align-items:flex-start;gap:24px}.reports-card-type{display:flex;align-items:center;gap:20px}.reports-page>.reports-card.reports-card-type{width:auto;max-width:640px}.reports-card-inline .reports-card-label{min-width:160px;flex-shrink:0}.reports-card-type .reports-card-label{min-width:160px;flex-shrink:0;margin:0}.reports-card--full{max-width:100%}.results-table{table-layout:auto;width:100%}.results-table-wrapper{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.results-table .hds-table__head,.results-table .hds-table__cell{white-space:normal;overflow:hidden;text-overflow:ellipsis;text-align:center}.reports-card-content{display:flex;flex-direction:column;gap:6px}.reports-card-label{font-weight:700;font-size:18px;color:#111827;margin-bottom:12px;letter-spacing:-.01em;white-space:nowrap}.reports-card-sub{font-size:14px;color:#6b7280;line-height:1.5}.reports-panels{display:flex;flex-direction:column;gap:16px;width:100%;min-width:0;margin-right:5%}.reports-page>.reports-card,.reports-page>.reports-panels{width:100%}.reports-panel .filter-group .hds-select,.reports-panel .filter-group .hds-select__trigger{width:100%!important;min-width:0!important}.reports-panel{width:97%;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;border:1px solid #e5e7eb;transition:all .2s ease}.reports-panel:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d}.reports-panel-header{font-weight:700;font-size:18px;color:#111827;letter-spacing:-.01em;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #e5e7eb}.reports-panel-header-icon{transition:transform .2s ease;color:#6b7280}.reports-panel-header-icon.collapsed{transform:rotate(-90deg)}.reports-panel-collapsed .reports-panel-body,.reports-panel-collapsed .reports-panel-actions,.reports-panel-collapsed .reports-panel-error{display:none}.reports-panel-collapsed{padding:16px 20px}.reports-panel-collapsed .reports-panel-header{margin-bottom:0;padding-bottom:0;border-bottom:none}.reports-panel-error{color:#dc2626;background-color:#fee2e2;font-size:14px;margin-bottom:16px;padding:12px 16px;border-radius:8px;border-left:4px solid #dc2626;line-height:1.5}.reports-panel-body{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.filter-row{grid-column:1 / -1;display:grid;grid-template-columns:subgrid}.reports-panel-body>.filter-group{display:flex;flex-direction:column;gap:.25rem;align-items:stretch;width:100%}.reports-panel-body .filter-label-inline{width:100%}.filter-label-inline{display:inline-flex;gap:10px;align-items:center;font-size:.9375rem;font-weight:500;color:#374151;cursor:pointer;padding:4px 0;transition:color .15s ease}.filter-label-inline:hover{color:#1f2937}.columns-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 16px}@media (min-width: 1280px){.columns-list{grid-template-columns:repeat(5,minmax(0,1fr))}}.column-item{display:inline-flex;gap:10px;align-items:center;font-size:.9375rem;font-weight:500;color:#374151;cursor:pointer;padding:4px 0;transition:color .15s ease}.column-item:hover{color:#1f2937}.reports-panel-actions{margin-top:20px;display:flex}.reports-panel-actions--start{justify-content:flex-start}.reports-actions{width:100%;display:flex;justify-content:center;padding:4px 0 0;margin-top:-8px}.reports-generate-center{width:100%;display:flex;justify-content:center;max-width:300px}.reports-generated-actions{display:flex;gap:12px;align-items:center}.reports-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:-6px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}@media (max-width: 1024px){.reports-page{padding:20px 16px}.reports-panel-body{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.reports-page{padding:16px}.reports-title{font-size:24px}.reports-card,.reports-panel{padding:16px;width:100%}.reports-card-type{flex-direction:column;align-items:stretch;gap:12px}.reports-card-type .reports-card-label{min-width:auto}.reports-panel-body{grid-template-columns:1fr}.reports-panel-body>div[style*=gridColumn]{grid-column:1!important}.columns-list{grid-template-columns:1fr}.reports-generated-actions{flex-direction:column;gap:8px;width:100%}.reports-generated-actions button{width:100%}.reports-results-header{flex-direction:column;align-items:flex-start;gap:12px}.reports-results-header>div:last-child{width:100%}.reports-results-header>div:last-child>div{flex-direction:column;width:100%}.reports-results-header button{width:100%}.results-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.results-table{min-width:600px}.results-table .hds-table__head,.results-table .hds-table__cell{white-space:nowrap;font-size:14px;padding:8px 12px}}.map-filters-container{position:absolute;right:20px;bottom:20px;background:#fffffff2;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 6px 18px #00000014;padding:10px;display:flex;flex-direction:column;gap:10px;z-index:1200;width:fit-content}.map-filters-buttons-row{display:flex;gap:10px;align-items:center;flex-wrap:nowrap}.map-filter-button{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;white-space:nowrap;font-size:14px;transition:all .2s ease}.map-filter-button:hover{background:#f9fafb}.map-filter-button.active-sites{border-color:#2563eb;background:#eff6ff}.map-filter-button.active-clients{border-color:#10b981;background:#ecfdf5}.map-filter-button.active-drivers{border-color:#f59e0b;background:#fffbeb}.map-filter-button.active-dumpsters{border-color:#ef4444;background:#fef2f2}.map-filter-button-count{margin-left:2px;font-size:12px;color:#6b7280}.map-filter-button-indicator{margin-left:6px;width:18px;height:18px;border-radius:4px;background:#e5e7eb;display:inline-block;transition:background .2s ease}.map-filter-button.active-sites .map-filter-button-indicator{background:#2563eb}.map-filter-button.active-clients .map-filter-button-indicator{background:#10b981}.map-filter-button.active-drivers .map-filter-button-indicator{background:#f59e0b}.map-filter-button.active-dumpsters .map-filter-button-indicator{background:#ef4444}.map-refresh-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:8px;border:1px solid #F59E0B;background:#f59e0b;color:#fff;cursor:pointer;font-weight:500;font-size:14px;white-space:nowrap;transition:all .2s ease;min-width:40px}.map-refresh-button:disabled{background:#e5e7eb;cursor:not-allowed}.map-refresh-button:not(:disabled):hover{background:#d97706}.map-toggle-advanced-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;border:1px solid #6b7280;background:#fff;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.map-toggle-advanced-button:hover{background:#f9fafb}.map-toggle-advanced-button.active{background:#f3f4f6}.map-advanced-filters{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid #e5e7eb;min-width:300px}.map-advanced-filter-group{display:flex;flex-direction:column;gap:6px}.map-advanced-filter-label{font-size:13px;font-weight:500;color:#374151}.map-advanced-filter-select-trigger,.map-advanced-filter-input,.map-advanced-filter-select-item{font-size:13px}.map-advanced-filter-empty{padding:16px;text-align:center;color:#6b7280;font-size:13px}.map-clear-filters-button{padding:6px 12px;border-radius:6px;border:1px solid #dc2626;background:#fff;color:#dc2626;cursor:pointer;font-size:13px;font-weight:500;margin-top:4px;transition:all .2s ease}.map-clear-filters-button:hover{background:#fef2f2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-refresh-icon-spinning{animation:spin 1s linear infinite}.map-page-container{position:relative;margin:12px;height:calc(100vh - 24px);width:calc(100% - 24px)}.map-container{position:absolute;inset:8px;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.map-popup-content{min-width:200px;padding:8px 10px;display:flex;flex-direction:column;gap:8px}.map-popup-title{font-weight:600}.map-popup-address{font-size:12px;color:#4b5563}.map-popup-content>div,.map-popup-content p,.map-popup-content small{margin:0}.map-popup-content .map-popup-address{margin-top:2px}.map-popup-driver-title{font-weight:600;display:flex;align-items:center;gap:6px}.map-empty-state{position:absolute;left:20px;bottom:20px;background:#fffffff2;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;color:#6b7280;font-size:14px;z-index:1200}#root{margin:0;padding:0;width:100vw;box-sizing:border-box}@media (max-width: 768px){#root{height:auto;min-height:100vh;overflow:visible}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;width:100vw}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (max-width: 768px){body{overflow-y:auto;height:auto;min-height:100vh}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}
