:root{--bg:#f6f7f9;--surface:#fff;--surface-muted:#f1f4f7;--ink:#172033;--muted:#637083;--line:#d8e0ea;--navy:#17324d;--teal:#087f7a;--teal-soft:#dff4f1;--amber:#b86413;--amber-soft:#fff2df;--red:#b42335;--red-soft:#ffe7eb;--green:#236b4a;--green-soft:#e2f4ea;--shadow:0 14px 34px #202d421a}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);letter-spacing:0;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{flex-direction:column;gap:18px;width:min(1280px,100%);min-height:100vh;margin:0 auto;padding:24px;display:flex}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:8px 0 20px;display:flex}.account-menu{flex:none;align-items:center;gap:8px;min-width:40px;min-height:40px;display:flex}.account-menu-loading{background:var(--surface-muted);border-radius:6px;width:40px}.account-action,.account-icon-button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--navy);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.account-action{gap:7px;padding:0 11px;font-size:.82rem;font-weight:700;text-decoration:none}.account-icon-button{cursor:pointer;width:38px;padding:0}.account-action:hover,.account-icon-button:hover{background:var(--surface-muted)}.account-action:focus-visible,.account-icon-button:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.account-identity{max-width:230px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.auth-page{place-items:center;min-height:100vh;padding:32px 20px;display:grid}.auth-panel{border:1px solid var(--line);background:var(--surface);width:min(420px,100%);box-shadow:var(--shadow);border-radius:6px;gap:24px;padding:32px;display:grid}.auth-heading{text-align:center}.auth-heading h1{font-size:2rem}.auth-heading p{color:var(--muted);margin:8px 0 0;font-size:.95rem}.email-code-form{gap:12px;width:100%;display:grid}.email-code-form label,.admin-user-form label{color:var(--navy);font-size:.82rem;font-weight:700}.auth-input{border:1px solid var(--line);background:var(--surface);min-height:46px;color:var(--muted);border-radius:6px;align-items:center;gap:10px;padding:0 12px;display:flex}.auth-input:focus-within{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-soft)}.auth-input input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:none}.auth-submit,.primary-action,.secondary-action,.auth-back-button,.auth-resend{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-weight:700;display:inline-flex}.auth-submit,.primary-action{border:1px solid var(--navy);background:var(--navy);color:#fff;padding:0 16px}.auth-submit{width:100%;min-height:46px}.auth-submit:hover,.primary-action:hover{background:#214769}.auth-back-button,.auth-resend{min-height:32px;color:var(--teal);background:0 0;border:0;justify-self:start;padding:0;font-size:.8rem}.auth-resend{justify-self:center}.auth-submit:disabled,.primary-action:disabled,.secondary-action:disabled,.auth-resend:disabled{cursor:not-allowed;opacity:.55}.auth-instruction,.auth-error,.form-message{margin:0;font-size:.8rem;line-height:1.4}.auth-instruction{color:var(--muted)}.auth-error,.form-message.error{color:var(--red)}.form-message.success{color:var(--green)}.auth-submit:focus-visible,.primary-action:focus-visible,.secondary-action:focus-visible,.auth-back-button:focus-visible,.auth-resend:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.dashboard-nav{border:1px solid var(--line);background:var(--surface);border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(340px,100%);display:grid;overflow:hidden}.dashboard-nav a{min-height:42px;color:var(--navy);justify-content:center;align-items:center;font-size:.88rem;font-weight:700;text-decoration:none;display:flex}.dashboard-nav a+a{border-left:1px solid var(--line)}.dashboard-nav a:hover{background:var(--surface-muted)}.dashboard-nav a.active{background:var(--navy);color:#fff}.dashboard-nav a:focus-visible{outline:2px solid var(--teal);outline-offset:-3px}.section-label{color:var(--teal);letter-spacing:0;text-transform:uppercase;margin:0 0 6px;font-size:.74rem;font-weight:700}h1,h2,p{margin-top:0}h1{color:var(--navy);margin-bottom:0;font-size:2.4rem;line-height:1.05}.snapshot-meta{color:var(--muted);margin:8px 0 0;font-size:.82rem;line-height:1.35}h2{margin-bottom:0;font-size:1.15rem;line-height:1.25}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.repair-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell{width:min(1040px,100%)}.back-link{color:var(--teal);align-items:center;gap:3px;margin-bottom:8px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.back-link:hover{text-decoration:underline}.admin-user-panel{gap:18px;display:grid}.admin-user-panel .section-heading{margin-bottom:0}.admin-user-form{border-bottom:1px solid var(--line);gap:8px;padding-bottom:18px;display:grid}.admin-user-form-row{grid-template-columns:minmax(0,1fr) 180px auto;gap:10px;max-width:860px;display:grid}.admin-user-form-row>input{grid-area:1/1}.admin-user-form-row>select{grid-area:1/2}.admin-user-form-row>.primary-action{grid-area:1/3;width:auto}.admin-user-form input,.admin-user-form select,.admin-role-form select{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:42px;color:var(--ink);border-radius:6px;outline:none;padding:0 12px}.admin-user-form input:focus,.admin-user-form select:focus,.admin-role-form select:focus{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-soft)}.admin-user-form select,.admin-role-form select{cursor:pointer}.admin-user-list{border:1px solid var(--line);border-radius:6px;display:grid;overflow:hidden}.admin-user-row{grid-template-columns:minmax(0,1fr) minmax(260px,320px) auto 110px;align-items:center;gap:18px;min-height:68px;padding:12px 14px;display:grid}.admin-role-form{grid-template-columns:minmax(0,1fr) 96px;align-items:center;gap:8px;display:grid}.admin-role-form select:disabled{cursor:not-allowed;opacity:.65}.role-save-action{width:96px}.admin-user-row+.admin-user-row{border-top:1px solid var(--line)}.admin-user-identity{gap:3px;min-width:0;display:grid}.admin-user-identity strong{color:var(--navy);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.admin-user-identity span{color:var(--muted);font-size:.74rem}.access-status{background:var(--green-soft);min-width:72px;min-height:26px;color:var(--green);border:1px solid #acd7c0;border-radius:999px;justify-content:center;align-items:center;padding:3px 9px;font-size:.72rem;font-weight:800;display:inline-flex}.access-status.disabled{background:var(--red-soft);color:var(--red);border-color:#efb9c1}.secondary-action{border:1px solid var(--line);background:var(--surface);width:110px;color:var(--navy);padding:0 11px;font-size:.78rem}.secondary-action:hover:not(:disabled){background:var(--surface-muted)}.metric-card{border:1px solid var(--line);background:var(--surface);min-height:128px;box-shadow:var(--shadow);border-radius:6px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:18px;display:grid}.metric-icon{background:var(--teal-soft);width:46px;height:46px;color:var(--teal);border-radius:6px;place-items:center;display:grid}.metric-card .metric-icon{place-items:center;display:grid}.metric-icon svg{stroke-width:2.15px;width:34px;height:34px}.metric-icon.missing,.metric-icon.tickets{background:var(--red-soft);color:var(--red)}.metric-icon.dates{background:var(--amber-soft);color:var(--amber)}.metric-card small,.metric-card>div>span{color:var(--muted);display:block}.metric-card small{text-transform:uppercase;font-size:.78rem;font-weight:700}.metric-card strong{color:var(--navy);margin:3px 0 2px;font-size:2.6rem;line-height:1;display:block}.metric-card strong.wide-value{font-size:1.3rem;line-height:1.2}.date-range-start,.date-range-end{color:var(--navy);display:block}.content-band{border:1px solid var(--line);background:var(--surface);border-radius:6px;padding:18px}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.section-heading>span{color:var(--muted);font-weight:700}.table-heading{align-items:center}.toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.toolbar-left,.sort-controls{align-items:center;gap:10px;min-width:0;display:flex}.toolbar-left{flex-wrap:wrap;flex:1}.search-box{border:1px solid var(--line);background:var(--surface);width:min(420px,100%);min-height:42px;color:var(--muted);border-radius:6px;align-items:center;gap:9px;padding:0 12px;display:flex}.search-box input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:none}.select-box{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--muted);border-radius:6px;align-items:center;gap:8px;padding:0 10px;display:flex}.select-box select{min-width:190px;color:var(--navy);background:0 0;border:0;outline:none}.select-box:focus-within,.search-box:focus-within{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-soft)}.status-filter{min-width:220px;position:relative}.status-filter-trigger{border:1px solid var(--line);background:var(--surface);width:100%;min-height:42px;color:var(--navy);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:0 10px;display:flex}:is(.status-filter-trigger:hover,.status-filter-trigger:focus-visible,.status-filter:has(.status-filter-menu) .status-filter-trigger){border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-soft);outline:none}.status-filter-summary{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.status-filter-trigger>svg:last-child{transition:transform .14s}.status-filter-trigger>svg:last-child.open{transform:rotate(180deg)}.status-filter-menu{z-index:8;border:1px solid var(--line);background:var(--surface);border-radius:6px;width:max(100%,280px);max-height:340px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 12px 30px #10233a2e}.status-filter-option{min-height:36px;color:var(--navy);cursor:pointer;border-radius:4px;align-items:center;gap:9px;padding:6px 8px;display:flex}.status-filter-option:hover,.status-filter-option:focus-within{background:var(--teal-soft)}.status-filter-option input{width:16px;height:16px;accent-color:var(--teal);flex:none}.status-filter-all{font-weight:800}.status-filter-divider{background:var(--line);height:1px;margin:4px 6px}.status-filter-label-text{flex:1}.status-description-target{cursor:help}.status-description-target:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.status-description-tooltip{z-index:100;background:var(--navy);color:#fff;pointer-events:none;border:1px solid #fff3;border-radius:6px;width:min(320px,100vw - 16px);padding:9px 10px;font-size:.78rem;line-height:1.4;position:fixed;box-shadow:0 10px 24px #10233a47}.sort-controls{flex-wrap:wrap}.sort-label{color:var(--muted);font-size:.78rem;font-weight:700}.sort-mode-group{border:1px solid var(--line);background:var(--surface);border-radius:6px;display:inline-flex;overflow:hidden}.sort-mode-button,.sort-direction-button{background:var(--surface);min-height:38px;color:var(--navy);cursor:pointer;border:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:inline-flex}.sort-mode-button{min-width:94px;padding:0 12px}.sort-mode-button+.sort-mode-button{border-left:1px solid var(--line)}.sort-mode-button.active{background:var(--teal-soft);color:var(--teal)}.sort-direction-button{border:1px solid var(--line);border-radius:6px;gap:7px;padding:0 12px}.sort-mode-button:hover,.sort-direction-button:hover{background:var(--surface-muted)}.sort-mode-button.active:hover{background:var(--teal-soft)}.sort-mode-button:focus-visible,.sort-direction-button:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.row-count{color:var(--muted);white-space:nowrap;font-weight:700}.table-wrap{border:1px solid var(--line);border-radius:6px;overflow-x:auto}table{border-collapse:collapse;background:var(--surface);width:100%;min-width:820px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px}th{background:var(--navy);color:#fff;font-size:.78rem}td{color:var(--ink);font-size:.88rem;line-height:1.35}tbody tr:last-child td{border-bottom:0}td strong{color:var(--navy)}.order-table,.repair-table{--primary-table-header-height:40px}.order-table{--item-indent:78px}.order-item-column{width:18%}.order-quantity-column{width:110px}.order-notes-column{width:30%}.order-level-header th{background:var(--navy);color:#fff;text-transform:uppercase;font-size:.78rem}.line-level-header th{border-bottom:3px solid var(--navy);color:var(--navy);text-transform:uppercase;background:#e4edf3;padding-top:8px;padding-bottom:8px;font-size:.68rem}.line-level-header th:first-child,.order-detail-row td:first-child{padding-left:calc(12px + var(--item-indent))}.order-group-row>*{border-top:2px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-muted);color:var(--navy);vertical-align:middle;padding:10px 12px}.order-group:first-of-type .order-group-row>*{border-top:0}.order-reference{text-align:left;font-size:.95rem;font-weight:800}.order-date{color:var(--muted);font-size:.82rem}.repair-table{--repair-detail-indent:36px;table-layout:fixed;min-width:1120px}.repair-table col{width:8.3333%}.repair-level-header th{background:var(--navy);color:#fff;text-transform:uppercase;font-size:.78rem}.repair-detail-header th{border-bottom:3px solid var(--navy);color:var(--navy);text-transform:uppercase;background:#e4edf3;padding-top:8px;padding-bottom:8px;font-size:.68rem}.order-level-header th,.repair-level-header th{height:var(--primary-table-header-height);z-index:4;position:sticky;top:0}.line-level-header th,.repair-detail-header th{top:var(--primary-table-header-height);z-index:3;position:sticky}.repair-detail-header th:first-child,.repair-detail-row td:first-child{padding-left:calc(12px + var(--repair-detail-indent))}.repair-ticket-row>*{border-top:2px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-muted);vertical-align:middle;padding:10px 12px}.repair-group:first-of-type .repair-ticket-row>*{border-top:0}.repair-level-header th:last-child,.repair-ticket-row td[data-label=Status]{text-align:center}.repair-ticket-number{font-size:.95rem;font-weight:800}.repair-detail-row td{background:var(--surface)}.repair-status-pill{border:1px solid var(--line);background:var(--surface-muted);max-width:100%;min-height:24px;color:var(--navy);overflow-wrap:anywhere;text-align:center;border-radius:999px;justify-content:center;align-items:center;padding:3px 9px;font-size:.72rem;font-weight:800;display:inline-flex}@media (min-width:1180px){.table-wrap{overflow:visible}}@media (max-width:900px){.app-shell{padding:18px}.topbar,.section-heading,.toolbar{gap:10px;display:grid}.account-menu{justify-self:start}.toolbar-left{display:grid}.search-box{width:100%;min-width:0}.select-box,.status-filter{width:100%}.status-filter-menu{width:auto;right:0}.select-box select{width:100%;min-width:0}.sort-controls{width:100%}.metric-grid{grid-template-columns:1fr}.section-heading>span,.row-count{justify-self:start}}@media (max-width:560px){.app-shell{padding:14px}h1{font-size:1.9rem}.auth-page{padding:18px 14px}.auth-panel{padding:22px 18px}.account-identity,.account-action span{display:none}.account-action{width:38px;padding:0}.admin-user-form-row{grid-template-columns:1fr}.admin-user-form-row>input,.admin-user-form-row>select,.admin-user-form-row>.primary-action{grid-area:auto}.primary-action{width:100%}.admin-user-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}.admin-user-row form{grid-column:1/-1}.admin-role-form{grid-template-columns:minmax(0,1fr) 96px}.admin-role-form .secondary-action{width:96px}.secondary-action{width:100%}.metric-card{min-height:112px;padding:14px}.metric-card strong{font-size:2.1rem}.content-band{padding:14px}.table-wrap{border:0;border-radius:0;overflow-x:visible}.order-table{background:0 0;min-width:0;display:block}.order-table thead{display:none}.order-group{border:1px solid var(--line);background:var(--surface);border-radius:6px;display:block;overflow:hidden}.order-group+.order-group{margin-top:12px}.order-table tr,.order-table th,.order-table td{width:100%;display:block}.order-table td{border-bottom:1px solid var(--line);overflow-wrap:anywhere;padding:10px 12px}.order-detail-row td:first-child{padding-left:12px}.order-table td:first-child,.order-table td:nth-child(3),.order-table td:nth-child(4){width:100%}.order-table tr:last-child td:last-child{border-bottom:0}.order-group-row>*{border-top:0;padding:0 12px}.order-group-row .order-date{padding-top:12px;padding-bottom:3px}.order-group-row .order-reference{padding-top:3px;padding-bottom:12px}.order-date{font-size:.8rem}.order-detail-row td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;margin-bottom:4px;font-size:.68rem;font-weight:800;display:block}.order-table td[data-label=Description]{font-size:.92rem}.order-table td[data-label=Notes]:empty{display:none}.repair-table-wrap{border:0;border-radius:0;overflow-x:visible}.repair-table{background:0 0;min-width:0;display:block}.repair-table colgroup,.repair-table thead{display:none}.repair-group{border:1px solid var(--line);background:var(--surface);border-radius:6px;display:block;overflow:hidden}.repair-group+.repair-group{margin-top:12px}.repair-ticket-row{background:var(--surface-muted);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.repair-detail-row{display:block}.repair-table td{border-bottom:1px solid var(--line);overflow-wrap:anywhere;width:100%;padding:10px 12px;display:block}.repair-ticket-row>*{background:0 0;border-top:0}.repair-ticket-row td:nth-child(odd){border-right:1px solid var(--line)}.repair-detail-row td:first-child{padding-left:12px}.repair-detail-row td:last-child{border-bottom:0}.repair-table td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;margin-bottom:4px;font-size:.68rem;font-weight:800;display:block}}
