:root{--ink:#171715;--cream:#f2efe8;--yellow:#ffd500;--blue:#2855df;--red:#f24438;--green:#28765f}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}#guard{padding:40px;font-weight:900}header{height:82px;padding:0 28px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:9px solid var(--yellow)}header>div{display:flex;align-items:center;gap:18px}.logo{border:0;background:none;color:#fff;font-size:25px;font-weight:1000;letter-spacing:.05em}.logo small{color:var(--yellow)}#resetButton{padding:11px 16px;border:2px solid #fff;background:transparent;color:#fff;font-weight:900}.screen{display:none;min-height:calc(100vh - 82px);padding:42px}.screen.active{display:block}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.18em;color:var(--red)}h1{font-size:clamp(38px,6vw,76px);line-height:.95;margin:14px 0 30px;max-width:900px}.big-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.big-actions button{min-height:330px;text-align:left;padding:28px;border:4px solid var(--ink);box-shadow:9px 9px 0 var(--ink);background:#fff;display:flex;flex-direction:column}.big-actions button:nth-child(1){background:var(--yellow)}.big-actions button:nth-child(2){background:var(--blue);color:#fff}.big-actions button:nth-child(3){background:var(--red);color:#fff}.big-actions span{font-weight:900}.big-actions b{font-size:52px;margin-top:auto}.big-actions small{font-size:18px;margin-top:8px}.workspace-head{display:flex;justify-content:space-between;gap:20px;border-bottom:3px solid var(--ink);margin-bottom:28px}.workspace-head h1{font-size:46px;margin:8px 0 15px}.workspace-head p{max-width:700px}#stepBadge{background:var(--yellow);border:3px solid var(--ink);padding:10px 15px;height:max-content;font-weight:900}.card{background:#fff;border:3px solid var(--ink);box-shadow:7px 7px 0 var(--ink);padding:24px;margin-bottom:24px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid.three{grid-template-columns:repeat(3,1fr)}label{display:grid;gap:7px;font-weight:800}input,select,textarea{width:100%;padding:14px;border:2px solid #777;background:#fff}.action{padding:15px 22px;border:3px solid var(--ink);background:var(--yellow);box-shadow:4px 4px 0 var(--ink);font-weight:900}.action.dark{background:var(--ink);color:#fff}.action.red{background:var(--red);color:#fff}.actions{display:flex;gap:14px;justify-content:flex-end;margin-top:22px}.item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;border-bottom:2px solid #ddd;padding:14px 0}.item img,.photo{width:100px;height:100px;object-fit:contain;background:#eee}.item h3{margin:0 0 7px}.qty{display:flex;gap:10px;align-items:center}.qty button{width:38px;height:38px;border:2px solid var(--ink);background:#fff;font-weight:900}.summary{margin-left:auto;width:min(100%,440px)}.summary div{display:flex;justify-content:space-between;padding:9px 0}.summary .total{font-size:25px;border-top:3px solid var(--ink)}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.choice{padding:22px;border:3px solid var(--ink);background:#fff;text-align:left}.choice.active{background:var(--yellow)}.lookup-result{display:grid;grid-template-columns:120px 1fr;gap:18px;margin-top:18px}.lookup-result img{width:120px;height:120px;object-fit:contain}.credit-box{background:#eaf0ff;border:3px solid var(--blue);padding:18px}.success{text-align:center;padding:40px}.success h2{font-size:48px}.cash-change{font-size:38px;color:var(--green);font-weight:900}#message{position:sticky;bottom:15px;background:var(--ink);color:#fff;padding:14px 18px;font-weight:800;min-height:0}#message:empty{display:none}@media(max-width:850px){.screen{padding:24px}.big-actions,.grid,.grid.three,.choice-grid{grid-template-columns:1fr}.big-actions button{min-height:180px}.item{grid-template-columns:75px 1fr}.item>div:last-child{grid-column:2}.workspace-head{display:block}}
.remove-x{width:38px!important;height:38px!important;padding:0;border:2px solid var(--ink);background:var(--red)!important;color:#fff;font-weight:900;font-size:18px;line-height:1}
.big-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.big-actions button:nth-child(4){background:#fff;color:var(--ink)}.big-actions button:nth-child(4) b{font-size:40px}.account-status{margin-top:18px;padding:15px;border:2px solid var(--ink);background:#eaf0ff}@media(max-width:1100px){.big-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.big-actions button{min-height:230px}}@media(max-width:850px){.big-actions{grid-template-columns:1fr}}.override-offer{margin:20px 0}.money-input{display:grid;grid-template-columns:48px 1fr}.money-input span{display:grid;place-items:center;background:var(--yellow);border:2px solid #777;border-right:0;font-size:20px;font-weight:900}.money-input input{margin:0}
/* Staff purchase profitability indicator */
.profit-indicator{display:grid;gap:3px;margin:10px 0;padding:11px 13px;border:3px solid #111;color:#111}.profit-indicator b{text-transform:uppercase;font-size:14px}.profit-indicator small{font-size:12px}.profit-green{background:#74df82}.profit-yellow{background:#ffe66a}.profit-orange{background:#ffad45}.profit-red{background:#f05b55;color:#fff}.profit-unknown{background:#e7e7e7}.item .profit-indicator{min-width:155px;margin:0 0 8px;padding:7px 9px}.item .profit-indicator small{display:block}

.identified-heading{display:flex;align-items:center;gap:18px;margin-bottom:14px}.identified-photo,.intake-photo{width:120px;height:95px;object-fit:contain;background:#f4f4f4;border:2px solid #ddd}.item>.intake-photo{flex:0 0 120px}@media(max-width:650px){.identified-heading{align-items:flex-start}.identified-photo,.intake-photo{width:90px;height:75px}.item>.intake-photo{flex-basis:90px}}

.dual-offers{display:grid;gap:5px;margin:7px 0}.dual-offers b{font-size:13px}.dual-offers small{font-weight:normal}.dual-total{display:grid!important;grid-template-columns:auto auto;gap:6px 18px;align-items:center}.dual-total b{text-align:right}

.offer-overrides{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:15px 0;padding:14px;border:3px dashed #111;background:#fff9d8}.offer-overrides small{display:block;font-weight:normal}@media(max-width:650px){.offer-overrides{grid-template-columns:1fr}}

.edit-item{margin-right:8px;padding:8px 12px;border:2px solid #111;background:#ffd500;font-weight:900}.saved-offer-list{display:grid;gap:12px}.saved-offer-list article{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px;border:2px solid #111;background:#f6f3eb}.saved-offer-list small{display:block;margin-top:5px}.saved-offer-list article>div:last-child{display:flex;align-items:center;gap:10px}

.sell-enroll{margin:22px 0;padding:18px;border:2px solid #111;background:#f6f3eb}.sell-enroll summary{cursor:pointer;font-weight:900}.sell-enroll p{margin:12px 0}.sell-enroll .action{margin-top:12px}

.boost-notice{margin:10px 0;padding:10px 12px;background:#168447;color:#fff;border:2px solid #111;font-weight:900;letter-spacing:.5px}
