:root{--brand-primary: #173a63;--brand-secondary: #2a527f;--brand-accent: #f0b429;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.sidebar{background:var(--brand-primary);color:#fff;display:flex;flex-direction:column;padding:22px 16px;min-height:100vh}.brand{padding:4px 12px 24px;display:flex;align-items:center;gap:11px;min-width:0}.brand-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.brand-copy strong{font-size:1.14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-copy span{color:#ffffffb8;font-size:.82rem}.brand-logo{display:block;max-width:170px;max-height:70px;object-fit:contain}.brand-logo.compact{width:42px;height:42px;max-width:42px;max-height:42px;object-fit:contain;flex:0 0 auto}.brand-fallback{width:58px;height:58px;border-radius:15px;display:grid;place-items:center;background:var(--brand-accent);color:var(--brand-primary);font-weight:850}.brand-fallback.compact{width:42px;height:42px;border-radius:11px;flex:0 0 auto}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav a{color:#dfe9f4;text-decoration:none;padding:11px 12px;border-radius:9px}.sidebar nav a:hover,.sidebar nav a.active{background:var(--brand-secondary);color:#fff}.sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.18);padding:18px 12px 0;display:flex;flex-direction:column;gap:9px}.sidebar-footer a,.sidebar-footer button{border:0;background:transparent;color:#dfe9f4;padding:0;text-align:left;text-decoration:none;font:inherit}.sidebar-footer a:hover,.sidebar-footer button:hover{color:#fff;text-decoration:underline}.main-area{min-width:0}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:#fff;border-bottom:1px solid #e1e7ef;position:sticky;top:0;z-index:10}.topbar span{color:#667085}.page{padding:28px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}h1{margin:0;font-size:1.75rem}h2{margin:0 0 16px;font-size:1.1rem}h3{margin:0 0 8px}p{color:#667085}.page-heading p{margin:6px 0 0}.primary{border:0;border-radius:9px;background:var(--brand-primary);color:#fff;padding:11px 16px;font-weight:650}.primary:hover:not(:disabled){background:var(--brand-secondary)}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.metric,.panel{background:#fff;border:1px solid #e1e7ef;border-radius:14px;box-shadow:0 2px 8px #132a460a}.metric{padding:20px;display:flex;flex-direction:column;gap:8px}.metric span,.metric small{color:#667085}.metric strong{font-size:2rem}.panel{padding:20px;margin-bottom:20px}.table-panel{padding:0;overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:13px 16px;border-bottom:1px solid #edf1f5;text-align:left;vertical-align:top}th{background:#f8fafc;color:#475467;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}tr:last-child td{border-bottom:0}.empty{padding:36px;text-align:center;color:#667085}.chip{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:.78rem;background:#edf1f5;color:#475467;white-space:nowrap}.chip.status{background:#e8f0fa;color:var(--brand-primary)}.chip.enabled{background:#e9f7ef;color:#19723d}.alert{border-radius:10px;padding:12px 14px;margin-bottom:16px}.alert.warning{background:#fff8e5;color:#805c00;border:1px solid #f3dc9c}.alert.error{background:#fff0f0;color:#9d2727;border:1px solid #f1baba}.connection{display:inline-flex;align-items:center;gap:7px;color:#475467;font-size:.86rem}.connection-dot{width:9px;height:9px;border-radius:50%;background:#d92d20}.connection.online .connection-dot{background:#12b76a}.connection small{color:#667085}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.module-card{border:1px solid #e1e7ef;border-radius:12px;padding:17px;display:flex;justify-content:space-between;gap:20px}.module-card p{margin:0}.module-action{display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:110px}.module-action button{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:7px 10px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary))}.login-card{width:min(420px,100%);background:#fff;border-radius:18px;padding:34px;box-shadow:0 18px 50px #00000038;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.login-card .brand-logo{max-width:220px;max-height:82px}.login-card h1{margin-top:4px}.login-card p{margin:-9px 0 7px}.login-card label{width:100%;display:flex;flex-direction:column;gap:6px;font-weight:600;color:#344054}.login-card input{border:1px solid #cbd5e1;border-radius:9px;padding:11px 12px}.login-card .primary{width:100%}.loading-page{min-height:100vh;display:grid;place-items:center;color:#475467}@media(max-width:1000px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.module-grid{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto;padding:10px;position:sticky;top:0;z-index:20}.brand{padding:5px 8px 9px}.brand-logo.compact,.brand-fallback.compact{width:36px;height:36px;max-width:36px;max-height:36px}.sidebar nav{flex-direction:row;overflow-x:auto}.sidebar nav a{white-space:nowrap}.sidebar-footer{display:none}.topbar{position:static;height:auto;padding:12px 16px;align-items:flex-start;gap:10px}.connection small{display:none}.page{padding:18px 14px}.cards{grid-template-columns:1fr}.page-heading{align-items:flex-start}.table-panel{overflow-x:auto}table{min-width:760px}}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:10px 12px;background:#fff;color:#172033}textarea{resize:vertical;line-height:1.45}input:focus,select:focus,textarea:focus{outline:3px solid color-mix(in srgb,var(--brand-accent) 32%,transparent);border-color:var(--brand-primary)}label{display:flex;flex-direction:column;gap:6px;color:#344054;font-weight:600}small{color:#667085}.alert.success{background:#ecfdf3;color:#166534;border:1px solid #a7e5bd}.alert.info{background:#eff8ff;color:#175a84;border:1px solid #b9def5}.secondary-button{border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#344054;padding:10px 14px;font-weight:600}.secondary-button:hover{background:#f8fafc;border-color:#94a3b8}.text-link{color:var(--brand-primary);text-decoration:none;font-weight:600}.text-link:hover{text-decoration:underline}.form-section{display:flex;flex-direction:column;gap:18px}.form-section h2,.form-section p{margin:0}.form-grid{display:grid;gap:15px}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid .full-width{grid-column:1 / -1}.form-grid .span-two{grid-column:span 2}.form-actions{display:flex;justify-content:flex-end;gap:10px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.settings-grid .panel{margin-bottom:0}.settings-grid .full-span{grid-column:1 / -1}.color-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.color-control{display:grid;grid-template-columns:50px 1fr;gap:8px}.color-control input[type=color]{padding:2px;min-height:43px}.logo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.logo-editor{border:1px solid #e1e7ef;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.logo-preview{height:96px;border-radius:9px;background:#f8fafc;border:1px dashed #cbd5e1;display:grid;place-items:center;overflow:hidden}.logo-preview img{max-width:100%;max-height:88px;object-fit:contain}.logo-preview span{color:#98a2b3}.checkbox{flex-direction:row;align-items:center;font-weight:500;font-size:.9rem}.checkbox input{width:auto}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.code-editor{min-height:240px;font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.9rem;tab-size:2;background:#111827;color:#e5e7eb;border-color:#334155}.inline-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.search-panel{padding:14px}.search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.wizard-steps{list-style:none;padding:0;margin:0 0 20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.wizard-steps li{display:flex;align-items:center;gap:9px;padding:11px 12px;border-radius:10px;background:#e9eef5;color:#667085;font-weight:650}.wizard-steps li span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #cbd5e1}.wizard-steps li.active{background:color-mix(in srgb,var(--brand-primary) 12%,white);color:var(--brand-primary)}.wizard-steps li.active span{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.wizard-steps li.done{background:#e9f7ef;color:#19723d}.wizard-steps li.done span{background:#19723d;border-color:#19723d;color:#fff}.wizard-panel{min-height:370px}.selection-list{display:grid;gap:10px;margin-top:16px;max-height:430px;overflow:auto}.selection-card{width:100%;border:1px solid #d8e0e9;background:#fff;border-radius:11px;padding:14px 16px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:18px;text-align:left;color:#344054}.selection-card:hover{border-color:var(--brand-secondary);background:#f8fbff}.selection-card.selected{border:2px solid var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 6%,white)}.selection-card span{display:flex;flex-direction:column;gap:4px}.contact-choices{border:1px solid #e1e7ef;border-radius:11px;padding:14px;margin-bottom:18px}.contact-choices>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.contact-choices button{border:1px solid #cbd5e1;border-radius:999px;background:#fff;padding:7px 11px;color:#344054}.contact-choices button:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.compact-form{max-width:800px}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.summary-grid>div{border:1px solid #e1e7ef;border-radius:11px;padding:14px;display:flex;flex-direction:column;gap:5px}.summary-grid span{color:#667085;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.work-summary{margin-top:14px;border:1px solid #e1e7ef;border-radius:11px;padding:14px}.work-summary p{white-space:pre-wrap;margin-bottom:0}.wizard-actions{display:flex;justify-content:space-between;align-items:center;margin-top:18px}@media(max-width:1000px){.settings-grid{grid-template-columns:1fr}.settings-grid .full-span{grid-column:auto}.color-grid{grid-template-columns:1fr}}@media(max-width:760px){.form-grid.two-columns,.form-grid.three-columns,.summary-grid,.logo-grid{grid-template-columns:1fr}.form-grid .span-two{grid-column:auto}.wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-card{grid-template-columns:1fr;gap:8px}.section-heading{flex-direction:column}.search-row{grid-template-columns:1fr}}.text-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.dashboard-cards{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-warning{border-color:#efc06d;background:#fffaf0}.metric-warning strong{color:#a15c00}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(310px,.8fr);gap:20px;align-items:start}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;border-bottom:1px solid #edf1f5}.panel-heading h2,.panel-heading p{margin:0}.panel-heading p{margin-top:5px}.technician-panel{padding:0;overflow:hidden}.technician-list{display:flex;flex-direction:column}.technician-row{padding:14px 18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid #edf1f5}.technician-row:last-child{border-bottom:0}.technician-row>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.status-orb{width:12px;height:12px;border-radius:50%;background:#98a2b3;box-shadow:0 0 0 4px #eef1f4;flex:0 0 auto}.status-orb.status-available{background:#12b76a;box-shadow:0 0 0 4px #e8f8f0}.status-orb.status-travel{background:#f79009;box-shadow:0 0 0 4px #fff4e5}.status-orb.status-working{background:#2e6fd8;box-shadow:0 0 0 4px #e8f0ff}.status-orb.status-paused{background:#7f56d9;box-shadow:0 0 0 4px #f1ebff}.status-orb.status-received{background:#667085}.cell-subline{display:block;margin-top:3px}.empty.compact{padding:22px}.version-panel{margin-top:20px}.chip.priority-standard{background:#edf1f5;color:#475467}.chip.priority-urgent{background:#fff4e5;color:#a15c00}.chip.priority-emergency{background:#fff0f0;color:#b42318}.chip.status-travel{background:#fff4e5;color:#a15c00}.chip.status-working{background:#e8f0ff;color:#175cd3}.chip.status-paused{background:#f1ebff;color:#6941c6}.chip.status-review_cm,.chip.status-review_admin{background:#fef3f2;color:#b42318}.chip.status-planned{background:#eef4ff;color:#3538cd}.chip.status-received{background:#f2f4f7;color:#344054}.wizard-five{grid-template-columns:repeat(5,minmax(0,1fr))}.machine-grid{margin-top:22px;padding-top:22px;border-top:1px solid #e1e7ef}.summary-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.work-summary.internal{border-color:#f3dc9c;background:#fffaf0}.detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.65fr);gap:20px;align-items:start}.detail-main{padding:0 0 20px}.detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.detail-list>div{padding:15px 20px;border-bottom:1px solid #edf1f5;display:flex;flex-direction:column;gap:5px}.detail-list>div:nth-child(odd){border-right:1px solid #edf1f5}.detail-list span,.compact-details span{color:#667085;font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.detail-main .work-summary{margin:20px 20px 0}.compact-details{display:flex;flex-direction:column;gap:13px}.compact-details>div{display:flex;flex-direction:column;gap:4px;padding-bottom:11px;border-bottom:1px solid #edf1f5}.compact-details>div:last-child{border-bottom:0}.loading-panel{padding:40px;text-align:center;color:#667085}.dispatch-toolbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px}.segmented{display:inline-flex;border:1px solid #cbd5e1;border-radius:9px;overflow:hidden}.segmented button{border:0;background:#fff;padding:9px 14px;color:#475467}.segmented button+button{border-left:1px solid #cbd5e1}.segmented button.active{background:var(--brand-primary);color:#fff}.date-nav{display:flex;align-items:center;gap:7px}.date-nav input{width:auto;min-width:160px}.dispatch-board{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,1fr);gap:14px;overflow-x:auto;padding-bottom:10px;align-items:start}.dispatch-column{min-height:420px;border:1px solid #dbe3ec;border-radius:14px;background:#f8fafc;overflow:hidden}.dispatch-column-heading{padding:14px 15px;background:#fff;border-bottom:1px solid #dbe3ec;display:flex;justify-content:space-between;align-items:center}.dispatch-column-heading>div{display:flex;flex-direction:column;gap:3px}.unassigned-column .dispatch-column-heading{background:#fffaf0}.dispatch-cards{padding:12px;display:flex;flex-direction:column;gap:10px;min-height:350px}.dispatch-card{background:#fff;border:1px solid #d8e0e9;border-radius:11px;padding:13px;display:flex;flex-direction:column;gap:7px;box-shadow:0 2px 8px #132a460d;cursor:grab}.dispatch-card:active{cursor:grabbing}.dispatch-card.busy{opacity:.55}.dispatch-card-top,.dispatch-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px}.dispatch-card-top a{color:var(--brand-primary);font-weight:750;text-decoration:none}.dispatch-card p{margin:2px 0;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.drop-empty{min-height:110px;border:1px dashed #cbd5e1;border-radius:10px;display:grid;place-items:center;text-align:center;padding:20px;color:#98a2b3;background:#ffffff8c}.dispatch-hint{margin-top:12px}.mobile-shell{min-height:100vh;background:#eef3f8}.mobile-topbar{min-height:70px;padding:10px 18px;display:flex;justify-content:space-between;align-items:center;gap:14px;background:var(--brand-primary);color:#fff;position:sticky;top:0;z-index:30;box-shadow:0 4px 18px #00000029}.mobile-brand{display:flex;align-items:center;gap:10px;min-width:0}.mobile-brand>div{display:flex;flex-direction:column;min-width:0}.mobile-brand strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-brand span{color:#ffffffb8;font-size:.8rem}.mobile-topbar .connection{color:#fff}.mobile-topbar .connection small{color:#ffffffb8}.mobile-topbar-actions{display:flex;align-items:center;gap:14px}.mobile-topbar-actions>button{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:8px;padding:7px 10px}.mobile-main{width:min(860px,100%);margin:0 auto;padding:22px 16px 44px}.mobile-workspace{display:flex;flex-direction:column;gap:16px}.mobile-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.mobile-heading h1,.mobile-job-header h1{margin:4px 0 7px;font-size:clamp(1.7rem,5vw,2.3rem)}.mobile-heading p,.mobile-job-header p{margin:0}.eyebrow{color:var(--brand-primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mobile-count{min-width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--brand-primary);color:#fff;font-size:1.3rem;font-weight:800}.mobile-order-list{display:flex;flex-direction:column;gap:13px}.mobile-order-card{display:flex;flex-direction:column;gap:8px;padding:18px;background:#fff;border-radius:16px;border:1px solid #dce4ed;box-shadow:0 4px 14px #132a460f;text-decoration:none;color:#172033}.mobile-order-card:active{transform:scale(.995)}.mobile-order-card-top{display:flex;justify-content:space-between;gap:8px}.mobile-order-card>strong{font-size:1.2rem}.mobile-order-card>span{color:#667085}.mobile-order-card p{margin:0;color:#344054}.mobile-order-card footer{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf1f5;padding-top:11px;margin-top:3px}.mobile-order-card footer strong{color:var(--brand-primary)}.mobile-address{padding:11px 12px;border-radius:10px;background:#f6f8fb;color:#344054}.mobile-empty{min-height:220px;display:grid;place-items:center;align-content:center;text-align:center;padding:30px;background:#fff;border:1px dashed #cbd5e1;border-radius:16px}.mobile-back{display:flex;justify-content:space-between;align-items:center;gap:12px}.mobile-back a{color:var(--brand-primary);text-decoration:none;font-weight:700}.mobile-job-header{padding:4px 2px}.mobile-section{background:#fff;border:1px solid #dce4ed;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:6px;box-shadow:0 3px 12px #132a460a}.mobile-section>span{color:#667085;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:750}.mobile-section p{margin:0}.mobile-address-section{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}.mobile-address-section>div{display:flex;flex-direction:column;gap:5px}.mobile-nav-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 15px;border-radius:11px;background:var(--brand-primary);color:#fff;text-decoration:none;font-weight:750}.mobile-phone{color:var(--brand-primary);font-size:1.1rem;font-weight:750;text-decoration:none}.mobile-work-text{color:#172033;line-height:1.55;white-space:pre-wrap}.mobile-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:7px 0}.mobile-feature-grid button{min-height:58px;border:1px solid #d8e0e9;border-radius:10px;background:#f8fafc;color:#667085}.mobile-primary-actions{display:grid;gap:10px;position:sticky;bottom:10px;padding:12px;border-radius:16px;background:#eef3f8eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-action{min-height:54px;font-size:1.04rem}.mobile-loading{min-height:70vh;display:grid;place-items:center;color:#667085}@media(max-width:1250px){.dashboard-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:900px){.detail-grid{grid-template-columns:1fr}.summary-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-five{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.dashboard-cards,.detail-list{grid-template-columns:1fr}.detail-list>div:nth-child(odd){border-right:0}.summary-wide{grid-template-columns:1fr}.wizard-five{grid-template-columns:repeat(2,minmax(0,1fr))}.dispatch-board{grid-auto-columns:minmax(86vw,1fr)}.mobile-topbar{padding:9px 12px}.mobile-topbar-actions>button{display:none}.mobile-topbar .connection small{display:none}.mobile-main{padding:18px 12px 40px}.mobile-address-section{grid-template-columns:1fr}.mobile-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-primary-actions{bottom:4px}}.connection{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:6px;font:inherit;color:inherit;cursor:pointer}.connection:disabled{cursor:default;opacity:.9}.connection.has-error{color:#b42318}.sync-count{min-width:20px;height:20px;padding:0 6px;display:inline-grid;place-items:center;border-radius:999px;background:#f79009;color:#fff;font-size:.72rem}.sync-error{width:20px;height:20px;display:inline-grid;place-items:center;border-radius:999px;background:#d92d20;color:#fff;font-weight:800}.mobile-topbar .connection.has-error{color:#fff}.mobile-topbar .sync-error{background:#fff;color:#d92d20}.master-sync-button{width:100%;min-height:50px;border:1px solid var(--brand-primary);border-radius:12px;background:#fff;color:var(--brand-primary);font-weight:800}.mobile-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;position:sticky;top:72px;z-index:20;padding:8px;border:1px solid #dce4ed;border-radius:14px;background:#eef3f8f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-tabs button{min-height:44px;border:0;border-radius:9px;background:transparent;color:#475467;font-weight:700}.mobile-tabs button.active{background:var(--brand-primary);color:#fff}.mobile-tab-content{display:flex;flex-direction:column;gap:14px}.mobile-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:8px}.mobile-kpis.two{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-kpis>div{min-height:82px;padding:12px;display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid #dce4ed;border-radius:11px;background:#f8fafc}.mobile-kpis strong{font-size:1.08rem;color:var(--brand-primary)}.mobile-kpis small{color:#667085}.timeline-list,.status-history{display:flex;flex-direction:column;gap:9px}.timeline-entry,.status-history>div{display:grid;grid-template-columns:minmax(120px,.5fr) minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 12px;border:1px solid #e4e9ef;border-radius:10px;background:#f8fafc}.timeline-entry.travel{border-left:5px solid #2e90fa}.timeline-entry.work{border-left:5px solid #12b76a}.timeline-entry span,.status-history span{color:#475467}.timeline-entry small{color:#667085;text-align:right}.material-entry-panel .primary{align-self:flex-start}.mobile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.material-set-card{border-left:5px solid var(--brand-primary)}.material-set-card.pending,.material-position.pending,.photo-grid figure.pending,.saved-signature.pending{border-style:dashed;border-color:#f79009}.material-set-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.material-set-heading>div:first-child{display:flex;flex-direction:column;gap:4px}.material-set-heading span{color:#667085;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:750}.material-set-heading small{color:#b54708}.material-set-actions{display:flex;gap:8px}.material-position-list{display:flex;flex-direction:column;gap:8px}.material-position{display:grid;grid-template-columns:minmax(0,1fr) auto 38px;gap:12px;align-items:center;padding:11px 12px;border:1px solid #e1e7ef;border-radius:10px;background:#f8fafc}.material-position>div:first-child{display:flex;flex-direction:column;gap:3px}.material-position span,.material-position small{color:#667085}.material-quantity{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.icon-danger{width:34px;height:34px;border:1px solid #fda29b;border-radius:9px;background:#fff1f0;color:#b42318;font-size:1.25rem}.checkbox-row{display:flex;align-items:center;gap:9px}.checkbox-row input{width:auto}.mobile-checklist{display:flex;flex-direction:column;gap:9px}.checklist-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #e1e7ef;border-radius:10px;background:#f8fafc}.checklist-row.response-no{border-color:#fda29b;background:#fff6f5}.checklist-row.response-yes{border-color:#abefc6;background:#f6fef9}.checklist-row>div{display:flex;gap:5px}.checklist-row button{min-width:42px;min-height:36px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#475467}.checklist-row button.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.camera-button,.file-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:10px;background:var(--brand-primary);color:#fff;font-weight:800;cursor:pointer}.camera-button input,.file-button input{display:none}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.photo-grid figure{margin:0;overflow:hidden;border:1px solid #dce4ed;border-radius:11px;background:#f8fafc}.photo-grid img,.photo-placeholder{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:grid;place-items:center;text-align:center;padding:10px}.photo-grid figcaption{padding:8px;color:#667085;font-size:.75rem}.completion-check>div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #edf1f5}.completion-check>div:last-of-type{border-bottom:0}.completion-check .complete strong{color:#039855}.completion-check .missing strong{color:#d92d20}.signature-pad canvas{width:100%;height:220px;border:2px dashed #98a2b3;border-radius:12px;background:#fff;touch-action:none}.signature-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:9px}.saved-signature{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid #abefc6;border-radius:11px;background:#f6fef9}.saved-signature img{width:100%;max-height:210px;object-fit:contain;background:#fff;border-radius:8px}.completion-actions small{text-align:center;color:#667085}.material-import-panel{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px}.material-import-panel h2{margin:0 0 6px}.material-import-panel p{margin:0;color:#667085}.table-subline{display:block;color:#667085;margin-top:3px}@media(max-width:760px){.mobile-tabs{grid-template-columns:repeat(3,minmax(0,1fr));top:68px}.mobile-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-entry,.status-history>div{grid-template-columns:1fr;gap:4px}.timeline-entry small{text-align:left}.mobile-form-grid{grid-template-columns:1fr}.mobile-form-grid .span-2{grid-column:span 1}.inline-entry{grid-template-columns:1fr}.material-position{grid-template-columns:minmax(0,1fr) auto 38px}.checklist-row{grid-template-columns:1fr}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.material-import-panel{align-items:stretch;flex-direction:column}}.danger-button{border:1px solid #fda29b;background:#fff1f0;color:#b42318;border-radius:9px;padding:9px 12px;font-weight:700}.material-quantity label{display:inline-flex;align-items:center;gap:6px}.material-quantity input{width:86px;padding:7px 8px;text-align:right}.material-quantity label span{color:#344054}.full-width-link{display:block;margin-top:1rem;text-align:center;text-decoration:none}
