:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0b0c;--panel:#131317;--panel-2:#1a1a20;--text:#f5f6f8;--muted:#a9adba;--accent:#91b4ff;--danger:#ff6b6b;--success:#a6e3a1;--heart-vivian:#9fb4c7;--heart-june:#e0b040;--heart-nadia:#9a8fb0;--heart-chloe:#c0673a}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji}button{background:var(--panel-2);color:var(--text);cursor:pointer;border:1px solid #2a2a33;border-radius:10px;padding:12px 14px}button:disabled{opacity:.6;cursor:not-allowed}.app{grid-template-rows:1fr auto;height:100%;display:grid}.stage{background:#000;width:100%;height:100%;position:relative;overflow:hidden}.toolbar{top:env(safe-area-inset-top,0);background:linear-gradient(#0009,#0000);justify-content:flex-end;align-items:center;gap:8px;padding:8px 12px;display:flex;position:absolute;left:0;right:0}.dialogue-box{left:0;right:0;bottom:calc(12px + env(safe-area-inset-bottom,0));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#07070ab3;border:1px solid #ffffff14;border-radius:14px;margin:0 12px;padding:12px 12px 8px;position:absolute}.speaker{color:var(--accent);margin-bottom:6px;font-weight:600}.text{font-size:16px;line-height:1.4}.choices{gap:8px;margin-top:8px;display:grid}.bg-placeholder,.sprite-placeholder,.cg-placeholder,.poster-placeholder{text-align:center;color:#ffffffe6;place-items:center;padding:16px;font-weight:700;display:grid;position:absolute;inset:0}.bg-placeholder{background:#222}.cg-placeholder{background:#444}.poster-placeholder{background:#333}.sprite-placeholder{border:2px dashed #ffffff26;border-radius:12px;width:50%;height:70%;top:auto;bottom:110px}.meta-bar{background:var(--panel);border-top:1px solid #23232a;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.hearts{gap:6px;display:flex}.heart{font-size:16px}.counter{color:var(--muted);font-size:12px}.age-gate{text-align:center;place-items:center;height:100%;padding:24px;display:grid}.sheet{background:var(--panel);border:1px solid #23232a;border-top-left-radius:16px;border-top-right-radius:16px;padding:16px;position:absolute;bottom:0;left:0;right:0}.top-left-disclosure{top:calc(6px + env(safe-area-inset-top,0));color:var(--muted);font-size:11px;position:absolute;left:8px}.tap-to-begin{color:#ffffffe0;place-items:center;font-size:18px;display:grid;position:absolute;inset:0}
