/* ToonTap v0.4b board skin: main layout is in theme css/default.css. */
.tt-admin-actions{display:flex;gap:8px;margin-top:16px;justify-content:flex-end}.tt-admin-actions button{border:1px solid var(--tt-line);background:var(--tt-paper);border-radius:999px;padding:8px 12px;font-weight:800}.tt-wide{width:100%}.tt-view-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--tt-muted);font-weight:800;margin-top:8px}.tt-view-react{display:flex;justify-content:center;gap:12px;border:1px solid var(--tt-line);border-radius:18px;background:var(--tt-paper-2);padding:14px;margin-top:18px}.tt-view-react a,.tt-view-react span{display:inline-flex;gap:6px;border:1px solid var(--tt-line);border-radius:999px;background:var(--tt-paper);padding:9px 16px;font-weight:900}.tt-file-images img,.tt-content-body img{max-width:100%;height:auto;display:block;margin:0 auto 10px}.tt-content-body{min-height:80px}.tt-post-tags,.tt-vote-panel,.tt-after-discovery{margin-top:18px}.tt-post-tags{border:1px solid var(--tt-line);border-radius:18px;background:var(--tt-paper-2);padding:14px}.tt-post-tags__head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.tt-help{width:22px;height:22px;border-radius:50%;border:1px solid var(--tt-line);background:var(--tt-paper);font-weight:900;color:var(--tt-purple);margin-left:6px;position:relative}.tt-help:hover:after,.tt-help.is-open:after{content:attr(data-tt-tooltip);position:absolute;left:50%;bottom:130%;transform:translateX(-50%);width:280px;background:#19112d;color:#fff;border-radius:12px;padding:10px;font-size:12px;line-height:1.45;z-index:20}.tt-vote-panel{border:1px solid var(--tt-line);border-radius:24px;background:linear-gradient(135deg,rgba(124,61,241,.10),rgba(217,73,164,.10));padding:18px}.tt-vote-panel__head{display:flex;justify-content:space-between;gap:10px}.tt-vote-status{margin:12px 0;padding:10px;border-radius:14px;background:rgba(255,255,255,.65);font-weight:800;color:var(--tt-muted)}.tt-vote-chips{display:flex;gap:8px;flex-wrap:wrap}.tt-vote-chips button{border:1px solid var(--tt-line);border-radius:999px;background:var(--tt-paper);padding:8px 12px;font-weight:900}.tt-vote-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:14px;color:var(--tt-muted);font-weight:800}.tt-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:900px){.tt-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tt-vote-foot{align-items:flex-start;flex-direction:column}} 
