/* ── CHECKOUT ── */
#co-scr .inner { padding: 22px; display: flex; flex-direction: column; align-items: center; background: var(--bg); }
.co-c { background: var(--white); border-radius: var(--r); width: 100%; padding: 28px 24px; box-shadow: 0 2px 12px rgba(0,0,0,.06); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.co-t { font-family: var(--S); font-size: 1.5rem; font-weight: 700; color: var(--text); }
.co-s { font-size: .82rem; color: var(--muted); text-align: center; }
.qr-w { position: relative; margin: 14px 0; }
.qr-cv { width: 190px; height: 190px; border-radius: 10px; display: block; background: var(--bg2); }
.qr-sp { position: absolute; inset: 0; background: rgba(255,255,255,.93); border-radius: 10px; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.qr-sp.show { display: flex; }
.spin { width: 30px; height: 30px; border: 3px solid var(--border); border-top-color: var(--gold); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg) } }
.sp-t2 { font-size: .8rem; color: var(--muted); }
.divd { display: flex; align-items: center; gap: 10px; width: 100%; margin: 6px 0; }
.divd span { flex: 1; height: 1px; background: var(--border); }
.divd em { font-size: .74rem; color: var(--muted); font-style: normal; }
.bk-svc { width: 100%; padding: 15px; background: var(--dark); border: none; border-radius: var(--r); font-family: var(--F); font-size: .92rem; font-weight: 600; color: #fff; cursor: pointer; min-height: 52px; }
.nay-b { width: 100%; text-align: center; padding: 14px 0; }
.nay-ico { font-size: 3rem; margin-bottom: 6px; }
.nay-ti { font-weight: 700; font-size: 1.05rem; color: var(--text); margin-bottom: 5px; }
.nay-de { font-size: .83rem; color: var(--muted); line-height: 1.7; }
.nay-am { color: var(--gold); font-weight: 700; }

/* ── INVOICES ── */
#inv-scr .inner { padding: 22px; background: var(--bg); }
.inv-t { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.inv-th { display: grid; grid-template-columns: 26px 1fr 68px 68px 80px; gap: 6px; padding: 10px 14px; background: var(--bg2); font-size: .68rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.inv-row { display: grid; grid-template-columns: 26px 1fr 68px 68px 80px; gap: 6px; padding: 15px 14px; align-items: center; border-top: 1px solid var(--border); cursor: pointer; transition: .14s; min-height: 56px; }
.inv-row:active, .inv-row.sel { background: #fdf7e8; }
.inv-ck { width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: .72rem; transition: .15s; flex-shrink: 0; }
.inv-row.sel .inv-ck { background: var(--gold); border-color: var(--gold); color: #fff; }
.inv-id { font-size: .68rem; color: var(--muted); }
.inv-sv { font-size: .78rem; font-weight: 500; color: var(--text); }
.inv-am, .inv-ba { font-size: .78rem; color: var(--text); }
.bdg { display: inline-block; padding: 4px 8px; border-radius: 20px; font-size: .66rem; font-weight: 700; white-space: nowrap; }
.bp { background: #fff3cd; color: #7a5c00; }
.bn { background: #d0e8ff; color: #0a4a8a; }
.bo { background: #fdd; color: #7a1c1c; }
.bv { background: #e5e5e5; color: #555; }
.inv-act { display: flex; gap: 12px; margin-top: 16px; }
.inv-cl { flex: 1; padding: 15px; background: transparent; border: 1.5px solid var(--border); border-radius: var(--r); font-family: var(--F); font-size: .92rem; font-weight: 600; color: var(--muted); cursor: pointer; min-height: 52px; }
.inv-pr { flex: 2; padding: 15px; background: var(--dark); border: none; border-radius: var(--r); font-family: var(--F); font-size: .92rem; font-weight: 600; color: #fff; cursor: pointer; min-height: 52px; }
.inv-pr:disabled { opacity: .32; pointer-events: none; }

/* ── HELP ── */
#help-scr .inner { padding: 22px; background: var(--bg); }
.hcards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.hc { background: var(--white); border-radius: var(--r); padding: 36px 16px; display: flex; flex-direction: column; align-items: center; gap: 11px; cursor: pointer; box-shadow: 0 2px 12px rgba(0,0,0,.06); border: 2px solid transparent; transition: .18s; min-height: 130px; }
.hc:active { border-color: var(--gold); }
.hc svg { width: 36px; height: 36px; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hc-l { font-size: .95rem; font-weight: 600; color: var(--text); }

/* ── CALL ── */
.call-opts { display: flex; flex-direction: column; gap: 12px; }
.copt { background: var(--white); border-radius: var(--r); padding: 20px 18px; display: flex; align-items: center; gap: 14px; cursor: pointer; border: 2px solid transparent; transition: .18s; box-shadow: 0 2px 12px rgba(0,0,0,.06); min-height: 76px; }
.copt:active { border-color: var(--gold); }
.copt svg { width: 26px; height: 26px; fill: none; stroke: var(--gold); stroke-width: 1.6; flex-shrink: 0; }
.copt strong { display: block; font-size: .92rem; font-weight: 600; color: var(--text); }
.copt small { font-size: .76rem; color: var(--muted); }
.call-qr-wrap { display: none; text-align: center; padding: 20px 0 8px; }
.call-qr-wrap p { font-size: .8rem; color: var(--muted); margin-bottom: 12px; }
#call-qr-c { border-radius: 10px; }
