/* Compose reuses the player's own stage — same classes, so what you are editing
   looks exactly like what will be published. Only the editing affordances are
   added here. */

.qqc{position:absolute;inset:0}
.qqc .rvp__bg{background:linear-gradient(160deg,#D8834A,#5E2D14)}
.qqc [contenteditable]{outline:none;cursor:text}
.qqc [contenteditable]:focus{outline:2px dashed var(--amber,#E0972F);outline-offset:5px;border-radius:4px}
.qqc__ph{opacity:.42;font-style:italic}
.qqc .rvp__big{min-height:44px}
.qqc .rvp__sub{min-height:22px}
.qqc .rvp__bars i.done span{width:100%}
.qqc .rvp__bars i.on{background:var(--amber,#E0972F)}

.qqc__hint{position:relative;z-index:3;text-align:center;font-size:10.5px;font-weight:800;
  opacity:.6;padding-bottom:6px;letter-spacing:.04em;color:#fff}

.qqc__tray{position:relative;z-index:3;display:flex;gap:7px;padding:0 12px 10px;
  overflow-x:auto;scrollbar-width:none}
.qqc__tray::-webkit-scrollbar{display:none}
.qqc__tray button{flex:none;background:rgba(0,0,0,.34);border:1px solid rgba(245,234,216,.3);
  color:#fff;border-radius:99px;padding:8px 13px;font-family:inherit;font-size:11.5px;
  font-weight:800;cursor:pointer;display:flex;align-items:center;gap:6px}
.qqc__tray .dot{width:6px;height:6px;border-radius:50%;background:#C0392B}
.qqc__tray button.ok .dot{background:#8fe3b4}

.qqc__cta{width:100%;background:var(--amber,#E0972F);color:#3A1F06;border:0;border-radius:99px;
  padding:14px;font-family:inherit;font-size:14px;font-weight:900;cursor:pointer}
.qqc__cta[disabled]{background:rgba(255,255,255,.16);color:rgba(255,255,255,.55);cursor:not-allowed}

.qqc__sheet{position:absolute;inset:0;z-index:60;display:none}
.qqc__sheet.open{display:block}
.qqc__scrim{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.qqc__in{position:absolute;left:0;right:0;bottom:0;background:var(--sh-screen,#FBF7EE);
  color:var(--sh-text,#20402F);border-radius:18px 18px 0 0;
  padding:16px 14px max(16px,env(safe-area-inset-bottom))}
.qqc__in h4{margin:0 0 6px;font-family:Caprasimo,Georgia,serif;font-weight:400;font-size:19px}
.qqc__in p{margin:0 0 12px;font-size:12.5px;line-height:1.55;color:var(--sh-dim,#8A7D68)}
.qqc__go{width:100%;background:var(--sh-brand,#0E3F28);color:var(--sh-screen,#FBF7EE);border:0;
  border-radius:11px;padding:12px;font-family:inherit;font-weight:900;font-size:13px;
  cursor:pointer;margin-bottom:7px}
.qqc__go.ghost{background:transparent;color:var(--sh-text,#20402F);border:1px solid var(--sh-edge,#E4D7C0)}
