:root{color-scheme:light;--bg: #f4f6f5;--surface: #ffffff;--ink: #17201c;--muted: #64706b;--line: #dfe6e2;--green: #0d7c66;--green-dark: #075f4e;--blue: #2563eb;--amber: #b7791f;--red: #c2413a;--teal-soft: #e3f5f0;--blue-soft: #e8f0ff;--amber-soft: #fff3d6;--shadow: 0 18px 44px rgba(29, 41, 36, .1)}*{box-sizing:border-box}html,body{overflow-x:clip}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:Inter,PingFang TC,Noto Sans TC,Microsoft JhengHei,Arial,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}h1,h2,p{margin:0}h1{margin-top:4px;font-size:28px;line-height:1.15}h2{font-size:18px;line-height:1.25}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:22px 18px;background:#111b17;color:#f8faf9;display:flex;flex-direction:column;gap:24px}.brand-block{display:flex;align-items:center;gap:12px;padding:8px 6px 18px;border-bottom:1px solid rgba(255,255,255,.12)}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#f4c542;color:#14231e;font-weight:850;font-size:22px}.brand-title{font-weight:850;font-size:18px}.brand-subtitle{margin-top:3px;color:#f8faf9a8;font-size:12px}.nav-list{display:grid;gap:8px}.nav-item{width:100%;height:46px;padding:0 12px;display:flex;align-items:center;gap:12px;border-radius:8px;background:transparent;color:#f8faf9c2;text-align:left}.nav-item.active,.nav-item:hover{background:#ffffff1a;color:#fff}.emergency-panel{margin-top:auto;padding:14px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);display:grid;gap:10px}.emergency-panel span{color:#9dd8ca;font-size:12px;font-weight:800}.emergency-panel a{color:#fff;text-decoration:none;display:flex;gap:8px;align-items:center;font-size:17px;font-weight:850}.emergency-panel small{color:#f8faf9ad;line-height:1.55}.main{min-width:0;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.eyebrow{color:var(--green);font-weight:800;font-size:12px;text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:10px}.language-toggle{height:38px;display:grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.language-toggle button{width:38px;border-radius:6px;background:transparent;color:var(--muted);font-weight:800}.language-toggle button:first-child{background:var(--green);color:#fff}.icon-button{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:var(--surface);color:var(--ink);border:1px solid var(--line)}.hero-strip{position:relative;min-height:174px;overflow:hidden;border-radius:8px;background:#1e2f29;box-shadow:var(--shadow);margin-bottom:18px}.hero-strip img{width:100%;height:220px;object-fit:cover;display:block;filter:saturate(.9) contrast(.96)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:12px;padding:18px;background:linear-gradient(90deg,#111b17db,#111b1733)}.metric{padding:12px;border-radius:8px;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18)}.metric b{display:block;font-size:22px;line-height:1.2}.metric span{display:block;margin-top:4px;font-size:12px;color:#ffffffbd}.spec-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.spec-strip div,.notice-item,.panel,.info-box,.info-line,.ledger-card,.ops-card{border-radius:8px;border:1px solid var(--line);background:var(--surface)}.spec-strip div{min-height:76px;display:grid;grid-template-columns:26px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;align-content:center;padding:12px}.spec-strip svg{grid-row:1 / 3;color:var(--green);align-self:center}.spec-strip span,.info-box span,.info-line span,.mini-title span{color:var(--muted);font-size:12px;font-weight:780}.spec-strip b,.info-box b,.info-line b,.mini-title b{margin-top:3px;display:block;font-size:13px;line-height:1.35}.notice-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;margin-bottom:18px;background:#f8fbff;border-color:#2563eb38}.notice-item svg,.notice-item small{color:var(--blue)}.notice-item span{color:var(--muted);font-size:12px}.view-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.8fr);gap:18px}.conversation-grid,.worker-grid,.admin-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:18px}.admin-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr)}.admin-main{grid-row:span 2}.panel{padding:18px;box-shadow:0 12px 28px #1d29240f}.panel-header{display:flex;justify-content:space-between;gap:14px;margin-bottom:16px}.panel-header p{margin-top:6px;color:var(--muted);line-height:1.5;font-size:13px}.tag{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:12px;font-weight:800;white-space:nowrap}.account-summary,.finance-grid,.kpi-grid,.quote-box,.admin-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.finance-grid,.quote-box,.admin-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.info-box,.info-line{padding:11px 12px;background:#fbfcfc}.info-line{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:10px;margin-bottom:8px}.info-box>*,.info-line>*,.mini-title>*{min-width:0;overflow-wrap:anywhere;word-break:break-word}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.service-button{min-height:78px;padding:12px 8px;border-radius:8px;border:1px solid var(--line);background:#fbfcfc;color:var(--ink);display:grid;gap:7px;justify-items:center;font-weight:800}.service-button svg{color:var(--green)}.service-button.active{border-color:var(--green);background:var(--teal-soft)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:750}label.wide{grid-column:1 / -1}label.compact-select{margin-bottom:12px}label.compact-select select{min-height:38px}select,input,textarea{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);background:#fbfcfc;outline:none}textarea{min-height:86px;resize:vertical}.media-row{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.media-row div{min-height:88px;border:1px solid var(--line);border-radius:8px;background:#fbfcfc;padding:14px;display:grid;align-content:center;gap:5px}.media-row svg{color:var(--green)}.media-row span{color:var(--muted);font-size:12px}.action-row,.case-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.primary-action,.secondary-action,.action-stack button,.job-card button,.chat-composer button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:0 14px;font-weight:850;text-decoration:none}.primary-action{color:#fff;background:var(--green)}.primary-action:hover{background:var(--green-dark)}.primary-action:disabled{cursor:not-allowed;color:#eef3f1;background:#8fa39b}.secondary-action,.action-stack button,.job-card button{color:var(--green);background:var(--teal-soft)}.secondary-action:disabled{cursor:not-allowed;color:#808a85;background:#eef2f0}.full{width:100%;margin-top:12px}.order-snapshot,.ledger-card{padding:12px;margin-bottom:14px;background:#fbfcfc;border-radius:8px;border:1px solid var(--line)}.status-track{display:grid;gap:10px;margin-bottom:14px}.status-item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start}.status-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef2f0;color:var(--muted)}.status-item.done .status-dot{background:var(--green);color:#fff}.status-item.current .status-dot{background:var(--amber-soft);color:var(--amber)}.status-item b,.status-item span{display:block}.status-item span{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.4}.mini-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.action-stack{display:grid;gap:8px}.action-stack button{justify-content:flex-start;width:100%}.member-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.member-row span{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:999px;background:#f1f5f3;border:1px solid var(--line);font-size:12px;font-weight:800}.chat-panel{min-height:620px;display:flex;flex-direction:column}.chat-window{flex:1;display:grid;align-content:start;gap:12px;padding:12px;border-radius:8px;background:#f7f9f8;border:1px solid var(--line);overflow:auto;max-height:512px}.message{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--green);font-weight:850}.bubble{padding:10px 12px;border-radius:8px;background:#fff;border:1px solid var(--line)}.bubble b{display:flex;justify-content:space-between;gap:10px;font-size:13px}.bubble small{color:var(--muted);font-weight:500}.bubble p{margin-top:5px;line-height:1.5;font-size:14px}.message.system .avatar,.message.card .avatar{background:var(--blue)}.message.card .bubble{border-color:#2563eb3d;background:#f8fbff}.chat-composer{display:grid;grid-template-columns:42px minmax(0,1fr) 42px 42px;gap:8px;margin-top:12px}.chat-composer button{padding:0;background:#eef2f0;color:var(--ink)}.chat-composer button:last-child{background:var(--green);color:#fff}.chat-composer.disabled{opacity:.58}.submission-card{display:grid;gap:9px;padding:12px;border:1px solid rgba(13,124,102,.24);border-radius:8px;background:#fbfffd;margin-bottom:14px}.order-payload-card{align-content:start}.order-payload-message .bubble{display:grid;gap:8px}.attachment-strip{display:flex;flex-wrap:wrap;gap:8px}.attachment-strip button{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:999px;background:#f1f5f3;border:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:800}.attachment-strip svg{color:var(--green)}.media-preview-panel{display:grid;gap:9px;padding:10px;border:1px solid rgba(37,99,235,.22);border-radius:8px;background:#f8fbff}.media-preview-body{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-items:center;color:var(--muted);font-size:13px;line-height:1.5}.media-preview-body svg{color:var(--blue)}table{width:100%;border-collapse:collapse}td{padding:11px 10px;border-bottom:1px solid var(--line);font-size:13px}.rule-callout{margin-top:14px;display:flex;gap:10px;padding:12px;border-radius:8px;background:var(--amber-soft);color:#6d4d12;line-height:1.5;font-weight:750}.job-list,.list-rows{display:grid;gap:10px}.job-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:8px;border:1px solid var(--line);background:#fbfcfc}.job-card.eligible{border-color:#0d7c6657;background:var(--teal-soft)}.job-card.locked{opacity:.72}.job-card b,.job-card span{display:block}.job-card span{margin-top:5px;color:var(--muted);font-size:12px}.job-card button:disabled{cursor:not-allowed;color:#808a85;background:#eef2f0}.candidate-list{display:grid;gap:12px}.candidate-group{display:grid;gap:8px;padding-bottom:4px}.candidate-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border-radius:8px;border:1px solid var(--line);background:#fbfcfc}.candidate-card.eligible{border-color:#0d7c6657;background:#fbfffd}.candidate-card.locked{background:#f7f9f8}.candidate-main{min-width:0;display:grid;gap:8px}.candidate-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px}.candidate-title b{font-size:14px;line-height:1.35}.candidate-title span,.candidate-score-grid span{color:var(--muted);font-size:12px;line-height:1.45}.candidate-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.candidate-meta span{min-width:0;overflow-wrap:anywhere;font-size:12px;line-height:1.4}.candidate-meta .ok,.candidate-meta .danger{flex:0 0 auto;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;font-weight:850}.candidate-meta .ok{background:var(--teal-soft);color:var(--green-dark)}.candidate-meta .danger{background:#fde8e7;color:var(--red)}.candidate-score-grid{display:grid;gap:4px}.candidate-card button{white-space:nowrap}.job-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.job-actions button{min-width:86px}.evidence-list{margin-top:12px;display:grid;gap:8px}.ops-card{padding:12px;background:#fbfcfc}.queue-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.queue-card{min-height:76px;display:grid;grid-template-columns:28px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfc}.queue-card svg{color:var(--muted)}.queue-card.active{border-color:#0d7c6652;background:var(--teal-soft)}.queue-card.active svg{color:var(--green)}.queue-card b,.queue-card span{display:block}.queue-card span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}.queue-card strong{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eef2f0;color:var(--ink);font-size:14px}.queue-card.active strong{background:var(--green);color:#fff}.workbench-panel{margin-top:16px;padding:12px;border-radius:8px;border:1px solid var(--line);background:#fbfcfc}.task-timeline{display:grid;gap:8px}.task-timeline div{display:grid;grid-template-columns:24px minmax(0,.8fr) minmax(0,1fr);gap:8px;align-items:center;min-height:34px;padding:7px 8px;border-radius:8px;background:#fff;border:1px solid var(--line)}.task-timeline svg{color:var(--muted)}.task-timeline .done svg{color:var(--green)}.task-timeline .current{border-color:#b7791f5c;background:var(--amber-soft)}.task-timeline .current svg{color:var(--amber)}.task-timeline span{font-weight:820}.task-timeline b{color:var(--muted);font-size:12px;line-height:1.35}.notification-table{display:grid;gap:9px}.notification-table article{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px 11px;border-radius:8px;border:1px solid var(--line);background:#fbfcfc}.notification-table svg{color:var(--blue)}.notification-table b,.notification-table span{display:block}.notification-table span{margin-top:3px;color:var(--muted);font-size:12px}.notification-table strong{min-width:58px;min-height:26px;display:inline-grid;place-items:center;padding:0 8px;border-radius:999px;font-size:12px}.notification-table strong.ok{background:var(--teal-soft);color:var(--green)}.notification-table strong.warn{background:var(--amber-soft);color:var(--amber)}.notification-table strong.danger{background:#fde8e7;color:var(--red)}.config-version{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.config-section{margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.config-note{margin-top:12px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start;padding:11px 12px;border-radius:8px;background:var(--teal-soft);color:var(--green-dark);font-size:13px;line-height:1.5;font-weight:760}.config-note svg{color:var(--green)}.manual-confirm{margin-top:12px;padding:12px;border-radius:8px;border:1px solid rgba(13,124,102,.28);background:#fbfffd}.weight-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.weight-control{padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfc}.weight-control div{display:flex;justify-content:space-between;align-items:center;gap:10px}.weight-control span{color:var(--muted);font-size:12px;font-weight:800}.weight-control b{font-size:18px;color:var(--ink)}.weight-control input{min-height:30px;padding:0;accent-color:var(--green)}.weight-stepper{display:grid;grid-template-columns:1fr 1fr;gap:8px}.weight-stepper button{min-height:34px;border-radius:8px;background:var(--teal-soft);color:var(--green);font-weight:850}.weight-control small{color:var(--muted);line-height:1.4}.catalog-config-list{display:grid;gap:10px}.catalog-config-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto);gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfc}.catalog-config-card.active{border-color:#0d7c6638}.catalog-config-card.selected{border-color:#2563eb5c;background:#f8fbff}.catalog-config-card.locked{background:#f7f9f8;opacity:.78}.catalog-config-main{min-width:0;display:grid;gap:5px}.catalog-config-main b{font-size:14px;line-height:1.35}.catalog-config-main span,.catalog-config-main small{color:var(--muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.catalog-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.catalog-actions button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border-radius:8px;background:var(--teal-soft);color:var(--green);font-size:12px;font-weight:850}.catalog-actions button:disabled{cursor:not-allowed;color:#808a85;background:#eef2f0}.field-schema-panel{margin-top:12px;padding:12px;border:1px solid rgba(37,99,235,.22);border-radius:8px;background:#f8fbff}.field-schema-list{display:grid;gap:8px}.field-schema-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.field-schema-row.locked{background:#f7f9f8;opacity:.78}.field-schema-row b,.field-schema-row span{display:block}.field-schema-row span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.field-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.field-actions button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border-radius:8px;background:var(--teal-soft);color:var(--green);font-size:12px;font-weight:850}@media(max-width:1120px){.app-shell{grid-template-columns:88px minmax(0,1fr)}.brand-block{justify-content:center}.brand-block div:not(.brand-mark),.nav-item span,.emergency-panel{display:none}.nav-item{justify-content:center}.view-grid,.conversation-grid,.worker-grid,.admin-grid,.spec-strip,.queue-board{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:12px}.brand-block{justify-content:flex-start;padding-bottom:10px}.brand-block div:not(.brand-mark),.nav-item span{display:block}.nav-list{grid-template-columns:repeat(4,minmax(0,1fr))}.nav-item{height:58px;flex-direction:column;gap:5px;padding:7px 4px;justify-content:center;text-align:center;font-size:12px}.main{padding:14px}.topbar{align-items:flex-start}h1{font-size:23px}.hero-strip img{height:258px}.hero-overlay,.service-grid,.form-grid,.quote-box,.finance-grid,.kpi-grid,.account-summary,.admin-section-grid,.media-row,.config-version,.weight-editor{grid-template-columns:1fr}.panel-header,.job-card{flex-direction:column;align-items:flex-start}.candidate-card{grid-template-columns:1fr;align-items:stretch}.candidate-card button{width:100%}.catalog-config-card{grid-template-columns:1fr;align-items:stretch}.catalog-actions{justify-content:flex-start}.field-schema-row{grid-template-columns:1fr;align-items:stretch}.field-actions{justify-content:flex-start}.notice-item,.info-line,.task-timeline div,.notification-table article{grid-template-columns:1fr}}.mobile-app-shell,.mobile-login-shell,.mobile-loading{width:100%;max-width:560px;min-height:100vh;margin:0 auto;background:#f5f7f6;box-shadow:0 0 0 1px #17201c0f}.mobile-app-shell{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.mobile-header{position:sticky;z-index:20;top:0;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:calc(10px + env(safe-area-inset-top)) 16px 10px;border-bottom:1px solid #dfe6e2;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-brand{min-width:0;display:flex;align-items:center;gap:9px}.mobile-brand>span,.mobile-login-brand>span,.mobile-loading>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:8px;background:#f4c542;color:#14231e;font-size:20px;font-weight:900}.mobile-brand b,.mobile-brand small{display:block}.mobile-brand b{font-size:16px;line-height:1.2}.mobile-brand small{margin-top:2px;color:#64706b;font-size:11px}.mobile-header-actions{min-width:0;display:flex;align-items:center;gap:8px}.mobile-icon-button{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:8px;border:1px solid #dfe6e2;background:#fff;color:#17201c}.mobile-role-select{min-width:0;height:38px;display:flex;grid-template-columns:none;align-items:center;gap:4px;padding:0 5px 0 9px;border:1px solid rgba(13,124,102,.26);border-radius:8px;background:#e3f5f0;color:#075f4e}.mobile-role-select select{min-width:70px;min-height:32px;padding:0 4px;border:0;background:transparent;color:#075f4e;font-size:12px;font-weight:850}.mobile-role-badge{min-height:32px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border-radius:8px;background:#e3f5f0;color:#075f4e;font-size:12px;font-weight:850}.mobile-workbench{display:grid;gap:14px;padding:14px 14px 24px}.mobile-error{width:calc(100% - 28px);margin:10px auto 0;padding:10px 12px;border:1px solid rgba(194,65,58,.28);border-radius:8px;background:#fdebea;color:#9f2f2a;font-size:13px;line-height:1.45}.mobile-search{height:44px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #dfe6e2;border-radius:8px;background:#fff;color:#7a8580;font-size:13px}.mobile-service-banner{position:relative;min-height:178px;overflow:hidden;border-radius:8px;background:#17201c}.mobile-service-banner img{width:100%;height:178px;display:block;object-fit:cover}.mobile-service-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#111b17e0,#111b1726)}.mobile-service-banner>div{position:absolute;z-index:1;left:17px;right:17px;bottom:17px;color:#fff}.mobile-service-banner span{display:inline-block;margin-bottom:7px;padding:4px 7px;border-radius:6px;background:#f4c542;color:#17201c;font-size:11px;font-weight:900}.mobile-service-banner h1{margin:0;color:#fff;font-size:24px}.mobile-service-banner p{margin-top:6px;color:#ffffffd1;font-size:13px}.mobile-section{padding:15px;border:1px solid #dfe6e2;border-radius:8px;background:#fff}.mobile-section>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.mobile-section>header h2{font-size:17px}.mobile-section>header button{display:inline-flex;align-items:center;gap:3px;padding:4px 0;background:transparent;color:#64706b;font-size:12px}.mobile-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 8px}.mobile-service-grid button{min-width:0;min-height:67px;display:grid;justify-items:center;align-content:center;gap:6px;border-radius:8px;background:#f7faf8;color:#17201c}.mobile-service-grid button svg{color:#0d7c66}.mobile-service-grid button:nth-child(2n) svg{color:#2563eb}.mobile-service-grid button:nth-child(3n) svg{color:#b7791f}.mobile-service-grid button span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:780}.mobile-emergency-row{min-height:66px;display:grid;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(194,65,58,.2);border-radius:8px;background:#fff6f5;color:#9f2f2a;text-decoration:none}.mobile-emergency-row>svg:first-child{width:38px;height:38px;padding:9px;border-radius:8px;background:#c2413a;color:#fff}.mobile-emergency-row b,.mobile-emergency-row span{display:block}.mobile-emergency-row span{margin-top:3px;color:#7d5a57;font-size:12px}.mobile-assurance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mobile-assurance-grid>div{min-width:0;display:grid;gap:5px;align-content:start;padding:10px;border-radius:8px;background:#f7faf8}.mobile-assurance-grid svg{color:#0d7c66}.mobile-assurance-grid b{font-size:12px}.mobile-assurance-grid span{color:#64706b;font-size:10px;line-height:1.4}.mobile-account-hint{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 11px;border-radius:8px;background:#e8f0ff;color:#2851a3;font-size:12px}.mobile-account-hint b{margin-left:auto}.mobile-bottom-nav{position:fixed;z-index:30;left:50%;bottom:0;width:min(100%,560px);min-height:calc(64px + env(safe-area-inset-bottom));transform:translate(-50%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:5px 8px env(safe-area-inset-bottom);border-top:1px solid #dfe6e2;background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-bottom-nav button{min-width:0;display:grid;justify-items:center;align-content:center;gap:3px;border-radius:8px;background:transparent;color:#7a8580;font-size:10px}.mobile-bottom-nav button.active{color:#0d7c66;background:#edf8f4}.mobile-bottom-nav button span{white-space:nowrap}.mobile-empty-state{min-height:180px;display:grid;justify-items:center;align-content:center;gap:8px;padding:22px;text-align:center;color:#8a958f}.mobile-empty-state svg{color:#9eb0a8}.mobile-empty-state b{color:#39453f;font-size:14px}.mobile-empty-state span{max-width:300px;font-size:12px;line-height:1.55}.mobile-worker-summary{min-height:132px;display:grid;grid-template-columns:minmax(0,1fr) 84px;align-items:center;gap:12px;padding:17px;border-radius:8px;background:#16352d;color:#fff}.mobile-worker-summary span{color:#a8d8ca;font-size:12px;font-weight:800}.mobile-worker-summary h1{margin-top:6px;color:#fff;font-size:23px}.mobile-worker-summary p{margin-top:8px;display:flex;align-items:center;gap:5px;color:#ffffffbf;font-size:12px}.mobile-worker-summary>div:last-child{min-height:78px;display:grid;place-content:center;gap:5px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#ffffff14;text-align:center}.mobile-worker-summary>div:last-child b{font-size:23px}.mobile-push-list{display:grid;gap:9px}.mobile-push-list article{display:grid;grid-template-columns:minmax(0,1fr) 66px;align-items:center;gap:10px;padding:11px;border:1px solid #dfe6e2;border-radius:8px;background:#f9fbfa}.mobile-push-list span,.mobile-push-list b,.mobile-push-list small{display:block}.mobile-push-list span,.mobile-push-list small{color:#64706b;font-size:11px}.mobile-push-list b{margin:4px 0;font-size:13px}.mobile-push-list button{min-height:34px;border-radius:8px;background:#e3f5f0;color:#0d7c66;font-weight:850}.mobile-push-list button:disabled{background:#eef2f0;color:#808a85}.mobile-order-toolbar{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;color:#7a8580;font-size:10px}.mobile-order-toolbar button{min-height:32px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border-radius:8px;background:#edf8f4;color:#0d7c66;font-size:11px;font-weight:850}.mobile-order-toolbar button:disabled{color:#7a8580;background:#eef2f0}.mobile-order-loading{min-height:150px;display:grid;justify-items:center;align-content:center;gap:8px;color:#7a8580;font-size:12px}.mobile-order-list{display:grid}.mobile-order-list article{min-width:0;padding:13px 0;border-bottom:1px solid #e7ece9}.mobile-order-list article:first-child{padding-top:2px}.mobile-order-list article:last-child{padding-bottom:2px;border-bottom:0}.mobile-order-list-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-order-list-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#64706b;font-size:10px;white-space:nowrap}.mobile-order-list-head b{flex:0 0 auto;padding:4px 6px;border-radius:6px;background:#e8f0ff;color:#2851a3;font-size:10px}.mobile-order-list h3{margin-top:7px;font-size:15px}.mobile-order-list p{margin-top:6px;display:flex;align-items:flex-start;gap:5px;color:#52605a;font-size:11px;line-height:1.45}.mobile-order-list p svg{flex:0 0 15px;margin-top:1px;color:#0d7c66}.mobile-order-list-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}.mobile-order-list-meta span{display:inline-flex;align-items:center;gap:4px;color:#7a8580;font-size:10px}.mobile-order-list-meta strong{font-size:13px}.mobile-order-list article>button{min-height:34px;width:100%;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;background:#edf8f4;color:#0d7c66;font-size:11px;font-weight:850}.mobile-order-detail{min-width:0;display:grid;gap:0;overflow:hidden;border:1px solid #dfe6e2;border-radius:8px;background:#fff}.mobile-order-back{min-height:42px;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.12);background:#16352d;color:#fff;font-size:12px;font-weight:850}.mobile-order-detail>header{min-height:136px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px;background:#16352d;color:#fff}.mobile-order-detail>header span{color:#a8d8ca;font-size:10px}.mobile-order-detail>header h1{margin-top:6px;color:#fff;font-size:21px}.mobile-order-detail>header p{margin-top:7px;color:#ffffffbf;font-size:11px;line-height:1.45}.mobile-order-detail>header>b{flex:0 0 auto;padding:5px 7px;border-radius:6px;background:#f4c542;color:#17201c;font-size:10px}.mobile-order-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid #e7ece9}.mobile-order-facts>div{min-width:0;min-height:68px;display:grid;align-content:center;gap:4px;padding:10px 14px;border-right:1px solid #e7ece9;border-bottom:1px solid #e7ece9}.mobile-order-facts>div:nth-child(2n){border-right:0}.mobile-order-facts>div:nth-last-child(-n+2){border-bottom:0}.mobile-order-facts span{color:#7a8580;font-size:10px}.mobile-order-facts b{overflow-wrap:anywhere;font-size:13px}.mobile-order-description,.mobile-order-members,.mobile-order-messages{padding:15px;border-bottom:1px solid #e7ece9}.mobile-order-messages{border-bottom:0}.mobile-order-description h2,.mobile-order-members h2,.mobile-order-messages h2{font-size:15px}.mobile-order-description p,.mobile-order-members p{margin-top:8px;color:#52605a;font-size:12px;line-height:1.55}.mobile-order-description>span{display:block;margin-top:8px;color:#7a8580;font-size:10px}.mobile-order-members>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.mobile-order-members>div span{padding:5px 7px;border-radius:6px;background:#edf8f4;color:#0d7c66;font-size:10px;font-weight:800}.mobile-order-messages>article{padding:11px 0;border-bottom:1px solid #edf1ef}.mobile-order-messages>article:last-child{border-bottom:0}.mobile-order-messages>article>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-order-messages>article b{font-size:11px}.mobile-order-messages>article span{color:#8a958f;font-size:9px}.mobile-order-messages>article p{margin-top:5px;color:#52605a;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.mobile-step-list{display:grid;gap:8px}.mobile-step-list>div{min-height:42px;display:grid;grid-template-columns:28px minmax(0,1fr) 22px;align-items:center;gap:8px;padding:6px 8px;border-bottom:1px solid #edf1ef}.mobile-step-list>div:last-child{border-bottom:0}.mobile-step-list span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#e8f0ff;color:#2563eb;font-size:12px;font-weight:900}.mobile-step-list b{font-size:13px}.mobile-step-list svg{color:#aeb8b3}.mobile-wallet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-wallet-grid>div{min-height:74px;display:grid;align-content:center;gap:5px;padding:11px;border-radius:8px;background:#f7faf8}.mobile-wallet-grid span{color:#64706b;font-size:11px}.mobile-wallet-grid b{font-size:18px}.mobile-profile-header{min-height:190px;display:grid;justify-items:center;align-content:center;padding:20px;border-radius:8px;background:#16352d;color:#fff}.mobile-profile-header>div{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#ffffff1f}.mobile-profile-header span{margin-top:10px;font-size:18px;font-weight:900}.mobile-profile-header b{margin-top:4px;font-size:13px}.mobile-profile-header small{margin-top:6px;color:#a8d8ca}.mobile-role-list{display:grid;gap:8px}.mobile-role-list>button{min-height:72px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border:1px solid #dfe6e2;border-radius:8px;background:#fff;color:#17201c;text-align:left}.mobile-role-list>button.active{border-color:#0d7c6657;background:#edf8f4}.mobile-role-list>button:disabled:not(.active){cursor:not-allowed;opacity:.7}.mobile-role-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;background:#e8f0ff;color:#2563eb}.mobile-role-list b,.mobile-role-list small{display:block}.mobile-role-list small{margin-top:4px;color:#64706b;font-size:10px;line-height:1.4}.mobile-role-list strong{color:#0d7c66;font-size:11px;white-space:nowrap}.mobile-setting-list{display:grid}.mobile-setting-list button{min-height:50px;display:grid;grid-template-columns:24px minmax(0,1fr) auto 20px;align-items:center;gap:8px;border-bottom:1px solid #edf1ef;background:transparent;color:#17201c;text-align:left}.mobile-setting-list button:last-child{border-bottom:0}.mobile-setting-list button svg{color:#64706b}.mobile-setting-list button span{font-size:13px;font-weight:780}.mobile-setting-list button b{color:#64706b;font-size:11px}.mobile-logout-button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(194,65,58,.24);border-radius:8px;background:#fff6f5;color:#c2413a;font-weight:850}.mobile-login-shell{background:#fff}.mobile-login-visual{position:relative;height:248px;overflow:hidden;background:#17201c}.mobile-login-visual img{width:100%;height:100%;display:block;object-fit:cover}.mobile-login-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#111b1714,#111b17cc)}.mobile-login-brand{position:absolute;z-index:1;left:18px;bottom:18px;display:flex;align-items:center;gap:10px;color:#fff}.mobile-login-brand b,.mobile-login-brand small{display:block}.mobile-login-brand b{font-size:21px}.mobile-login-brand small{margin-top:3px;color:#ffffffbf;font-size:12px}.mobile-login-form{display:grid;gap:14px;padding:22px 20px 30px}.mobile-login-heading>span{color:#0d7c66;font-size:11px;font-weight:900}.mobile-login-heading h1{margin-top:6px;font-size:25px}.mobile-login-heading p{margin-top:7px;color:#64706b;font-size:12px;line-height:1.5}.mobile-login-form label{gap:6px}.mobile-phone-field{display:grid;grid-template-columns:58px minmax(0,1fr)}.mobile-phone-field b{min-height:46px;display:grid;place-items:center;border:1px solid #dfe6e2;border-right:0;border-radius:8px 0 0 8px;background:#f4f6f5;font-size:13px}.mobile-phone-field input{min-height:46px;border-radius:0 8px 8px 0}.mobile-login-form>label>input{min-height:46px}.mobile-primary-button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:#0d7c66;color:#fff;font-weight:900}.mobile-primary-button:disabled{cursor:not-allowed;background:#91aaa1}.mobile-text-button{min-height:30px;background:transparent;color:#0d7c66;font-size:12px;font-weight:800}.mobile-preview-code{min-height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-radius:8px;background:#fff3d6;color:#6d4d12;font-size:12px}.mobile-preview-code b{font-size:16px;letter-spacing:2px}.mobile-login-divider{position:relative;height:18px;display:grid;place-items:center;color:#8a958f;font-size:11px}.mobile-login-divider:before{content:"";position:absolute;left:0;right:0;top:9px;border-top:1px solid #dfe6e2}.mobile-login-divider span{position:relative;padding:0 10px;background:#fff}.mobile-social-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-social-actions button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dfe6e2;border-radius:8px;background:#f8faf9;color:#5d6863;font-size:12px;font-weight:800}.mobile-social-actions button:disabled{cursor:not-allowed;opacity:.7}.google-letter{color:#2563eb;font-size:18px;font-weight:900}.mobile-consent-copy{display:flex;align-items:flex-start;gap:6px;color:#7a8580;font-size:10px;line-height:1.5}.mobile-consent-copy svg{flex:0 0 auto;margin-top:1px;color:#0d7c66}.mobile-loading{display:grid;justify-items:center;align-content:center;gap:11px;color:#39453f}.mobile-loading>span{width:52px;height:52px;font-size:25px}.nav-list.admin-only{grid-template-columns:1fr}.admin-login-shell,.admin-login-loading{min-height:100vh;display:grid;place-items:center;padding:24px;background:#edf1ef}.admin-login-panel{width:min(100%,420px);display:grid;gap:15px;padding:24px;border:1px solid #d8e0dc;border-radius:8px;background:#fff;box-shadow:0 20px 50px #17201c1a}.admin-login-brand{display:flex;align-items:center;gap:10px;padding-bottom:15px;border-bottom:1px solid #e6ebe8}.admin-login-brand>span,.admin-login-loading>span{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#f4c542;color:#14231e;font-size:21px;font-weight:900}.admin-login-brand b,.admin-login-brand small{display:block}.admin-login-brand b{font-size:18px}.admin-login-brand small{margin-top:3px;color:#64706b;font-size:11px}.admin-login-heading>span{color:#0d7c66;font-size:11px;font-weight:900}.admin-login-heading h1{margin-top:5px;font-size:25px}.admin-login-heading p{margin-top:7px;color:#64706b;font-size:12px;line-height:1.5}.admin-input-with-icon{min-height:44px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;border:1px solid #dfe6e2;border-radius:8px;background:#fbfcfc}.admin-input-with-icon svg{justify-self:center;color:#64706b}.admin-input-with-icon input{min-height:42px;padding-left:0;border:0;background:transparent}.admin-login-button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:#0d7c66;color:#fff;font-weight:900}.admin-login-button:disabled{cursor:not-allowed;background:#91aaa1}.admin-login-error{padding:10px 11px;border:1px solid rgba(194,65,58,.25);border-radius:8px;background:#fff6f5;color:#a33630;font-size:12px;line-height:1.45}.admin-login-security{color:#7a8580;line-height:1.5;text-align:center}.admin-login-loading{align-content:center;gap:10px;color:#39453f}.admin-login-loading>span{width:52px;height:52px;font-size:25px}.admin-authenticated-shell{min-height:100vh;background:#f4f6f5}.admin-session-bar{min-height:38px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:5px 18px;border-bottom:1px solid #dfe6e2;background:#fff;color:#52605a;font-size:11px}.admin-session-bar svg{color:#0d7c66}.admin-session-bar b{color:#17201c}.admin-session-bar button{min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border-radius:8px;background:#eef2f0;color:#52605a;font-size:11px;font-weight:800}.admin-authenticated-shell .sidebar{top:38px;height:calc(100vh - 38px)}.preview-unavailable{min-height:100vh;display:grid;justify-items:center;align-content:center;gap:9px;padding:24px;background:#f4f6f5;color:#39453f;text-align:center}.preview-unavailable>span{width:50px;height:50px;display:grid;place-items:center;border-radius:8px;background:#f4c542;color:#14231e;font-size:24px;font-weight:900}.preview-unavailable h1{margin-top:4px;font-size:23px}.preview-unavailable p{color:#64706b;font-size:13px}@media(max-width:560px){.mobile-app-shell,.mobile-login-shell,.mobile-loading{max-width:none;box-shadow:none}.mobile-service-grid{gap:10px 6px}.mobile-header{padding-left:13px;padding-right:13px}.mobile-workbench{padding-left:12px;padding-right:12px}.admin-login-shell{padding:12px}.admin-login-panel{padding:19px}.admin-session-bar{justify-content:flex-start;flex-wrap:wrap;padding:7px 12px}.admin-session-bar button{margin-left:auto}}@media(max-width:370px){.mobile-brand small{display:none}.mobile-role-select select{min-width:56px}.mobile-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-assurance-grid,.mobile-social-actions{grid-template-columns:1fr}}.mobile-app-shell,.mobile-login-shell,.mobile-loading{--mobile-orange: #ff5200;--mobile-orange-dark: #e94700;--mobile-orange-soft: #fff3ec;--mobile-ink: #20252b;--mobile-muted: #62666c;--mobile-line: #e7e7e7;max-width:430px;background:#fff;color:var(--mobile-ink);box-shadow:0 0 0 1px #20252b0f,0 18px 56px #20252b14}.mobile-app-shell{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.mobile-workbench{gap:21px;padding:12px 15px 28px}.mobile-brand-lockup{min-width:0;display:inline-flex;align-items:center;gap:8px;color:var(--mobile-orange)}.mobile-brand-lockup strong{overflow:hidden;font-size:21px;font-weight:900;line-height:1;white-space:nowrap}.mobile-logo-mark{position:relative;width:43px;height:40px;flex:0 0 43px;display:grid;place-items:center;color:var(--mobile-orange)}.mobile-logo-mark>svg:first-child{width:41px;height:41px;stroke-width:2.7}.mobile-logo-mark>svg:last-child{position:absolute;left:14px;bottom:4px;padding:2px;border-radius:50%;background:#fff;stroke-width:3}.mobile-guest-shell{min-height:100vh}.mobile-guest-header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(16px + env(safe-area-inset-top)) 15px 12px;background:#fff}.mobile-district-button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff;color:var(--mobile-ink);font-size:13px}.mobile-district-button svg:first-child{color:var(--mobile-orange);fill:var(--mobile-orange)}.mobile-guest-main{display:grid;gap:16px;padding:0 15px 26px}.mobile-guest-hero{position:relative;min-height:278px;overflow:hidden;border-radius:8px;background:#fff5ed}.mobile-guest-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff9f4fc,#fff9f4f5 37%,#fff9f424 59%,#fff9f400);pointer-events:none}.mobile-guest-hero img{position:absolute;inset:0 0 0 auto;width:62%;height:100%;display:block;object-fit:cover;object-position:center top}.mobile-guest-hero-copy{position:absolute;z-index:2;left:18px;top:50%;width:58%;transform:translateY(-50%)}.mobile-guest-hero-copy h1{max-width:210px;color:var(--mobile-ink);font-size:25px;line-height:1.25}.mobile-guest-hero-copy p{max-width:205px;margin-top:10px;color:#40454a;font-size:12px;line-height:1.55}.mobile-guest-hero-copy>span{width:28px;height:4px;display:block;margin-top:17px;border-radius:4px;background:var(--mobile-orange)}.mobile-identity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.mobile-identity-grid>button{position:relative;min-width:0;min-height:184px;display:grid;align-content:center;justify-items:start;gap:8px;padding:19px 17px;overflow:hidden;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-ink);text-align:left}.mobile-identity-grid>button.customer{border-color:transparent;background:var(--mobile-orange);color:#fff}.mobile-identity-grid .mobile-identity-icon{width:54px;height:54px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%}.mobile-identity-grid strong{margin-top:5px;font-size:22px;line-height:1.15}.mobile-identity-grid small{color:currentColor;font-size:13px;opacity:.86}.mobile-identity-grid>button>svg{position:absolute;right:14px;bottom:16px;width:32px;height:32px;padding:7px;border-radius:50%;background:currentColor;color:var(--mobile-orange)}.mobile-identity-grid>button.customer>svg{color:var(--mobile-orange);background:#fff}.mobile-home-section{min-width:0}.mobile-home-section>header{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.mobile-home-section>header h2{font-size:20px}.mobile-home-section>header button{display:inline-flex;align-items:center;gap:2px;padding:4px 0;background:transparent;color:var(--mobile-orange);font-size:12px}.mobile-service-grid,.mobile-guest-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.mobile-service-grid button{min-height:92px;gap:8px;padding:8px 3px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff;color:var(--mobile-ink)}.mobile-service-grid button svg,.mobile-service-grid button:nth-child(2n) svg,.mobile-service-grid button:nth-child(3n) svg{color:var(--mobile-orange)}.mobile-service-grid button span{overflow:visible;color:var(--mobile-ink);font-size:11px;line-height:1.25;text-overflow:clip;white-space:normal}.mobile-guest-login-button{min-height:56px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:17px;font-weight:850}.mobile-browse-button{min-height:30px;display:flex;align-items:center;justify-content:center;gap:3px;background:transparent;color:var(--mobile-orange);font-size:13px}.mobile-guest-emergency{min-height:34px;display:flex;align-items:center;justify-content:center;gap:7px;color:#a53a13;font-size:12px;font-weight:750;text-decoration:none}.mobile-header{min-height:76px;padding:calc(14px + env(safe-area-inset-top)) 15px 11px;border-bottom:0;background:#fffffffa}.mobile-header-actions{gap:7px}.mobile-icon-button{position:relative;width:36px;height:36px;flex-basis:36px;border:0;background:transparent}.mobile-notification-button>span{position:absolute;right:5px;top:5px;width:7px;height:7px;border:1px solid #fff;border-radius:50%;background:var(--mobile-orange)}.mobile-user-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff1e8;color:var(--mobile-orange)}.mobile-role-select{height:36px;border-color:#ffd1ba;background:var(--mobile-orange-soft);color:var(--mobile-orange-dark)}.mobile-role-select select{min-width:62px;color:var(--mobile-orange-dark)}.mobile-role-badge{background:var(--mobile-orange-soft);color:var(--mobile-orange-dark)}.mobile-customer-welcome{display:grid;gap:8px}.mobile-customer-welcome h1{font-size:25px}.mobile-customer-welcome button{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;width:fit-content;min-height:30px;padding:0;background:transparent;color:#4e5358;font-size:13px}.mobile-customer-welcome button svg:first-child{color:var(--mobile-orange);fill:var(--mobile-orange)}.mobile-emergency-banner{position:relative;min-height:184px;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;padding:20px 18px 48px;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#ff2f00,#ff6900);color:#fff;text-decoration:none;box-shadow:0 10px 24px #ff520033}.mobile-emergency-banner:after{content:"";position:absolute;width:180px;height:180px;left:-62px;top:-47px;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 18px #ffffff0a,0 0 0 38px #ffffff09}.mobile-emergency-visual{position:relative;z-index:1;width:82px;height:82px;display:grid;place-items:center;border-radius:50%;background:#ffffff2e}.mobile-emergency-visual svg{transform:rotate(-12deg)}.mobile-emergency-copy{position:relative;z-index:1;min-width:0;display:grid;gap:7px}.mobile-emergency-copy strong{font-size:25px;line-height:1.05}.mobile-emergency-copy small{font-size:12px;line-height:1.45}.mobile-emergency-copy b{width:fit-content;padding:6px 9px;border-radius:6px;background:#fffffff0;color:var(--mobile-orange-dark);font-size:11px}.mobile-emergency-action{position:absolute;z-index:2;right:16px;bottom:14px;min-height:38px;display:inline-flex;align-items:center;gap:4px;padding:0 12px;border-radius:8px;background:#fff;color:var(--mobile-orange-dark);font-size:13px;font-weight:850}.mobile-active-order{min-height:88px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff}.mobile-active-order-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:var(--mobile-orange-soft);color:var(--mobile-orange)}.mobile-active-order>div{min-width:0;display:grid;gap:4px}.mobile-active-order strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.mobile-active-order b{width:fit-content;padding:3px 6px;border:1px solid #ffb58f;border-radius:5px;color:var(--mobile-orange-dark);font-size:10px}.mobile-active-order small{color:var(--mobile-muted);font-size:11px}.mobile-active-order>button{min-height:38px;padding:0 11px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:12px;font-weight:800;white-space:nowrap}.mobile-certified-banner{min-height:52px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 12px;border:1px solid #ffd4be;border-radius:8px;background:#fff7f2;color:var(--mobile-orange-dark);font-size:12px;font-weight:800;text-align:center}.mobile-account-hint{background:#edf8f3;color:#147553}.mobile-bottom-nav{width:min(100%,430px);min-height:calc(68px + env(safe-area-inset-bottom));padding:5px 8px env(safe-area-inset-bottom);border-top-color:#ececec;background:#fffffffa}.mobile-bottom-nav button{color:#30353a;font-size:11px}.mobile-bottom-nav button.active{background:transparent;color:var(--mobile-orange)}.mobile-bottom-nav button.active:after{content:"";width:24px;height:3px;border-radius:3px;background:var(--mobile-orange)}.mobile-guest-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-customer-nav{grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-nav-emergency{position:relative;top:-18px;min-width:62px;height:62px;display:grid;place-items:center;align-content:center;gap:2px;border:4px solid #fff;border-radius:50%;background:var(--mobile-orange);color:#fff;font-size:10px;text-decoration:none;box-shadow:0 5px 16px #ff520047}.mobile-toast{position:fixed;z-index:80;left:50%;bottom:calc(86px + env(safe-area-inset-bottom));width:min(360px,calc(100% - 34px));min-height:42px;display:grid;place-items:center;padding:8px 12px;transform:translate(-50%);border-radius:8px;background:#20252beb;color:#fff;font-size:13px;line-height:1.45;text-align:center}.mobile-sheet-layer{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:grid;align-items:end;justify-items:center}.mobile-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#161a1f61}.mobile-action-sheet{position:relative;width:min(430px,100%);max-height:min(78vh,680px);display:grid;gap:12px;padding:16px 16px calc(16px + env(safe-area-inset-bottom));overflow:auto;border-radius:14px 14px 0 0;background:#fff;box-shadow:0 -14px 36px #1118272e}.mobile-action-sheet header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.mobile-action-sheet h2{font-size:21px}.mobile-action-sheet header p{margin-top:6px;color:var(--mobile-muted);font-size:12px;line-height:1.45}.mobile-action-sheet header button{min-height:34px;padding:0 4px;background:transparent;color:var(--mobile-orange);font-size:14px;font-weight:850}.mobile-sheet-rows{display:grid;gap:9px}.mobile-sheet-rows article{min-height:66px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff}.mobile-sheet-rows article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--mobile-orange-soft);color:var(--mobile-orange)}.mobile-sheet-rows b,.mobile-sheet-rows p{display:block}.mobile-sheet-rows b{font-size:14px}.mobile-sheet-rows p{margin-top:4px;color:var(--mobile-muted);font-size:11px;line-height:1.45}.mobile-sheet-rows strong{color:#20252b;font-size:12px;white-space:nowrap}.mobile-sheet-rows em{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;background:#fff1e8;color:var(--mobile-orange);font-size:11px;font-style:normal}.mobile-sheet-footer{display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:8px;background:#fff4ed;color:#9b3a12;font-size:12px;line-height:1.45}.mobile-sheet-primary{min-height:48px;border-radius:8px;background:var(--mobile-orange);color:#fff;font-size:16px;font-weight:850}.tech-home-hero{position:relative;display:grid;gap:12px;padding:12px 6px 4px}.tech-home-brand{display:flex;align-items:center;gap:8px}.tech-home-brand>span{min-height:28px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--mobile-orange);border-radius:6px;color:var(--mobile-orange);font-size:13px;font-weight:850}.tech-avatar-button{position:absolute;right:4px;top:8px;width:78px;height:46px;display:grid;grid-template-columns:30px 42px;align-items:center;gap:6px;background:transparent;color:var(--mobile-ink)}.tech-avatar-button svg{justify-self:center}.tech-avatar-button img{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#fff1e8}.tech-home-hero h1{margin-top:8px;font-size:31px;line-height:1.12}.tech-home-hero p{display:inline-flex;align-items:center;gap:6px;color:#3c4147;font-size:14px}.tech-home-hero p svg{color:var(--mobile-orange);fill:var(--mobile-orange)}.tech-receiving-card{min-height:76px;display:grid;grid-template-columns:112px minmax(0,1fr) 112px;align-items:center;overflow:hidden;border:1px solid var(--mobile-line);border-radius:8px;background:#fff;box-shadow:0 8px 22px #20252b0f}.tech-receiving-card>div{min-width:0;padding:0 12px;border-right:1px solid var(--mobile-line)}.tech-receiving-card strong,.tech-receiving-card small{display:block}.tech-receiving-card strong{font-size:15px}.tech-receiving-card small{margin-top:7px;color:var(--mobile-muted);font-size:12px;line-height:1.35}.tech-toggle{height:76px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:8px;padding:0 12px;background:#fff;color:#888f96;text-align:left}.tech-toggle span{position:relative;width:56px;height:32px;border-radius:999px;background:#d7dce0}.tech-toggle span:after{content:"";position:absolute;left:3px;top:3px;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000002e;transition:transform .18s ease}.tech-toggle.on{color:#18a452}.tech-toggle.on span{background:#22b35d}.tech-toggle.on span:after{transform:translate(24px)}.tech-toggle b{font-size:20px;color:currentColor}.tech-setting-link{min-height:76px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 8px;background:#fff;color:var(--mobile-orange);font-size:13px;font-weight:850;white-space:nowrap}.tech-today-panel{display:grid;gap:16px;padding:17px;border-radius:8px;background:linear-gradient(135deg,#ff3d00,#ff6400);color:#fff;box-shadow:0 10px 26px #ff520038}.tech-today-panel header,.tech-section header,.tech-income-panel header,.tech-money-card header,.tech-warranty-card header,.tech-performance-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.tech-today-panel h2,.tech-section h2,.tech-income-panel h2{font-size:21px}.tech-today-panel header button{min-height:34px;padding:0 13px;border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:13px;font-weight:850}.tech-today-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.tech-today-stats div{min-width:0;display:grid;justify-items:center;gap:6px;padding:4px 8px;border-right:1px solid rgba(255,255,255,.22);text-align:center}.tech-today-stats div:last-child{border-right:0}.tech-today-stats span{font-size:13px}.tech-today-stats b{font-size:35px;line-height:1}.tech-today-panel p{min-height:32px;display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.25);font-size:13px;line-height:1.35}.tech-section,.tech-income-panel,.tech-order-card,.tech-account-list,.tech-money-card,.tech-warranty-card,.tech-performance-card{border:1px solid var(--mobile-line);border-radius:8px;background:#fff;box-shadow:0 7px 18px #20252b0b}.tech-section{display:grid;gap:12px;padding:13px}.tech-section header button,.tech-income-panel header button,.tech-money-card header button,.tech-warranty-card header button{display:inline-flex;align-items:center;gap:2px;background:transparent;color:var(--mobile-orange);font-size:13px;font-weight:850}.tech-task-card{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);gap:13px;padding:13px;border:1px solid #ffd6c2;border-radius:8px;background:#fff}.tech-task-badge{position:absolute;left:12px;top:12px;min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border-radius:7px;background:#fff1e8;color:var(--mobile-orange);font-size:12px;font-weight:850}.tech-service-icon{width:62px;height:62px;display:grid;place-items:center;margin-top:42px;color:var(--mobile-orange)}.tech-service-icon svg{width:52px;height:52px;stroke-width:1.8}.tech-task-main{min-width:0;display:grid;gap:6px;padding-top:34px}.tech-task-main h3,.tech-order-body h3{font-size:24px;line-height:1.18}.tech-task-main>b,.tech-order-body b{color:#20252b;font-size:14px;font-weight:760}.tech-task-main p,.tech-order-body p{display:flex;align-items:center;gap:6px;color:#474c52;font-size:13px;line-height:1.35}.tech-task-main p svg,.tech-order-body p svg{color:#30353a}.tech-task-main div{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}.tech-task-main div span{min-height:26px;display:inline-flex;align-items:center;padding:0 8px;border-radius:6px;background:#e8f7ed;color:#14904a;font-size:12px;font-weight:820}.tech-task-main div span:first-child{background:#fff1e8;color:var(--mobile-orange)}.tech-task-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:10px}.tech-task-actions button,.tech-order-actions button{min-height:46px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:16px;font-weight:850}.tech-task-actions button:last-child,.tech-order-actions button:last-child{background:var(--mobile-orange);color:#fff}.tech-rule-note{min-height:48px;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;background:#fff4ed;color:#9b3a12;font-size:12px;line-height:1.45}.tech-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.tech-quick-grid button{min-height:88px;display:grid;justify-items:center;align-content:center;gap:8px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff;color:#20252b;font-size:13px}.tech-quick-grid svg{color:#20252b}.tech-income-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:13px}.tech-income-panel header{grid-column:1 / -1;margin-bottom:12px}.tech-income-panel div{min-width:0;display:grid;gap:5px;padding:0 10px;border-right:1px solid var(--mobile-line)}.tech-income-panel div:last-child{border-right:0}.tech-income-panel span{color:var(--mobile-muted);font-size:12px}.tech-income-panel b{font-size:19px;line-height:1.2;overflow-wrap:anywhere}.tech-page-title{display:grid;gap:6px;padding:8px 6px 0}.tech-page-title h1,.tech-orders-header h1{font-size:29px;text-align:center}.tech-page-title p{color:var(--mobile-muted);font-size:12px;line-height:1.45;text-align:center}.tech-orders-header{display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;padding:8px 4px 0}.tech-orders-header h1{grid-column:2}.tech-orders-header div{grid-column:3;display:flex;justify-content:flex-end;gap:7px}.tech-orders-header button{width:28px;height:40px;display:grid;place-items:center;background:transparent;color:#111}.tech-tab-pills{display:flex;gap:22px;min-height:43px;overflow-x:auto;border-bottom:1px solid var(--mobile-line)}.tech-tab-pills button{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:0 2px 11px;background:transparent;color:#282d33;font-size:16px;white-space:nowrap}.tech-tab-pills button.active{color:var(--mobile-orange);font-weight:850}.tech-tab-pills button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px;background:var(--mobile-orange)}.tech-filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tech-filter-row button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 8px;border:1px solid var(--mobile-line);border-radius:999px;background:#fff;color:#20252b;font-size:13px;white-space:nowrap}.tech-order-feed{display:grid;gap:12px}.tech-order-card{display:grid;gap:11px;padding:13px}.tech-order-status{min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:10px}.tech-order-status span{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border-radius:7px;background:#fff1e8;color:var(--mobile-orange);font-size:13px}.tech-order-status b{color:var(--mobile-orange);font-size:20px}.tech-order-body{display:grid;grid-template-columns:74px minmax(0,1fr);gap:13px}.tech-order-body .tech-service-icon{margin-top:0}.tech-progress-row{min-height:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:8px;padding:0 7px;border-radius:8px;background:#fff1e8;color:#5d6268;font-size:12px;text-align:center}.tech-progress-row b{color:var(--mobile-orange)}.tech-order-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tech-list-footnote{color:#888f96;font-size:12px;text-align:center}.tech-message-search{min-height:44px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--mobile-line);border-radius:8px;background:#f8f8f8;color:#878c92;font-size:13px}.tech-message-list{display:grid;gap:9px}.tech-message-list button{min-height:86px;display:grid;grid-template-columns:46px minmax(0,1fr) 26px;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--mobile-line);background:#fff;color:#20252b;text-align:left}.tech-message-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--mobile-orange);color:#fff}.tech-message-list b,.tech-message-list small,.tech-message-list p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tech-message-list b{font-size:15px}.tech-message-list small,.tech-message-list p{margin-top:4px;color:var(--mobile-muted);font-size:12px}.tech-message-list strong{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--mobile-orange);color:#fff;font-size:11px}.tech-account-head{position:relative;display:grid;grid-template-columns:78px minmax(0,1fr) 38px 38px;align-items:center;gap:12px;padding:10px 6px 4px}.tech-account-head img{width:76px;height:76px;border-radius:50%;object-fit:cover;background:#fff1e8}.tech-account-head h1{font-size:28px}.tech-account-head span{width:fit-content;min-height:26px;display:inline-flex;align-items:center;gap:5px;margin-top:6px;padding:0 8px;border:1px solid #38a869;border-radius:6px;color:#179451;font-size:12px;font-weight:850}.tech-account-head p{margin-top:7px;color:#4e5359;font-size:14px}.tech-account-head button{width:38px;height:38px;display:grid;place-items:center;background:transparent;color:#14181d}.tech-level-card{display:grid;grid-template-columns:90px minmax(0,1fr);gap:12px;padding:14px;border-radius:8px;background:linear-gradient(135deg,#ff3d00,#ff6500);color:#fff}.tech-level-card>div:first-child{width:76px;height:76px;display:grid;place-items:center;border:4px solid rgba(255,255,255,.55);border-radius:16px;background:#ffffff29}.tech-level-card strong{font-size:31px}.tech-level-card h2{font-size:23px}.tech-level-card p{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px}.tech-level-card span{position:relative;height:8px;display:block;margin-top:14px;border-radius:999px;background:#ffffffeb;overflow:hidden}.tech-level-card span i{height:100%;display:block;border-radius:inherit;background:#ffffff8c}.tech-level-card small{display:block;margin-top:8px;color:#ffffffdb;font-size:12px}.tech-level-card button{grid-column:1 / -1;justify-self:end;display:inline-flex;align-items:center;gap:2px;background:transparent;color:#fff;font-size:13px}.tech-money-card,.tech-warranty-card,.tech-performance-card{display:grid;gap:10px;padding:14px}.tech-money-card p,.tech-warranty-card p{color:var(--mobile-muted);font-size:13px}.tech-money-card>strong,.tech-warranty-card>strong{font-size:31px;letter-spacing:0}.tech-money-card>button{justify-self:end;min-width:108px;min-height:44px;margin-top:-54px;border-radius:8px;background:var(--mobile-orange);color:#fff;font-size:16px;font-weight:850}.tech-money-card>div,.tech-warranty-card>div,.tech-performance-card>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:12px;border-top:1px solid var(--mobile-line)}.tech-money-card span,.tech-warranty-card span,.tech-performance-card span{min-width:0;color:var(--mobile-muted);font-size:12px;line-height:1.35}.tech-money-card span b,.tech-warranty-card span b,.tech-performance-card span b{display:block;margin-top:5px;color:#20252b;font-size:15px;overflow-wrap:anywhere}.tech-warranty-card{background:linear-gradient(135deg,#fff,#fff4ec);border-color:#ffd6c2}.tech-warranty-card header h2{display:inline-flex;align-items:center;gap:6px}.tech-warranty-card header svg{color:var(--mobile-orange)}.tech-warranty-card small{color:var(--mobile-muted);font-size:12px;line-height:1.45}.tech-warranty-card>div{grid-template-columns:repeat(2,minmax(0,1fr))}.tech-performance-card header span{color:#139047;font-size:13px;font-weight:850}.tech-performance-card>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.tech-performance-card>div span{display:grid;justify-items:center;gap:5px;padding:0 4px;border-right:1px solid var(--mobile-line);text-align:center}.tech-performance-card>div span:last-child{border-right:0}.tech-performance-card svg{color:var(--mobile-orange)}.tech-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tech-account-list{display:grid;align-content:start;padding:13px}.tech-account-list h2{margin-bottom:8px;font-size:18px}.tech-account-list button{min-height:42px;display:grid;grid-template-columns:21px minmax(0,1fr) auto 14px;align-items:center;gap:6px;border-bottom:1px solid var(--mobile-line);background:transparent;color:#20252b;text-align:left}.tech-account-list button:last-child{border-bottom:0}.tech-account-list svg{color:var(--mobile-orange)}.tech-account-list span{font-size:13px}.tech-account-list b{color:var(--mobile-muted);font-size:10px;white-space:nowrap}.tech-switch-user{min-height:34px;background:transparent;color:var(--mobile-orange);font-size:15px;font-weight:850}.assessor-hero .tech-home-brand>span,.assessor-account-head span{color:var(--mobile-orange);border-color:var(--mobile-orange)}.assessor-today-panel{background:linear-gradient(135deg,#ff3d00,#ff6800)}.assessor-schedule-card,.assessor-todo-card,.assessor-form-card,.assessor-order-strip,.mobile-assessment-summary,.mobile-quote-summary{border:1px solid var(--mobile-line);border-radius:8px;background:#fff;box-shadow:0 7px 18px #20252b0b}.assessor-schedule-card{display:grid;gap:12px;padding:13px}.assessor-schedule-card header,.assessor-todo-card h2{display:flex;align-items:center;justify-content:space-between;gap:10px}.assessor-schedule-card header button{display:inline-flex;align-items:center;gap:2px;background:transparent;color:var(--mobile-orange);font-size:13px;font-weight:850}.assessor-timeline{position:relative;display:grid;gap:8px}.assessor-timeline:before{content:"";position:absolute;left:75px;top:10px;bottom:10px;width:1px;background:#ffd6c2}.assessor-timeline button{position:relative;min-height:58px;display:grid;grid-template-columns:62px 44px minmax(0,1fr) 80px;align-items:center;gap:10px;background:transparent;color:#20252b;text-align:left}.assessor-timeline time{color:var(--mobile-orange);font-size:18px;font-weight:850}.assessor-timeline button>span{position:relative;z-index:1;width:44px;height:44px;display:grid;place-items:center;background:#fff;color:var(--mobile-orange)}.assessor-timeline button>span svg{width:34px;height:34px}.assessor-timeline b{font-size:17px}.assessor-timeline small{display:block;margin-top:3px;color:var(--mobile-muted);font-size:12px}.assessor-timeline em,.assessor-task-card h3 em,.assessor-green-badge{justify-self:end;min-height:30px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;background:#fff1e8;color:var(--mobile-orange);font-size:12px;font-style:normal;white-space:nowrap}.assessor-timeline button:first-child em,.assessor-green-badge{background:#e8f7ed;color:#16954d}.assessor-todo-card{display:grid;padding:13px}.assessor-todo-card button{min-height:48px;display:grid;grid-template-columns:30px minmax(0,1fr) 32px 16px;align-items:center;gap:9px;border-bottom:1px solid var(--mobile-line);background:transparent;color:#20252b;text-align:left}.assessor-todo-card button:last-child{border-bottom:0}.assessor-todo-card svg{color:var(--mobile-orange)}.assessor-todo-card b{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#fff1e8;color:var(--mobile-orange);font-size:13px}.assessor-task-card .tech-order-body h3{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.assessor-task-card .tech-order-body h3 em{justify-self:auto;font-size:12px;font-weight:750}.assessor-task-card .tech-order-body p strong{margin-left:auto;color:var(--mobile-orange);font-weight:750}.assessor-alert{min-height:36px;display:flex;align-items:center;gap:7px;margin-top:8px;padding:0 10px;border-radius:8px;background:#fff1e8;color:var(--mobile-orange);font-size:12px}.assessor-form-page{min-height:calc(100vh - 16px);display:grid;align-content:start;gap:12px;margin:-12px -15px -28px;padding-bottom:calc(88px + env(safe-area-inset-bottom));background:#fafafa}.assessor-form-header{position:sticky;top:0;z-index:3;min-height:64px;display:grid;grid-template-columns:52px minmax(0,1fr) 86px;align-items:center;border-bottom:1px solid var(--mobile-line);background:#fffffffa}.assessor-form-header h1{font-size:24px;text-align:center}.assessor-form-header button{height:48px;display:grid;place-items:center;background:transparent;color:var(--mobile-orange);font-size:14px;font-weight:850}.assessor-form-header button:first-child{color:#111}.assessor-order-strip{display:grid;grid-template-columns:62px minmax(0,1fr) 96px;align-items:center;gap:10px;margin:0 12px;padding:12px}.assessor-order-strip>span{width:54px;height:54px;display:grid;place-items:center;color:var(--mobile-orange)}.assessor-order-strip>span svg{width:45px;height:45px}.assessor-order-strip h2{font-size:19px}.assessor-order-strip p{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;color:#14904a;font-size:12px}.assessor-order-strip button{min-height:42px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:13px;font-weight:850}.assessor-step-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 12px;color:#5a6066;text-align:center}.assessor-step-track span{position:relative;display:grid;justify-items:center;gap:7px;font-size:13px}.assessor-step-track span:before{content:"";position:absolute;top:15px;left:-38%;width:76%;height:3px;background:#dde0e3}.assessor-step-track span:first-child:before{display:none}.assessor-step-track b{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e8ebee;color:#555b62}.assessor-step-track .active{color:var(--mobile-orange);font-weight:850}.assessor-step-track .active b,.assessor-step-track .done b{background:var(--mobile-orange);color:#fff}.assessor-step-track .active:before,.assessor-step-track .done:before{background:var(--mobile-orange)}.assessor-form-card{position:relative;display:grid;gap:12px;margin:0 12px;padding:14px}.assessor-form-card h2{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-left:10px;border-left:4px solid var(--mobile-orange);font-size:20px}.assessor-form-card h2 small{color:var(--mobile-muted);font-size:12px;font-weight:650}.assessor-form-card label{gap:7px;color:#555b62;font-size:13px}.assessor-form-card input,.assessor-form-card textarea{min-height:46px;border-radius:8px;background:#fff}.assessor-form-card textarea{min-height:92px}.assessor-inline-voice{justify-self:end;min-height:34px;display:inline-flex;align-items:center;gap:6px;margin-top:-48px;padding:0 12px;border-left:1px solid var(--mobile-line);background:#fff;color:var(--mobile-orange);font-size:13px}.assessor-check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.assessor-check-grid label{min-height:34px;display:flex;align-items:center;gap:6px;color:#20252b;font-size:12px}.assessor-check-grid input{width:18px;min-height:18px;height:18px;accent-color:var(--mobile-orange)}.assessor-dashed-button{min-height:44px;border:1px dashed #ffc5aa;border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:15px;font-weight:850}.assessor-measure-card{grid-template-columns:repeat(2,minmax(0,1fr))}.assessor-measure-card h2,.assessor-measure-card .wide{grid-column:1 / -1}.assessor-photo-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.assessor-photo-actions button{min-height:42px;border:1px dashed #ffc5aa;border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:13px;font-weight:850}.assessor-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.assessor-photo-grid figure{position:relative;min-height:104px;margin:0;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#d7d1c6,#908d86)}.assessor-photo-grid figure:nth-child(2){background:linear-gradient(135deg,#c9c0b6,#77706a)}.assessor-photo-grid figure:nth-child(3){background:linear-gradient(135deg,#d5d7d8,#7e8790)}.assessor-photo-grid span{position:absolute;left:8px;top:8px;color:#fff;font-size:11px;text-shadow:0 1px 3px rgba(0,0,0,.4)}.assessor-photo-grid figcaption{position:absolute;left:6px;right:6px;bottom:6px;display:flex;justify-content:space-between;color:#fff;font-size:11px}.assessor-photo-grid b{padding:2px 5px;border-radius:5px;background:#0000006b}.assessor-risk-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.assessor-risk-row button{min-height:40px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff;color:#555b62;font-size:13px}.assessor-risk-row .active{border-color:var(--mobile-orange);color:var(--mobile-orange)}.assessor-form-footer{position:fixed;z-index:4;left:50%;bottom:0;width:min(430px,100%);display:grid;grid-template-columns:1fr 1.32fr;gap:8px;padding:10px 13px calc(10px + env(safe-area-inset-bottom));transform:translate(-50%);border-top:1px solid var(--mobile-line);background:#fff}.assessor-form-footer button{min-height:52px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:17px;font-weight:850}.assessor-form-footer button:last-child{background:var(--mobile-orange);color:#fff}.quote-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quote-tabs button{min-height:42px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff;color:#4b5157;font-weight:780}.quote-tabs .active{border-color:var(--mobile-orange);color:var(--mobile-orange);background:#fff7f2}.quote-line-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.35fr) minmax(82px,.7fr) 42px;gap:7px;align-items:center}.quote-line-head{color:var(--mobile-muted);font-size:12px}.quote-line-grid button{min-height:40px;background:transparent;color:#697078;font-size:11px}.quote-total,.quote-payment-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--mobile-line);color:#20252b}.quote-total b,.quote-payment-row strong{color:var(--mobile-orange);font-size:17px}.quote-payment-row b{min-width:52px;min-height:34px;display:grid;place-items:center;border:1px solid var(--mobile-line);border-radius:6px;color:#20252b}.assessor-warning{min-height:38px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #ffd6c2;border-radius:8px;background:#fff7f2;color:#9b3a12;font-size:12px}.assessor-attachments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.assessor-attachments span{min-height:48px;display:grid;place-items:center;padding:8px;border:1px solid var(--mobile-line);border-radius:8px;color:#4b5157;font-size:11px;text-align:center}.mobile-assessment-summary,.mobile-quote-summary{display:grid;gap:10px;padding:13px;border-color:var(--mobile-orange)}.mobile-assessment-summary h2,.mobile-quote-summary h2{color:var(--mobile-orange);font-size:19px}.mobile-assessment-summary>div,.mobile-quote-summary>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--mobile-line);border-radius:8px;overflow:hidden}.mobile-assessment-summary span,.mobile-quote-summary span{min-width:0;display:grid;gap:6px;padding:9px 7px;border-right:1px solid var(--mobile-line);color:var(--mobile-muted);font-size:11px}.mobile-assessment-summary span:last-child,.mobile-quote-summary span:last-child{border-right:0}.mobile-assessment-summary b,.mobile-quote-summary b{color:#20252b;font-size:12px;overflow-wrap:anywhere}.mobile-assessment-summary button,.mobile-quote-summary button{min-height:42px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:14px;font-weight:850}.mobile-quote-summary{grid-template-columns:1fr 1fr}.mobile-quote-summary h2,.mobile-quote-summary>div,.mobile-quote-summary p{grid-column:1 / -1}.mobile-quote-summary h2{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-quote-summary h2 em{padding:5px 8px;border:1px solid #ffc5aa;border-radius:7px;color:var(--mobile-orange);font-size:12px;font-style:normal}.mobile-quote-summary button:last-of-type{background:var(--mobile-orange);color:#fff}.mobile-quote-summary p{color:#9b3a12;font-size:12px;line-height:1.45;text-align:center}.assessor-month-card>div{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-worker-nav{grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-worker-nav .mobile-nav-primary{position:relative;top:-20px;width:68px;height:68px;justify-self:center;border:4px solid #fff;border-radius:50%;background:var(--mobile-orange);color:#fff;box-shadow:0 6px 16px #ff520047}.mobile-worker-nav .mobile-nav-primary.active{background:var(--mobile-orange);color:#fff}.mobile-worker-nav .mobile-nav-primary:after{display:none}.mobile-worker-nav .mobile-nav-primary span{color:#fff;font-size:11px}.mobile-chat-detail{min-height:calc(100vh - 16px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;margin:-12px -15px -28px;background:#fff}.mobile-chat-header{min-height:72px;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;border-bottom:1px solid var(--mobile-line);background:#fff}.mobile-chat-header button{width:48px;height:48px;display:grid;place-items:center;background:transparent;color:#111}.mobile-chat-header h1{margin:0;font-size:22px;text-align:center}.mobile-chat-header p{margin-top:4px;color:var(--mobile-muted);font-size:12px;text-align:center}.mobile-chat-status{min-height:54px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid var(--mobile-line);color:#363b40;font-size:13px}.mobile-chat-status span{min-width:0;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.mobile-chat-status span:first-child{color:var(--mobile-orange);font-weight:850}.mobile-chat-status button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:7px;background:var(--mobile-orange);color:#fff;font-size:13px;font-weight:850;white-space:nowrap}.mobile-chat-body{min-height:0;display:grid;align-content:start;gap:12px;padding:12px 16px;overflow:auto;background:#fafafa}.mobile-system-chip{justify-self:center;min-height:32px;display:inline-flex;align-items:center;padding:0 12px;border-radius:7px;background:#eee;color:#6b6f74;font-size:12px}.mobile-chat-task-card,.mobile-workflow-panel{display:grid;gap:10px;padding:13px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff}.mobile-chat-task-card h2,.mobile-workflow-panel h2{color:var(--mobile-orange);font-size:19px}.mobile-chat-task-card>div{display:grid;grid-template-columns:108px minmax(0,1fr);gap:9px 10px;align-items:center}.mobile-chat-task-card span{display:inline-flex;align-items:center;gap:6px;color:#4d5359;font-size:13px}.mobile-chat-task-card span svg{color:var(--mobile-orange)}.mobile-chat-task-card b{min-width:0;font-size:13px;overflow-wrap:anywhere}.mobile-chat-task-card button{justify-self:center;min-height:36px;display:inline-flex;align-items:center;gap:4px;background:transparent;color:var(--mobile-orange);font-size:14px;font-weight:850}.mobile-chat-messages{display:grid;gap:12px}.mobile-chat-messages article{display:grid;grid-template-columns:42px minmax(0,1fr) 45px;gap:8px;align-items:end}.mobile-chat-messages article.self{grid-template-columns:45px minmax(0,1fr) 42px}.mobile-chat-messages article.self .chat-avatar{grid-column:3}.mobile-chat-messages article.self div{grid-column:2;grid-row:1;justify-self:end;background:#ffe4d6}.mobile-chat-messages article.self time{grid-column:1;grid-row:1;justify-self:end}.chat-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#f0f0f0;color:#555b62}.mobile-chat-messages article.card .chat-avatar,.mobile-chat-messages article.self .chat-avatar{background:var(--mobile-orange);color:#fff}.mobile-chat-messages article div{max-width:100%;display:grid;gap:6px;padding:10px 12px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff}.mobile-chat-messages b{font-size:12px}.mobile-chat-messages p{color:#20252b;font-size:14px;line-height:1.55;overflow-wrap:anywhere}.mobile-chat-messages time{color:#777c82;font-size:12px;white-space:nowrap}.mobile-workflow-panel>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;align-items:center;text-align:center}.mobile-workflow-panel>div span{min-height:42px;display:grid;place-items:center;border-top:3px solid #d8d8d8;color:#555b62;font-size:12px}.mobile-workflow-panel>div span.done,.mobile-workflow-panel>div span.active{border-color:var(--mobile-orange);color:var(--mobile-orange);font-weight:850}.mobile-workflow-panel button{min-height:46px;border:1px solid var(--mobile-orange);border-radius:8px;background:#fff;color:var(--mobile-orange);font-size:16px;font-weight:850}.mobile-workflow-panel button:nth-of-type(1){background:var(--mobile-orange);color:#fff}.mobile-workflow-panel p{display:flex;align-items:center;gap:6px;color:#9b3a12;font-size:12px;line-height:1.45}.mobile-chat-quick-actions{position:sticky;bottom:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px 0;background:#fafafa}.mobile-chat-quick-actions button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid var(--mobile-line);border-radius:8px;background:#fff;color:#40454a;font-size:12px}.mobile-chat-quick-actions svg{color:var(--mobile-orange)}.mobile-chat-composer{min-height:calc(66px + env(safe-area-inset-bottom));display:grid;grid-template-columns:48px minmax(0,1fr) 42px 52px;align-items:center;gap:8px;padding:8px 10px env(safe-area-inset-bottom);border-top:1px solid var(--mobile-line);background:#fff}.mobile-chat-composer button{height:44px;display:grid;place-items:center;border-radius:50%;background:#f5f5f5;color:#33383d}.mobile-chat-composer button:last-child{background:var(--mobile-orange);color:#fff}.mobile-chat-composer input{min-height:44px;border-radius:999px;background:#f9f9f9}.mobile-login-shell{min-height:100vh;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.mobile-login-topbar{min-height:68px;display:flex;align-items:center;justify-content:space-between;padding:calc(13px + env(safe-area-inset-top)) 17px 8px}.mobile-login-topbar button{min-height:36px;display:grid;place-items:center;padding:0 4px;background:transparent;color:var(--mobile-ink)}.mobile-login-topbar button:last-child{color:var(--mobile-orange);font-size:14px}.mobile-login-form{gap:17px;padding:13px 22px 24px}.mobile-login-heading{display:grid;justify-items:center;text-align:center}.mobile-login-heading .mobile-brand-lockup{margin-bottom:25px}.mobile-login-heading .mobile-brand-lockup strong{font-size:27px}.mobile-login-heading .mobile-logo-mark{width:53px;height:48px;flex-basis:53px}.mobile-login-heading .mobile-logo-mark>svg:first-child{width:50px;height:50px}.mobile-login-heading h1{margin:0;font-size:28px}.mobile-login-heading p{margin-top:9px;color:var(--mobile-muted);font-size:13px}.mobile-login-fields{display:grid;gap:15px;padding:19px 16px;border:1px solid #ffd9c6;border-radius:8px;background:#fff9f5}.mobile-login-fields label{display:grid;gap:8px}.mobile-login-fields label>span{color:var(--mobile-ink);font-size:13px;font-weight:850}.mobile-phone-field{min-height:50px;display:grid;grid-template-columns:52px 22px minmax(0,1fr);align-items:center;overflow:hidden;border:1px solid #dcdcdc;border-radius:8px;background:#fff}.mobile-phone-field b{min-height:48px;border:0;border-radius:0;background:transparent;font-size:15px}.mobile-phone-field svg{color:#858585}.mobile-phone-field input{min-width:0;min-height:48px;padding:0 12px;border:0;border-left:1px solid #e7e7e7;border-radius:0;background:transparent;font-size:14px}.mobile-code-field{min-height:50px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid #dcdcdc;border-radius:8px;background:#fff}.mobile-code-field input{min-width:0;min-height:48px;padding:0 12px;border:0;background:transparent;font-size:14px}.mobile-code-field button{min-height:34px;margin-right:6px;padding:0 10px;border:1px solid var(--mobile-orange);border-radius:7px;background:#fff;color:var(--mobile-orange);font-size:12px;font-weight:800;white-space:nowrap}.mobile-code-field button:disabled{border-color:#d6d6d6;color:#a3a3a3}.mobile-primary-button{min-height:54px;border-radius:8px;background:var(--mobile-orange);font-size:17px}.mobile-primary-button:disabled{background:#ffc6aa;color:#fff}.mobile-policy-consent{min-height:28px;display:flex;grid-template-columns:none;align-items:flex-start;justify-content:center;gap:7px;color:#4b5055;font-size:11px;line-height:1.55}.mobile-policy-consent input{width:17px;height:17px;flex:0 0 17px;margin:0;accent-color:var(--mobile-orange)}.mobile-policy-consent button{padding:0;background:transparent;color:var(--mobile-orange);font-size:inherit}.mobile-login-divider{color:#757575;font-size:12px}.mobile-social-actions{display:flex;justify-content:center;gap:46px}.mobile-social-actions button{min-width:62px;min-height:72px;display:grid;justify-items:center;align-content:center;gap:5px;padding:0;border:0;background:transparent;color:#40454a}.mobile-social-actions button>svg,.mobile-social-actions .google-letter{width:43px;height:43px;display:grid;place-items:center;padding:10px;border:1px solid #e1e1e1;border-radius:50%;color:var(--mobile-orange);font-size:20px}.mobile-social-actions button>span:last-child{font-size:11px}.mobile-login-assurance{min-height:58px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border:1px solid #ffd9c6;border-radius:8px;background:#fff9f5}.mobile-login-assurance span{min-width:0;min-height:30px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 6px;border-right:1px solid #f1ded4;color:#33383d;font-size:10px;white-space:nowrap}.mobile-login-assurance span:last-child{border-right:0}.mobile-login-assurance svg{flex:0 0 18px;color:var(--mobile-orange)}.mobile-first-login-note{color:#777b80;font-size:11px;text-align:center}.mobile-login-form .mobile-error{width:100%;margin:0}.mobile-preview-code{background:#fff1e8;color:#9b3a12}@media(max-width:370px){.mobile-app-shell,.mobile-login-shell,.mobile-loading{max-width:none;box-shadow:none}.mobile-brand-lockup strong{font-size:18px}.mobile-logo-mark{width:38px;flex-basis:38px}.mobile-logo-mark>svg:first-child{width:37px;height:37px}.mobile-guest-hero{min-height:244px}.mobile-guest-hero-copy{left:14px;width:60%}.mobile-guest-hero-copy h1{font-size:22px}.mobile-identity-grid>button{min-height:164px;padding:15px 13px}.mobile-identity-grid strong{font-size:19px}.mobile-service-grid,.mobile-guest-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.mobile-service-grid button{min-height:84px}.mobile-emergency-banner{grid-template-columns:70px minmax(0,1fr);padding-left:13px;padding-right:13px}.mobile-emergency-visual{width:66px;height:66px}.mobile-emergency-copy strong{font-size:22px}.mobile-active-order{grid-template-columns:46px minmax(0,1fr)}.mobile-active-order>button{grid-column:1 / -1;width:100%}.mobile-login-form{padding-left:15px;padding-right:15px}.mobile-login-fields{padding:16px 12px}.mobile-social-actions{grid-template-columns:none}.mobile-login-assurance span{padding:0 3px;font-size:9px}}.mobile-app-shell,.mobile-login-shell,.mobile-loading{--m-screen: 430px;--m-page-x: 15px;--m-gap: 12px;--m-card-pad: 13px;--m-radius: 8px;--m-title: 25px;--m-panel-title: 18px;--m-card-title: 17px;--m-body: 13px;--m-meta: 12px;--m-caption: 11px;--m-button-h: 46px;--m-field-h: 46px;width:100%;max-width:var(--m-screen);overflow-x:hidden;font-size:var(--m-body);line-height:1.45}.mobile-app-shell *,.mobile-login-shell *,.mobile-loading *{min-width:0}.mobile-app-shell img,.mobile-login-shell img,.mobile-loading img{max-width:100%}.mobile-workbench{gap:18px;padding:12px var(--m-page-x) 28px}.mobile-app-shell h1,.mobile-login-shell h1{font-size:var(--m-title);line-height:1.18;letter-spacing:0}.mobile-app-shell h2,.mobile-login-shell h2{font-size:var(--m-panel-title);line-height:1.25;letter-spacing:0}.mobile-app-shell p,.mobile-login-shell p,.mobile-app-shell small,.mobile-login-shell small,.mobile-app-shell span,.mobile-login-shell span,.mobile-app-shell button,.mobile-login-shell button,.mobile-app-shell input,.mobile-login-shell input,.mobile-app-shell textarea,.mobile-login-shell textarea,.mobile-app-shell select,.mobile-login-shell select{letter-spacing:0}.mobile-section,.mobile-home-section,.tech-section,.tech-income-panel,.tech-order-card,.tech-account-list,.tech-money-card,.tech-warranty-card,.tech-performance-card,.assessor-schedule-card,.assessor-todo-card,.assessor-form-card,.assessor-order-strip,.mobile-assessment-summary,.mobile-quote-summary,.mobile-chat-task-card,.mobile-workflow-panel{border-radius:var(--m-radius)}.mobile-home-section>header h2,.mobile-section>header h2,.tech-today-panel h2,.tech-section h2,.tech-income-panel h2,.tech-money-card h2,.tech-warranty-card h2,.tech-performance-card h2,.assessor-schedule-card h2,.assessor-todo-card h2,.mobile-chat-task-card h2,.mobile-workflow-panel h2,.mobile-assessment-summary h2,.mobile-quote-summary h2{font-size:var(--m-panel-title);line-height:1.25}.mobile-header{min-height:72px;padding:calc(12px + env(safe-area-inset-top)) var(--m-page-x) 10px}.mobile-bottom-nav{width:min(100%,var(--m-screen));min-height:calc(68px + env(safe-area-inset-bottom))}.mobile-bottom-nav button{min-height:54px;font-size:var(--m-caption)}.mobile-worker-nav .mobile-nav-primary{top:-18px;width:64px;height:64px}.mobile-worker-nav .mobile-nav-primary span{font-size:10px}.mobile-guest-hero-copy h1,.mobile-customer-welcome h1,.mobile-emergency-copy strong,.tech-home-hero h1,.tech-page-title h1,.tech-orders-header h1{font-size:var(--m-title);line-height:1.18}.mobile-home-section>header,.mobile-section>header{min-height:32px;margin-bottom:10px}.mobile-service-grid{gap:9px}.mobile-service-grid button,.mobile-guest-services button,.tech-quick-grid button{min-height:86px}.mobile-service-grid button span,.tech-quick-grid button span{font-size:var(--m-caption);line-height:1.25}.mobile-emergency-banner{min-height:176px}.mobile-active-order,.mobile-certified-banner,.mobile-account-hint,.mobile-push-list article,.mobile-role-list>button,.mobile-setting-list button,.tech-message-search,.tech-rule-note,.assessor-warning{border-radius:var(--m-radius)}.tech-home-hero{gap:10px;padding:8px 4px 2px}.tech-home-brand>span{min-height:26px;font-size:var(--m-meta)}.tech-avatar-button{right:2px;top:5px;width:78px;height:42px;grid-template-columns:28px 38px;justify-content:center}.tech-avatar-button img{width:38px;height:38px}.tech-home-hero p{font-size:var(--m-body);line-height:1.35}.tech-receiving-card{min-height:70px;grid-template-columns:minmax(96px,.9fr) minmax(0,1fr) minmax(88px,.8fr)}.tech-toggle,.tech-setting-link{min-height:70px;height:70px}.tech-toggle{grid-template-columns:50px minmax(0,1fr);gap:7px;padding:0 10px}.tech-toggle span{width:50px;height:30px}.tech-toggle span:after{width:24px;height:24px}.tech-toggle.on span:after{transform:translate(20px)}.tech-toggle b{font-size:16px;line-height:1.15}.tech-receiving-card strong{font-size:var(--m-body)}.tech-receiving-card small{margin-top:5px;font-size:var(--m-caption)}.tech-setting-link{padding:0 7px;font-size:var(--m-meta);white-space:normal}.tech-today-panel{gap:14px;padding:15px}.tech-today-panel header button,.tech-section header button,.tech-income-panel header button,.tech-money-card header button,.tech-warranty-card header button,.assessor-schedule-card header button{font-size:var(--m-meta)}.tech-today-stats div{gap:5px;padding:2px 6px}.tech-today-stats span{font-size:var(--m-meta)}.tech-today-stats b{font-size:30px}.tech-today-panel p{font-size:var(--m-meta)}.tech-section,.tech-income-panel,.tech-order-card,.tech-account-list,.tech-money-card,.tech-warranty-card,.tech-performance-card,.assessor-schedule-card,.assessor-todo-card{padding:var(--m-card-pad)}.tech-task-card{grid-template-columns:60px minmax(0,1fr);gap:11px;padding:var(--m-card-pad)}.tech-service-icon{width:54px;height:54px;margin-top:38px}.tech-service-icon svg{width:45px;height:45px}.tech-order-body{grid-template-columns:60px minmax(0,1fr);gap:11px}.tech-task-main h3,.tech-order-body h3{font-size:20px;line-height:1.2}.tech-task-main>b,.tech-order-body b,.tech-task-main p,.tech-order-body p{font-size:var(--m-meta)}.tech-task-actions button,.tech-order-actions button,.mobile-workflow-panel button,.mobile-primary-button,.mobile-logout-button,.assessor-form-footer button{min-height:var(--m-button-h);font-size:15px}.tech-quick-grid{gap:8px}.tech-income-panel b{font-size:17px}.tech-page-title,.tech-orders-header{padding-top:4px}.tech-page-title p,.tech-list-footnote{font-size:var(--m-meta)}.tech-tab-pills{gap:18px;min-height:40px}.tech-tab-pills button{font-size:15px}.tech-filter-row{gap:8px}.tech-filter-row button{min-height:44px;padding:0 7px;font-size:var(--m-meta)}.tech-order-card{gap:10px}.tech-order-status b{font-size:17px}.tech-message-list button{min-height:78px}.tech-message-list b{font-size:14px}.tech-message-list small,.tech-message-list p{font-size:var(--m-caption)}.tech-account-head{grid-template-columns:64px minmax(0,1fr) 36px 36px;gap:10px;padding:6px 4px 2px}.tech-account-head img{width:62px;height:62px}.tech-account-head h1{font-size:23px}.tech-account-head p{font-size:var(--m-meta)}.tech-account-head button{width:36px;height:36px}.tech-level-card{grid-template-columns:74px minmax(0,1fr);gap:12px;padding:13px}.tech-level-card>div:first-child{width:66px;height:66px;border-radius:12px}.tech-level-card strong{font-size:26px}.tech-level-card h2{font-size:20px}.tech-level-card p,.tech-level-card small,.tech-level-card button,.tech-money-card p,.tech-warranty-card p,.tech-warranty-card small{font-size:var(--m-meta)}.tech-money-card>strong,.tech-warranty-card>strong{font-size:27px}.tech-money-card>button{min-width:96px;min-height:42px;margin-top:-50px;font-size:15px}.tech-money-card>div,.tech-warranty-card>div,.tech-performance-card>div{gap:8px}.tech-money-card span,.tech-warranty-card span,.tech-performance-card span{font-size:var(--m-caption)}.tech-money-card span b,.tech-warranty-card span b,.tech-performance-card span b{font-size:var(--m-body)}.tech-performance-card>div{grid-template-columns:repeat(4,minmax(0,1fr))}.tech-account-grid{gap:8px}.tech-account-list h2{font-size:16px}.tech-account-list button{min-height:40px}.tech-account-list span{font-size:var(--m-meta)}.assessor-timeline:before{left:69px}.assessor-timeline button{min-height:56px;grid-template-columns:56px 40px minmax(0,1fr) minmax(64px,auto);gap:8px}.assessor-timeline time{font-size:16px}.assessor-timeline button>span{width:40px;height:40px}.assessor-timeline button>span svg{width:30px;height:30px}.assessor-timeline b{font-size:15px}.assessor-timeline em,.assessor-task-card h3 em,.assessor-green-badge{min-height:28px;padding:0 8px;font-size:var(--m-caption)}.assessor-form-page,.mobile-chat-detail{width:calc(100% + (var(--m-page-x) * 2));max-width:var(--m-screen);margin:-12px calc(-1 * var(--m-page-x)) -28px;overflow-x:hidden}.assessor-form-header,.mobile-chat-header{min-height:64px}.assessor-form-header h1,.mobile-chat-header h1{font-size:20px}.assessor-form-header{grid-template-columns:48px minmax(0,1fr) 82px}.assessor-form-header button,.mobile-chat-header button{height:48px;width:48px}.assessor-form-card,.assessor-order-strip{margin-left:12px;margin-right:12px;padding:var(--m-card-pad)}.assessor-order-strip{grid-template-columns:54px minmax(0,1fr) 88px;gap:9px}.assessor-order-strip>span{width:48px;height:48px}.assessor-order-strip>span svg{width:40px;height:40px}.assessor-order-strip h2,.assessor-form-card h2{font-size:var(--m-card-title)}.assessor-form-card label,.assessor-form-card input,.assessor-form-card textarea{font-size:var(--m-body)}.assessor-form-card input,.assessor-form-card textarea,.mobile-chat-composer input{min-height:var(--m-field-h)}.assessor-inline-voice{min-height:32px;margin-top:-46px;font-size:var(--m-meta)}.assessor-check-grid,.assessor-photo-actions,.assessor-photo-grid,.assessor-risk-row,.assessor-attachments{gap:8px}.assessor-check-grid label,.assessor-photo-actions button,.assessor-risk-row button,.assessor-attachments span,.quote-tabs button,.quote-line-grid button{font-size:var(--m-caption)}.assessor-photo-grid figure{min-height:96px}.assessor-form-footer{width:min(var(--m-screen),100%);padding:9px 13px calc(9px + env(safe-area-inset-bottom))}.quote-line-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.25fr) minmax(72px,.7fr) 40px;gap:6px}.quote-line-grid input{padding-left:8px;padding-right:8px;font-size:var(--m-meta)}.quote-total b,.quote-payment-row strong{font-size:16px}.mobile-chat-header{grid-template-columns:48px minmax(0,1fr) 48px}.mobile-chat-status{min-height:54px;grid-template-columns:minmax(0,1fr) minmax(66px,auto) minmax(54px,auto);gap:7px;padding:0 12px;font-size:var(--m-meta)}.mobile-chat-status button{grid-column:1 / -1;justify-self:stretch;justify-content:center;min-height:34px;margin-bottom:8px;font-size:var(--m-meta)}.mobile-chat-status span{overflow:hidden;text-overflow:ellipsis}.mobile-chat-body{gap:12px;padding:12px var(--m-page-x)}.mobile-chat-task-card>div{grid-template-columns:96px minmax(0,1fr)}.mobile-chat-task-card h2,.mobile-workflow-panel h2,.mobile-assessment-summary h2,.mobile-quote-summary h2{font-size:var(--m-card-title)}.mobile-chat-task-card span,.mobile-chat-task-card b{font-size:var(--m-meta)}.mobile-chat-messages{overflow-x:hidden}.mobile-chat-messages article{grid-template-columns:38px minmax(0,1fr) 64px}.mobile-chat-messages article.self{grid-template-columns:64px minmax(0,1fr) 38px}.chat-avatar{width:36px;height:36px}.mobile-chat-messages p{font-size:var(--m-body)}.mobile-chat-messages time,.mobile-chat-messages b{font-size:var(--m-caption)}.mobile-chat-messages time{max-width:64px;overflow:hidden;text-overflow:ellipsis}.mobile-assessment-summary>div,.mobile-quote-summary>div{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-assessment-summary span,.mobile-quote-summary span{border-bottom:1px solid var(--mobile-line)}.mobile-assessment-summary span:nth-child(2n),.mobile-quote-summary span:nth-child(2n){border-right:0}.mobile-assessment-summary span:nth-last-child(-n+2),.mobile-quote-summary span:nth-last-child(-n+2){border-bottom:0}.mobile-chat-quick-actions{gap:6px}.mobile-chat-quick-actions button{min-height:42px;font-size:var(--m-caption)}.mobile-chat-composer{width:min(var(--m-screen),100%);grid-template-columns:44px minmax(0,1fr) 42px 48px;gap:7px;padding:8px 10px env(safe-area-inset-bottom)}.mobile-chat-composer button{height:42px}.mobile-chat-detail,.assessor-form-page,.mobile-app-shell .mobile-chat-detail,.mobile-app-shell .assessor-form-page{width:calc(100% + (var(--m-page-x) * 2));max-width:var(--m-screen)}.assessor-form-header button,.mobile-chat-header button,.mobile-chat-task-card button{font-size:var(--m-meta)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}.mobile-app-shell,.mobile-login-shell,.mobile-loading{min-height:100svh;margin:0 auto;font-family:Inter,PingFang TC,Noto Sans TC,Microsoft JhengHei,Arial,sans-serif}.mobile-app-shell :is(button,input,select,textarea),.mobile-login-shell :is(button,input,select,textarea){font-family:inherit}.mobile-app-shell :is(section,article,header,footer,nav,main,div,button,a,input,textarea,select),.mobile-login-shell :is(section,article,header,footer,nav,main,div,button,a,input,textarea,select){max-width:100%}.mobile-workbench>*,.mobile-guest-main>*,.mobile-login-form>*{width:100%}.mobile-app-shell :is(.mobile-section,.mobile-home-section,.tech-section,.tech-income-panel,.tech-order-card,.tech-task-card,.tech-money-card,.tech-warranty-card,.tech-performance-card,.assessor-schedule-card,.assessor-todo-card,.assessor-form-card,.assessor-order-strip,.mobile-chat-task-card,.mobile-workflow-panel,.mobile-assessment-summary,.mobile-quote-summary),.mobile-login-shell :is(.mobile-login-fields,.mobile-login-assurance){border-radius:var(--m-radius)}.mobile-app-shell :is(h1,h2,h3,p,span,small,b,strong,em,button,input,textarea,select),.mobile-login-shell :is(h1,h2,h3,p,span,small,b,strong,em,button,input,textarea,select){letter-spacing:0}.mobile-app-shell :is(.mobile-customer-welcome h1,.mobile-guest-hero-copy h1,.mobile-emergency-copy strong,.tech-home-hero h1,.tech-page-title h1,.tech-orders-header h1,.tech-account-head h1,.assessor-form-header h1,.mobile-chat-header h1),.mobile-login-shell .mobile-login-heading h1{font-size:var(--m-title);line-height:1.18}.mobile-app-shell :is(.mobile-home-section>header h2,.mobile-section>header h2,.tech-today-panel h2,.tech-section h2,.tech-income-panel h2,.tech-money-card h2,.tech-warranty-card h2,.tech-performance-card h2,.assessor-schedule-card h2,.assessor-todo-card h2,.mobile-chat-task-card h2,.mobile-workflow-panel h2,.mobile-assessment-summary h2,.mobile-quote-summary h2,.assessor-form-card h2),.mobile-login-shell .mobile-action-sheet h2{font-size:var(--m-panel-title);line-height:1.25}.mobile-app-shell :is(.tech-task-main h3,.tech-order-body h3,.assessor-timeline b,.assessor-order-strip h2,.mobile-order-list h3){font-size:var(--m-card-title);line-height:1.22}.mobile-app-shell :is(p,input,textarea,select,.mobile-chat-messages p,.mobile-chat-task-card span,.mobile-chat-task-card b,.mobile-order-list p,.tech-home-hero p,.tech-receiving-card strong),.mobile-login-shell :is(p,input,textarea,select){font-size:var(--m-body)}.mobile-app-shell :is(small,.tech-task-main>b,.tech-order-body b,.tech-task-main p,.tech-order-body p,.tech-page-title p,.tech-list-footnote,.tech-filter-row button,.tech-tab-pills button,.mobile-chat-status,.mobile-chat-composer input,.assessor-form-card label,.assessor-order-strip p),.mobile-login-shell :is(.mobile-login-fields label>span,.mobile-login-heading p){font-size:var(--m-meta)}.mobile-app-shell :is(.mobile-service-grid button span,.tech-quick-grid button span,.mobile-bottom-nav button,.mobile-chat-messages time,.mobile-chat-messages b,.mobile-chat-quick-actions button,.assessor-check-grid label,.assessor-photo-actions button,.quote-tabs button,.quote-line-grid button),.mobile-login-shell :is(.mobile-policy-consent,.mobile-social-actions button>span:last-child,.mobile-first-login-note){font-size:var(--m-caption)}.mobile-app-shell :is(.mobile-primary-button,.mobile-logout-button,.tech-task-actions button,.tech-order-actions button,.mobile-workflow-panel button,.assessor-form-footer button,.assessor-dashed-button,.mobile-sheet-primary),.mobile-login-shell .mobile-primary-button{min-height:var(--m-button-h)}.mobile-app-shell :is(input,select,textarea),.mobile-login-shell :is(input,select,textarea){min-height:var(--m-field-h)}.mobile-service-grid,.mobile-guest-services,.tech-quick-grid{grid-auto-rows:86px}.mobile-service-grid button,.mobile-guest-services button,.tech-quick-grid button{height:86px;overflow:hidden}.mobile-guest-hero,.mobile-service-banner,.mobile-emergency-banner{aspect-ratio:400 / 176}.mobile-guest-hero{min-height:262px}.mobile-guest-hero img,.mobile-service-banner img{height:100%;object-fit:cover}.mobile-active-order,.mobile-push-list article,.tech-message-list button,.mobile-role-list>button{min-height:78px}.tech-receiving-card,.tech-toggle,.tech-setting-link{min-height:70px}.tech-toggle,.tech-setting-link{height:70px}.tech-today-panel,.assessor-schedule-card,.assessor-todo-card,.tech-section,.tech-income-panel,.tech-order-card,.tech-money-card,.tech-warranty-card,.tech-performance-card{width:100%}.tech-today-stats,.tech-money-card>div,.tech-warranty-card>div,.tech-performance-card>div,.mobile-wallet-grid,.assessor-photo-actions,.assessor-photo-grid,.assessor-risk-row,.assessor-attachments,.quote-tabs{align-items:stretch}.tech-today-stats>div,.mobile-wallet-grid>div,.assessor-photo-grid figure,.assessor-attachments span{overflow:hidden}.tech-service-icon,.tech-message-avatar,.chat-avatar,.mobile-active-order-icon,.mobile-identity-icon,.mobile-emergency-visual,.mobile-role-icon{flex:0 0 auto;aspect-ratio:1}.mobile-chat-detail,.assessor-form-page{min-height:100svh}.mobile-chat-header,.assessor-form-header{min-height:64px}.mobile-chat-status{min-height:54px}.mobile-chat-status span,.mobile-chat-header h1,.mobile-chat-header p,.tech-message-list b,.tech-message-list small,.tech-message-list p,.mobile-order-list-head span,.mobile-active-order strong{overflow:hidden;text-overflow:ellipsis}.mobile-chat-status span,.mobile-chat-header h1,.mobile-chat-header p,.tech-message-list b,.tech-message-list small,.tech-message-list p,.mobile-order-list-head span,.mobile-active-order strong,.mobile-bottom-nav button span{white-space:nowrap}.mobile-chat-messages article,.mobile-chat-messages article.self{align-items:end}.mobile-chat-messages article div,.mobile-chat-task-card b,.assessor-order-strip h2,.assessor-form-card h2,.quote-payment-row,.quote-total{overflow-wrap:anywhere;word-break:break-word}.assessor-form-footer,.mobile-bottom-nav{left:50%;width:min(var(--m-screen),100%);transform:translate(-50%)}.mobile-bottom-nav{right:auto}@media(max-width:370px){.mobile-app-shell,.mobile-login-shell,.mobile-loading{--m-page-x: 12px;--m-title: 22px;--m-panel-title: 17px;--m-card-title: 16px;--m-body: 12px;--m-meta: 11px;--m-caption: 10px}.tech-receiving-card{grid-template-columns:1fr}.tech-toggle,.tech-setting-link{min-height:58px;height:58px}.tech-receiving-card>div{min-height:58px;display:grid;align-content:center;border-top:1px solid var(--mobile-line);border-right:0}.tech-order-body,.tech-task-card{grid-template-columns:52px minmax(0,1fr)}.tech-service-icon{width:48px;height:48px}.tech-service-icon svg{width:40px;height:40px}.tech-account-grid,.assessor-measure-card{grid-template-columns:1fr}.tech-account-head{grid-template-columns:58px minmax(0,1fr) 34px 34px}.tech-account-head img{width:56px;height:56px}.assessor-timeline button{grid-template-columns:50px 36px minmax(0,1fr)}.assessor-timeline em{grid-column:3;justify-self:start}.assessor-check-grid,.assessor-photo-actions,.assessor-risk-row,.quote-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.assessor-photo-grid,.assessor-attachments,.mobile-workflow-panel>div{grid-template-columns:1fr}.quote-line-grid{grid-template-columns:1fr}.quote-line-head{display:none}}.customer-flow-page{--c-orange: var(--mobile-orange, #ff5200);--c-orange-dark: var(--mobile-orange-dark, #e94700);--c-orange-soft: var(--mobile-orange-soft, #fff3ec);--c-ink: var(--mobile-ink, #20252b);--c-muted: var(--mobile-muted, #62666c);--c-line: var(--mobile-line, #e7e7e7);width:calc(100% + (var(--m-page-x) * 2));max-width:var(--m-screen);min-height:100svh;display:grid;align-content:start;gap:12px;margin:-12px calc(-1 * var(--m-page-x)) -28px;padding:0 14px calc(104px + env(safe-area-inset-bottom));overflow-x:hidden;background:#fff;color:var(--c-ink);font-size:var(--m-body)}.customer-flow-page *{min-width:0;letter-spacing:0}.customer-flow-topbar{position:sticky;top:0;z-index:12;width:calc(100% + 28px);min-height:calc(76px + env(safe-area-inset-top));display:grid;grid-template-columns:52px minmax(0,1fr) 92px;align-items:center;margin:0 -14px;padding:env(safe-area-inset-top) 14px 0;border-bottom:1px solid var(--c-line);background:#fffffffa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.customer-flow-topbar h1{margin:0;font-size:var(--m-title);line-height:1.15;text-align:center}.customer-flow-topbar button{min-height:48px;display:grid;place-items:center;background:transparent;color:var(--c-orange);font-size:14px;font-weight:850;white-space:nowrap}.customer-flow-topbar button:first-child{color:#111;justify-self:start}.customer-card,.customer-trust-card,.customer-choice-list button,.customer-toggle-row,.customer-alert-line,.customer-success-line,.customer-muted-line,.customer-warm-note{width:100%;border:1px solid var(--c-line);border-radius:var(--m-radius);background:#fff}.customer-card{padding:13px;box-shadow:0 7px 18px #20252b09}.customer-card h2{margin:0;font-size:var(--m-panel-title);line-height:1.25}.customer-card h3{margin:0;font-size:var(--m-card-title);line-height:1.25}.customer-card p,.customer-card small,.customer-card span,.customer-card button,.customer-card input,.customer-card textarea,.customer-card select,.customer-card b{font-size:var(--m-body);line-height:1.45}.customer-order-mini-card{min-height:96px;display:grid;grid-template-columns:58px minmax(0,1fr) minmax(96px,auto);align-items:center;gap:12px}.customer-service-mark{width:54px;height:54px;display:grid;place-items:center;color:var(--c-orange)}.customer-service-mark svg{width:46px;height:46px;stroke-width:1.9}.customer-order-mini-card h2{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}.customer-order-mini-card h2 small,.customer-order-mini-card p,.customer-order-mini-card button,.customer-order-mini-card aside span{color:var(--c-muted)}.customer-order-mini-card>div>b{width:fit-content;min-height:28px;display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:0 9px;border-radius:7px;background:#fff1e8;color:var(--c-orange);font-weight:850}.customer-order-mini-card button{display:inline-flex;align-items:center;gap:2px;padding:0;background:transparent;color:var(--c-muted)}.customer-order-mini-card aside{display:grid;justify-items:end;gap:7px}.customer-order-mini-card aside strong{color:var(--c-orange);font-size:20px;line-height:1.15;white-space:nowrap}.customer-worker-card{min-height:106px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px}.customer-avatar-illustration{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#fff0e8,#f1f1f1);color:var(--c-orange);font-size:24px;font-weight:900}.customer-worker-card h2,.customer-tech-row h2,.customer-support-row h2{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.customer-worker-card em,.customer-tech-row em,.customer-support-row em,.customer-amount-card em{min-height:24px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;border-radius:6px;background:#e8f7ed;color:#14904a;font-size:var(--m-caption);font-style:normal;font-weight:780}.customer-worker-card p,.customer-tech-row p,.customer-worker-card small{margin-top:5px;color:#40454a}.customer-worker-card p svg,.customer-worker-card small svg{color:var(--c-orange);fill:var(--c-orange)}.customer-worker-card>button,.customer-worker-actions button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid var(--c-orange);border-radius:8px;background:#fff;color:var(--c-orange);font-weight:850;white-space:nowrap}.customer-plan-section{display:grid;gap:13px}.customer-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.customer-plan-grid>button{min-height:180px;display:grid;align-content:start;gap:7px;padding:9px 8px;border:1px solid var(--c-line);border-radius:8px;background:#fff;color:var(--c-ink);text-align:left}.customer-plan-grid>button.active{border-color:var(--c-orange);background:linear-gradient(180deg,#fffaf7,#fff)}.customer-plan-grid>button>span{display:flex;align-items:center;gap:5px}.customer-plan-grid>button>span b,.customer-plan-grid>button>span em{min-height:25px;display:inline-flex;align-items:center;padding:0 7px;border-radius:6px;font-style:normal;font-size:var(--m-caption)}.customer-plan-grid>button>span b{background:var(--c-orange);color:#fff}.customer-plan-grid>button:not(.active)>span b{background:#f2f3f4;color:#555b62}.customer-plan-grid>button>span em{background:#fff1e8;color:var(--c-orange)}.customer-plan-grid>button>span strong{width:24px;height:24px;margin-left:auto;display:grid;place-items:center;border:1px solid #b9c0c7;border-radius:50%;color:#fff;background:transparent}.customer-plan-grid>button.active>span strong{border-color:var(--c-orange);background:var(--c-orange)}.customer-plan-grid h3{font-size:15px}.customer-plan-grid p,.customer-plan-grid i,.customer-plan-grid small{color:#4b5157;font-size:var(--m-caption);font-style:normal}.customer-plan-grid hr{width:100%;border:0;border-top:1px solid var(--c-line)}.customer-plan-grid>button>strong{color:var(--c-orange);font-size:17px;line-height:1.2;overflow-wrap:anywhere}.customer-plan-grid i{display:inline-flex;align-items:center;gap:4px}.customer-inline-link,.customer-secondary-wide,.customer-text-link,.customer-inline-pill{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:5px;background:transparent;color:var(--c-orange);font-weight:850}.customer-fee-card{display:grid;gap:10px}.customer-fee-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-fee-card header span,.customer-fee-card div span,.customer-payment-info span{color:var(--c-muted)}.customer-fee-card div,.customer-payment-info div{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-fee-card div span{display:inline-flex;align-items:center;gap:8px}.customer-fee-card div svg{color:var(--c-orange)}.customer-fee-card footer{min-height:52px;display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px dashed #ccd2d7}.customer-fee-card footer b,.customer-payment-info div:last-child b{color:var(--c-orange);font-size:20px}.customer-info-note,.customer-warm-note,.customer-alert-line,.customer-success-line,.customer-muted-line{min-height:42px;display:flex;align-items:center;gap:8px;padding:9px 11px;border-color:#ffd0b9;background:#fff7f2;color:#9b3a12;line-height:1.45}.customer-success-line{border-color:#d8efdd;background:#f3fbf4;color:#129437;font-size:var(--m-panel-title);font-weight:850}.customer-success-line small{color:#20252b;font-weight:650}.customer-consent-line{min-height:34px;display:flex;grid-template-columns:none;align-items:center;gap:9px;color:#30353a;font-size:var(--m-body)}.customer-consent-line input{width:22px;height:22px;min-height:22px;flex:0 0 22px;accent-color:var(--c-orange)}.customer-sticky-actions,.customer-pay-bar{position:fixed;z-index:40;left:50%;bottom:0;width:min(var(--m-screen),100%);display:grid;gap:8px;padding:9px 14px calc(10px + env(safe-area-inset-bottom));transform:translate(-50%);border-top:1px solid var(--c-line);background:#fffffffa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.customer-sticky-actions>div{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);gap:9px}.customer-sticky-actions button,.customer-pay-bar button,.customer-primary-wide,.customer-secondary-wide{min-height:52px;border:1px solid var(--c-orange);border-radius:8px;background:var(--c-orange);color:#fff;font-size:17px;font-weight:850}.customer-sticky-actions button.ghost,.customer-secondary-wide{background:#fff;color:var(--c-orange)}.customer-sticky-actions small,.customer-pay-bar small{display:flex;align-items:center;justify-content:center;gap:6px;color:#858b91;font-size:var(--m-caption)}.customer-pay-bar{grid-template-columns:minmax(0,1.05fr) minmax(0,1.2fr);align-items:center;gap:0;padding-left:14px;padding-right:14px}.customer-pay-bar span{min-height:52px;display:flex;align-items:center;gap:12px;padding:0 14px;border:1px solid var(--c-orange);border-right:0;border-radius:8px 0 0 8px;color:#20252b}.customer-pay-bar span b{color:var(--c-orange);font-size:22px}.customer-pay-bar button{border-radius:0 8px 8px 0}.customer-amount-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,.72fr);align-items:center;gap:13px;border-color:var(--c-orange)}.customer-amount-card>div h2{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.customer-amount-card>div>strong{display:block;margin-top:14px;color:var(--c-orange);font-size:32px;line-height:1.05}.customer-amount-card aside{display:grid;gap:9px;padding-left:14px;border-left:1px solid var(--c-line)}.customer-amount-card aside span{color:var(--c-muted)}.customer-amount-card aside b{font-size:20px}.customer-amount-card footer{grid-column:1 / -1;display:grid;gap:7px;padding-top:10px;border-top:1px solid var(--c-line)}.customer-amount-card footer span{display:flex;justify-content:space-between;color:var(--c-muted)}.customer-payment-methods{display:grid;gap:0}.customer-payment-methods h2{margin-bottom:12px}.customer-payment-methods button{min-height:66px;display:grid;grid-template-columns:52px minmax(0,1fr) auto 28px 20px;align-items:center;gap:10px;padding:0 10px;border:1px solid var(--c-line);border-bottom:0;background:#fff;color:var(--c-ink);text-align:left}.customer-payment-methods button:first-of-type{border-radius:8px 8px 0 0}.customer-payment-methods button:last-child{border-bottom:1px solid var(--c-line);border-radius:0 0 8px 8px}.customer-payment-methods button.active{border-color:var(--c-orange);border-bottom:1px solid var(--c-orange);border-radius:8px}.pay-logo{width:43px;height:43px;display:grid;place-items:center;border-radius:8px;background:#18c34a;color:#fff;font-weight:900}.pay-logo.fps{background:linear-gradient(135deg,#1a88cc,#79d1ea);font-size:13px}.customer-payment-methods button:nth-of-type(3) .pay-logo{background:#1677ff}.customer-payment-methods button:nth-of-type(2) .pay-logo{background:#ed1c24}.customer-payment-methods em{min-height:25px;display:inline-flex;align-items:center;padding:0 8px;border-radius:6px;background:#fff1e8;color:var(--c-orange);font-style:normal;font-size:var(--m-caption)}.customer-payment-methods i{width:26px;height:26px;display:grid;place-items:center;border:1px solid #b9c0c7;border-radius:50%;color:#fff;font-style:normal}.customer-payment-methods button.active i{border-color:var(--c-orange);background:var(--c-orange)}.customer-trust-card{min-height:112px;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;padding:15px;border-color:#ffd0b9;background:linear-gradient(90deg,#fff7f2,#fff);color:#9b3a12}.customer-trust-card svg{color:var(--c-orange)}.customer-trust-card h2{color:var(--c-orange)}.customer-trust-card p{margin-top:6px;color:#30353a}.customer-payment-success{display:grid;justify-items:center;gap:10px;padding:18px 10px 20px;text-align:center}.customer-payment-success svg{color:#10a530}.customer-payment-success h2{color:#10a530;font-size:25px}.customer-payment-success strong{color:var(--c-orange);font-size:32px}.customer-payment-success p,.customer-payment-success small{color:#40454a}.customer-progress-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:16px}.customer-progress-steps span{position:relative;display:grid;justify-items:center;gap:8px;color:#4b5157;text-align:center;font-size:var(--m-caption)}.customer-progress-steps span:before{content:"";position:absolute;left:-50%;right:50%;top:16px;border-top:2px solid #d7dce0}.customer-progress-steps span:first-child:before{display:none}.customer-progress-steps span.done:before,.customer-progress-steps span.active:before{border-color:#10a530}.customer-progress-steps b{position:relative;z-index:1;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#bcc1c7;color:#fff;font-size:var(--m-body)}.customer-progress-steps span.done b{background:#10a530}.customer-progress-steps span.active{color:var(--c-orange);font-weight:850}.customer-progress-steps span.active b{background:var(--c-orange)}.customer-inline-pill{width:fit-content;justify-self:center;margin-top:16px;padding:0 13px;border-radius:8px;background:#fff1e8}.customer-payment-info{display:grid;gap:8px}.customer-warm-note{border:0;background:#fff1e8;color:#9b3a12}.customer-primary-wide,.customer-secondary-wide{width:100%;display:flex;align-items:center;justify-content:center}.customer-text-link{width:100%;color:var(--c-orange)}.customer-route-hero{min-height:148px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:18px;border-radius:8px;background:linear-gradient(90deg,#fff2eb,#fff8f4)}.customer-route-hero svg,.customer-route-hero h2{color:var(--c-orange)}.customer-route-hero h2{margin:7px 0 0;font-size:27px}.customer-route-hero p{margin-top:7px;color:#47525d}.customer-route-hero button{min-height:48px;display:inline-flex;align-items:center;gap:6px;padding:0 14px;border-radius:8px;background:#fff;color:var(--c-orange);box-shadow:0 7px 18px #20252b14;font-weight:850}.customer-map-panel{position:relative;min-height:194px;overflow:hidden;border-radius:8px;background:linear-gradient(90deg,rgba(224,234,242,.55) 1px,transparent 1px) 0 0 / 42px 42px,linear-gradient(rgba(224,234,242,.55) 1px,transparent 1px) 0 0 / 42px 42px,#eef7fa}.customer-map-panel:before{content:"";position:absolute;left:12px;right:12px;top:88px;height:8px;border-radius:999px;background:linear-gradient(90deg,#ff5200 0 25%,transparent 25% 30%,#ff5200 30% 43%,transparent 43% 49%,#ff5200 49% 65%,transparent 65% 70%,#ff5200 70% 100%);transform:rotate(-5deg)}.route-worker,.route-destination{position:absolute;z-index:2}.route-worker{left:58px;top:70px;width:50px;height:50px;display:grid;place-items:center;border:3px solid var(--c-orange);border-radius:50%;background:#fff;color:var(--c-orange);font-weight:900}.route-destination{right:26px;top:78px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:7px;color:#20252b;font-weight:780}.route-destination svg{color:var(--c-orange);fill:var(--c-orange)}.customer-tech-card{grid-template-columns:58px minmax(0,1fr) 120px}.customer-worker-actions{display:grid;gap:8px}.customer-vertical-timeline{display:grid;gap:0}.customer-vertical-timeline div{min-height:38px;display:grid;grid-template-columns:30px minmax(0,1fr) 70px;align-items:start;gap:10px}.customer-vertical-timeline span{position:relative;width:23px;height:23px;display:grid;place-items:center;border:2px solid #c4c9cf;border-radius:50%;color:#fff;font-size:12px}.customer-vertical-timeline div:not(:last-child) span:after{content:"";position:absolute;top:22px;bottom:-19px;left:9px;border-left:2px solid #d6dbe0}.customer-vertical-timeline .done span{border-color:var(--c-orange);background:var(--c-orange)}.customer-vertical-timeline .done span:after{border-color:var(--c-orange)}.customer-vertical-timeline b{font-weight:760}.customer-vertical-timeline time{justify-self:end;color:var(--c-muted)}.customer-supplement-alert{min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #ffd0b9;border-radius:8px;background:#fff7f2;color:var(--c-orange);font-weight:850}.customer-order-info{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.customer-order-info h2{grid-column:1 / -1}.customer-order-info>div,.customer-order-info aside{display:grid;gap:9px}.customer-order-info span{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;color:var(--c-muted)}.customer-order-info b{color:#20252b;overflow-wrap:anywhere}.customer-order-info .danger,.customer-order-info .danger b{color:var(--c-orange)}.customer-evidence-strip{display:flex;flex-wrap:wrap;gap:7px;padding:8px;border:1px solid var(--c-line);border-radius:8px}.customer-evidence-strip span,.customer-photo-strip span,.customer-photo-grid .photo-tile{min-height:58px;border-radius:8px;background:linear-gradient(135deg,rgba(0,0,0,.16),transparent 45%),linear-gradient(135deg,#b9c2c4,#716e69)}.customer-evidence-strip span{flex:1 1 68px;display:grid;place-items:end start;padding:6px;color:#fff;font-size:var(--m-caption)}.customer-evidence-strip.compact{padding:0;border:0}.customer-evidence-strip.compact span{min-height:54px}.customer-evidence-strip .socket,.customer-photo-strip .socket,.customer-photo-grid .socket{background:radial-gradient(circle at 55% 45%,#e7e1d7 0 11px,transparent 12px),linear-gradient(135deg,#cfd4d8,#777d82)}.customer-guarantee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.customer-guarantee-grid h2{grid-column:1 / -1}.customer-guarantee-grid div{display:grid;gap:6px;color:var(--c-orange)}.customer-guarantee-grid p{color:#555b62;font-size:var(--m-caption)}.customer-supplement-compare{display:grid;gap:13px}.customer-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.customer-compare-grid div{min-height:138px;display:grid;align-content:center;gap:7px;padding:10px;border:1px solid var(--c-line);border-radius:8px}.customer-compare-grid .active{border-color:var(--c-orange);background:#fff8f4}.customer-compare-grid small,.customer-compare-grid span{color:var(--c-muted);font-size:var(--m-caption)}.customer-compare-grid strong{color:var(--c-orange);font-size:18px}.customer-delta-row,.customer-payment-impact{border:1px solid #ffd0b9;border-radius:8px;background:#fff7f2}.customer-delta-row{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;color:var(--c-orange)}.customer-delta-row b{font-size:20px}.customer-payment-impact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden}.customer-payment-impact span{min-height:68px;display:grid;align-content:center;gap:5px;padding:8px;border-right:1px solid #ffd0b9;color:var(--c-muted)}.customer-payment-impact span:last-child{border-right:0;color:var(--c-orange)}.customer-payment-impact b{color:#20252b}.customer-payment-impact span:last-child b{color:var(--c-orange)}.customer-choice-list{display:grid;gap:10px}.customer-choice-list button{min-height:72px;display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:2px 10px;padding:12px;color:var(--c-ink);text-align:left}.customer-choice-list button.active{border-color:var(--c-orange);background:#fff8f4}.customer-choice-list button>span{grid-row:1 / 3;color:var(--c-orange);font-size:22px}.customer-choice-list small{color:var(--c-muted)}.customer-completion-head{min-height:128px;display:grid;grid-template-columns:58px minmax(0,1fr) 82px;align-items:center;gap:12px}.customer-completion-head>svg:first-child,.customer-completion-head h2{color:var(--c-orange)}.customer-clipboard-ghost{display:grid;place-items:center;color:#ffd5c2}.customer-completion-evidence{display:grid;gap:11px}.customer-completion-evidence.compact{padding:0;border:0;box-shadow:none}.customer-before-after{display:grid;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);align-items:center;gap:8px}.customer-before-after>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#f5f5f5;color:var(--c-orange)}.customer-photo-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:7px}.customer-completion-evidence p{display:flex;align-items:center;gap:8px;color:#30353a}.customer-check-list{display:grid;gap:8px;margin-top:10px}.customer-check-list span{display:inline-flex;align-items:center;gap:8px}.customer-check-list svg{color:var(--c-orange);fill:var(--c-orange)}.customer-tech-row,.customer-support-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px}.customer-warranty-start{display:grid;gap:12px;border-color:#ffd0b9}.customer-warranty-start h2{display:flex;align-items:center;gap:12px;color:var(--c-orange)}.customer-warranty-start>strong{color:var(--c-orange)}.customer-warranty-start>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.customer-warranty-start span{display:grid;justify-items:center;gap:6px;padding:9px;border:1px solid #ffd0b9;border-radius:8px;color:#30353a;text-align:center;font-size:var(--m-caption)}.customer-warranty-start svg{color:var(--c-orange)}.customer-review-card{display:grid;gap:14px}.customer-big-stars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) minmax(76px,auto);align-items:center;gap:6px}.customer-big-stars button{min-height:48px;display:grid;place-items:center;background:transparent;color:#d8d8d8}.customer-big-stars button.active{color:var(--c-orange)}.customer-big-stars button.active svg{fill:var(--c-orange)}.customer-big-stars strong{color:var(--c-orange);font-size:18px;white-space:nowrap}.customer-score-rows{display:grid;gap:8px;padding-top:11px;border-top:1px solid var(--c-line)}.customer-score-rows span{display:flex;justify-content:space-between;gap:12px}.customer-score-rows b{color:var(--c-orange);letter-spacing:2px}.customer-tag-grid{display:flex;flex-wrap:wrap;gap:9px}.customer-tag-grid button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--c-orange);border-radius:8px;background:#fff;color:var(--c-orange);font-weight:780}.customer-textarea{min-height:112px;margin-top:10px;resize:none;border-radius:8px}.customer-textarea.active{border-color:var(--c-orange)}.customer-counter{display:block;margin-top:-28px;padding-right:12px;color:var(--c-muted);text-align:right}.customer-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:10px}.customer-photo-grid>*{min-height:88px;border-radius:8px}.customer-photo-grid button{display:grid;place-items:center;gap:4px;border:1px dashed #cdd3d8;background:#fff;color:var(--c-orange);text-align:center}.customer-toggle-row{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px}.customer-toggle-row span{display:grid;gap:4px}.customer-toggle-row small{color:var(--c-muted)}.customer-toggle-row i{width:56px;height:32px;padding:3px;border-radius:999px;background:#d8d8d8}.customer-toggle-row i:before{content:"";width:26px;height:26px;display:block;border-radius:50%;background:#fff;transition:transform .18s ease}.customer-toggle-row i.on{background:var(--c-orange)}.customer-toggle-row i.on:before{transform:translate(24px)}.customer-muted-line{border:0;background:transparent;color:var(--c-muted)}.customer-after-head{min-height:150px;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;align-items:center;gap:10px}.customer-after-head>svg{color:var(--c-orange)}.customer-after-head h2{color:var(--c-orange);font-size:23px}.customer-after-head p{margin-top:4px}.customer-problem-grid,.customer-resolution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:12px}.customer-problem-grid button,.customer-resolution-grid button{min-height:78px;display:grid;justify-items:center;align-content:center;gap:7px;border:1px solid var(--c-line);border-radius:8px;background:#fff;color:#40454a}.customer-problem-grid button.active,.customer-resolution-grid button.active{border-color:var(--c-orange);background:#fff8f4;color:var(--c-orange)}.customer-section-inline{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-section-inline button{min-height:38px;display:inline-flex;align-items:center;gap:5px;padding:0 12px;border:1px solid var(--c-orange);border-radius:8px;background:#fff;color:var(--c-orange);font-weight:850}.customer-select-line{min-height:46px;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,auto);align-items:center;margin-top:13px;color:#20252b}.customer-select-line select{min-height:42px}.customer-after-summary{display:grid;gap:11px}.customer-after-summary>div:last-child,.customer-after-action-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(128px,.7fr);gap:12px;align-items:center}.customer-after-summary>div:last-child{padding-top:10px;border-top:1px solid var(--c-line)}.customer-after-summary button,.customer-after-action-card button,.customer-support-row button{min-height:40px;border:1px solid var(--c-orange);border-radius:8px;background:#fff;color:var(--c-orange);font-weight:850}.customer-support-row>div:last-child{display:grid;gap:8px}.customer-after-action-card button:disabled{border-color:#d9dee3;background:#eef0f2;color:#8c9399}@media(max-width:370px){.customer-flow-page{padding-left:12px;padding-right:12px}.customer-flow-topbar{width:calc(100% + 24px);margin-left:-12px;margin-right:-12px;grid-template-columns:48px minmax(0,1fr) 78px}.customer-order-mini-card,.customer-worker-card,.customer-tech-card,.customer-completion-head,.customer-after-head,.customer-support-row{grid-template-columns:50px minmax(0,1fr)}.customer-order-mini-card aside,.customer-worker-card>button,.customer-worker-actions,.customer-clipboard-ghost,.customer-after-head>svg:last-child{grid-column:1 / -1;justify-self:stretch}.customer-plan-grid,.customer-compare-grid,.customer-payment-impact,.customer-guarantee-grid,.customer-warranty-start>div{grid-template-columns:1fr}.customer-amount-card,.customer-order-info,.customer-before-after,.customer-pay-bar,.customer-after-summary>div:last-child,.customer-after-action-card{grid-template-columns:1fr}.customer-amount-card aside{padding-left:0;padding-top:10px;border-left:0;border-top:1px solid var(--c-line)}.customer-payment-methods button{grid-template-columns:46px minmax(0,1fr) 28px}.customer-payment-methods em,.customer-payment-methods svg{display:none}.customer-progress-steps,.customer-photo-grid,.customer-problem-grid,.customer-resolution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-sticky-actions>div{grid-template-columns:1fr}}.technician-service-page{--c-orange: var(--mobile-orange, #ff5200);--c-orange-dark: var(--mobile-orange-dark, #e94700);--c-orange-soft: var(--mobile-orange-soft, #fff3ec);--c-ink: var(--mobile-ink, #20252b);--c-muted: var(--mobile-muted, #62666c);--c-line: var(--mobile-line, #e7e7e7);width:calc(100% + (var(--m-page-x) * 2));max-width:var(--m-screen);min-height:100svh;display:grid;align-content:start;gap:12px;margin:-12px calc(-1 * var(--m-page-x)) -28px;padding:0 14px calc(104px + env(safe-area-inset-bottom));overflow-x:hidden;background:#fff;color:var(--c-ink)}.technician-service-page *{min-width:0;letter-spacing:0}.technician-service-page .customer-flow-topbar{width:calc(100% + 28px);margin-left:-14px;margin-right:-14px}.technician-service-head,.technician-address-card,.technician-location-card,.technician-checkin-evidence,.technician-confirm-info,.technician-precheck-card,.technician-work-items,.technician-log-card,.technician-material-card,.technician-issue-card,.technician-pause-card,.technician-service-steps,.technician-green-line,.technician-upload-line{width:100%;border:1px solid var(--c-line);border-radius:var(--m-radius);background:#fff;box-shadow:0 7px 18px #20252b09}.technician-service-head{min-height:94px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px}.technician-service-head h2{margin:0;font-size:var(--m-panel-title)}.technician-service-head p{margin:4px 0;color:var(--c-ink)}.technician-service-head b{display:inline-flex;align-items:center;gap:5px;color:#10943a;font-size:var(--m-meta)}.technician-service-head aside{display:grid;justify-items:end;color:var(--c-orange);font-weight:850}.tech-service-status{color:var(--c-orange)}.tech-timer{display:inline-flex;align-items:center;gap:8px;color:#20252b;font-size:18px;white-space:nowrap}.tech-timer svg{color:var(--c-orange)}.technician-map-large,.technician-map-medium{position:relative;width:calc(100% + 28px);min-height:378px;margin:-12px -14px 0;overflow:hidden;border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line);background:linear-gradient(90deg,rgba(214,224,232,.72) 1px,transparent 1px) 0 0 / 46px 46px,linear-gradient(rgba(214,224,232,.72) 1px,transparent 1px) 0 0 / 46px 46px,radial-gradient(circle at 18% 62%,#cbe7f8 0 72px,transparent 73px),#eff8f4}.technician-map-medium{min-height:300px}.technician-map-large:before,.technician-map-medium:before{content:"旺角  Mong Kok        油麻地  Yau Ma Tei        佐敦  Jordan";position:absolute;inset:36px 18px auto;color:#2a3b44ad;font-size:13px;line-height:2.4;white-space:pre-wrap}.tech-map-route{position:absolute;left:76px;right:96px;top:178px;height:8px;border-radius:999px;background:linear-gradient(90deg,#ff5200 0 16%,transparent 16% 21%,#ff5200 21% 39%,transparent 39% 45%,#ff5200 45% 67%,transparent 67% 73%,#ff5200 73% 100%);transform:rotate(11deg)}.tech-map-label{position:absolute;z-index:2;display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:8px;background:#fff;box-shadow:0 6px 16px #20252b1a;color:#20252b;font-weight:850}.tech-map-label.current{left:78px;top:136px}.tech-map-label.service{left:74px;top:55px}.tech-map-pin{position:absolute;z-index:3;width:52px;height:52px;display:grid;place-items:center;border-radius:50% 50% 50% 0;background:var(--c-orange);color:#fff;transform:rotate(-45deg);box-shadow:0 8px 16px #ff52003d}.tech-map-pin svg{transform:rotate(45deg)}.tech-map-pin.worker{left:50px;top:142px}.tech-map-pin.target{right:84px;top:178px}.tech-map-dot{position:absolute;left:106px;top:108px;width:34px;height:34px;border:5px solid #fff;border-radius:50%;background:#28f;box-shadow:0 0 0 42px #2288ff29}.technician-map-large button{position:absolute;right:18px;width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#111;box-shadow:0 6px 18px #20252b1a}.technician-map-large button:nth-of-type(1){bottom:88px}.technician-map-large button:nth-of-type(2){bottom:30px}.technician-route-summary,.technician-green-line,.technician-upload-line{min-height:52px;display:flex;align-items:center;gap:8px;padding:0 14px;color:#20252b}.technician-route-summary{margin-top:-8px;box-shadow:0 -6px 14px #20252b0a}.technician-route-summary svg,.technician-green-line svg{color:var(--c-orange)}.technician-address-card{min-height:126px;display:grid;grid-template-columns:34px minmax(0,1fr) 108px;gap:12px;padding:13px}.technician-address-card>svg{color:var(--c-orange)}.technician-address-card h2{margin:0 0 8px;font-size:var(--m-panel-title)}.technician-address-card p{margin:5px 0;color:#4b5157}.technician-address-card>div:last-child{display:grid;gap:8px;align-content:center}.technician-address-card button,.technician-log-actions button,.technician-material-card header button,.technician-pause-card header button,.technician-issue-card>button,.technician-upload-line button,.technician-green-line button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--c-orange);border-radius:8px;background:#fff;color:var(--c-orange);font-weight:850}.technician-service-steps{min-height:84px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;padding:10px 8px}.technician-service-steps span{position:relative;display:grid;justify-items:center;gap:6px;color:#555b62;text-align:center;font-size:var(--m-caption)}.technician-service-steps span:before{content:"";position:absolute;top:14px;left:-50%;right:50%;border-top:2px solid #d5dbe0}.technician-service-steps span:first-child:before{display:none}.technician-service-steps span.done:before,.technician-service-steps span.active:before{border-color:#14a04a}.technician-service-steps b{position:relative;z-index:1;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#d4d7da;color:#20252b}.technician-service-steps .done b{background:#14a04a;color:#fff}.technician-service-steps .active{color:var(--c-orange);font-weight:850}.technician-service-steps .active b{background:var(--c-orange);color:#fff}.technician-service-steps small{color:var(--c-orange)}.technician-green-line{color:#14904a}.technician-green-line button,.technician-upload-line button{margin-left:auto;border:0;background:transparent}.technician-location-card{display:grid;gap:12px;padding:13px}.technician-location-card h2{display:flex;align-items:center;gap:9px;color:#10943a}.technician-location-card>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.technician-location-card span{display:grid;gap:5px;color:#30353a;text-align:center}.technician-location-card b{color:#20252b;font-weight:650}.technician-checkin-evidence,.technician-confirm-info,.technician-precheck-card,.technician-work-items,.technician-log-card,.technician-material-card,.technician-issue-card,.technician-pause-card{display:grid;gap:12px;padding:13px}.technician-checkin-evidence h2,.technician-confirm-info h2,.technician-precheck-card h2,.technician-work-items h2,.technician-log-card h2,.technician-material-card h2,.technician-issue-card h2,.technician-pause-card h2{display:flex;align-items:center;gap:8px;margin:0;font-size:var(--m-panel-title)}.technician-checkin-evidence h2 svg,.technician-confirm-info h2 svg{color:var(--c-orange)}.technician-checkin-evidence small{color:var(--c-muted);font-weight:500}.technician-checkin-evidence>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.technician-checkin-evidence figure,.technician-checkin-evidence>div>button,.technician-evidence-grid article>div,.technician-evidence-grid article>div button{min-height:116px;border-radius:8px}.technician-checkin-evidence figure,.technician-evidence-grid article.done>div{position:relative;margin:0;overflow:hidden;background:linear-gradient(180deg,transparent 0 52%,rgba(0,0,0,.62) 53%),linear-gradient(135deg,#b6bab2,#5f625c)}.technician-checkin-evidence figure span,.technician-evidence-grid article.done p{position:absolute;left:10px;right:10px;bottom:9px;color:#fff;font-weight:760}.technician-checkin-evidence>div>button,.technician-evidence-grid article>div button{width:100%;display:grid;place-items:center;gap:7px;border:1px dashed #cdd3d8;background:#fff;color:#33383d}.technician-confirm-info>div{display:grid;border:1px solid var(--c-line);border-radius:8px;overflow:hidden}.technician-confirm-info span{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 11px;border-bottom:1px solid var(--c-line);color:#4b5157}.technician-confirm-info span:last-child{border-bottom:0}.technician-confirm-info b{color:#20252b}.technician-segment{display:grid;grid-template-columns:1fr 1fr;min-height:46px;border:1px solid var(--c-line);border-radius:8px;overflow:hidden}.technician-segment button{background:#f7f7f7;color:#20252b;font-weight:850}.technician-segment .active{border:1px solid var(--c-orange);background:#fff;color:var(--c-orange)}.technician-section-title{margin:2px 0;font-size:var(--m-panel-title)}.technician-section-title b{color:var(--c-orange);font-size:22px}.technician-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.technician-evidence-grid article{display:grid;gap:9px;padding:10px;border:1px solid var(--c-line);border-radius:8px;background:#fff}.technician-evidence-grid header{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px}.technician-evidence-grid header span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#dedede;color:#20252b;font-weight:900}.technician-evidence-grid article.done header span,.technician-evidence-grid article:nth-child(2) header span{background:var(--c-orange);color:#fff}.technician-evidence-grid h3{margin:0;font-size:15px}.technician-evidence-grid em{min-height:24px;display:inline-flex;align-items:center;padding:0 7px;border-radius:999px;background:#e8f7ed;color:#14904a;font-size:var(--m-caption);font-style:normal}.technician-evidence-grid article:not(.done) em{background:#fff1e8;color:var(--c-orange)}.technician-evidence-grid footer{display:grid;grid-template-columns:1fr 1fr;gap:8px}.technician-evidence-grid footer button{min-height:32px;background:#fff;color:#20252b}.technician-precheck-card label,.technician-pause-card label{min-height:30px;display:flex;grid-template-columns:none;align-items:center;gap:9px;color:#30353a;font-size:var(--m-body)}.technician-precheck-card input,.technician-pause-card input{width:20px;height:20px;min-height:20px;accent-color:var(--c-orange)}.technician-precheck-card textarea{min-height:72px;resize:none}.technician-upload-line{background:#f7f7f7}.technician-upload-line b{color:var(--c-orange)}.technician-work-items>div{min-height:52px;display:grid;grid-template-columns:30px minmax(0,.9fr) 72px 58px minmax(0,1.1fr);align-items:center;gap:8px;padding:0 8px;border-bottom:1px solid var(--c-line)}.technician-work-items>div:last-child{border-bottom:0}.technician-work-items>div>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#d8d8d8;color:#20252b;font-weight:900}.technician-work-items .done>span{background:#14a04a;color:#fff}.technician-work-items .active>span{background:var(--c-orange);color:#fff}.technician-work-items em{color:#555b62;font-style:normal}.technician-work-items .done em{color:#14a04a}.technician-work-items .active em{color:var(--c-orange)}.technician-work-items time,.technician-work-items small{color:#555b62}.technician-log-card header,.technician-material-card header,.technician-pause-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.technician-log-timeline{display:grid;gap:13px;padding-left:8px;border-left:2px solid var(--c-line)}.technician-log-timeline span{position:relative;display:grid;gap:4px;padding-left:12px}.technician-log-timeline span:before{content:"";position:absolute;left:-15px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--c-orange)}.technician-log-timeline span:first-child:before{background:#14a04a}.technician-log-timeline small{color:var(--c-muted)}.technician-log-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.technician-material-card>div{display:grid;border:1px solid var(--c-line);border-radius:8px}.technician-material-card>div span{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border-bottom:1px solid var(--c-line)}.technician-material-card>div span:last-child{border-bottom:0}.technician-material-card small{color:var(--c-muted)}.technician-issue-card{border-color:#ffd0b9;background:#fff7f2}.technician-issue-card h2{color:var(--c-orange)}.technician-issue-card>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.technician-issue-card>div button{min-height:64px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:9px;border:1px solid #b8c0c7;border-radius:8px;background:#fff;color:#20252b;text-align:left}.technician-issue-card>div button.active{border-color:var(--c-orange);color:var(--c-orange)}.technician-issue-card>div small{grid-column:2;color:#555b62}.technician-issue-card>button{width:100%;background:var(--c-orange);color:#fff}.technician-issue-card p{display:flex;align-items:flex-start;gap:7px;color:var(--c-orange);font-size:var(--m-caption);line-height:1.45}.technician-pause-card>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}@media(max-width:370px){.technician-service-page{padding-left:12px;padding-right:12px}.technician-service-page .customer-flow-topbar,.technician-map-large,.technician-map-medium{width:calc(100% + 24px);margin-left:-12px;margin-right:-12px}.technician-service-head,.technician-address-card,.technician-work-items>div{grid-template-columns:52px minmax(0,1fr)}.technician-service-head aside,.technician-address-card>div:last-child,.technician-work-items time,.technician-work-items small{grid-column:1 / -1}.technician-location-card>div,.technician-checkin-evidence>div,.technician-evidence-grid,.technician-log-actions,.technician-issue-card>div,.technician-pause-card>div{grid-template-columns:1fr}}
