:root{--ink:#172321;--muted:#6e7974;--line:#dde5df;--paper:#f7f9f7;--green:#176b4a;--lime:#d9ed5c;--amber:#faedc7;--red:#f8d6d0}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,system-ui,sans-serif}.shell{max-width:1040px;margin:auto;padding:26px}.top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.brand{font-size:22px;font-weight:750;letter-spacing:-.7px}.brand small{display:block;color:var(--muted);font-size:12px;font-weight:500;letter-spacing:0}.nav{display:flex;gap:10px;flex-wrap:wrap;align-items:center}a,.button{color:inherit;text-decoration:none}.button,button{background:var(--green);color:white;border:0;border-radius:9px;padding:10px 14px;font:inherit;cursor:pointer}.button:hover,button:hover{filter:brightness(.94)}.button.secondary,button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.nav-more{position:relative}.nav-more summary{list-style:none;background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px 14px;cursor:pointer}.nav-more summary::-webkit-details-marker{display:none}.nav-more>div{position:absolute;right:0;top:46px;z-index:5;width:190px;padding:6px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px #17232118;border-radius:10px}.nav-more>div a{display:block;padding:9px 10px;border-radius:6px}.nav-more>div a:hover{background:#f2f7f3}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stat,.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.stat strong{font-size:28px;display:block}.muted{color:var(--muted)}.toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.table th,.table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.table th{font-size:12px;color:var(--muted);background:#fbfcfb}.table tr:last-child td{border:0}.badge{display:inline-block;border-radius:99px;padding:4px 9px;font-size:12px;font-weight:650;background:#e7f3ec;color:#176b4a}.badge.warn{background:var(--amber);color:#795b06}.badge.done{background:#d6ece3}.badge.new{background:#edf0ee;color:#506058}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px}.form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.form .full{grid-column:1/-1}label{font-size:12px;font-weight:650;display:block}input,select,textarea{margin-top:5px;width:100%;padding:10px;border:1px solid #cfd8d2;border-radius:8px;background:#fff;font:inherit;color:var(--ink)}textarea{min-height:96px}.login{max-width:400px;margin:13vh auto}.notice{padding:12px 14px;background:#e5f5ec;border:1px solid #c4e5d1;border-radius:9px;margin:0 0 18px}.error{background:#fff0ed;border-color:#f4c9c1}.material{border-top:1px solid var(--line);padding:12px 0}.material:first-of-type{border:0}.row{display:flex;justify-content:space-between;gap:10px;align-items:center}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.photo-grid img{width:100%;height:130px;object-fit:cover;border-radius:9px}.workbon-head{background:var(--ink);color:#fff;border-radius:15px;padding:22px;margin-bottom:18px}.flow-hero{padding:28px 0 22px}.eyebrow{display:block;font-weight:800;font-size:11px;letter-spacing:.12em;color:var(--green)}.flow-hero h1,.flow-head h1{font-size:34px;letter-spacing:-1.3px;margin:4px 0}.flow-hero p,.flow-head p{margin:0;color:var(--muted);font-size:16px}.job-picker{display:grid;gap:10px}.job-choice{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;grid-template-columns:38px 1fr auto auto;gap:14px;align-items:center;transition:.15s}.job-choice:hover{border-color:var(--green);box-shadow:0 7px 22px #176b4a12;transform:translateY(-1px)}.job-choice-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#e7f3ec;color:var(--green);font-weight:800}.job-choice strong,.job-choice small{display:block}.job-choice small{color:var(--muted)}.job-choice b{font-size:13px;color:var(--green)}.flow-head{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end;margin-bottom:18px}.flow-head .back-link{grid-column:1/-1;font-size:13px;color:var(--muted)}.stepper{display:flex;gap:8px;margin-bottom:18px}.stepper span{font-size:13px;color:var(--muted);display:flex;gap:7px;align-items:center}.stepper b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e2e7e3;color:#63716a;font-size:12px}.stepper .active{color:var(--ink);font-weight:650}.stepper .active b{background:var(--green);color:#fff}.flow-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;margin:16px 0}.flow-card.is-muted{opacity:.62}.step-title{display:flex;gap:12px;margin-bottom:18px}.step-title>span{flex:none;display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#176b4a;color:white;font-weight:800}.step-title h2{font-size:20px;line-height:1.2;margin:2px 0 3px}.step-title p{margin:0;color:var(--muted)}.template-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.template-card{padding:17px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:13px}.template-card:hover{border-color:#76a891}.template-card strong,.template-card span{display:block}.template-card span{font-size:13px;color:var(--muted);margin-top:2px}.template-card small{color:var(--muted)}.template-card small b{color:var(--ink)}.template-card form{margin-top:auto}.template-card button,.template-card .button{width:100%;text-align:center;display:flex;justify-content:space-between;align-items:center}.template-card.is-empty{background:#fbfcfb}.order-checklist{border:1px solid var(--line);border-radius:10px;overflow:hidden}.order-checklist>div{display:grid;grid-template-columns:25px 1fr auto;gap:8px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}.order-checklist>div:last-child{border:0}.order-checklist span{color:var(--green);font-weight:800}.order-checklist small{color:var(--muted)}.add-manual{margin:13px 0;color:var(--muted);font-size:13px}.add-manual summary{cursor:pointer;color:var(--green);font-weight:700}.add-manual p{margin:7px 0 3px}.add-manual a{color:var(--green);text-decoration:underline}.rule{border:0;border-top:1px solid var(--line);margin:20px 0}.order-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-items:end}.order-form button{grid-column:1/-1;justify-self:start;margin-top:4px}.empty-state{text-align:center;padding:28px;border:1px dashed #bfc9c2;border-radius:12px;background:#fbfcfb}.empty-state strong{display:block;font-size:17px}.empty-state p{color:var(--muted);margin:5px 0 16px}.hide-print{}@media(max-width:800px){.shell{padding:16px}.grid{grid-template-columns:repeat(2,1fr)}.split,.form,.template-grid,.order-form{grid-template-columns:1fr}.top{align-items:flex-start;flex-direction:column}.table th:nth-child(4),.table td:nth-child(4){display:none}.job-choice{grid-template-columns:38px 1fr auto}.job-choice .badge{grid-column:2/3}.job-choice b{grid-column:3;grid-row:1/3}.flow-head{grid-template-columns:1fr}.flow-head .button{justify-self:start}.flow-hero h1,.flow-head h1{font-size:29px}.stepper{gap:5px}.stepper span{font-size:11px}.order-checklist>div{grid-template-columns:23px 1fr}.order-checklist small{grid-column:2}}@media print{.hide-print,.nav{display:none}.shell{max-width:none}.card,.workbon-head{border:0}.workbon-head{background:#fff;color:#000;padding:0}}
