.header-actions{display:flex;align-items:center;gap:10px}.community-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #67313e;background:#2b181e;color:var(--text);border-radius:7px;padding:12px 16px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.community-button:hover{border-color:var(--accent);background:#351c23}.community-button.primary{background:var(--accent);color:#26090d;border-color:var(--accent)}.community-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100dvh - 40px);overflow:auto;background:var(--bg);color:var(--text);border:1px solid #67313e;border-radius:16px;padding:36px}.community-dialog::backdrop{background:#090406cc;backdrop-filter:blur(7px)}.community-close{position:absolute;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:7px;background:#351c23;color:var(--text);cursor:pointer;font-size:20px}.community-dialog h2{font-size:29px;margin:16px 0}.community-dialog p{color:var(--muted);font-size:13px;line-height:1.8}.donation-mark{display:grid;place-items:center;width:58px;height:58px;border:1px solid #67313e;border-radius:15px;background:#ff555f12;color:var(--accent);font-size:29px;margin-bottom:24px}.donation-link{width:100%;margin-top:14px}.community-note{padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.chat-toggle{position:fixed;right:26px;bottom:26px;z-index:20;display:flex;align-items:center;gap:10px;border:1px solid #ff8188;border-radius:30px;padding:17px 23px;background:var(--accent);color:#26090d;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 8px 32px #0006}.chat-toggle svg{width:21px;height:21px}.chat-panel{position:fixed;right:26px;bottom:96px;z-index:20;width:min(320px,calc(100% - 32px));height:min(420px,calc(100dvh - 140px));display:flex;flex-direction:column;border:1px solid #67313e;border-radius:16px;background:var(--bg);box-shadow:0 20px 65px #0009;overflow:hidden}.chat-panel[hidden]{display:none}.chat-heading{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#2b181e;border-bottom:1px solid var(--line)}.chat-heading h2{font-size:18px;margin:0}.chat-heading small{display:block;color:var(--muted);font-size:10px;margin-top:5px}.chat-heading button{border:0;background:transparent;color:var(--text);font-size:24px;cursor:pointer;width:36px;height:36px}.chat-messages{flex:1;overflow:auto;padding:18px;min-height:0}.chat-empty{text-align:center;padding:32px 10px;color:var(--muted);font-size:13px;line-height:1.8}.chat-gate{padding:16px;border-top:1px solid var(--line);text-align:center}.chat-gate p{font-size:11px;color:var(--muted);margin:0 0 12px}.chat-gate .community-button{width:100%}@media(max-width:1150px){.header{height:auto;flex-wrap:wrap;padding-block:20px}.header nav{order:3;width:100%;justify-content:space-between}.header-actions{margin-left:auto}}@media(max-width:500px){.header-actions{gap:6px}.header-actions .community-button{font-size:10px;padding:10px}.chat-toggle{right:16px;bottom:16px;padding:14px 18px}.chat-panel{right:16px;bottom:82px}.community-dialog{padding:30px 24px}}
.account-tabs{display:flex;gap:6px;padding:5px;border:1px solid var(--line);border-radius:9px;margin:22px 0}.account-tabs button{flex:1;padding:11px;border:0;border-radius:5px;background:transparent;color:var(--muted);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.account-tabs button[aria-pressed="true"]{background:#351c23;color:var(--text)}.account-form{display:grid;gap:16px}.account-form label{display:grid;gap:7px;color:var(--muted);font-size:11px}.account-form input{width:100%;border:1px solid #67313e;border-radius:7px;background:#201617;color:var(--text);padding:13px;font:inherit;font-size:14px}.account-form input:focus{outline:2px solid var(--accent);outline-offset:2px}.account-form [hidden]{display:none}.account-feedback{margin:0!important;font-size:11px!important}.account-form .community-button:disabled{opacity:.5;cursor:not-allowed}
.chat-message{margin-bottom:16px}.chat-message>div{display:flex;justify-content:space-between;gap:12px;font-size:11px}.chat-message strong{color:var(--accent);overflow-wrap:anywhere}.chat-message time{color:var(--muted);font-size:9px;flex-shrink:0}.chat-message p{background:var(--panel);border:1px solid var(--line);border-radius:0 9px 9px;padding:10px 12px;margin:6px 0 0;font-size:12px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.chat-compose{display:grid;gap:8px}.chat-compose textarea{resize:none;border:1px solid #67313e;border-radius:7px;background:var(--panel);color:var(--text);font:inherit;font-size:12px;padding:10px;max-height:120px}.chat-compose textarea:focus{outline:2px solid var(--accent)}.chat-compose button:disabled{opacity:.5;cursor:wait}.header-actions{flex-wrap:wrap}.header-actions [data-account]{max-width:160px;overflow-wrap:anywhere}
.account-form[hidden],.account-tabs[hidden]{display:none}
.staff-shield{display:inline-block;color:var(--accent);font-size:18px;margin-left:5px}.user-profile-link{color:var(--accent);font-weight:800}.message-controls{display:flex!important;justify-content:flex-start!important;flex-wrap:wrap;gap:5px!important;margin-top:5px}.message-controls .community-button{font-size:9px;padding:4px 7px}.chat-quote{border-left:2px solid var(--accent);padding:6px 9px;margin:8px 0;font-size:10px;color:var(--muted)}.chat-quote span{display:block;white-space:pre-wrap;overflow-wrap:anywhere;max-height:65px;overflow:hidden}.reply-draft{display:flex;align-items:center;justify-content:space-between;font-size:11px;margin-bottom:9px;gap:10px}.emoji-tools{display:flex;gap:7px;flex-wrap:wrap}.emoji-tools .community-button{padding:5px 8px;font-size:16px}.emoji-list{display:flex;flex-wrap:wrap;gap:4px}.emoji-list[hidden]{display:none}.community-dialog select,.access-form select{padding:10px;background:var(--panel);border:1px solid #67313e;border-radius:6px;color:var(--text);font:inherit}.profile-comments{border-top:1px solid var(--line);margin-top:25px;padding-top:10px}.profile-comment{padding:20px 0;border-bottom:1px solid var(--line);font-size:13px}.profile-comment p{white-space:pre-wrap;overflow-wrap:anywhere;color:var(--muted);line-height:1.8}.profile-comment .community-button{padding:5px 10px;font-size:10px}.access-form{display:grid;gap:8px;min-width:160px}.access-form label{font-size:11px;display:flex;align-items:center;gap:7px}.access-form [role=status]{white-space:normal;font-size:11px;color:var(--accent)}
.language-picker{display:flex;align-items:center;gap:5px;color:var(--accent);font-size:18px}.language-picker select{color:var(--text);border:1px solid #67313e;background:var(--panel);padding:10px 5px;border-radius:7px;font:inherit;font-size:11px;max-width:115px}.header{flex-wrap:wrap;height:auto;min-height:106px;padding-block:20px;gap:18px}.header nav{flex-wrap:wrap;gap:20px}.header-actions{margin-left:auto}@media(max-width:1150px){.language-picker{order:2}.header nav{order:3}}@media(max-width:500px){.header-actions{margin-left:0}.language-picker{margin-left:auto}.header nav{gap:10px}.profile-card{overflow:hidden}}
.chat-author{display:inline-flex;align-items:center;gap:4px;min-width:0}.chat-author .user-profile-link{min-width:0;overflow-wrap:anywhere}.chat-author .staff-shield{display:inline-flex;align-items:center;margin-left:0;flex-shrink:0}.chat-author .staff-shield svg{width:14px;height:16px}.chat-compose textarea{grid-column:1;grid-row:1;padding-right:43px;min-width:0}.chat-compose .emoji-tools{grid-column:1;grid-row:1;justify-self:end;align-self:start;margin:7px;position:relative;z-index:1}.chat-compose .emoji-tools>.community-button{display:grid;place-items:center;width:28px;height:28px;min-height:0;padding:0;border:0;background:transparent;color:var(--muted);font-size:20px;line-height:1}.chat-compose .emoji-tools>.community-button:hover{color:var(--accent);background:#351c23}.chat-compose .emoji-list{position:absolute;bottom:calc(100% + 8px);right:0;display:grid;grid-template-columns:repeat(4,1fr);width:180px;padding:8px;border:1px solid #67313e;border-radius:10px;background:var(--bg);box-shadow:0 8px 24px #0006}.chat-compose .emoji-list[hidden]{display:none}.chat-compose .emoji-list .community-button{padding:6px;font-size:18px}.chat-compose>[type=submit],.chat-compose>[role=status]{grid-column:1}
@media(min-width:701px){.chat-panel{width:300px;height:min(380px,calc(100dvh - 120px));bottom:22px;right:22px}.chat-heading{padding:12px 14px}.chat-heading h2{font-size:16px}.chat-messages{padding:12px}.chat-gate{padding:10px 12px}.chat-message{margin-bottom:12px}.chat-toggle{right:22px;bottom:22px;padding:12px 17px;font-size:13px}.chat-compose textarea{min-height:50px}.chat-gate .chat-compose>[type=submit]{padding:9px 12px}}
.chat-toggle[aria-expanded="true"]{visibility:hidden;pointer-events:none}
