.forum-category-loading{justify-content:center;align-items:center;min-height:50vh;padding:4rem;display:flex}.forum-category-loading .spinner{border:3px solid #ffffff1a;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.forum-category-page{padding:calc(var(--header-height) + var(--space-8)) 0 var(--space-16);min-height:100vh}.forum-category-page .back-link{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;text-decoration:none;display:inline-flex}.forum-category-page .back-link:hover{color:var(--text-primary)}.forum-category-page .category-header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:2rem;padding:2rem}.forum-category-page .category-header .header-main{align-items:center;gap:1.5rem;display:flex}.forum-category-page .category-header .header-main .icon-wrapper{border-radius:var(--radius-md);background:var(--bg-surface);width:64px;height:64px;color:var(--color-primary);justify-content:center;align-items:center;display:flex}.forum-category-page .category-header .header-main .info{flex:1}.forum-category-page .category-header .header-main .info h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.forum-category-page .category-header .header-main .info p{color:var(--text-secondary)}.forum-category-page .threads-list{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.forum-category-page .threads-list .list-header{background:var(--bg-surface);border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);grid-template-columns:1fr 80px 80px 180px;padding:1rem 1.5rem;font-size:.75rem;font-weight:600;display:grid}.forum-category-page .threads-list .list-header .col-stat{text-align:center}.forum-category-page .threads-list .list-header .col-last{text-align:right}@media (max-width:768px){.forum-category-page .threads-list .list-header{grid-template-columns:1fr}.forum-category-page .threads-list .list-header .col-stat,.forum-category-page .threads-list .list-header .col-last{display:none}}.forum-category-page .threads-list .thread-row{border-bottom:1px solid var(--border-color);grid-template-columns:1fr 80px 80px 180px;align-items:center;padding:1.25rem 1.5rem;transition:background .2s;display:grid}.forum-category-page .threads-list .thread-row:last-child{border-bottom:none}.forum-category-page .threads-list .thread-row:hover{background:var(--bg-hover)}.forum-category-page .threads-list .thread-row.pinned{background:rgba(var(--color-primary-rgb), .05)}.forum-category-page .threads-list .thread-row.pinned .thread-title{color:var(--color-primary)}.forum-category-page .threads-list .thread-row .col-main{gap:1rem;display:flex}.forum-category-page .threads-list .thread-row .col-main .thread-status-icon{color:var(--text-muted);margin-top:.25rem}.forum-category-page .threads-list .thread-row .col-main .thread-status-icon .icon-pinned{color:var(--color-primary);transform:rotate(45deg)}.forum-category-page .threads-list .thread-row .col-main .thread-status-icon .icon-locked{color:var(--color-warning)}.forum-category-page .threads-list .thread-row .col-main .thread-info{flex-direction:column;gap:.25rem;display:flex}.forum-category-page .threads-list .thread-row .col-main .thread-info .thread-title{color:var(--text-primary);font-size:1rem;font-weight:600;text-decoration:none}.forum-category-page .threads-list .thread-row .col-main .thread-info .thread-title:hover{text-decoration:underline}.forum-category-page .threads-list .thread-row .col-main .thread-info .thread-meta{color:var(--text-muted);gap:.75rem;font-size:.8rem;display:flex}.forum-category-page .threads-list .thread-row .col-main .thread-info .thread-meta .author{align-items:center;gap:.25rem;display:flex}.forum-category-page .threads-list .thread-row .col-stat{text-align:center;color:var(--text-secondary);font-size:.9rem}.forum-category-page .threads-list .thread-row .col-last{text-align:right;font-size:.85rem}.forum-category-page .threads-list .thread-row .col-last .last-post{flex-direction:column;align-items:flex-end;display:flex}.forum-category-page .threads-list .thread-row .col-last .last-post .time{color:var(--text-secondary)}.forum-category-page .threads-list .thread-row .col-last .last-post .by{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.forum-category-page .threads-list .thread-row{grid-template-columns:1fr}.forum-category-page .threads-list .thread-row .col-stat,.forum-category-page .threads-list .thread-row .col-last{display:none}}.forum-category-page .threads-list .empty-category{text-align:center;color:var(--text-muted);padding:4rem}.forum-new-thread-page{padding:calc(var(--header-height) + var(--space-8)) 0 var(--space-16);max-width:800px;min-height:100vh}.forum-new-thread-page .thread-nav{margin-bottom:var(--space-6)}.forum-new-thread-page .back-link{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;display:inline-flex}.forum-new-thread-page .back-link:hover{color:var(--text-primary)}.forum-new-thread-page .new-thread-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-8)}.forum-new-thread-page .new-thread-card h1{font-size:var(--text-2xl);font-weight:var(--font-weight-bold);margin-bottom:var(--space-2)}.forum-new-thread-page .new-thread-card>p{color:var(--text-secondary);margin-bottom:var(--space-8)}.forum-new-thread-page .new-thread-card>p strong{color:var(--text-primary)}.forum-new-thread-page .form-group{margin-bottom:var(--space-6)}.forum-new-thread-page .form-group label{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin-bottom:var(--space-2);display:block}.forum-new-thread-page .form-group input,.forum-new-thread-page .form-group textarea{width:100%;padding:var(--space-3) var(--space-4);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-lg);font-size:var(--text-base);color:var(--text-primary);transition:border-color var(--transition-base);font-family:inherit}.forum-new-thread-page .form-group input::placeholder,.forum-new-thread-page .form-group textarea::placeholder{color:var(--text-muted)}.forum-new-thread-page .form-group input:focus,.forum-new-thread-page .form-group textarea:focus{border-color:var(--brand-primary);outline:none}.forum-new-thread-page .form-group input:disabled,.forum-new-thread-page .form-group textarea:disabled{opacity:.6;cursor:not-allowed}.forum-new-thread-page .form-group textarea{resize:vertical;min-height:200px}.forum-new-thread-page .form-group .form-hint{margin-top:var(--space-2);font-size:var(--text-xs);color:var(--text-muted);display:block}.forum-new-thread-page .form-actions{justify-content:flex-end;gap:var(--space-4);margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--border-subtle);display:flex}@keyframes spin{to{transform:rotate(360deg)}}
