.forum-new-indicator{width:12px;height:12px;background:#dc2814;border-radius:50%;animation:forum-pulse 1.5s infinite;box-shadow:0 0 #dc2814b3;flex-shrink:0;margin-right:.25rem}@keyframes forum-pulse{0%{opacity:1;transform:scale(1);box-shadow:0 0 #dc2814b3}50%{opacity:1;transform:scale(1.1);box-shadow:0 0 0 10px #dc281400}to{opacity:1;transform:scale(1);box-shadow:0 0 #dc281400}}.forum-search-container{margin-bottom:2rem;position:relative}.forum-search-input-wrapper{position:relative;display:flex;align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:.75rem 1rem;min-height:64px;transition:all .2s ease}.forum-search-input-wrapper:focus-within{box-shadow:var(--shadow-sm)}.forum-search-input-wrapper .material-symbols-outlined{color:var(--text-secondary);margin-right:.75rem;font-size:20px}.forum-search-input{flex:1;border:none;background:transparent;font-size:1rem;font-family:inherit;color:var(--text-primary);outline:none}.forum-search-input::placeholder{color:var(--text-secondary)}.forum-search-clear{display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid transparent;color:var(--text-secondary);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.forum-search-clear:hover{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary)}.forum-search-clear .material-symbols-outlined{font-size:18px;margin-right:0}.forum-search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-md);max-height:400px;overflow-y:auto;z-index:100}.forum-search-empty{padding:2rem;text-align:center;color:var(--text-secondary)}.forum-search-empty .material-symbols-outlined{font-size:3rem;color:var(--text-tertiary);margin-bottom:.5rem}.forum-search-result-item{display:block;padding:1rem;border-bottom:1px solid var(--border-color);text-decoration:none;color:inherit;transition:background .2s ease}.forum-search-result-item:last-child{border-bottom:none}.forum-search-result-item:hover{background:var(--bg-secondary)}.forum-search-result-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.forum-search-result-author{font-size:.75rem;color:var(--text-tertiary);margin-left:auto}.forum-search-result-type{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;background:var(--bg-tertiary);color:var(--text-secondary)}.forum-search-result-type .material-symbols-outlined{font-size:14px}.forum-search-result-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-top:.75rem}.forum-search-result-title mark{background:#2f63b733;padding:.125rem 0;border-radius:2px}.forum-search-result-location{font-size:.875rem;color:var(--text-secondary);margin-bottom:.375rem;display:flex;align-items:center;gap:.25rem}.forum-search-result-location .material-symbols-outlined{font-size:16px;color:var(--text-tertiary)}.forum-search-result-preview{font-size:.9rem;color:var(--text-secondary);line-height:1.4;margin-top:.75rem}.forum-search-result-preview mark{background:#2f63b733;padding:.125rem 0;border-radius:2px}.forum-search-result-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:var(--text-tertiary)}.forum-section{margin-bottom:2.5rem}.forum-section-title{font-size:1.5rem;font-weight:500;color:var(--text-primary);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.forum-section-title .material-symbols-outlined{font-size:1.75rem;color:var(--primary-color)}.forum-categories-list{display:grid;gap:1rem}.forum-category-card{display:block;text-decoration:none;color:inherit;background:var(--bg-primary);border-radius:12px;transition:all .2s ease;box-shadow:var(--shadow-sm);overflow:hidden}.forum-category-card:hover{box-shadow:var(--shadow-md)}.forum-category-card-body{padding:1.5rem;display:flex;align-items:stretch;gap:2rem}.forum-category-content{flex:1;display:flex;flex-direction:column;gap:0}.forum-category-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.forum-category-title .material-symbols-outlined{font-size:1.5rem;color:var(--primary-color)}.forum-category-title .forum-badge.locked .material-symbols-outlined{color:var(--text-secondary)}.forum-category-description{font-size:.95rem;color:var(--text-secondary);margin-bottom:.5rem!important;line-height:1.5}.forum-category-stats{display:flex;gap:1rem;align-items:center;margin-top:1rem}.forum-stat-item{display:flex;align-items:center;gap:.4rem;font-size:1rem;color:var(--text-secondary)}.forum-stat-item span:not(.material-symbols-outlined){font-variant:small-caps;text-transform:lowercase}.forum-stat-item .material-symbols-outlined{font-size:18px;color:inherit;font-variant:normal;text-transform:none}.forum-stat-item strong{color:var(--text-primary);font-weight:600}.forum-category-meta{display:flex;gap:1.5rem;flex-shrink:0}.forum-category-meta-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-width:150px;text-align:center}.forum-category-meta-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.forum-category-meta-divider{width:1px;background:var(--border-color);align-self:stretch}.forum-category-meta-empty{font-size:.9rem;color:var(--text-secondary);font-style:italic}.forum-category-meta-section>div:not(.forum-category-meta-label):not(.forum-category-meta-empty){font-size:.9rem}.forum-activity-sparkline{height:60px;width:100%;margin-top:auto}.forum-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--text-secondary)}.forum-loading .material-symbols-outlined{font-size:48px;margin-bottom:1rem}.forum-empty-state{padding:2rem 1rem;text-align:center;background:var(--bg-secondary);border-radius:var(--radius-lg);color:var(--text-secondary)}.forum-empty-state .material-symbols-outlined{font-size:3rem;opacity:.5;display:block;margin:0 auto 1rem}.forum-empty-state p{margin:0;font-size:.9rem;font-weight:500}@media(max-width:768px){.forum-search-input-wrapper{padding:.625rem .875rem}.forum-search-input{font-size:.9rem}.forum-search-result-item{padding:.75rem}.forum-search-result-title{font-size:.9rem}.forum-search-result-preview{font-size:.8rem}.forum-section-title{font-size:1.25rem}.forum-category-card-body{padding:1rem}.forum-category-title{font-size:1.1rem}.forum-category-stats{gap:.75rem}.forum-stat-item{font-size:.8rem;gap:.3rem}.forum-category-meta{gap:1rem}.forum-category-meta-section{min-width:120px}}.forum-categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;min-height:500px}.category-column{display:flex;flex-direction:column;border-radius:8px;overflow:hidden}.category-column-header{padding:1rem;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:10}.category-column-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.category-column-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;color:var(--text-primary);margin:0}.category-column-title .material-symbols-outlined{font-size:20px;color:var(--primary-color)}.category-column-header-row .btn-icon{flex-shrink:0;width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--accent-color);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}.category-column-header-row .btn-icon:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #dc28144d}.category-column-header-row .btn-icon .material-symbols-outlined{font-size:20px}.category-add-form{display:flex;flex-direction:column;gap:.5rem}.category-add-error{background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:6px;padding:.75rem;color:#dc3545;font-size:.875rem;line-height:1.4}.category-add-form .form-input{width:100%;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.category-add-form .form-input.error{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.category-list{flex:1;padding:.75rem;overflow-y:auto;min-height:200px}.category-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:var(--text-secondary);text-align:center}.category-list-empty .material-symbols-outlined{font-size:48px;color:var(--text-secondary);opacity:.5;margin-bottom:.5rem}.category-list-empty p{margin:0;font-size:.9rem}.category-item{background:var(--bg-primary);box-shadow:var(--shadow-sm);border-radius:8px;padding:.75rem 1rem;margin-bottom:.75rem;cursor:move;transition:all .2s ease}.category-item:last-child{margin-bottom:0}.category-item:hover{box-shadow:var(--shadow-md)}.category-item.sortable-ghost{opacity:.4}.category-item-content{display:flex;align-items:flex-start;gap:.75rem}.category-drag-handle{color:var(--text-secondary);flex-shrink:0;align-self:center;display:flex;align-items:center;padding-top:.1rem}.category-drag-handle .material-symbols-outlined{font-size:20px}.category-item-text{flex:1;min-width:0}.category-item .category-title{font-size:.95rem;font-weight:600;color:var(--text-primary);line-height:1.4}.category-item .category-description{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.category-item-news{flex-shrink:0;align-self:center;display:flex;align-items:center;gap:.5rem}.category-news-text{font-size:.85rem;color:var(--text-secondary);font-weight:500;white-space:nowrap}@media(max-width:968px){.forum-categories-grid{grid-template-columns:1fr;gap:1rem}.category-item{padding:.5rem .75rem}.category-item .category-title{font-size:.9rem}.category-item .category-description{font-size:.8rem}.category-item-content{flex-wrap:wrap}.category-item-news{width:100%;margin-top:.5rem;padding-left:28px}}.forum-category-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.forum-category-actions{display:flex;align-items:center;gap:.75rem}.forum-locked-notice{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#6c757d1a;border-radius:8px;color:var(--text-secondary);font-size:.95rem;margin-bottom:2rem}.forum-locked-notice .material-symbols-outlined{font-size:24px;color:var(--text-secondary)}.btn-primary:disabled{opacity:.5!important;cursor:not-allowed!important;pointer-events:none}.forum-topic-card{display:block;text-decoration:none;color:inherit;background:var(--bg-primary);border-radius:12px;transition:all .2s ease;box-shadow:var(--shadow-sm);overflow:hidden}.forum-topic-card:hover{box-shadow:var(--shadow-md)}.forum-topic-card.pinned{box-shadow:var(--shadow-red-sm)}.forum-topic-card.pinned:hover{box-shadow:var(--shadow-red-md)}.forum-topic-card-body{padding:1.5rem;display:flex;align-items:stretch;gap:2rem}.forum-topic-content{flex:1;min-width:0;display:flex;flex-direction:column}.forum-topic-content .forum-topic-stats{margin-top:auto}.forum-topic-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.forum-topic-title .material-symbols-outlined{font-size:1.5rem;color:var(--primary-color)}.forum-topic-card.locked .forum-topic-title .material-symbols-outlined{color:var(--text-secondary)}.forum-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;flex-shrink:0}.forum-badge .material-symbols-outlined{font-size:14px}.forum-badge.pinned{background:#dc28141a;color:var(--accent-color)}.forum-badge.locked{background:var(--bg-tertiary);color:var(--text-secondary)}.forum-topic-stats{display:flex;gap:1rem;align-items:center}.forum-topic-stats .forum-stat-item{display:flex;align-items:center;gap:.4rem;font-size:1rem;color:var(--text-secondary)}.forum-topic-stats .forum-stat-item .material-symbols-outlined{font-size:18px;color:inherit}.forum-topic-stats .forum-stat-item strong{color:var(--text-primary);font-weight:600}.forum-topic-reactions{display:flex;gap:.5rem;align-items:center;margin-left:auto}.forum-topic-reaction-item{display:flex;align-items:center;gap:.25rem;padding:.2rem;background:var(--bg-secondary);border-radius:6px;font-size:.9rem}.forum-topic-reaction-emoji{font-size:1rem;line-height:1}.forum-topic-reaction-count{color:var(--text-secondary);font-weight:600;font-size:.8rem}.forum-topic-meta{display:flex;gap:1.5rem;flex-shrink:0}.forum-topic-meta-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-width:150px;text-align:center}.forum-topic-meta-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.forum-topic-meta-divider{width:1px;background:var(--border-color);align-self:stretch}.forum-topic-meta-section .user-badge{margin-top:0}.forum-topic-meta-empty{font-size:.9rem;color:var(--text-secondary);font-style:italic}.forum-topic-meta-section>div:not(.forum-topic-meta-label):not(.forum-topic-meta-empty){font-size:.9rem}@media(max-width:768px){.forum-category-header{flex-direction:column;align-items:flex-start}.forum-topic-card-body{padding:1rem}.forum-topic-title{font-size:1.1rem}.forum-topic-stats{gap:.75rem}.forum-stat-item{font-size:.8rem;gap:.3rem}.forum-topic-reactions{gap:.375rem}.forum-topic-reaction-item{padding:.2rem .4rem;gap:.2rem}.forum-topic-reaction-emoji{font-size:.9rem}.forum-topic-reaction-count{font-size:.75rem}.forum-topic-meta{gap:1rem}.forum-topic-meta-section{min-width:120px}}.forum-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem;flex-wrap:wrap}.forum-breadcrumb a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.forum-breadcrumb a:hover{color:var(--accent-color)}.forum-breadcrumb .material-symbols-outlined{font-size:18px;color:var(--text-secondary)}.forum-topic-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.forum-topic-actions{display:flex;align-items:center;gap:.75rem}.forum-switch-container{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.forum-switch-container .switch{margin:0}.forum-switch-container .switch-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.forum-bottom-reply{display:flex;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.forum-post-card{display:flex;flex-direction:column;background:var(--bg-primary);border-radius:12px;transition:all .2s ease;box-shadow:var(--shadow-sm);overflow:hidden;margin-bottom:1rem;padding:1.5rem}.forum-post-card:hover{box-shadow:var(--shadow-md)}.forum-post-card.forum-post-highlight{animation:highlightPost 2s ease}@keyframes highlightPost{0%,to{background:var(--bg-primary)}50%{background:#2f63b71a}}.forum-post-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.forum-post-number{font-size:1rem;font-weight:600;color:var(--text-secondary);flex-shrink:0}.forum-post-user{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex:1;min-width:0}.forum-post-user .user-badge{margin:0}.forum-post-date{font-size:.9rem;color:var(--text-secondary);flex-shrink:0;text-align:right}.forum-post-author{font-size:.9rem;color:var(--text-secondary)}.forum-post-divider{height:1px;background:var(--border-color);margin-bottom:1rem}.forum-post-content{flex:1;min-width:0}.forum-post-text{font-size:.95rem;line-height:1.6;color:var(--text-primary);word-wrap:break-word}.forum-post-text p{margin-bottom:.75rem}.forum-post-text p:last-child{margin-bottom:0}.forum-post-text img{max-width:100%;height:auto;border-radius:8px;margin:.5rem 0}.forum-post-text a{color:var(--primary-color);text-decoration:underline}.forum-post-text a:hover{color:var(--accent-color)}.forum-post-edited{display:block;font-size:.75rem;color:var(--text-secondary);font-style:italic;margin-top:.25rem}.forum-post-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.75rem;margin-top:.75rem;border-top:1px solid var(--border-color)}.forum-post-actions-left{display:flex;align-items:center;gap:.75rem}.forum-post-actions-right{display:flex;align-items:center;gap:.5rem}.forum-post-action-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--bg-secondary);color:var(--text-primary);border:2px solid transparent;border-radius:6px;font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.forum-post-action-btn:hover{border-color:var(--border-color)}.forum-post-action-btn .material-symbols-outlined{font-size:18px}.forum-post-reaction-btn{padding:.5rem}.forum-post-reactions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.forum-reaction-item{display:inline-flex;align-items:center;gap:.15rem;padding:.15rem;border:1px solid transparent;background:var(--bg-primary);border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.forum-reaction-item:hover{background:var(--bg-secondary);border:1px solid var(--border-color);transform:scale(1.2)}.forum-reaction-count{font-size:.75rem;font-weight:600}.forum-emoji-picker{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;display:flex;gap:.5rem;padding:.75rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100}.forum-emoji-picker-item{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bg-secondary);border:2px solid transparent;border-radius:6px;font-size:1.25rem;cursor:pointer;transition:all .2s ease}.forum-emoji-picker-item:hover{transform:scale(1.15);border-color:var(--border-color)}.forum-emoji-picker-item.selected{border-color:var(--primary-color)}.forum-emoji-picker-item:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.forum-reaction-item:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.forum-quote-container{background:var(--bg-secondary);border-left:3px solid var(--primary-color);border-radius:8px;padding:1rem;box-shadow:0 0 4px 2px #00000014}.forum-quote-wrapper{margin-bottom:1rem}.forum-post-content .forum-quote-container{margin-bottom:1.25rem}.forum-post-content .forum-quote-content .forum-quote-container{margin-top:1rem;margin-bottom:1rem}.forum-quote-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;color:var(--text-primary)}.forum-quote-header .material-symbols-outlined{font-size:18px;color:var(--primary-color)}.forum-quote-meta{color:var(--text-secondary);font-weight:400;font-size:.8rem}.forum-quote-content{padding:.75rem;border-radius:6px;font-size:.875rem;line-height:1.6;color:var(--text-secondary)}.forum-quote-content.my-quill-editor-content-display>.forum-quote-container:first-child{margin-top:0}.forum-quote-content.my-quill-editor-content-display{white-space:normal}.forum-quote-wrapper .forum-quote-content{max-height:200px;overflow-y:auto}.forum-quote-content img{max-width:100%;height:auto;border-radius:4px;margin:.5rem 0}#replyModal .quill-editor,#editPostModal .quill-editor,#createTopicModal .quill-editor{min-height:300px}#replyModal .quill-editor .ql-editor,#editPostModal .quill-editor .ql-editor,#createTopicModal .quill-editor .ql-editor{min-height:250px}.form-group{margin-bottom:1.5rem!important}.form-group-switch{display:flex!important;align-items:center!important;margin-bottom:1.25rem}.form-group-switch .switch{flex-shrink:0;margin:0}.form-group-switch .form-label{display:inline-block!important;margin-left:.75rem;margin-bottom:0!important;line-height:24px;cursor:pointer}@media(max-width:768px){.forum-topic-header{flex-direction:column;align-items:stretch}.forum-topic-actions{flex-direction:column;width:100%}.forum-topic-actions button{width:100%;justify-content:center}.forum-post-card{padding:1rem}.forum-post-date{font-size:.85rem}}.forum-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem 0}.forum-pagination-btn{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.forum-pagination-btn:hover:not(:disabled){border-color:var(--accent-color)}.forum-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.forum-pagination-btn.active{border-color:var(--accent-color);background:var(--accent-color);color:var(--bg-primary)}.forum-pagination-btn .material-symbols-outlined{font-size:20px}.forum-pagination-ellipsis{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:var(--text-secondary);font-size:.875rem}@media(max-width:600px){.forum-pagination{flex-wrap:wrap;gap:.375rem}.forum-pagination-btn{min-width:36px;height:36px;padding:0 .5rem;font-size:.8rem}}
