/* The checkout sheet. Opens over the player; never navigates away. */

.qqb{position:absolute;inset:0;z-index:80;display:none}
.qqb.open{display:block}
.qqb__scrim{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.qqb__in{position:absolute;left:0;right:0;bottom:0;max-height:82%;overflow-y:auto;
  background:var(--sh-screen,#FBF7EE);color:var(--sh-text,#20402F);border-radius:18px 18px 0 0;
  padding:14px 14px max(16px,env(safe-area-inset-bottom))}

.qqb__h{display:flex;align-items:center;margin-bottom:10px}
.qqb__h b{flex:1;font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:19px}
.qqb__h button{background:none;border:0;font-size:18px;cursor:pointer;color:inherit;opacity:.6}
.qqb__in h4{margin:0 0 6px;font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:19px}

/* Said at the moment money moves — the worst possible place to go quiet. */
.qqb__trust{font-size:11.5px;line-height:1.5;color:var(--sh-dim,#8A7D68);
  border:1px solid var(--sh-edge,#E4D7C0);border-left:3px solid var(--sh-dim,#8A7D68);
  border-radius:10px;padding:9px 11px;margin-bottom:10px}
.qqb__trust.ok{border-left-color:#2E7D52;color:var(--sh-text,#20402F)}

.qqb__lines{margin-bottom:8px}
.qqb__line{display:flex;align-items:center;gap:9px;padding:8px 0;
  border-bottom:1px solid var(--sh-edge,#E4D7C0)}
.qqb__line img{width:40px;height:40px;border-radius:9px;object-fit:cover;flex:none}
.qqb__ph{width:40px;height:40px;border-radius:9px;display:grid;place-items:center;
  background:var(--sh-card,#fff);border:1px solid var(--sh-edge,#E4D7C0);flex:none}
.qqb__nm{flex:1;min-width:0}
.qqb__nm b{display:block;font-size:12.5px;font-weight:800}
.qqb__nm small{display:block;font-size:10.5px;color:var(--sh-dim,#8A7D68)}
.qqb__amt{font-size:13px;font-weight:900}
.qqb__x{background:none;border:0;color:var(--sh-dim,#8A7D68);font-size:14px;cursor:pointer;padding:4px}
.qqb__empty{font-size:12.5px;color:var(--sh-dim,#8A7D68);padding:14px 0}

.qqb__note{font-size:11.5px;line-height:1.55;color:var(--sh-dim,#8A7D68);margin:8px 0}
.qqb__why{font-size:12.5px;line-height:1.55;color:#b32d2e;margin:8px 0}

.qqb__tot{display:flex;align-items:baseline;justify-content:space-between;
  padding:10px 0;border-top:1px solid var(--sh-edge,#E4D7C0);margin-bottom:10px}
.qqb__tot span{font-size:12px;color:var(--sh-dim,#8A7D68)}
.qqb__tot b{font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:24px;color:var(--sh-brand,#0E3F28)}

.qqb__pay{display:flex;gap:8px;margin-bottom:9px}
.qqb__ch{flex:1;background:var(--sh-card,#fff);border:1px solid var(--sh-edge,#E4D7C0);
  border-radius:11px;padding:10px;font-family:inherit;color:inherit;cursor:pointer;text-align:left}
.qqb__ch.on{border-color:var(--sh-accent,#C67139);box-shadow:inset 0 0 0 1px var(--sh-accent,#C67139)}
.qqb__ch b{display:block;font-size:12.5px;font-weight:900}
.qqb__ch small{display:block;font-size:10px;color:var(--sh-dim,#8A7D68);margin-top:1px}
.qqb__phone{width:100%;background:transparent;border:1px solid var(--sh-edge,#E4D7C0);
  border-radius:11px;padding:11px;font-family:inherit;font-size:14px;color:inherit;margin-bottom:9px}

/* Dark payments say so. No spinner pretending something is happening. */
.qqb__dark{font-size:12px;line-height:1.55;background:var(--sh-card,#fff);
  border:1px solid var(--sh-edge,#E4D7C0);border-left:4px solid var(--sh-accent,#C67139);
  border-radius:11px;padding:11px;margin-bottom:10px;color:var(--sh-dim,#8A7D68)}

.qqb__go{width:100%;background:var(--sh-brand,#0E3F28);color:var(--sh-screen,#FBF7EE);border:0;
  border-radius:12px;padding:14px;font-family:inherit;font-size:14px;font-weight:900;cursor:pointer}
.qqb__go[disabled]{opacity:.6;cursor:progress}
