:root{--color-page:#f3f4f6;--color-surface:#fff;--color-surface-muted:#f9fafb;--color-surface-subtle:#f4f3ec;--color-surface-hover:#f3f4f6;--color-control:#fff;--color-control-disabled:#f5f6f8;--color-text:#111827;--color-text-secondary:#4b5563;--color-text-muted:#6b7280;--color-border:#d1d5db;--color-border-subtle:#e5e7eb;--color-accent:#6d28d9;--color-accent-hover:#5b21b6;--color-accent-text:#6d28d9;--color-accent-surface:#ede9fe;--color-accent-surface-hover:#ddd6fe;--color-focus:#7c3aed;--color-focus-ring:#c4b5fd;--color-success:#047857;--color-success-surface:#ecfdf5;--color-success-border:#a7f3d0;--color-warning:#92400e;--color-warning-strong:#78350f;--color-warning-surface:#fef3c7;--color-warning-border:#fbd38d;--color-danger:#b91c1c;--color-danger-strong:#991b1b;--color-danger-surface:#fef2f2;--color-danger-border:#fecaca;--color-info:#1e40af;--color-info-surface:#dbeafe;--shadow-card:0 5px 18px #231d3a0f;--shadow-raised:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--text:var(--color-text-muted);--text-h:var(--color-text);--bg:var(--color-surface);--border:var(--color-border-subtle);--code-bg:var(--color-surface-subtle);--accent:var(--color-accent-text);--accent-bg:var(--color-accent-surface);--accent-border:var(--color-accent);--social-bg:var(--color-surface-subtle);--shadow:var(--shadow-raised);--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-page:#111827;--color-surface:#1f2937;--color-surface-muted:#273449;--color-surface-subtle:#242f3f;--color-surface-hover:#303d52;--color-control:#111827;--color-control-disabled:#293548;--color-text:#f3f4f6;--color-text-secondary:#d1d5db;--color-text-muted:#aeb8c7;--color-border:#4b5563;--color-border-subtle:#374151;--color-accent:#7c3aed;--color-accent-hover:#6d28d9;--color-accent-text:#c4b5fd;--color-accent-surface:#312e5f;--color-accent-surface-hover:#3f3a73;--color-focus:#c4b5fd;--color-focus-ring:#7c3aed;--color-success:#6ee7b7;--color-success-surface:#063f34;--color-success-border:#047857;--color-warning:#fcd34d;--color-warning-strong:#fbbf24;--color-warning-surface:#493614;--color-warning-border:#a16207;--color-danger:#fca5a5;--color-danger-strong:#fecaca;--color-danger-surface:#4a1d24;--color-danger-border:#b91c1c;--color-info:#93c5fd;--color-info-surface:#172f55;--shadow-card:0 5px 18px #00000038;--shadow-raised:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;min-width:0;min-height:100svh;display:flex}body{background:var(--color-page);min-width:0;min-height:100svh;margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter .app-container{text-align:center;place-content:center;max-width:720px;min-height:100vh;margin:0 auto;padding:2rem;display:grid}.counter .app-container h1{margin-bottom:.5rem}.counter:before,.counter:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.counter:before{border-left-color:var(--border);left:0}.counter:after{border-right-color:var(--border);right:0}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{border:1px solid var(--color-border-subtle);background:var(--color-surface);border-radius:8px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 25px #0003}.login-card h1{color:var(--color-text);margin:0 0 10px;font-size:28px;font-weight:600}.login-subtitle{color:var(--color-text-muted);margin:0 0 30px;font-size:14px}.error-message{background-color:var(--color-danger-surface);color:var(--color-danger);border-left:4px solid var(--color-danger-border);border-radius:4px;margin-bottom:20px;padding:12px;font-size:14px}.success-message{background-color:var(--color-success-surface);color:var(--color-success);border-left:4px solid var(--color-success-border);border-radius:4px;margin-bottom:20px;padding:12px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{color:var(--color-text);margin-bottom:6px;font-size:14px;font-weight:500;display:block}.form-group input{border:1px solid var(--color-border);background:var(--color-control);width:100%;color:var(--color-text);border-radius:4px;padding:12px;font-size:14px;transition:border-color .2s}.form-group input:focus{border-color:var(--color-focus);box-shadow:0 0 0 3px var(--color-focus-ring);outline:none}.form-group input:disabled{background-color:var(--color-control-disabled);cursor:not-allowed}.form-group input.input-error{border-color:var(--color-danger)}.field-error{color:var(--color-danger);margin-top:4px;font-size:12px;display:block}.btn{cursor:pointer;border:none;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-primary{background-color:var(--color-accent);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--color-accent-hover);box-shadow:0 5px 15px #667eea66}.btn-primary:disabled{background-color:var(--color-border);color:var(--color-text-muted);cursor:not-allowed}.btn-block{width:100%;display:block}.login-footer{text-align:center;margin-top:20px}.login-footer a{color:var(--color-accent-text);font-size:14px;text-decoration:none}.login-footer a:hover{text-decoration:underline}.not-authorized-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-authorized-card{border:1px solid var(--color-border-subtle);background:var(--color-surface);text-align:center;border-radius:1rem;width:100%;max-width:28rem;padding:3rem 2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.not-authorized-icon{color:var(--color-danger);justify-content:center;margin-bottom:1.5rem;display:flex}.not-authorized-card h1{color:var(--color-text);margin-bottom:1rem;font-size:1.875rem;font-weight:700}.not-authorized-message{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.5}.not-authorized-role{color:var(--color-text-secondary);background-color:var(--color-surface-muted);border-radius:.5rem;margin-bottom:2rem;padding:.75rem;font-size:.875rem}.not-authorized-role strong{color:var(--color-text);font-weight:600}.not-authorized-actions{justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:.375rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.data-table-wrapper{border:1px solid var(--color-border-subtle);background:var(--color-surface);box-shadow:var(--shadow-card);border-radius:.8rem;overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{border-bottom:1px solid var(--color-border-subtle);color:var(--color-text-secondary);vertical-align:middle;white-space:nowrap;padding:1rem 1.25rem}.data-table th{background:var(--color-surface-muted);color:var(--color-text);letter-spacing:.03em;text-transform:uppercase;font-size:.8rem;font-weight:700}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:var(--color-surface-muted)}.data-table-row--clickable{cursor:pointer}.data-table-row--clickable:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px;background:var(--color-accent-surface)}.data-table-cell--left{text-align:left}.data-table-cell--center{text-align:center}.data-table-cell--right{text-align:right}.data-table td.data-table-cell--primary{color:var(--color-text);font-weight:700}.data-table-link{color:var(--color-accent-text);font-weight:700;text-decoration:none}.data-table-link:hover{text-decoration:underline}.data-table-filters{border:1px solid var(--color-border-subtle);background:var(--color-surface-muted);border-radius:.8rem;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));align-items:end;gap:1rem;padding:1rem;display:grid}.data-table-filter{gap:.4rem;display:grid}.data-table-filter label{color:var(--color-text);font-size:.82rem;font-weight:700}.data-table-filter input,.data-table-filter select{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-control);width:100%;min-width:0;color:var(--color-text);font:inherit;border-radius:.5rem;padding:.65rem .75rem}.data-table-filter input:focus,.data-table-filter select:focus{outline:2px solid var(--color-focus-ring);border-color:var(--color-focus)}.data-table-filter-clear{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);cursor:pointer;font:inherit;border-radius:.5rem;padding:.65rem 1rem;font-weight:700}.data-table-filter-clear:hover:not(:disabled){background:var(--color-surface-hover)}.data-table-filter-clear:disabled{cursor:not-allowed;opacity:.5}@media (width<=600px){.data-table th,.data-table td{padding:.75rem}}.page-header{text-align:left;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.page-header-copy{min-width:0}.page-header h1{color:var(--color-text);letter-spacing:-.04em;margin:.25rem 0 .35rem;font-size:2.25rem}.page-header-eyebrow{color:var(--color-accent-text);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:800}.page-header-description{color:var(--color-accent-text);margin:0;font-size:.76rem}@media (width<=800px){.page-header{flex-direction:column;align-items:flex-start}}@media (width<=560px){.page-header h1{font-size:1.9rem}}.table-page{text-align:left;max-width:72rem;margin:0 auto}.table-page-count{background:var(--color-accent-surface);color:var(--color-accent-text);white-space:nowrap;border-radius:999px;padding:.45rem .75rem;font-weight:700}.table-page-toolbar{margin-bottom:1.5rem}.table-page-status{color:var(--color-text-muted)}.table-page-error{color:var(--color-danger)}.table-page-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.table-page-pagination span{min-width:8rem;color:var(--color-text-muted);text-align:center}.table-page-pagination button{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);cursor:pointer;font:inherit;border-radius:.5rem;padding:.55rem .9rem;font-weight:700}.table-page-pagination button:hover:not(:disabled){background:var(--color-surface-hover)}.table-page-pagination button:disabled{cursor:not-allowed;opacity:.5}.profile-picture-field{border:1px dashed var(--color-border);background:var(--color-surface-subtle);border-radius:.7rem;grid-column:1/-1;align-items:center;gap:1rem;padding:.85rem;display:flex}.profile-picture-preview{color:#fff;background:linear-gradient(145deg,#7563d7,#5542bc);border-radius:1rem;flex:none;place-items:center;width:5rem;height:5rem;font-size:1.25rem;font-weight:800;display:grid;overflow:hidden}.profile-picture-preview img{object-fit:cover;width:100%;height:100%}.profile-picture-controls{min-width:0}.profile-picture-label{color:var(--color-text);font-size:.8rem;font-weight:700;display:block}.profile-picture-controls p,.profile-picture-controls small{color:var(--color-text-muted);overflow-wrap:anywhere;margin:.25rem 0 .55rem;font-size:.75rem;font-weight:400;display:block}.profile-picture-controls>div{align-items:center;gap:.55rem;display:flex}.profile-picture-button,.profile-picture-controls button{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);font:inherit;cursor:pointer;border-radius:.5rem;padding:.5rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex}.profile-picture-button input{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.profile-picture-button:focus-within{outline:2px solid var(--color-focus-ring);border-color:var(--color-focus)}.profile-picture-controls button:disabled{opacity:.5;cursor:not-allowed}.profile-picture-button:has(input:disabled){opacity:.5;cursor:not-allowed}.profile-crop-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0d121fb8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.profile-crop-dialog{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-surface);width:min(100%,34rem);color:var(--color-text);border-radius:1rem;padding:1.25rem;box-shadow:0 24px 70px #00000059}.profile-crop-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.profile-crop-heading h2{margin:0 0 .25rem;font-size:1.05rem}.profile-crop-heading p{color:var(--color-text-muted);margin:0;font-size:.78rem}.profile-crop-close{width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:1.5rem;line-height:1}.profile-crop-stage{aspect-ratio:1;cursor:grab;touch-action:none;background:#161a24;border-radius:.8rem;width:320px;max-width:100%;margin:0 auto 1rem;position:relative;overflow:hidden}.profile-crop-stage:active{cursor:grabbing}.profile-crop-stage img{-webkit-user-select:none;user-select:none;max-width:none;position:absolute}.profile-crop-frame{pointer-events:none;border:1px solid #fffc;border-radius:.8rem;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #00000038}.profile-crop-sliders{gap:.7rem;display:grid}.profile-crop-sliders label{color:var(--color-text-secondary);grid-template-columns:8.5rem 1fr;align-items:center;gap:.75rem;font-size:.76rem;font-weight:650;display:grid}.profile-crop-sliders input{width:100%;accent-color:var(--color-accent)}.profile-crop-actions{border-top:1px solid var(--color-border-subtle);align-items:center;gap:.55rem;margin-top:1rem;padding-top:1rem;display:flex}.profile-crop-actions span{flex:1}.profile-crop-actions button{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);font:inherit;cursor:pointer;border-radius:.5rem;padding:.55rem .75rem;font-size:.76rem;font-weight:700}.profile-crop-actions button:disabled{opacity:.5;cursor:not-allowed}.profile-crop-actions .profile-crop-apply{border-color:var(--color-accent);background:var(--color-accent);color:#fff}@media (width<=480px){.profile-picture-field{flex-direction:column;align-items:flex-start}.profile-crop-dialog{padding:1rem}.profile-crop-sliders label{grid-template-columns:1fr;gap:.2rem}.profile-crop-actions{flex-wrap:wrap}.profile-crop-actions span{display:none}.profile-crop-actions button{flex:1}}.avatar-miniature{object-fit:cover;background:var(--color-accent-surface);width:2.5rem;height:2.5rem;box-shadow:inset 0 0 0 1px var(--color-accent-surface-hover);border-radius:.65rem;display:block}.avatar-miniature--fallback{color:#fff;letter-spacing:.03em;background:linear-gradient(145deg,#7563d7,#5542bc);place-items:center;font-size:.72rem;font-weight:800;display:grid}.status-badge{white-space:nowrap;border-radius:999px;padding:.375rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.status-available{background:var(--color-success-surface);color:var(--color-success)}.status-on-hold{background:var(--color-warning-surface);color:var(--color-warning)}.status-in-route{background:var(--color-info-surface);color:var(--color-info)}.status-stopped{background:var(--color-danger-surface);color:var(--color-danger-strong)}.companies-create{justify-content:flex-end;display:flex}.companies-create-button,.companies-create-actions button{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);font:inherit;cursor:pointer;border-radius:.55rem;padding:.68rem 1rem;font-weight:700}.companies-create-button,.companies-create-actions .companies-create-submit{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.companies-create-form{border:1px solid var(--color-accent-surface-hover);background:var(--color-surface);width:100%;box-shadow:var(--shadow-card);border-radius:.8rem;padding:1.4rem}.companies-create-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.companies-create-heading h2{color:var(--color-text);margin:0;font-size:1.1rem}.companies-create-heading p{color:var(--color-text-muted);margin:.3rem 0 0;font-size:.82rem}.companies-create-heading .companies-create-close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:1.5rem}.companies-create-error{background:var(--color-danger-surface);color:var(--color-danger);border-radius:.5rem;padding:.75rem .85rem}.companies-create-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.companies-create-fields label{color:var(--color-text);gap:.4rem;font-size:.8rem;font-weight:700;display:grid}.companies-create-fields input,.companies-create-fields select,.companies-create-fields textarea{border:1px solid var(--color-border);background:var(--color-control);min-width:0;color:var(--color-text);font:inherit;border-radius:.55rem;padding:.7rem .8rem;font-weight:400}.companies-create-fields textarea{resize:vertical;min-height:5rem}.companies-create-fields input:focus,.companies-create-fields select:focus,.companies-create-fields textarea:focus{outline:2px solid var(--color-focus-ring);border-color:var(--color-focus)}.companies-create-actions{justify-content:flex-end;gap:.65rem;margin-top:1.2rem;display:flex}.companies-create-actions button:disabled{opacity:.5;cursor:not-allowed}.route-table-actions{justify-content:flex-end;align-items:center;gap:.75rem;display:inline-flex}.route-unassign-button{color:var(--color-danger);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.route-unassign-button:not(:disabled):hover{text-decoration:underline}.route-unassign-button:disabled{opacity:.5;cursor:not-allowed}.route-assignment-error{width:100%;margin:0}@media (width<=640px){.companies-create-fields{grid-template-columns:1fr}.companies-create-button{width:100%}}.profile-page{text-align:left;max-width:1120px;color:var(--color-text);margin:0 auto}.profile-heading{justify-content:space-between;align-items:flex-end;gap:2rem;margin:.25rem 0 1.75rem;display:flex}.profile-heading h1{letter-spacing:-.04em;color:var(--color-text);margin:.2rem 0 .35rem;font-size:2rem;font-weight:750;line-height:1.15}.profile-heading p{color:var(--color-text-muted);font-size:.95rem}.profile-heading .profile-eyebrow{color:var(--color-accent-text);letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;font-weight:800}.profile-active{border:1px solid var(--color-success-border);background:var(--color-success-surface);color:var(--color-success);white-space:nowrap;border-radius:999px;align-items:center;gap:.5rem;padding:.55rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.profile-active span{background:var(--color-success);width:.45rem;height:.45rem;box-shadow:0 0 0 3px var(--color-success-border);border-radius:50%}.profile-notice{border:1px solid var(--color-success-border);background:var(--color-success-surface);color:var(--color-success);border-radius:.65rem;margin:0 0 1rem;padding:.85rem 1rem;font-size:.88rem;font-weight:600}.profile-error{border:1px solid var(--color-danger-border,#f1b5b5);background:var(--color-danger-surface,#fff1f1);color:var(--color-danger,#b42318);border-radius:.65rem;margin:0 0 1rem;padding:.85rem 1rem;font-size:.88rem;font-weight:600}.profile-hero{border:1px solid var(--color-border-subtle);background:linear-gradient(100deg, var(--color-surface) 54%, var(--color-accent-surface));box-shadow:var(--shadow-card);border-radius:1rem;align-items:center;gap:1.3rem;margin-bottom:1.25rem;padding:1.55rem 1.65rem;display:flex;position:relative;overflow:hidden}.profile-hero:after{content:"";border:2rem solid var(--color-accent-surface-hover);opacity:.3;border-radius:50%;width:16rem;height:16rem;position:absolute;top:-5rem;right:-3rem}.profile-avatar{color:#fff;letter-spacing:.04em;background:linear-gradient(145deg,#7563d7,#5542bc);border-radius:1rem;flex:none;place-items:center;width:4.6rem;height:4.6rem;font-size:1.35rem;font-weight:800;display:grid;box-shadow:0 8px 20px #5a45be38}.profile-avatar-image{object-fit:cover;display:block}.profile-identity{z-index:1;position:relative}.profile-identity h2{color:var(--color-text);margin:0 0 .15rem;font-size:1.3rem;font-weight:750}.profile-identity p{color:var(--color-text-muted);font-size:.88rem}.profile-badges{flex-wrap:wrap;gap:.45rem;margin-top:.7rem;display:flex}.profile-badges span{background:var(--color-accent-surface);color:var(--color-accent-text);border-radius:.35rem;padding:.28rem .55rem;font-size:.7rem;font-weight:750}.profile-badges .profile-badge-muted{background:var(--color-surface-muted);color:var(--color-text-secondary)}.profile-grid{grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr);align-items:start;gap:1.25rem;display:grid}.profile-card{border:1px solid var(--color-border-subtle);background:var(--color-surface);box-shadow:var(--shadow-card);border-radius:1rem}.profile-details-card{padding:1.5rem}.profile-card-heading{border-bottom:1px solid var(--color-border-subtle);margin-bottom:1.2rem;padding-bottom:1.1rem}.profile-card h2{color:var(--color-text);letter-spacing:-.01em;margin:0 0 .3rem;font-size:1rem;font-weight:750}.profile-card p{color:var(--color-text-muted);font-size:.82rem;line-height:1.55}.profile-form{flex-direction:column;gap:1.1rem;display:flex}.profile-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-form label{color:var(--color-text);flex-direction:column;gap:.42rem;font-size:.78rem;font-weight:700;display:flex}.profile-form label em{color:var(--color-text-muted);margin-left:.25rem;font-size:.68rem;font-style:normal;font-weight:500}.profile-form input{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-control);width:100%;color:var(--color-text);font:inherit;border-radius:.55rem;outline:none;padding:.72rem .8rem;font-size:.84rem;font-weight:500;transition:border-color .15s,box-shadow .15s}.profile-form input:focus{border-color:var(--color-focus);box-shadow:0 0 0 3px var(--color-focus-ring)}.profile-form input:disabled{background:var(--color-control-disabled);color:var(--color-text-muted);cursor:not-allowed}.profile-form small{color:var(--color-text-muted);font-size:.69rem;font-weight:500}.profile-form-actions{justify-content:flex-end;gap:.65rem;padding-top:.4rem;display:flex}.profile-form-actions button{font:inherit;cursor:pointer;border-radius:.55rem;padding:.68rem 1rem;font-size:.78rem;font-weight:750;transition:all .15s}.profile-form-actions button:disabled{opacity:.45;cursor:not-allowed}.profile-button-secondary{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text-secondary)}.profile-button-primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff;box-shadow:var(--shadow-card)}.profile-button-primary:not(:disabled):hover{background:var(--color-accent-hover);transform:translateY(-1px)}.profile-side-column{flex-direction:column;gap:1.25rem;display:flex}.profile-security-card,.profile-access-card{padding:1.3rem}.profile-icon-box{background:var(--color-accent-surface);width:2.4rem;height:2.4rem;color:var(--color-accent-text);border-radius:.65rem;place-items:center;margin-bottom:1rem;font-size:1.4rem;font-weight:800;display:grid}.profile-security-link{border-top:1px solid var(--color-border-subtle);color:var(--color-accent-text);justify-content:space-between;align-items:center;margin-top:1.1rem;padding-top:.9rem;font-size:.78rem;font-weight:750;text-decoration:none;display:flex}.profile-security-link:hover{color:var(--color-accent-hover)}.profile-access-card dl{margin:1rem 0 .75rem}.profile-access-card dl div{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;gap:1rem;padding:.65rem 0;font-size:.76rem;display:flex}.profile-access-card dt{color:var(--color-text-muted)}.profile-access-card dd{max-width:60%;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:700;overflow:hidden}.profile-access-card dd.access-active{color:var(--color-success)}.profile-access-card>p{padding-top:.35rem;font-size:.7rem}@media (width<=900px){.profile-grid{grid-template-columns:1fr}.profile-side-column{grid-template-columns:1fr 1fr;display:grid}}@media (width<=640px){.profile-heading{flex-direction:column;align-items:flex-start;gap:.8rem}.profile-form-row,.profile-side-column{grid-template-columns:1fr}.profile-hero{padding:1.2rem}.profile-avatar{width:3.8rem;height:3.8rem}.profile-form-actions button{flex:1}}.company-workspace{text-align:left;max-width:72rem;margin:0 auto}.company-workspace-header{margin-bottom:1.5rem}.company-workspace-header h1{color:var(--color-text);margin:.75rem 0 .4rem;font-size:2rem}.company-workspace-header p{color:var(--color-text-muted)}.company-workspace-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.company-workspace-link{border:1px solid var(--color-border-subtle);background:var(--color-accent);box-shadow:var(--shadow-card);color:#fff;text-align:center;border-radius:.8rem;padding:1.4rem;font-weight:700;text-decoration:none}.company-workspace-link:hover{background:var(--color-accent-hover)}.company-workspace-link span{margin-top:.35rem;font-size:1.3rem;display:block}.company-workspace-status{border:1px solid var(--color-border-subtle);background:var(--color-surface-subtle);color:var(--color-text);border-radius:.6rem;padding:.85rem 1rem}.company-workspace-error{border-color:var(--color-danger-border);background:var(--color-danger-surface);color:var(--color-danger)}.company-workspace-success{border-color:var(--color-success-border);background:var(--color-success-surface);color:var(--color-success)}.company-workspace-form{border:1px solid var(--color-border-subtle);background:var(--color-surface);box-shadow:var(--shadow-card);border-radius:.8rem;padding:1.4rem}.company-workspace-form h2,.company-workspace-danger h2{margin:0;font-size:1.1rem}.company-workspace-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.company-workspace-fields label{color:var(--color-text);gap:.4rem;font-size:.8rem;font-weight:700;display:grid}.company-workspace-fields input{border:1px solid var(--color-border);background:var(--color-control);min-width:0;color:var(--color-text);font:inherit;border-radius:.55rem;padding:.7rem .8rem;font-weight:400}.company-workspace-fields input:focus{outline:2px solid var(--color-focus-ring);border-color:var(--color-focus)}.company-workspace-actions{justify-content:flex-end;gap:.65rem;margin-top:1.2rem;display:flex}.company-workspace-actions button,.company-workspace-danger button{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);font:inherit;cursor:pointer;border-radius:.55rem;padding:.68rem 1rem;font-weight:700}.company-workspace-actions button:not(:disabled):hover{border-color:var(--accent-border);background:var(--accent-bg)}.company-workspace-actions button:disabled,.company-workspace-danger button:disabled{opacity:.5;cursor:not-allowed}.company-workspace-actions .company-workspace-primary{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.company-workspace-danger{border:1px solid var(--color-danger-border);background:var(--color-surface);border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.2rem 1.4rem;display:flex}.company-workspace-danger p{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.85rem}.company-workspace-danger button{border-color:var(--color-danger-border);color:var(--color-danger);flex:none}.company-workspace-danger button:not(:disabled):hover{background:var(--color-danger);color:var(--color-surface)}@media (width<=640px){.company-workspace-fields{grid-template-columns:1fr}.company-workspace-danger{flex-direction:column;align-items:stretch}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.route-map-canvas,.route-map-empty{border-radius:.7rem;min-height:24rem}.route-map-canvas{z-index:0;background:var(--color-surface-subtle)}.route-map-empty{border:1px dashed var(--color-border);background:var(--color-surface-subtle);color:var(--color-text-muted);place-items:center;display:grid}.route-map-canvas:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}@media (width<=640px){.route-map-canvas,.route-map-empty{min-height:19rem}}.trip-workspace{color:var(--color-text);gap:18px;display:grid}.trip-workspace--compact{border-top:1px solid var(--color-border-subtle);margin-top:28px;padding-top:24px}.trip-workspace-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.trip-workspace-header h2{color:var(--color-text);margin:2px 0 4px;font-size:1.65rem}.trip-workspace-header p{color:var(--color-text-muted);margin:0}.trip-workspace-eyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700;color:var(--color-accent-text)!important}.trip-presets{flex-wrap:wrap;gap:8px;display:flex}.trip-presets button,.trip-refresh{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text-secondary);cursor:pointer;border-radius:7px;padding:8px 12px}.trip-presets button:hover,.trip-refresh:hover{border-color:var(--color-focus);color:var(--color-accent-text)}.trip-date-controls{grid-template-columns:repeat(3,minmax(130px,180px)) minmax(220px,1fr) auto;align-items:end;gap:12px;display:grid}.trip-date-controls label{color:var(--color-text-secondary);gap:5px;font-size:.78rem;font-weight:650;display:grid}.trip-date-controls input,.trip-date-controls select{border:1px solid var(--color-border);background:var(--color-control);min-width:0;color:var(--color-text);border-radius:7px;padding:9px 10px}.trip-date-controls input:focus,.trip-date-controls select:focus{outline:2px solid var(--color-focus-ring);border-color:var(--color-focus)}.trip-summary{border:1px solid var(--color-border-subtle);border-radius:10px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.trip-summary button{border:0;border-right:1px solid var(--color-border-subtle);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;justify-content:space-between;align-items:center;padding:15px;display:flex}.trip-summary button:last-child{border-right:0}.trip-summary button.active{background:var(--color-accent-surface);color:var(--color-accent-text)}.trip-summary strong{color:var(--color-text);font-size:1.2rem}.trip-list{border:1px solid var(--color-border-subtle);background:var(--color-surface);border-radius:10px;overflow:hidden}.trip-list-heading,.trip-row{grid-template-columns:minmax(170px,1fr) minmax(230px,1.5fr) 130px 130px;align-items:center;gap:14px;display:grid}.trip-list-heading{background:var(--color-surface-muted);color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;padding:10px 14px;font-size:.72rem;font-weight:700}.trip-row{border:0;border-top:1px solid var(--color-border-subtle);background:var(--color-surface);width:100%;color:var(--color-text);text-align:left;cursor:pointer;padding:14px}.trip-row:hover{background:var(--color-surface-hover)}.trip-row:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px;background:var(--color-accent-surface)}.trip-row small{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;display:block;overflow:hidden}.trip-time,.trip-assignment{min-width:0}.trip-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.74rem;font-style:normal;font-weight:700;display:inline-flex}.trip-status--scheduled{background:var(--color-info-surface);color:var(--color-info)}.trip-status--in_progress{background:var(--color-success-surface);color:var(--color-success)}.trip-status--completed{background:var(--color-surface-muted);color:var(--color-text-secondary)}.trip-status--cancelled{background:var(--color-danger-surface);color:var(--color-danger)}.trip-progress{grid-template-columns:1fr auto;align-items:center;gap:7px;display:grid}.trip-progress progress{width:100%;accent-color:var(--color-accent)}.trip-progress small{margin:0}.trip-state{border:1px dashed var(--color-border);color:var(--color-text-muted);text-align:center;border-radius:10px;margin:0;padding:24px}.trip-state--error{border-color:var(--color-danger-border);background:var(--color-danger-surface);color:var(--color-danger)}.trip-drawer-backdrop{z-index:1000;background:#10182873;justify-content:flex-end;display:flex;position:fixed;inset:0}.trip-drawer{background:var(--color-surface);width:min(460px,100%);height:100%;color:var(--color-text);box-shadow:var(--shadow-raised);padding:24px;overflow:auto}.trip-drawer>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.trip-drawer>header p{color:var(--color-text-muted);text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.trip-drawer>header h2{color:var(--color-text);margin:4px 0 0}.trip-drawer>header button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;font-size:1.8rem}.trip-drawer>header button:hover{color:var(--color-text)}.trip-drawer-status{background:var(--color-surface-muted);color:var(--color-text-secondary);border-radius:9px;justify-content:space-between;align-items:center;margin:24px 0;padding:14px;display:flex}.trip-drawer dl{margin:0}.trip-drawer dl>div{border-bottom:1px solid var(--color-border-subtle);grid-template-columns:135px 1fr;gap:12px;padding:12px 0;display:grid}.trip-drawer dt{color:var(--color-text-muted)}.trip-drawer dd{color:var(--color-text-secondary);overflow-wrap:anywhere;margin:0}.trip-drawer a{color:var(--color-accent-text)}.trip-drawer section{margin-top:22px}.trip-drawer section h3{color:var(--color-text);margin-bottom:8px}.trip-drawer footer{border-top:1px solid var(--color-border-subtle);color:var(--color-text-muted);margin-top:28px;padding-top:18px;font-size:.85rem}@media (width<=900px){.trip-date-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.trip-search{grid-column:1/-1}.trip-summary{grid-template-columns:repeat(2,1fr)}.trip-summary button:nth-child(2){border-right:0}.trip-summary button:nth-child(-n+2){border-bottom:1px solid var(--color-border-subtle)}.trip-list-heading{display:none}.trip-row{grid-template-columns:1fr auto}.trip-assignment,.trip-progress{grid-column:1/-1}}@media (width<=560px){.trip-date-controls{grid-template-columns:1fr}.trip-search{grid-column:auto}.trip-summary{grid-template-columns:1fr}.trip-summary button{border-right:0;border-bottom:1px solid var(--color-border-subtle)}.trip-drawer dl>div{grid-template-columns:1fr;gap:4px}}.resource-workspace{text-align:left;max-width:72rem;margin:0 auto}.resource-workspace-header{margin-bottom:1.5rem}.resource-workspace-header h1{color:var(--color-text);margin:.75rem 0 .4rem;font-size:2rem}.resource-workspace-header p{color:var(--color-text-muted)}.resource-workspace-status{border:1px solid var(--color-border-subtle);background:var(--color-surface-subtle);color:var(--color-text);border-radius:.6rem;padding:.85rem 1rem}.resource-workspace-error{border-color:var(--color-danger-border);background:var(--color-danger-surface);color:var(--color-danger)}.resource-workspace-success{border-color:var(--color-success-border);background:var(--color-success-surface);color:var(--color-success)}.resource-workspace-form{border:1px solid var(--color-border-subtle);background:var(--color-surface);box-shadow:var(--shadow-card);border-radius:.8rem;padding:1.4rem}.resource-workspace-form h2,.resource-workspace-danger h2{margin:0;font-size:1.1rem}.resource-workspace-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.resource-workspace-fields label{color:var(--color-text);gap:.4rem;font-size:.8rem;font-weight:700;display:grid}.resource-workspace-fields input,.resource-workspace-fields textarea,.resource-workspace-fields select{border:1px solid var(--color-border);background:var(--color-control);min-width:0;color:var(--color-text);font:inherit;border-radius:.55rem;padding:.7rem .8rem;font-weight:400}.resource-workspace-fields textarea{resize:vertical;min-height:5rem}.resource-workspace-assignment-field{gap:.4rem;min-width:0;display:grid}.resource-workspace-assignment{color:var(--color-text-muted);font-size:.75rem;font-weight:400}.resource-workspace-assignment a{color:var(--color-accent-text);font-weight:700}.resource-workspace-fields input:focus,.resource-workspace-fields textarea:focus,.resource-workspace-fields select:focus{outline:2px solid var(--color-focus-ring);border-color:var(--color-focus)}.resource-workspace-actions{justify-content:flex-end;gap:.65rem;margin-top:1.2rem;display:flex}.resource-workspace-actions button,.resource-workspace-danger button{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);font:inherit;cursor:pointer;border-radius:.55rem;padding:.68rem 1rem;font-weight:700}.resource-workspace-actions button:not(:disabled):hover{border-color:var(--accent-border);background:var(--accent-bg)}.resource-workspace-actions button:disabled,.resource-workspace-danger button:disabled{opacity:.5;cursor:not-allowed}.resource-workspace-actions .resource-workspace-primary{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.resource-workspace-danger{border:1px solid var(--color-danger-border);background:var(--color-surface);border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.2rem 1.4rem;display:flex}.resource-workspace-danger p{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.85rem}.resource-workspace-danger button{border-color:var(--color-danger-border);color:var(--color-danger);flex:none}.resource-workspace-danger button:not(:disabled):hover{background:var(--color-danger);color:var(--color-surface)}.resource-workspace-map{border:1px solid var(--color-border-subtle);background:var(--color-surface);box-shadow:var(--shadow-card);border-radius:.8rem;margin-top:1.5rem;padding:1.4rem}.resource-workspace-map-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.resource-workspace-map-heading h2{margin:0;font-size:1.1rem}.resource-workspace-map-heading p{color:var(--color-text-muted);margin-top:.35rem;font-size:.85rem}.resource-workspace-map-heading span{background:var(--color-accent-surface);color:var(--color-accent-text);border-radius:999px;flex:none;padding:.3rem .55rem;font-size:.75rem;font-weight:700}@media (width<=640px){.resource-workspace-fields{grid-template-columns:1fr}.resource-workspace-danger{flex-direction:column;align-items:stretch}.resource-workspace-map-heading{flex-direction:column;align-items:flex-start}}.app-shell{background-color:var(--color-page);min-height:100vh}.app-shell-content{min-height:100vh;display:flex}.session-locked{pointer-events:none;-webkit-user-select:none;user-select:none}.app-sidebar{color:#fff;z-index:1000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;width:16rem;height:100vh;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 10px #0000001a}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.sidebar-role{text-transform:uppercase;letter-spacing:.05em;background-color:#fff3;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.sidebar-user{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.sidebar-avatar-link{outline-offset:3px;border-radius:50%;flex:none;display:inline-flex}.sidebar-avatar-link:focus-visible{outline:2px solid #fff}.sidebar-avatar{object-fit:cover;border:2px solid #ffffffa6;border-radius:50%;width:2.25rem;height:2.25rem;display:block}.sidebar-avatar-fallback{color:#fff;letter-spacing:.04em;background:#ffffff38;place-items:center;font-size:.75rem;font-weight:700;display:grid}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.company-context{color:#fff;background:#ffffff1a;border:1px solid #ffffff40;border-radius:.5rem;flex-direction:column;gap:.2rem;margin:0 .9rem .8rem;padding:.75rem;text-decoration:none;display:flex}.company-context span{text-transform:uppercase;opacity:.75;font-size:.7rem}.company-context strong{text-overflow:ellipsis;overflow:hidden}.company-context small{color:#ffffffb8;text-overflow:ellipsis;overflow:hidden}.nav-item{color:#fffc;cursor:pointer;border-left:3px solid #0000;align-items:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#fff;background-color:#ffffff1a}.nav-item.active{color:#fff;background-color:#ffffff26;border-left-color:#fff}.nav-icon{text-align:center;width:1.5rem;margin-right:.75rem;font-size:1.25rem}.nav-label{font-size:.9375rem;font-weight:500}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem}.session-status{background:#1419462b;border:1px solid #ffffff3d;border-radius:.5rem;margin-bottom:.75rem;padding:.75rem}.session-status-copy{align-items:flex-start;gap:.5rem;display:flex}.session-status-copy strong,.session-status-copy span{display:block}.session-status-copy strong{font-size:.76rem}.session-status-copy div>span{opacity:.8;margin-top:.1rem;font-size:.7rem}.session-status-indicator{background:#9ae6b4;border-radius:50%;flex:none;width:.5rem;height:.5rem;margin-top:.25rem}.session-status.expiring .session-status-indicator{background:#fbd38d}.session-status.expired .session-status-indicator{background:#feb2b2}.session-status.unknown .session-status-indicator{background:#cbd5e0}.session-refresh-button{color:#fff;cursor:pointer;width:100%;font:inherit;background:#ffffff24;border:1px solid #ffffff47;border-radius:.3rem;margin-top:.65rem;padding:.45rem .6rem;font-size:.76rem}.session-refresh-button:hover:not(:disabled){background:#ffffff3b}.session-refresh-button:disabled{cursor:wait;opacity:.7}.session-refresh-error{color:#fff0f0;margin-top:.45rem;font-size:.7rem;line-height:1.25;display:block}.logout-button{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:.375rem;align-items:center;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.logout-button:hover{background:#fff3}.app-main{flex-direction:column;flex:1;min-width:0;margin-left:16rem;display:flex}.app-content{box-sizing:border-box;flex:1;width:100%;max-width:80rem;margin:0 auto;padding:2rem}.session-timeout-overlay{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#111827b8;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.session-timeout-dialog{box-sizing:border-box;border:1px solid var(--color-border-subtle);background:var(--color-surface);width:min(100%,30rem);color:var(--color-text);text-align:center;border-radius:1rem;padding:2rem;box-shadow:0 24px 60px #0000004d}.session-timeout-icon{background:var(--color-warning-surface);width:3.5rem;height:3.5rem;color:var(--color-warning-strong);border-radius:50%;place-items:center;margin:0 auto 1rem;font-size:1.75rem;display:grid}.session-timeout-eyebrow{color:var(--color-accent-text);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.75rem;font-weight:700}.session-timeout-dialog h2{color:var(--color-text);margin:0;font-size:1.5rem}.session-timeout-dialog>p:not(.session-timeout-eyebrow,.session-timeout-error){max-width:25rem;color:var(--color-text-secondary);margin:.75rem auto 0;line-height:1.55}.session-timeout-countdown{color:var(--color-warning-strong);font-variant-numeric:tabular-nums;margin:1.25rem 0;display:block}.session-timeout-refresh{background:var(--color-accent);color:#fff;cursor:pointer;width:100%;font:inherit;border:0;border-radius:.5rem;padding:.8rem 1rem;font-weight:700}.session-timeout-refresh:hover:not(:disabled){background:var(--color-accent-hover)}.session-timeout-refresh:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:3px}.session-timeout-refresh:disabled{cursor:wait;opacity:.7}.session-timeout-error{color:var(--color-danger);margin:.75rem 0 0;font-size:.875rem}@media (width<=768px){.app-shell-content{flex-direction:column}.app-sidebar{box-sizing:border-box;width:100%;height:auto;position:static}.app-main{width:100%;margin-left:0}.sidebar-nav{flex-wrap:wrap;align-content:flex-start;padding:.5rem;display:flex}.nav-item{flex:50%;min-width:150px}}.dashboard-page{max-width:76rem;color:var(--color-text);text-align:left;margin:0 auto}.dashboard-page h1,.dashboard-page h2{color:var(--color-text)}.section-subtitle{color:var(--color-accent-text);margin:0;font-size:.76rem}.eyebrow{color:var(--color-accent-text);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:800}.dashboard-actions{color:var(--color-text-muted);align-items:center;gap:.55rem;font-size:.82rem;display:flex}.dashboard-actions select,.dashboard-actions button,.dashboard-state button{border:1px solid var(--color-border);background:var(--color-control);color:var(--color-text);font:inherit;border-radius:.5rem;padding:.6rem .75rem}.dashboard-actions button,.dashboard-state button{cursor:pointer;font-weight:700}.metric-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.metric-card{border:1px solid var(--color-border-subtle);background:var(--color-surface);min-height:8rem;box-shadow:var(--shadow-card);color:inherit;border-radius:.8rem;flex-direction:column;gap:.5rem;padding:1.2rem;display:flex}.metric-label{color:var(--color-text-muted);font-size:.84rem;font-weight:650}.metric-value{letter-spacing:-.04em;font-size:2rem}.metric-detail{color:var(--color-text-muted);margin-top:auto;font-size:.76rem}.metric-detail.positive{color:var(--color-success)}.metric-detail.warning{color:var(--color-warning)}.hosting-section,.infrastructure-section{margin-top:2rem}.section-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.section-heading h2{color:var(--color-text);margin:.25rem 0;font-size:1.25rem}.hosting-metric-grid{grid-template-columns:repeat(4,1fr)}.database-metric-grid{grid-template-columns:repeat(3,1fr)}.status-badge{letter-spacing:.04em;border-radius:99px;padding:.3rem .55rem;font-size:.65rem;font-weight:800}.status-badge.active{background:var(--color-success-surface);color:var(--color-success)}.status-badge.attention{background:var(--color-warning-surface);color:var(--color-warning)}.dashboard-columns{grid-template-columns:1fr 1.25fr;gap:1rem;margin-top:1rem;display:grid}.dashboard-panel{border:1px solid var(--color-border-subtle);background:var(--color-surface);border-radius:.8rem;min-width:0;padding:1.3rem}.panel-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.panel-heading h2{color:var(--color-text);margin:.25rem 0;font-size:1.15rem}.panel-period{color:var(--color-text-muted);font-size:.78rem}.traffic-chart-frame{grid-template-columns:auto auto minmax(0,1fr);gap:.45rem;display:grid}.traffic-y-axis-title{height:13rem;color:var(--color-text-muted);writing-mode:vertical-rl;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex;transform:rotate(180deg)}.traffic-y-axis{box-sizing:border-box;height:13rem;color:var(--color-text-muted);text-align:right;flex-direction:column;justify-content:space-between;padding-top:1rem;font-size:.68rem;display:flex}.traffic-chart{min-width:0}.traffic-plot{border-bottom:1px solid var(--color-border);height:13rem;position:relative}.traffic-bar{box-sizing:border-box;cursor:help;background:0 0;border:0;align-items:flex-end;min-width:3px;height:100%;padding:1rem 1px 0 0;display:flex;position:absolute;bottom:0}.traffic-bar i{background:linear-gradient(#8b5cf6,#6d28d9);border-radius:3px 3px 0 0;width:100%;min-height:3px;transition:filter .15s}.traffic-bar.traffic-day-1 i{background:linear-gradient(#818cf8,#4f46e5)}.traffic-bar.traffic-day-2 i{background:linear-gradient(#5eead4,#0d9488)}.traffic-bar.traffic-day-3 i{background:linear-gradient(#fbbf24,#d97706)}.traffic-bar.traffic-day-4 i{background:linear-gradient(#f0abfc,#c026d3)}.traffic-bar.traffic-day-5 i{background:linear-gradient(#60a5fa,#2563eb)}.traffic-bar:hover i,.traffic-bar:focus-visible i{filter:brightness(1.18)}.traffic-bar:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.traffic-tooltip{z-index:2;color:#fff;opacity:0;pointer-events:none;text-align:left;background:#182230;border-radius:.4rem;flex-direction:column;gap:.15rem;min-width:max-content;padding:.45rem .55rem;font-size:.7rem;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:.2rem;left:50%;transform:translate(-50%,-.25rem);box-shadow:0 4px 12px #18223033}.traffic-tooltip small{color:#d9dee8;font-size:.62rem}.traffic-bar:hover .traffic-tooltip,.traffic-bar:focus-visible .traffic-tooltip{opacity:1;transform:translate(-50%)}.traffic-x-axis{height:1.5rem;color:var(--color-text-muted);font-size:.62rem;position:relative}.traffic-x-axis span{text-align:center;white-space:nowrap;padding-top:.35rem;position:absolute;transform:translate(-50%)}.route-metrics-list{display:grid}.route-metrics-row{border-bottom:1px solid var(--color-border-subtle);grid-template-columns:auto minmax(8rem,1fr) repeat(3,minmax(4rem,auto));align-items:center;gap:.8rem;padding:.72rem 0;display:grid}.route-metrics-row:last-child{border-bottom:0}.route-metrics-row code{border:1px solid var(--color-border-subtle);background:var(--color-surface-muted);min-width:0;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;padding:.3rem .45rem;font-size:.76rem;display:block;overflow:hidden}.route-metrics-row>span:not(.method-badge){text-align:right;flex-direction:column;display:flex}.route-metrics-row small{color:var(--color-text-muted);font-size:.62rem}.method-badge{background:var(--color-info-surface);min-width:2.8rem;color:var(--color-info);text-align:center;border-radius:.3rem;padding:.25rem .4rem;font-size:.62rem;font-weight:800}.method-post{background:var(--color-success-surface);color:var(--color-success)}.method-put,.method-patch{background:var(--color-warning-surface);color:var(--color-warning)}.method-delete{background:var(--color-danger-surface);color:var(--color-danger)}.warning-text{color:var(--color-warning)}.company-summary-heading{border:1px solid var(--color-border-subtle);background:var(--color-surface);border-radius:.8rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.2rem;display:flex}.company-summary-heading>div{align-items:center;gap:.8rem;display:flex}.company-summary-heading h2,.company-summary-heading p{margin:0}.company-summary-heading h2{font-size:1rem}.company-summary-heading p{color:var(--color-text-muted);margin-top:.15rem;font-size:.72rem}.company-avatar{background:var(--color-accent-surface);width:2.25rem;height:2.25rem;color:var(--color-accent-text);object-fit:cover;border-radius:.55rem;flex:none;place-items:center;font-size:.72rem;font-weight:800;display:grid}.health-badge{border-radius:99px;padding:.25rem .45rem;font-size:.62rem;font-weight:800}.health-badge.healthy{background:var(--color-success-surface);color:var(--color-success)}.health-badge.watch{background:var(--color-warning-surface);color:var(--color-warning)}.health-badge.critical{background:var(--color-danger-surface);color:var(--color-danger)}.empty-copy{color:var(--color-text-muted);font-size:.86rem}.dashboard-state{border:1px dashed var(--color-border);color:var(--color-text-muted);text-align:center;border-radius:.8rem;padding:2rem}.dashboard-state.error{color:var(--color-danger);background:var(--color-danger-surface);flex-direction:column;align-items:center;gap:.5rem;display:flex}.dashboard-state.error strong{font-size:1rem}.dashboard-state.error button{color:var(--color-danger);margin-top:.3rem}@media (width<=800px){.dashboard-actions{width:100%}.dashboard-actions select{flex:1}.metric-grid{grid-template-columns:1fr 1fr}.dashboard-page>.dashboard-columns{display:block}.dashboard-panel+.dashboard-panel{margin-top:1rem}.route-metrics-row{grid-template-columns:auto minmax(7rem,1fr) repeat(2,auto)}.route-metrics-row>span:last-child{display:none}}@media (width<=560px){.metric-grid{grid-template-columns:1fr}.route-metrics-row{grid-template-columns:auto minmax(5rem,1fr) auto}.route-metrics-row>span:nth-last-child(2){display:none}}
