.forum-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.forum-header h1{color:#fff;margin:0}.forum-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px;flex-wrap:wrap}.forum-tags{display:flex;gap:6px;flex-wrap:wrap}.forum-tag{padding:6px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#ffffffb3;cursor:pointer;font-size:13px;transition:all .2s}.forum-tag:hover{border-color:#fcdf25;color:#fcdf25}.forum-tag.active{background:#fcdf25;color:#1b0020;border-color:#fcdf25}.forum-sort select{padding:6px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;font-size:14px}.forum-topics{display:flex;flex-direction:column;gap:2px}.forum-topic-item{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff0a;border-radius:10px;transition:background .2s}.forum-topic-item:hover{background:#ffffff12}.forum-topic-item.pinned{border-left:3px solid #fcdf25}.forum-topic-avatar{flex-shrink:0}.forum-topic-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover}.forum-topic-content{flex:1;min-width:0}.forum-topic-title{display:block;color:#fff;font-weight:600;text-decoration:none;margin-bottom:4px}.forum-topic-title:hover{color:#fcdf25}.forum-topic-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffff80}.forum-topic-meta a{color:#ffffffb3;text-decoration:none}.forum-topic-meta a:hover{color:#fcdf25}.forum-topic-tag{display:inline-block;padding:2px 8px;border-radius:4px;background:#fcdf2526;color:#fcdf25;font-size:12px}.forum-topic-stats{display:flex;gap:20px;flex-shrink:0;text-align:center}.forum-topic-stats span{color:#fff;font-weight:600;font-size:15px}.forum-topic-stats small{display:block;color:#fff6;font-size:12px;font-weight:400}.forum-empty{text-align:center;padding:40px;color:#fff6}.forum-topic-view h1{color:#fff;margin-bottom:8px}.forum-topic-header{margin-bottom:24px}.forum-post{display:flex;gap:20px;padding:20px;background:#ffffff0a;border-radius:10px;margin-bottom:24px}.forum-post-sidebar{flex-shrink:0;width:120px;text-align:center}.forum-post-sidebar.compact{width:60px}.forum-post-body{flex:1;min-width:0}.forum-post-content{color:#ffffffd9;line-height:1.6;margin-bottom:12px}.forum-post-date{font-size:13px;color:#fff6}.forum-post-actions{display:flex;align-items:center;gap:12px;margin-top:8px}.forum-replies h3{color:#fff;margin-bottom:16px}.forum-reply{display:flex;gap:20px;padding:20px;background:#ffffff08;border-radius:10px;margin-bottom:8px}.forum-reply.nested{margin-left:40px;background:#ffffff05}.forum-nested-replies{margin-top:12px}.reply-form-nested{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.reply-toggle{background:none;border:none;color:#fcdf25;cursor:pointer;font-size:13px}.reply-toggle:hover{color:#ffea68}.forum-reply-form{margin-top:24px;padding:20px;background:#ffffff0a;border-radius:10px}.forum-reply-form h3{color:#fff;margin-bottom:12px}.forum-reply-form textarea{width:100%;padding:12px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;margin-bottom:12px;resize:vertical}.forum-reply-form textarea::placeholder{color:#ffffff4d}.forum-create{max-width:800px}.forum-create h1{color:#fff;margin-bottom:20px}.forum-tags-select{display:flex;gap:8px;flex-wrap:wrap}.forum-tag-checkbox{cursor:pointer}.forum-tag-checkbox input{display:none}.forum-tag-checkbox input:checked+span{background:#fcdf25;color:#1b0020;border-color:#fcdf25}.forum-tag-checkbox span{display:inline-block;padding:6px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;font-size:13px;transition:all .2s}@media(max-width:768px){.forum-topic-item{flex-direction:column;align-items:flex-start}.forum-topic-stats{flex-direction:row;gap:16px}.forum-post{flex-direction:column}.forum-post-sidebar{width:auto;text-align:left}.forum-reply.nested{margin-left:16px}}
