:root{--bg:#ffffff;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--surface:#ffffff;--shadow:0 1px 2px rgba(0,0,0,.04);--radius:14px;--pad:.75rem;--max:820px;--tap:48px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.4}img{max-width:100%;display:block}button{font:inherit;background:#f9fafb;border:1px solid var(--border);border-radius:12px;padding:.55rem .8rem}button:disabled{opacity:.6;pointer-events:none}a{color:inherit}.container{padding:var(--pad);max-width:var(--max);margin:0 auto}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.badge{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;border:1px solid var(--border);font-weight:700}.badge.you{background:#ecfeff}.badge.opp{background:#fef3c7}.muted{color:var(--muted)}
