/* public.css - minimal */
.tl-public-app { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; padding:12px; border:1px solid #eee; border-radius:6px; background:#fff; }
.tl-public-questions { list-style: none; padding:0; margin:0 0 12px 0; }
.tl-public-questions li { margin-bottom:14px; padding-bottom:8px; border-bottom:1px dashed #f0f0f0; }
.tl-q-title { font-weight:600; margin-bottom:6px; }
.tl-q-text { margin-bottom:8px; }
.tl-choice { display:block; margin-bottom:6px; cursor:pointer; user-select:none; }
.tl-actions { margin-top:8px; }
.tl-btn { padding:8px 12px; border-radius:6px; border:1px solid #ddd; background:#fff; cursor:pointer; }
.tl-btn.primary { background:#0073aa; color:#fff; border-color:#006799; }
.tl-result { margin-top:12px; padding:10px; border:1px solid #e6e6e6; background:#fafafa; border-radius:6px; }
.tl-loading, .tl-no-qs { color:#666; padding:8px; }
