.bo-public{background:#f6f7fb;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}
.bo-wrap{max-width:1050px;margin:24px auto;padding:0 14px}
.bo-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}
.bo-head{display:grid;grid-template-columns:120px 1fr 320px;gap:14px;align-items:start}
.bo-logo img{width:100px;height:100px;object-fit:contain;border-radius:14px;border:1px solid #e5e7eb;background:#fff}
.bo-head-main h1{margin:0;font-size:22px}
.bo-sub{color:#6b7280;margin-top:6px}
.bo-to{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fafafa}
.bo-to-title{font-weight:700;margin-bottom:6px}
.bo-pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.bo-pill{background:#eef6ff;border:1px solid #d7e8ff;color:#1e40af;padding:4px 8px;border-radius:999px;font-size:12px}
.bo-pill.ok{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}
.bo-pill.no{background:#fef2f2;border-color:#fecaca;color:#991b1b}

.bo-items{width:100%;border-collapse:collapse;margin-top:16px}
.bo-items th{background:#f0f7ff;color:#1e40af;text-align:left;padding:10px;font-weight:700}
.bo-items td{border-top:1px solid #eef2f7;padding:10px;vertical-align:top}
.bo-desc-row{display:flex;gap:10px;align-items:center}
.bo-thumb{width:44px;height:44px;border-radius:10px;object-fit:cover;background:#f3f4f6}
.bo-name{font-weight:700}
.bo-muted{color:#6b7280;font-size:12px;margin-top:2px}

.bo-summary{display:flex;justify-content:flex-end;margin-top:14px}
.bo-sum-box{min-width:320px;border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fafafa}
.bo-sum-line{display:flex;justify-content:space-between;margin:6px 0}
.bo-sum-grand{font-size:18px}
.bo-sum-grand strong{color:#16a34a}

.bo-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:18px}
.bo-client-actions{display:flex;flex-direction:column;gap:10px;margin:0;min-width:320px}
.bo-note{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fafafa}
.bo-note textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;resize:vertical;font:inherit}
.bo-actions-row{display:flex;gap:10px;flex-wrap:wrap}
.bo-actions-row .bo-btn{display:inline-flex;align-items:center;justify-content:center}
.bo-checkout{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fafafa}
.bo-checkout .bo-row{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}
.bo-checkout label{font-weight:700}
.bo-checkout select{padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.bo-check{display:flex;gap:8px;align-items:center;font-weight:600}
.bo-checkout{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:10px}
.bo-row label{display:block;font-weight:700;margin-bottom:6px}
.bo-row select{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.bo-check{display:flex;align-items:center;gap:8px;font-weight:700}
.bo-btn{border:0;border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer}
.bo-btn.ok{background:#16a34a;color:#fff}
.bo-btn.no{background:#111827;color:#fff}
.bo-btn:hover{opacity:.92}

.bo-passgate{padding:16px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;margin-top:14px}
.bo-passgate input{padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;width:260px;margin-right:10px}

.bo-alert{margin-top:12px;padding:10px 12px;border-radius:12px;font-weight:700}
.bo-alert.ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.bo-alert.no{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}

.bo-thankyou{margin-top:14px}
.bo-thankyou-card{border:1px solid #e5e7eb;border-radius:16px;padding:18px;background:#fff}
.bo-thankyou-logo img{max-width:160px;height:auto;object-fit:contain}
.bo-thankyou h2{margin:10px 0 6px;font-size:22px}
.bo-review{margin-top:12px;border-top:1px solid #eef2f7;padding-top:12px}
.bo-review-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:10px}
.bo-qr img{max-width:180px;border:1px solid #e5e7eb;border-radius:12px}

@media (max-width: 980px){
  .bo-head{grid-template-columns:1fr}
}
