.topic-editor-tg{display:flex;flex-direction:column;gap:0;padding:14px 14px 10px}
.topic-editor-tg .topic-modal-head{margin-bottom:6px}
.topic-editor-submit{padding:6px 10px;border:0;border-radius:9px;background:transparent;color:var(--accent);font-size:14px;font-weight:650;cursor:pointer}
.topic-editor-submit:disabled{opacity:.45;cursor:default}
.topic-editor-hint{margin:0 0 10px;color:var(--accent);font-size:12.5px}
.topic-editor-name-row{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:8px;padding:6px 12px 6px 6px;border-radius:14px;background:var(--hover)}
.topic-editor-preview{display:grid;width:38px;height:38px;place-items:center}
.topic-editor-preview img{width:30px;height:30px;object-fit:contain}
.topic-editor-name{width:100%;padding:10px 0;border:0;background:transparent;color:var(--text);font-size:15px;outline:none}
.topic-editor-icons-title{padding:14px 0 8px;color:var(--text-muted);font-size:12.5px;text-align:center}
.topic-editor-icons{display:grid;min-height:180px;max-height:280px;grid-template-columns:repeat(8,1fr);gap:4px;overflow-y:auto;padding:2px}
.topic-editor-icon{display:grid;aspect-ratio:1;place-items:center;padding:5px;border:0;border-radius:10px;background:transparent;cursor:pointer;transition:background .12s ease}
.topic-editor-icon:hover{background:var(--hover)}
.topic-editor-icon.active{background:rgba(var(--accent-rgb),.32)}
.topic-editor-icon img{width:100%;height:100%;object-fit:contain}
.topic-editor-loading{grid-column:1/-1;align-self:center;padding:24px 0;color:var(--text-muted);font-size:13px;text-align:center}
.topic-editor-tabs{display:flex;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid var(--border);overflow-x:auto;scrollbar-width:none}
.topic-editor-tabs::-webkit-scrollbar{display:none}
.topic-editor-tab{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;padding:6px;border:0;border-radius:10px;background:transparent;cursor:pointer}
.topic-editor-tab:hover{background:var(--hover)}
.topic-editor-tab.active{background:rgba(var(--accent-rgb),.32)}
.topic-editor-tab img{width:100%;height:100%;object-fit:contain}
.topic-emoji-img{width:26px;height:26px;object-fit:contain}
.forum-topic-icon .topic-emoji-img{width:38px;height:38px}
.forum-topic-icon:has(.topic-emoji-img){background:transparent;box-shadow:none}
#headerAvatar:has(.topic-emoji-img){background:transparent!important}
#headerAvatar .topic-emoji-img{width:100%;height:100%}
.topic-picker-icon .topic-emoji-img{width:22px;height:22px}
.topic-profile-avatar .topic-emoji-img{width:56px;height:56px}
@media(max-width:640px){.topic-editor-icons{grid-template-columns:repeat(7,1fr);max-height:44vh}}
