.dashboard-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:linear-gradient(160deg,#1341a3,#1d57d2 45%,#1c4bb2);color:#0f172a}.sidebar{display:flex;flex-direction:column;gap:2rem;padding:2rem 1.5rem;background:#0a2258cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f8fbff}.sidebar-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.3rem;letter-spacing:.06em}.sidebar-logo-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:transparent}.sidebar-logo-icon svg{width:26px;height:26px}.sidebar-logo-icon-ring{fill:none;stroke:#ffffffe6;stroke-width:2.5}.sidebar-logo-icon-check{fill:#ffffffeb}.sidebar-logo-text{font-weight:800;color:#f8fbff}.sidebar-nav{display:grid;gap:.75rem}.sidebar-footer{margin-top:auto;display:grid;gap:1rem}.sidebar-user{padding:1rem;border-radius:12px;background:#ffffff14;display:grid;gap:.25rem;color:#f8fbff}.sidebar-user-label{margin:0;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:#ffffffa6}.sidebar-user-name{margin:0;font-weight:600}.sidebar-user-email{margin:0;font-size:.85rem;color:#ffffffbf}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;box-sizing:border-box;color:inherit;text-decoration:none;border:none;background:transparent;width:100%;font:inherit;text-align:left;font-weight:500;justify-content:flex-start}.sidebar .button-pill{width:100%;justify-content:flex-start;background:#ffffff14;color:#f8fafc}.sidebar .button-pill:hover{background:#ffffff24;color:#fff}.sidebar .button-pill.active{background:#2563eb61;color:#fff;box-shadow:0 10px 28px #0f172a59}.nav-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#ffffff26;font-size:.95rem}.sidebar-logout{padding:.75rem 1rem;border-radius:12px;border:none;background:#ffffff26;color:#f8fafc;font-weight:600;cursor:pointer}.nav-group{margin-top:1.5rem;display:grid;gap:.5rem}.nav-group-title{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffffa6}.dashboard-main{padding:2.5rem 3rem;display:flex;flex-direction:column;gap:2rem}.dashboard-main-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;color:#f8fafc}.dashboard-menu-toggle{display:none;align-items:center;gap:.5rem;border-radius:999px;border:1px solid rgba(248,250,252,.28);background:#0f172a59;color:#f8fafc;font-weight:600;padding:.5rem .9rem;cursor:pointer;transition:background .2s ease,border .2s ease}.dashboard-menu-toggle:focus-visible{outline:2px solid rgba(248,250,252,.7);outline-offset:2px}.dashboard-menu-toggle:hover{background:#0f172a80;border-color:#f8fafc6b}.dashboard-menu-toggle-icon{position:relative;width:18px;height:2px;background:currentColor;border-radius:999px}.dashboard-menu-toggle-icon:before,.dashboard-menu-toggle-icon:after{content:"";position:absolute;left:0;width:18px;height:2px;background:currentColor;border-radius:999px;transition:transform .2s ease}.dashboard-menu-toggle-icon:before{transform:translateY(-6px)}.dashboard-menu-toggle-icon:after{transform:translateY(6px)}.dashboard-shell.is-sidebar-open .dashboard-menu-toggle-icon{background:transparent}.dashboard-shell.is-sidebar-open .dashboard-menu-toggle-icon:before{transform:rotate(45deg)}.dashboard-shell.is-sidebar-open .dashboard-menu-toggle-icon:after{transform:rotate(-45deg)}.dashboard-welcome{font-size:.9rem;opacity:.8;margin:0 0 .25rem}.dashboard-title{margin:0;font-size:1.8rem;font-weight:700}.dashboard-primary{padding:.75rem 1.5rem;background:#2563eb;border:none;border-radius:999px;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #2563eb4d;display:inline-flex;align-items:center;justify-content:center;text-align:center}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#0f172a8c;padding:0;margin:0;cursor:pointer}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.panel{background:#ffffffe0;border-radius:22px;padding:1.5rem;box-shadow:0 24px 45px #0f172a1f;display:flex;flex-direction:column;gap:1.25rem;color:#0f172a}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.panel-header h2{margin:0;font-size:1.1rem}.panel-table{display:grid;gap:.75rem}.table-row{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;align-items:center;font-size:.9rem;padding:.6rem .75rem;border-radius:12px}.table-head{font-weight:600;background:#2563eb14}.table-row:not(.table-head):hover{background:#2563eb0f}.calendar-panel{grid-column:span 2}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.calendar-day{min-height:80px;background:#f1f5ffd9;border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:.75rem;position:relative;font-size:.85rem}.calendar-day-label{background:transparent;font-weight:600;color:#0f172ab3;min-height:auto;padding:0}.day-number{font-weight:600}.day-badge{margin-top:.5rem;padding:.25rem .5rem;background:#2563eb;color:#fff;border-radius:999px;font-size:.7rem;font-weight:600;box-shadow:0 8px 20px #2563eb59}.calendar-nav{border:none;background:#2563eb26;color:#1d4ed8;width:36px;height:36px;border-radius:999px;cursor:pointer;font-size:1.1rem}.panel-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.panel-list li{padding-bottom:.75rem;border-bottom:1px solid rgba(37,99,235,.1);font-size:.95rem}.panel-list li:last-child{border-bottom:none}.report-panel select{border-radius:999px;border:none;padding:.5rem 1rem;background:#2563eb26;color:#1d4ed8;font-weight:600}.report-form{display:grid;gap:1rem}.report-form label{display:grid;gap:.35rem;font-size:.85rem;color:#0f172abf}.report-form input,.report-form select{padding:.65rem .75rem;border-radius:12px;border:1px solid rgba(148,163,184,.5);font-size:.95rem;background:#fff}.report-form fieldset{border:1px dashed rgba(37,99,235,.3);border-radius:14px;padding:.75rem 1rem;display:grid;gap:.5rem}.report-form fieldset legend{font-weight:600;color:#0f172ab3}.report-form fieldset label{display:flex;align-items:center;gap:.5rem}.users-panel{grid-column:span 2}.users-list-view{display:grid;gap:1.5rem}.panel-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem}.panel-header-actions .table-filter{display:flex}.panel-header-actions .table-filter input{border:1px solid rgba(15,23,42,.2);border-radius:999px;padding:.45rem 1rem;font-size:.9rem;background:#ffffffeb;min-width:240px}.panel-header-actions .table-filter input:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.users-table table{width:100%;border-collapse:collapse;font-size:.9rem}.users-table th,.users-table td{padding:.75rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.25)}.users-table th{font-weight:600;color:#0f172ab3}.users-table .sortable-header{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;font:inherit;color:inherit;cursor:pointer;padding:0}.users-table .sortable-header:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.users-table .sort-indicator{font-size:.8em;color:#0f172ab3}.users-table tbody tr{background:#0f172a05}.users-table tbody tr:nth-child(2n){background:#0f172a0d}.users-table tbody tr:hover{background:#2563eb12}.users-form-view{display:grid;gap:1rem;background:#f8faffe0;border-radius:18px;padding:1.75rem}.users-form-view label{display:grid;gap:.4rem;font-size:.9rem}.users-form-view input,.users-form-view select{padding:.6rem .75rem;border-radius:10px;border:1px solid rgba(148,163,184,.5);font-size:.95rem}.users-form-view fieldset{border:1px dashed rgba(37,99,235,.25);border-radius:12px;padding:.85rem 1rem;display:grid;gap:.6rem}.roles-grid{display:grid;gap:.5rem}.roles-grid label{display:flex;gap:.5rem;align-items:center}.users-empty{padding:1rem;border-radius:12px;background:#2563eb1a;color:#0f172abf}.form-error{background:#ef44441f;border-radius:10px;padding:.6rem .8rem;color:#b91c1c;font-size:.85rem}.form-success{background:#22c55e1f;border-radius:10px;padding:.6rem .8rem;color:#15803d;font-size:.85rem}.secondary-button{border:none;background:#2563eb26;color:#1d4ed8;padding:.45rem .95rem;border-radius:10px;font-weight:600;cursor:pointer}.secondary-button:disabled{opacity:.45;cursor:not-allowed}.button-tertiary{border:none;border-radius:999px;padding:.6rem 1.2rem;font-weight:600;cursor:pointer;background:#e7e9ee;color:#1f2937;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.form-header{display:flex;align-items:center;justify-content:space-between}@media (max-width: 1180px){.dashboard-main{padding:2rem 2.25rem}.dashboard-grid{gap:1.75rem}.panel{padding:1.35rem}}@media (max-width: 1024px){.dashboard-shell{grid-template-columns:1fr}.sidebar{position:fixed;top:0;bottom:0;left:0;width:min(320px,85vw);max-width:85vw;transform:translate(-100%);transition:transform .3s ease,opacity .2s ease;z-index:40;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:2rem 1.75rem;box-shadow:0 28px 65px #0f172a59;opacity:0;pointer-events:none;visibility:hidden}.dashboard-shell.is-sidebar-open .sidebar{transform:translate(0);opacity:1;pointer-events:auto;visibility:visible}.sidebar-overlay{display:block;z-index:30}.dashboard-main{padding:1.75rem 1.5rem 2.5rem;position:relative}.dashboard-main-header{flex-wrap:wrap;align-items:flex-start}.dashboard-main-header>div{flex:1 1 220px}.dashboard-menu-toggle{display:inline-flex}.dashboard-title{font-size:1.6rem}.dashboard-main-header .dashboard-primary{width:100%;order:3;justify-content:center}.dashboard-grid{grid-template-columns:1fr;gap:1.5rem}.calendar-panel,.users-panel{grid-column:span 1}}@media (max-width: 768px){.sidebar{width:min(300px,90vw);max-width:90vw}.dashboard-main{padding:1.5rem 1.25rem 2.25rem;gap:1.5rem}.panel{padding:1.25rem;gap:1rem}.panel-header{flex-direction:column;align-items:flex-start;gap:.75rem}.panel-header-actions{width:100%;justify-content:flex-start}.dashboard-grid{gap:1.25rem}.panel-table{gap:.6rem}.table-row{grid-template-columns:1fr;gap:.35rem;align-items:flex-start}.calendar-grid{grid-template-columns:repeat(7,minmax(110px,1fr));overflow-x:auto;padding-bottom:.5rem}.calendar-day{min-width:110px}.dashboard-primary{width:100%}.users-table{overflow-x:auto}.users-table table{min-width:520px}.users-actions{flex-direction:column;gap:.35rem;align-items:stretch;justify-content:flex-start}.actions-column>*{margin-left:0}.users-actions button{width:100%}}@media (max-width: 600px){.sidebar{width:100vw;max-width:100vw}.dashboard-menu-toggle{padding:.45rem .75rem;gap:.4rem}.dashboard-menu-toggle-icon,.dashboard-menu-toggle-icon:before,.dashboard-menu-toggle-icon:after{width:16px}.dashboard-main-header>div{flex:1 1 100%}.dashboard-title{font-size:1.45rem}}.management-page{display:flex;flex-direction:column;gap:1.5rem;color:#0f172a}.management-group{display:flex;flex-direction:column;gap:1.25rem}.management-group .panel{padding:1.75rem}.management-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.management-toolbar h2{margin:0;font-size:1.25rem}.toolbar-actions{display:flex;gap:.75rem;align-items:center}.management-tabs{display:flex;flex-direction:column;gap:1.5rem}.tab-navigation{display:inline-flex;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid rgba(15,23,42,.12);padding-bottom:.5rem}.tab-button{border:none;background:#0f172a0d;color:#0f172a;padding:.55rem 1.35rem;border-radius:999px 999px 0 0;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s ease,color .2s ease}.tab-button:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.tab-button--active{background:#1d4ed8;color:#fff}.tab-button--disabled{background:#0f172a14;color:#0f172a59;cursor:not-allowed}.tab-panel{display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:1rem;padding:1.2rem;border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#f8fafcb3}.form-section h3{margin:0;font-size:1.05rem;color:#0f172ad9}.form-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.checkbox-list{display:flex;flex-direction:column;gap:.5rem}.checkbox-option{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:#0f172ad9}.info-text{color:#0f172ab3;font-size:.95rem;background:#0f172a0d;border-radius:12px;padding:1rem 1.25rem}.table-filter input{border:1px solid rgba(15,23,42,.2);border-radius:999px;padding:.45rem 1rem;font-size:.9rem;background:#ffffffeb;min-width:220px}.table-filter input:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.filter-group{display:inline-flex;background:#0f172a14;border-radius:999px;padding:.25rem;gap:.25rem}.filter-button{border:none;background:transparent;padding:.45rem .95rem;border-radius:999px;font-weight:600;color:#0f172a;cursor:pointer}.filter-button.active{background:#2563eb;color:#fff}.customers-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.customers-table{width:100%;border-collapse:collapse;min-width:720px}.customers-table thead th{text-align:left;font-weight:600;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:#0f172aa6;padding-bottom:.75rem}.customers-table thead .sortable-header{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;font:inherit;text-transform:inherit;color:inherit;cursor:pointer;padding:0}.customers-table thead .sortable-header:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.customers-table thead .sort-indicator{font-size:.8em;color:#0f172abf}.customers-table tbody tr{background:#0f172a05}.inspection-calendar{display:flex;flex-direction:column;gap:1.5rem}.calendar-meta h3{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a;text-transform:capitalize}.calendar-meta-range{margin:.35rem 0 0;color:#0f172aa6;font-size:.9rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.75rem}.calendar-weekday{text-align:center;font-weight:600;font-size:.85rem;text-transform:uppercase;color:#0f172a8c}.calendar-day{min-height:140px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#f8fafcbf;padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.calendar-day:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.calendar-day--today{border-color:#2563eb73;box-shadow:0 0 0 2px #2563eb26}.calendar-day--empty{background:transparent;border:none;min-height:auto;padding:0}.calendar-day-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.calendar-day-number{font-weight:700;font-size:1.1rem;color:#0f172ae6}.calendar-day-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;border-radius:999px;background:#2563eb1f;color:#1d4ed8;font-size:.75rem;font-weight:600}.calendar-entries{display:flex;flex-direction:column;gap:.45rem;margin-top:.25rem}.calendar-entry{background:#fff;border-radius:12px;padding:.5rem .65rem;box-shadow:0 1px 2px #0f172a0f;display:flex;flex-direction:column;gap:.2rem}.calendar-entry--button{border:none;background:#fff;width:100%;text-align:left;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.calendar-entry--button:hover{box-shadow:0 2px 4px #0f172a1f}.calendar-entry--button:focus-visible{outline:2px solid rgba(37,99,235,.55);outline-offset:2px}.calendar-entry-time{margin:0;font-size:.8rem;font-weight:600;color:#0f172aa6}.calendar-entry-customer,.calendar-entry-site,.calendar-entry-technician{margin:0;font-size:.85rem;color:#0f172ad9}.calendar-entry-technician{font-weight:600}.calendar-empty-state{margin:0;padding:.75rem 1rem;border-radius:12px;background:#0f172a0d;color:#0f172ab3;font-size:.95rem}.customers-table tbody tr:nth-child(2n){background:#0f172a0d}.customers-table td{padding:.9rem .75rem;font-size:.95rem;vertical-align:middle}.customers-table th:first-child,.customers-table td:first-child{padding-left:0}.customers-table th:last-child,.customers-table td:last-child{padding-right:0}.status-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.2rem .8rem;font-size:.8rem;font-weight:600;background:#2563eb1f;color:#1d4ed8}.status-pill.archived{background:#94a3b840;color:#334155}.status-pill.identifier-pill{background:#10b98129;color:#047857}.form-field label .label-pill{margin-left:.5rem}.actions-column{text-align:right}.actions-column>*{margin-left:auto}.actions-column .sortable-header{justify-content:flex-end}.table-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:auto}.table-actions .button-pill{padding:.45rem .85rem;background:#2563eb1f;color:#1d4ed8;font-size:.85rem}.table-actions .button-pill:hover{background:#2563eb2e}.table-actions .button-pill.button-pill--danger{background:#ef44441f;color:#b91c1c}.table-actions .button-pill.button-pill--danger:hover{background:#ef44442e}.field-options-display{display:flex;flex-wrap:wrap;gap:.4rem}.field-options-display__pill{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.15rem;border-radius:999px;background:#2563eb1f;color:#1d4ed8;padding:.35rem .85rem;font-size:.85rem;font-weight:600}.field-options-display__pill small{font-size:.75rem;font-weight:500;color:#2563ebbf}.field-options-display__empty{color:#0f172a66}.empty-state{padding:2rem 0;text-align:center;color:#0f172aa6;font-size:.95rem}.pagination-controls{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem 0;background:#0f172a08;border-radius:0 0 12px 12px}.pagination-info{font-size:.9rem;color:#0f172aa6}.pagination-buttons{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.modal-dialog{background:#fff;border-radius:16px;box-shadow:0 30px 70px #0f172a73;max-width:720px;width:min(720px,100%);display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(15,23,42,.08)}.modal-header h2{margin:0;font-size:1.2rem}.modal-close{border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#0f172aa6;line-height:1}.modal-close:hover,.modal-close:focus-visible{color:#0f172af2}.modal-body{padding:1.5rem;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid rgba(15,23,42,.08);background:#f8fafccc}.back-button{align-self:flex-start;margin-bottom:-.5rem}.detail-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;background:#0f172a0a;border-radius:16px;padding:1.25rem 1.5rem}.detail-summary>div{display:flex;flex-direction:column;gap:.35rem}.detail-label{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#0f172a99}.detail-value{font-size:1rem;font-weight:600;color:#0f172a}.detail-section{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.detail-section__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.detail-section__header h3{margin:0}.detail-section__subtitle{margin:.5rem 0 0;font-size:.9rem;color:#0f172aa6;max-width:520px}.option-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.option-label{font-weight:600}.option-description{display:block;font-size:.85rem;color:#0f172a99}.modal-form{display:flex;flex-direction:column;gap:1rem}.checkbox-field label{display:inline-flex;align-items:center;gap:.6rem;font-weight:600}.predefined-values{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#0f172a0a;border-radius:12px}.predefined-values__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-weight:600}.predefined-value-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr)) auto;gap:.75rem;align-items:end}.predefined-value-row .button-pill{height:fit-content}.empty-state.small{font-size:.85rem;padding:.5rem 0}@media (max-width: 992px){.management-toolbar{flex-direction:column;align-items:stretch}.toolbar-actions{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.toolbar-actions>*{flex:1 1 180px}.table-filter{flex:1 1 100%}.table-filter input{width:100%}}@media (max-width: 768px){.toolbar-actions{flex-direction:column;align-items:stretch}.filter-group{width:100%;justify-content:center}.toolbar-actions>*{flex:none;width:100%}.toolbar-actions .button-secondary{align-self:stretch}}@media (max-width: 640px){.customers-table{min-width:100%}.customers-table thead{display:none}.customers-table tbody{display:flex;flex-direction:column;gap:1rem}.customers-table tbody tr{display:grid;gap:.75rem;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:.75rem;padding:1rem}.customers-table tbody tr:nth-child(2n){background:#fff}.customers-table td{display:flex;justify-content:space-between;align-items:flex-start;padding:0;gap:1rem;font-size:.9rem}.customers-table td:before{content:attr(data-label);font-weight:600;color:#0f172aa6}.customers-table td:not([data-label]):before{display:none}.customers-table td[data-label=Aktionen]{flex-direction:column;gap:.5rem}.table-actions{flex-direction:column;align-items:stretch;justify-content:flex-start;margin-left:0}.actions-column>*{margin-left:0}.table-actions .button-pill{width:100%;justify-content:center}.pagination-controls{flex-direction:column;align-items:flex-start;gap:.75rem}.detail-summary{grid-template-columns:1fr}.detail-section__header{flex-direction:column;gap:1rem}.detail-section__header .button-secondary{width:100%}.predefined-value-row{grid-template-columns:1fr}.predefined-value-row .button-pill{justify-self:flex-end}.predefined-values__header{flex-direction:column;align-items:stretch;gap:.5rem}.predefined-values__header .button-tertiary{align-self:flex-end}.back-button{width:100%;margin-bottom:0}}.button-secondary,.button-tertiary{border:none;border-radius:999px;padding:.6rem 1.2rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.button-secondary{background:#0f172ad9;color:#fff}.button-secondary:disabled{background:#0f172a59;cursor:not-allowed}.button-tertiary{background:#e7e9ee;color:#1f2937;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.button-tertiary:hover:not(:disabled),.button-tertiary:focus-visible:not(:disabled){background:#d7dae2}.button-tertiary:focus-visible:not(:disabled){box-shadow:0 0 0 2px #94a3b866;outline:none}.button-tertiary:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.confirmation-banner{background:#22c55e26;border:1px solid rgba(34,197,94,.4);color:#15803d;border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.form-error{background:#ef44441f;border:1px solid rgba(239,68,68,.3);color:#b91c1c;border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.customer-form{display:grid;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-weight:600;font-size:.9rem;color:#0f172ae6}.form-field input,.form-field textarea,.form-field select{border:1px solid rgba(15,23,42,.15);border-radius:12px;padding:.75rem 1rem;font-size:.95rem;background:#ffffffe6}.form-field select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(15,23,42,.55) 50%),linear-gradient(135deg,rgba(15,23,42,.55) 50%,transparent 50%);background-position:right 1.15rem center,right .6rem center;background-size:.45rem .45rem;background-repeat:no-repeat;padding-right:2.75rem}.form-field input:focus-visible,.form-field textarea:focus-visible,.form-field select:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.selector-field{display:flex;align-items:center;gap:.75rem}.selector-field input{flex:1 1 auto}.selector-field .button-tertiary{flex-shrink:0;white-space:nowrap}.form-hint{font-size:.85rem;color:#0f172aa6;margin:0}.form-field textarea{min-height:96px;resize:vertical}.error-text{color:#b91c1c;font-size:.8rem}.field-meta{margin-top:.25rem;font-size:.8rem;color:#0f172a99}.form-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.form-actions__group{display:inline-flex;align-items:center;gap:.75rem}.form-actions .button-secondary{min-width:150px}.loading-state{color:#0f172ab3;font-size:.9rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width: 1024px){.management-toolbar{flex-direction:column;align-items:flex-start;gap:1.25rem}.toolbar-actions{width:100%;justify-content:flex-start}.tab-navigation{gap:.35rem}.form-grid{grid-template-columns:1fr}}@media (max-width: 820px){.management-group .panel{padding:1.4rem}.toolbar-actions{flex-wrap:wrap;gap:.75rem}.filter-group{width:100%;justify-content:center}.table-filter{flex:1 1 220px}.table-filter input{width:100%;min-width:0}}@media (max-width: 720px){.management-page{gap:1.25rem}.toolbar-actions{flex-direction:column;align-items:stretch}.filter-group{justify-content:space-between}.button-secondary{width:100%}.customers-table{display:block;width:100%;overflow-x:auto;border-spacing:0;min-width:640px}.customers-table thead th,.customers-table tbody td{white-space:nowrap}.table-actions{flex-direction:column;align-items:stretch;justify-content:flex-start;margin-left:0}.table-actions .button-pill{width:100%;justify-content:center}.pagination-controls{flex-direction:column;align-items:stretch;gap:.75rem}.pagination-buttons{justify-content:flex-end}.customer-form{gap:1rem}.form-actions{flex-direction:column;align-items:stretch}.form-actions .button-secondary,.form-actions .button-tertiary{width:100%}}@media (max-width: 520px){.management-group .panel{padding:1.25rem}.filter-group{flex-direction:column;align-items:stretch}.filter-button{width:100%;text-align:center}.toolbar-actions{gap:.65rem}.pagination-buttons{flex-direction:column;gap:.75rem}.pagination-buttons .button-tertiary{width:100%}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#0b1f4b}body,#root{margin:0;min-height:100vh}body{scrollbar-gutter:stable both-edges}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(160deg,#0b1f4b,#12357e,#0b1f4b)}.login-form{display:flex;flex-direction:column;gap:1rem;padding:2.5rem 2.25rem;background:#fffffff2;border-radius:18px;box-shadow:0 35px 65px #0f172a59;width:min(360px,100%)}.login-form label{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.login-form input{padding:.65rem;border-radius:10px;border:1px solid rgba(148,163,184,.4);font-size:1rem}.login-form button{padding:.8rem;border-radius:12px;border:none;background:#2563eb;color:#fff;font-size:1rem;cursor:pointer;font-weight:600;box-shadow:0 18px 38px #2563eb59}.login-form button:disabled{opacity:.7;cursor:not-allowed}.login-form .error{color:#ef4444;font-size:.85rem}.button-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .95rem;border-radius:12px;border:none;background:#2563eb1f;color:#1d4ed8;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.button-pill:hover{background:#2563eb2e}.button-pill:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.button-pill:disabled{opacity:.55;cursor:not-allowed}.button-pill--danger{background:#ef44441f;color:#b91c1c}.button-pill--danger:hover{background:#ef44442e}
