.board-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:32px 0 20px}.board-heading h3{font-size:32px;margin-top:8px}.board-heading p{margin-bottom:0}.board-composer{background:linear-gradient(135deg,#1b2921,#111b17);border-color:#b69a5c55}.board-composer input,.board-composer textarea{background:#091510b8}.board-actions{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:16px 0 32px}.camp-thread{border:1px solid #b49b5938;border-radius:12px;margin:12px 0;background:linear-gradient(110deg,#19251edd,#101914f5);overflow:hidden}.camp-thread[open]{border-color:#bda06085}.thread-summary{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 24px;cursor:pointer;list-style:none}.thread-summary::-webkit-details-marker{display:none}.thread-heading{display:grid;gap:6px;min-width:0}.thread-subject{font-size:18px;line-height:1.4;font-weight:600;color:#eee4d0;overflow-wrap:anywhere}.thread-author{font-size:12px;color:#b7a984}.thread-chevron{font-size:24px;color:#c8ae71;transition:transform .2s}.camp-thread[open] .thread-chevron{transform:rotate(180deg)}.thread-summary:hover{background:#c7a46109}.thread-content{padding:0 24px 24px;border-top:1px solid #c1a26324}.thread-meta{display:flex;justify-content:space-between;gap:15px;align-items:center;margin:17px 0}.thread-prose{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px;line-height:1.8;color:#e0ddcc;margin:18px 0}.camp-reactions{margin:16px 0}.reaction-buttons{display:flex;gap:7px;flex-wrap:wrap}.camp-reaction{display:inline-flex;gap:6px;align-items:center;min-height:38px;border:1px solid #c7a46135;background:#0c181299;border-radius:99px;color:#bcb8a3;padding:6px 10px;cursor:pointer;font-size:11px}.camp-reaction:hover{border-color:#d7b87b99;color:#f1dfb8}.camp-reaction[aria-pressed=true]{border-color:#d9ae5e;background:#71542355;color:#ffe3a6}.reaction-emoji{font-size:18px;line-height:1}.reaction-count{font-variant-numeric:tabular-nums;color:#eed699}.reaction-status,.thread-load-error{display:block;font-size:12px;color:#edb498;margin-top:8px}.reply-heading{font:600 22px var(--display);text-transform:uppercase;color:#cdb482;margin:30px 0 10px}.camp-reply{border-left:2px solid #a082474d;padding:16px 0 6px 20px;margin:12px 0;background:linear-gradient(90deg,#bca16b05,transparent)}.camp-reply>time{display:block;margin-top:3px}.reply-author{font-size:14px;color:#d8d9c2}.camp-reply .thread-prose{font-size:14px;margin:12px 0}.reply-form{border-top:1px solid var(--line);margin-top:24px;padding-top:5px}.reply-form input{max-width:280px}.reply-form .btn{margin-top:14px}.board-empty{text-align:center;border:1px dashed #b49b594d;border-radius:15px;padding:40px 24px;background:radial-gradient(ellipse at top,#4d3d1920,transparent)}.board-empty h3{font-size:32px;margin:12px 0}.board-empty p{max-width:420px;margin:0 auto}.board-composer .form-actions{flex-wrap:wrap}.board-heading .btn{flex-shrink:0}.camp-thread button:disabled{opacity:.5;cursor:wait}@media(max-width:640px){.board-heading{align-items:flex-start;gap:12px}.board-heading h3{font-size:28px}.board-heading .btn{font-size:12px;padding:10px 12px}.thread-summary{padding:18px}.thread-content{padding:0 16px 18px}.thread-subject{font-size:16px}.camp-reply{padding-left:12px}.reaction-buttons{gap:6px}.camp-reaction{min-height:42px;padding:6px 9px}.reaction-name{font-size:10px}.board-actions{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.thread-chevron{transition:none}}

/* Who can read a new thread: whole league or tribe only */
.thread-audience{border:0;padding:0;margin:16px 0 4px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.thread-audience legend{font-size:14px;margin-bottom:8px;color:var(--bone)}
.thread-audience label{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border:1px solid var(--line);border-radius:10px;cursor:pointer;margin:0}
.thread-audience label[hidden]{display:none}
.thread-audience input{width:auto;margin-top:3px;accent-color:var(--gold)}
.thread-audience strong{display:block;font-size:14px}
.thread-audience small{display:block;font-size:12px;color:var(--muted);margin-top:2px;line-height:1.4}
.thread-audience label:has(input:checked){border-color:var(--gold);background:#e4b95d12}
.thread-audience .tribe-ember:has(input:checked){border-color:#ff6b24;background:#ff6b2414}.thread-audience .tribe-tide:has(input:checked){border-color:#2bb3c0;background:#2bb3c014}
.thread-audience .tribe-vatu:has(input:checked){border-color:#a877e6;background:#a877e614}.thread-audience .tribe-wai:has(input:checked){border-color:#6cc452;background:#6cc45214}
.camp-thread.is-tribe{border-left:3px solid var(--gold)}.camp-thread.is-tribe.ember{border-left-color:#ff6b24}.camp-thread.is-tribe.tide{border-left-color:#2bb3c0}.camp-thread.is-tribe.vatu{border-left-color:#a877e6}.camp-thread.is-tribe.wai{border-left-color:#6cc452}
.thread-subject .ep-tribe{margin-right:4px}
@media(max-width:560px){.thread-audience{grid-template-columns:1fr}}
