@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#1f2457;background:#f8f9ff;font-size:16px;line-height:1.5;--blue:#2731cc;--yellow:#ffe338;--pink:#f659a4;--lime:#d6f65c;--border:#d8dcf0}*{box-sizing:border-box}body{margin:0}a{color:var(--blue);text-underline-offset:4px}button,.button{display:inline-flex;justify-content:center;align-items:center;padding:.8rem 1.2rem;min-height:48px;border:2px solid var(--blue);border-radius:8px;background:var(--blue);color:#fff;font:700 1rem/1.3 'DM Sans',sans-serif;cursor:pointer;text-decoration:none}button:hover,.button:hover{filter:brightness(.94)}button:disabled{opacity:.55;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #c12f78;outline-offset:3px}.secondary{background:#fff;color:var(--blue)}.text-button{padding:.4rem 0;background:none;color:var(--blue);border:0;text-decoration:underline}.small,.optional{font-size:.875rem}.optional{font-weight:400;color:#59617c}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Barlow Condensed',sans-serif;line-height:1.05}h1{font-size:clamp(2.7rem,5vw,4.3rem);margin-bottom:.5rem}h2{font-size:2.3rem;margin-bottom:1rem}h3{font-size:1.125rem;margin-top:2rem}p{margin-bottom:1.1rem}.eyebrow{font-size:.875rem;letter-spacing:.09em;font-weight:700}.desk-header{display:flex;align-items:center;gap:2rem;justify-content:space-between;background:var(--yellow);border-bottom:3px solid var(--blue);padding:1.05rem max(1.5rem,calc((100vw - 1280px)/2));flex-wrap:wrap}.brand{font-family:'Barlow Condensed',sans-serif;font-size:1.65rem;line-height:1;font-weight:800;text-decoration:none}.desk-header span{font-size:.875rem;letter-spacing:.08em;font-weight:700}.desk-header a:last-child{font-size:.875rem}.desk-main{max-width:1328px;padding:2.3rem 1.5rem 3rem;margin:auto}.topline{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.7rem}.quiet-link{font-weight:600;margin-bottom:.5rem}.totals{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1.8rem}.totals>div{background:white;border:1px solid var(--border);border-radius:12px;padding:1.15rem 1.4rem;display:flex;flex-direction:column}.totals span{font-size:.95rem;font-weight:600}.totals strong{font-size:2.1rem;line-height:1.4;overflow-wrap:anywhere}.totals small{font-size:.875rem}.totals .heart-total{background:var(--pink);color:#191d51;border-color:#d53885}.tabs{display:flex;gap:.5rem;flex-wrap:wrap;border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1.5rem}.tabs button{background:transparent;color:var(--blue);border-color:transparent}.tabs button.active{background:var(--blue);color:white}.two-column{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:1.5rem;align-items:start}.card{background:#fff;border:1px solid var(--border);padding:1.6rem;border-radius:14px;min-width:0}.card-heading{display:flex;align-items:start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.7rem}.card-heading h2{max-width:26rem}.badge{font-size:.875rem;padding:.3rem .65rem;border-radius:99px;background:#edf0ff;color:var(--blue);white-space:nowrap;font-weight:600}.yellow-card{background:var(--yellow);border-color:var(--yellow)}.lime-card{background:var(--lime);border-color:var(--lime)}.yellow-card h2{font-size:3.6rem}ol{padding-left:1.4rem}li+li{margin-top:.75rem}label{display:block;font-weight:600;margin-bottom:1.1rem}input,select{width:100%;font:400 1rem 'DM Sans',sans-serif;color:#1f2457;padding:.75rem;border:1.5px solid #a4abc8;border-radius:7px;background:#fff;min-height:48px;margin-top:.35rem}input[type=checkbox]{width:22px;height:22px;min-height:0;margin:0;flex-shrink:0}.check{display:flex;gap:.7rem;align-items:start;font-weight:500}.check input{margin-top:.2rem}.item-row{border-top:1px solid var(--border);padding-top:1rem;display:grid;grid-template-columns:minmax(0,1fr) 80px 110px 45px;gap:.7rem}.item-row label{font-size:.875rem}.item-row button{padding:0;min-width:40px;margin-top:1.65rem;align-self:start;background:white;color:var(--blue);border-color:var(--border)}.sale-total{display:flex;justify-content:space-between;align-items:center;border-top:2px solid var(--blue);margin-top:1.6rem;padding-top:1rem;gap:1rem}.sale-total strong{font-size:2.3rem}.sale-total span{font-weight:600}.sale-total+p{margin-top:.6rem}#message{background:#edf0ff;border-left:4px solid var(--blue);padding:1rem;margin-bottom:1.2rem;border-radius:4px}#message.error{background:#fff0f2;border-color:#bd234e;color:#871939}.list-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--border)}.list-row:last-child{border:0}.list-row strong,.list-row small{display:block}.list-row small{font-size:.875rem;color:#59617c}.list-actions{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.empty{padding:2rem 0;color:#59617c}.detail-items{padding-left:1.2rem}.detail-items li{margin-bottom:.65rem}.payment-total{font-family:'Barlow Condensed',sans-serif;font-size:3.5rem;font-weight:700;line-height:1;margin:.6rem 0 1.5rem}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.receipt-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}.qr{max-width:260px;width:100%;height:auto;display:block;border:1px solid var(--border);margin:1rem 0}.payment-link{overflow-wrap:anywhere}.status-note{border-radius:8px;padding:1rem;background:#edf0ff;margin-bottom:1.5rem}details{border-top:1px solid var(--border);padding-top:1rem;margin-top:1.3rem}summary{font-weight:700;cursor:pointer;padding:.4rem 0;margin-bottom:.8rem}.desk-footer{text-align:center;font-size:.875rem;padding:1.5rem;color:#59617c}.signin{max-width:600px;margin:10vh auto;padding:2rem;border:2px solid var(--blue);background:var(--yellow);border-radius:12px}.signin .button{margin-bottom:1rem}.receipt-body{background:#fff}.receipt{max-width:800px;padding:2rem;margin:2rem auto}.receipt nav{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:2rem}.receipt table{border-collapse:collapse;width:100%;margin:2rem 0}.receipt th,.receipt td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem .4rem}.receipt th:last-child,.receipt td:last-child{text-align:right}.receipt-total{display:flex;justify-content:space-between;font-size:1.7rem;font-weight:700}.receipt hr{border:0;border-top:1px solid var(--border);margin:2rem 0}[hidden]{display:none!important}@media(max-width:850px){.two-column{grid-template-columns:1fr}.totals{gap:.6rem}.totals>div{padding:1rem}.totals strong{font-size:1.7rem}.topline{align-items:start;flex-direction:column}.desk-header{gap:.8rem}.desk-header span{display:none}.card{padding:1.25rem}}@media(max-width:520px){.desk-main{padding:1.5rem 1rem}.totals{grid-template-columns:1fr 1fr}.totals>div:last-child{grid-column:1/-1}.totals strong{font-size:1.65rem}.tabs{gap:0}.tabs button{padding:.7rem .65rem;font-size:.9rem}.item-row{grid-template-columns:1fr 1fr 42px;gap:.5rem}.item-row label:first-child{grid-column:1/-1}.item-row label{margin-bottom:.7rem}.item-row button{margin-top:1.65rem}.field-pair{grid-template-columns:1fr}.list-row{align-items:start}.list-actions{justify-content:end}.badge{white-space:normal}.sale-total strong{font-size:2rem}.receipt{padding:1rem;margin:0}.receipt td{overflow-wrap:anywhere}.signin{margin:2rem 1rem}}@media print{.no-print{display:none!important}.receipt{padding:0;margin:0;max-width:none}.receipt-body{font-size:11pt;color:black}a{color:black;text-decoration:none}h1{font-size:30pt}h2{font-size:20pt}tr{break-inside:avoid}@page{size:letter;margin:.6in}}
