:root{--red:#a71916;--red-dark:#7f0f0c;--blue:#0873bd;--ink:#17191d;--muted:#67707b;--line:#dfe3e7;--bg:#f7f8f9;--green:#1d7d3c}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{min-height:100vh;background:linear-gradient(180deg,#fff 0,#f7f8f9 270px)}.topbar{min-height:88px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:22px;padding:8px clamp(22px,3.5vw,70px);background:rgba(255,255,255,.96);border-bottom:1px solid rgba(18,28,40,.1);position:sticky;top:0;z-index:5;backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:21px;letter-spacing:-.04em;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;color:#fff;background:var(--red);font-size:24px;line-height:1}.brand-red{color:var(--red)}.header-title{display:flex;align-items:baseline;gap:13px;white-space:nowrap}.header-title strong{font-size:clamp(22px,2.35vw,42px);letter-spacing:-.04em}.header-title span{color:var(--red);font-size:13px;font-weight:900;letter-spacing:.07em}.top-actions{justify-self:end;display:flex;align-items:center;gap:12px}.demo-tag{padding:7px 11px;border-radius:99px;background:#eef0f2;color:#59616b;font-size:12px;font-weight:800;white-space:nowrap}.content{width:min(1180px,calc(100% - 48px));min-height:calc(100vh - 154px);margin:auto;padding:48px 0 66px}.eyebrow{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.page-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:27px}.page-head h1{font-size:clamp(36px,4.5vw,54px);line-height:1;letter-spacing:-.045em;margin:8px 0 10px}.subtitle{color:var(--muted);font-size:17px;line-height:1.5;margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border-radius:10px;border:1px solid transparent;font-weight:850;text-decoration:none;white-space:nowrap}.button.primary{background:var(--red);color:#fff;box-shadow:0 5px 12px rgba(167,25,22,.18)}.button.primary:hover{background:var(--red-dark)}.button.secondary{background:#fff;color:#39424c;border-color:#c9d0d6}.button.secondary:hover,.button.ghost:hover{border-color:var(--blue);color:var(--blue)}.button.ghost{background:transparent;color:#59616b;border-color:#d6dbe0}.button:focus-visible,.card-action:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(8,115,189,.32);outline-offset:2px}.button:disabled{opacity:.55;cursor:not-allowed}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}.metric{padding:20px 23px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 22px rgba(23,28,35,.045)}.metric strong{display:block;font-size:31px;line-height:1;letter-spacing:-.03em}.metric span{display:block;margin-top:8px;color:var(--muted);font-size:14px;font-weight:700}.section-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:0 0 13px}.section-head h2{font-size:22px;letter-spacing:-.025em;margin:0}.search{width:min(280px,100%);border:1px solid #cbd2d8;border-radius:9px;padding:10px 12px;background:#fff}.cards{display:grid;gap:12px}.job-card{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:18px;padding:19px 20px;background:#fff;border:1px solid rgba(34,43,53,.12);border-radius:17px;box-shadow:0 8px 22px rgba(23,28,35,.06)}.job-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;background:#f2f3f5;color:#67707b;font-size:24px}.job-icon.complete{background:#e4f7e9;color:var(--green)}.job-main h3{font-size:19px;margin:0 0 5px;letter-spacing:-.02em}.job-main p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.job-main .meta{margin-top:7px;color:#4e5965;font-weight:700}.job-side{text-align:right;display:grid;justify-items:end;gap:11px}.status{display:inline-block;border-radius:99px;padding:6px 10px;background:#fff3cd;color:#7b5300;font-size:12px;font-weight:850;white-space:nowrap}.status.complete{background:#e4f7e9;color:var(--green)}.card-action{border:0;background:none;color:var(--blue);font-weight:850;padding:4px 0}.empty{padding:40px 25px;text-align:center;background:#fff;border:1px dashed #cbd2d8;border-radius:17px;color:var(--muted)}.empty strong{display:block;margin-bottom:7px;color:var(--ink);font-size:20px}.panel{padding:26px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:17px;box-shadow:0 8px 22px rgba(23,28,35,.06)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.field{display:grid;gap:7px;min-width:0}.field.wide{grid-column:1/-1}.field>span,.label{font-size:14px;font-weight:800;color:#4e5965}.field input,.field textarea,.field select{width:100%;min-width:0;border:1px solid #cbd2d8;border-radius:9px;background:#fff;padding:11px 12px;color:var(--ink)}.field textarea{min-height:105px;resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.detail-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.8fr);gap:20px}.panel h2{font-size:22px;margin:0 0 18px;letter-spacing:-.025em}.info-row{display:grid;grid-template-columns:155px 1fr;gap:14px;border-top:1px solid #ebedf0;padding:13px 0;line-height:1.45}.info-row:first-of-type{border-top:0}.info-row span{color:var(--muted);font-size:14px}.info-row strong{font-weight:750;overflow-wrap:anywhere}.answer-block{padding:14px 0;border-top:1px solid #ebedf0}.answer-block:first-of-type{border-top:0;padding-top:0}.answer-block .label{display:block;margin-bottom:6px}.answer-block p{margin:0;line-height:1.5}.muted{color:var(--muted)}.small{font-size:14px}.side-actions{display:grid;gap:10px}.side-actions .button{width:100%}.notice{padding:13px 15px;border-radius:10px;background:#e7f4fd;color:#235d86;font-size:14px;line-height:1.5}.notice.warning{background:#fff3cd;color:#735300}.notice.success{background:#e4f7e9;color:#176c36}.customer-wrap{max-width:740px;margin:auto}.customer-head{margin-bottom:24px}.customer-head h1{font-size:clamp(35px,5vw,52px);line-height:1.05;letter-spacing:-.04em;margin:8px 0 11px}.stepper{display:flex;align-items:center;gap:8px;margin:0 0 20px;color:var(--muted);font-size:13px;font-weight:800}.stepper span{height:5px;flex:1;border-radius:99px;background:#e1e5e8}.stepper span.on{background:var(--red)}.customer-date{display:flex;gap:11px;align-items:center;margin:15px 0 0;padding:12px 15px;background:#f4f6f8;border-radius:10px;font-weight:750}.check-options{display:flex;flex-wrap:wrap;gap:10px}.choice{position:relative}.choice input{position:absolute;opacity:0;pointer-events:none}.choice span{display:inline-flex;align-items:center;min-height:43px;padding:9px 14px;border:1px solid #cbd2d8;border-radius:9px;background:#fff;color:#404a54;font-weight:750}.choice input:checked+span{border-color:var(--blue);background:#e7f4fd;color:#075d99}.choice input:focus-visible+span{outline:3px solid rgba(8,115,189,.32);outline-offset:2px}.upload{display:block;width:100%;padding:25px;border:1.5px dashed #bcc5cd;border-radius:12px;background:#f8f9fa;text-align:center;color:#59616b;cursor:pointer}.upload input{display:none}.upload strong{display:block;color:var(--ink);margin-bottom:3px}.preview-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:10px}.preview-list img{width:92px;height:92px;object-fit:cover;border-radius:9px;border:1px solid var(--line)}.done-mark{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 16px;background:#e4f7e9;color:var(--green);border-radius:50%;font-size:34px;font-weight:900}.success-view{text-align:center}.success-view h1{margin:0 0 10px;font-size:36px}.success-view p{color:var(--muted);line-height:1.5}.footer{display:flex;justify-content:space-between;gap:12px;padding:19px clamp(22px,3.5vw,70px);border-top:1px solid #e4e7e9;color:var(--muted);font-size:12px}.hidden{display:none!important}@media(max-width:850px){.topbar{grid-template-columns:1fr auto;min-height:72px}.header-title{display:none}.demo-tag{display:none}.detail-grid{grid-template-columns:1fr}}@media(max-width:650px){.content{width:calc(100% - 30px);padding:28px 0 50px}.page-head{display:block}.page-head .button{margin-top:19px}.metrics{grid-template-columns:repeat(3,1fr);gap:7px}.metric{padding:15px 10px}.metric strong{font-size:25px}.metric span{font-size:12px}.section-head{align-items:stretch;flex-direction:column}.search{width:100%}.job-card{grid-template-columns:43px 1fr;gap:12px;padding:16px}.job-icon{width:43px;height:43px;font-size:19px}.job-side{grid-column:2;display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left}.job-main h3{font-size:17px}.form-grid{grid-template-columns:1fr}.panel{padding:19px}.info-row{grid-template-columns:1fr;gap:3px}.form-actions{flex-wrap:wrap}.form-actions .button{flex:1}.footer{display:block;line-height:1.7}.brand{font-size:18px}.brand-mark{width:34px;height:34px}.top-actions .button{padding:8px 10px;font-size:13px}}
