.board-detail{padding:24px}.board-detail-header{background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px #00000014;border-left:4px solid #0077BE}.back-button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:2px solid #e9ecef;color:#6c757d;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:16px}.back-button:hover{border-color:#0077be;color:#0077be;background:#0077be0d}.board-detail-info h1{font-size:1.75rem;margin:0 0 8px;font-weight:700;color:#212529}.board-detail-info .board-description{font-size:15px;margin:0 0 12px;color:#6c757d;line-height:1.6}.board-stats{display:flex;gap:20px;flex-wrap:wrap}.board-stats span{display:flex;align-items:center;gap:6px;font-size:14px;color:#6c757d;font-weight:500}.board-stats svg{color:#0077be}.thread-controls{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap;background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 8px #00000014}.thread-controls-left{display:flex;gap:12px;flex:1;min-width:300px}.search-box{position:relative;flex:1;max-width:400px}.search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6c757d}.search-box input{width:100%;padding:10px 16px 10px 40px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:all .2s ease}.search-box input:focus{outline:none;border-color:#0077be}.sort-select{padding:10px 14px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;cursor:pointer;background:#fff;color:#495057;font-weight:500;transition:all .2s ease}.sort-select:hover{border-color:#0077be}.sort-select:focus{outline:none;border-color:#0077be}.new-thread-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0077be33}.new-thread-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0077be4d}.new-thread-form{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #00000014;border:2px solid #e9ecef}.new-thread-form h3{margin:0 0 16px;color:#212529;font-size:1.1rem;font-weight:600}.new-thread-form input,.new-thread-form textarea{width:100%;padding:12px 14px;border:2px solid #e9ecef;border-radius:8px;font-size:15px;font-family:inherit;margin-bottom:12px;transition:all .2s ease}.new-thread-form input:focus,.new-thread-form textarea:focus{outline:none;border-color:#0077be}.new-thread-form textarea{resize:vertical;min-height:100px;line-height:1.6}.form-actions{display:flex;gap:10px;justify-content:flex-end}.form-actions button{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.form-actions button[type=button]{background:#f8f9fa;border:2px solid #e9ecef;color:#6c757d}.form-actions button[type=button]:hover{background:#e9ecef;border-color:#dee2e6}.form-actions button[type=submit]{background:linear-gradient(135deg,#0077be,#4a90e2);border:none;color:#fff;box-shadow:0 2px 8px #0077be33}.form-actions button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0077be4d}.threads-list{display:flex;flex-direction:column;gap:12px}.thread-item{display:flex;align-items:center;gap:16px;background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:16px 20px;cursor:pointer;transition:all .2s ease}.thread-item:hover{border-color:#0077be;box-shadow:0 4px 12px #0077be1a;transform:translateY(-2px)}.thread-item.pinned{background:#fff9e6;border-color:#ffc107}.thread-item.locked{opacity:.7;background:#f8f9fa}.thread-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#0077be,#4a90e2);display:flex;align-items:center;justify-content:center;color:#fff}.thread-item.pinned .thread-icon{background:linear-gradient(135deg,#ffc107,#ff9800)}.thread-header{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}.thread-header h3{margin:0;font-size:16px;font-weight:600;color:#212529;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;white-space:nowrap}.thread-badge.locked{background:#ff98001a;color:#ff9800;border:1px solid rgba(255,152,0,.2)}.thread-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:#6c757d}.thread-meta span{display:flex;align-items:center;gap:4px}.thread-author{color:#0077be;font-weight:500}.thread-stats{display:flex;gap:16px;flex-shrink:0}.stat{display:flex;align-items:center;gap:6px;color:#6c757d;font-size:14px;font-weight:600}.stat svg{color:#0077be}.thread-arrow{flex-shrink:0;color:#0077be;transition:transform .2s ease}.thread-item:hover .thread-arrow{transform:translate(4px)}.no-threads{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.no-threads svg{margin-bottom:16px;opacity:.2;color:#6c757d}.no-threads p{font-size:16px;margin:8px 0;color:#6c757d}.no-threads .hint{font-size:14px;color:#adb5bd}.no-threads button{margin-top:20px;padding:10px 20px;background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0077be33}.no-threads button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0077be4d}.error-message{background:#fff5f5;border:2px solid #fc8181;color:#c53030;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;font-weight:500}@media(max-width:768px){.board-detail,.board-detail-header{padding:16px}.board-detail-info h1{font-size:1.4rem}.thread-controls{flex-direction:column;align-items:stretch;padding:12px}.thread-controls-left{flex-direction:column;width:100%;min-width:0}.search-box{max-width:none}.new-thread-btn{width:100%;justify-content:center}.thread-item{padding:12px 16px}.thread-icon{width:36px;height:36px}.thread-stats{gap:12px}.stat{font-size:13px}.thread-arrow{display:none}.new-thread-form{padding:16px}.form-actions{flex-direction:column}.form-actions button{width:100%}}.community-wrapper{min-height:100vh}.community-loading{max-width:1200px;margin:60px auto;padding:80px 24px;text-align:center}.loading-spinner{width:60px;height:60px;border:4px solid #e9ecef;border-top-color:#0077be;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}.community-loading p{color:#6c757d;font-size:1.1rem;font-weight:500}.community-hero{position:relative;background:linear-gradient(135deg,#4a90e2,#0077be,#00bfff);color:#fff;padding:80px 24px 120px;text-align:center;box-shadow:0 4px 20px #0000001a;overflow:hidden}.hero-wave-top,.hero-wave-bottom{position:absolute;left:0;width:100%;height:80px;background-repeat:repeat-x;background-size:1000px 80px;animation:wave-animation 36s linear infinite}.hero-wave-top{top:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 80'%3E%3Cpath fill='%23e3f2fd' d='M0,20 Q250,60 500,20 T1000,20 L1000,0 L0,0 Z'/%3E%3C/svg%3E");opacity:.7}.hero-wave-bottom{bottom:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 80'%3E%3Cpath fill='%23fff9e6' fill-opacity='0.1' d='M0,20 Q250,60 500,20 T1000,20 L1000,80 L0,80 Z'/%3E%3C/svg%3E")}@keyframes wave-animation{0%{background-position:0 0}to{background-position:1000px 0}}.community-hero-content{max-width:1200px;margin:0 auto}.community-hero h1{font-size:3.5rem;margin-bottom:12px;display:flex;font-weight:700;align-items:center;justify-content:center;gap:16px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.community-hero p{font-size:1.5rem;font-weight:700;opacity:.95;max-width:600px;margin:0 auto}.community-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:24px;padding:24px;align-items:start;position:relative}.community-sidebar{position:sticky;top:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;z-index:10}.sidebar-section{padding:20px;border-bottom:1px solid #e9ecef}.sidebar-section:last-child{border-bottom:none}.sidebar-section h3{font-size:.85rem;text-transform:uppercase;color:#6c757d;margin-bottom:12px;font-weight:700;letter-spacing:.5px}.board-list{list-style:none;padding:0;margin:0}.board-list li{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:4px 0;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#495057;font-weight:500;position:relative}.board-list li:hover{background:#f8f9fa;color:#0077be}.board-list li.active{background:#e7f3ff;color:#0077be;font-weight:600}.board-list li svg{flex-shrink:0;opacity:.7}.board-count{margin-left:auto;background:#e9ecef;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;color:#6c757d}.board-list li.active .board-count{background:#0077be;color:#fff}.sidebar-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.sidebar-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0077be4d}.sidebar-btn:disabled{opacity:.5;cursor:not-allowed}.community-main{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;min-height:600px;position:relative;z-index:1}.breadcrumb{display:flex;align-items:center;gap:8px;padding:16px 24px;border-bottom:1px solid #e9ecef;font-size:.9rem;color:#6c757d}.breadcrumb span{cursor:pointer;transition:color .2s ease}.breadcrumb span:hover{color:#0077be}.breadcrumb span:last-child{color:#212529;font-weight:600;cursor:default}.breadcrumb svg{opacity:.5}.alert{display:flex;align-items:center;gap:12px;margin:16px 24px;padding:14px 16px;border-radius:8px;font-weight:500}.alert-error{background:#fee;color:#c33;border-left:4px solid #c33}.section-header{padding:24px 24px 16px;border-bottom:1px solid #e9ecef}.section-header h2{color:#212529;font-size:1.75rem;margin-bottom:4px}.board-description{color:#6c757d;margin-top:8px}.boards-overview{padding-bottom:24px}.boards-grid-modern{display:grid;gap:16px;padding:24px}.board-card-modern{display:flex;align-items:center;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.board-card-modern:hover{background:#fff;border-color:#0077be;transform:translate(4px);box-shadow:0 4px 12px #0077be26}.board-icon{width:56px;height:56px;background:linear-gradient(135deg,#0077be,#4a90e2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.board-info{flex:1}.board-info h3{color:#212529;font-size:1.25rem;margin-bottom:6px}.board-info p{color:#6c757d;margin-bottom:10px;font-size:.95rem}.board-stats{display:flex;gap:16px;font-size:.85rem;color:#6c757d}.board-stats span{display:flex;align-items:center;gap:4px}.board-arrow{color:#adb5bd;transition:all .2s ease}.board-card-modern:hover .board-arrow{color:#0077be;transform:translate(4px)}.thread-controls{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid #e9ecef;flex-wrap:wrap}.search-box{flex:1;min-width:250px;position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:14px;color:#6c757d}.search-box input{width:100%;padding:10px 12px 10px 42px;border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;transition:all .2s ease}.search-box input:focus{outline:none;border-color:#0077be;box-shadow:0 0 0 3px #0077be1a}.sort-controls{display:flex;align-items:center;gap:8px;font-size:.9rem}.sort-controls label{color:#6c757d;font-weight:500}.sort-controls select{padding:8px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.sort-controls select:focus{outline:none;border-color:#0077be}.btn-new-thread{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-new-thread:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0077be4d}.new-thread-card{margin:24px;background:#f8f9fa;border:2px solid #0077BE;border-radius:12px;overflow:hidden;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid #e9ecef}.card-header h3{color:#0077be;font-size:1.1rem}.btn-close{background:none;border:none;color:#6c757d;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.btn-close:hover{background:#f8f9fa;color:#212529}.new-thread-card form{padding:20px;display:flex;flex-direction:column;gap:16px}.new-thread-card input,.new-thread-card textarea{padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease}.new-thread-card input:focus,.new-thread-card textarea:focus{outline:none;border-color:#0077be;box-shadow:0 0 0 3px #0077be1a}.new-thread-card textarea{resize:vertical;min-height:120px}.form-actions{display:flex;gap:12px}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.95rem}.btn-primary{background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0077be4d}.btn-secondary{background:#fff;color:#6c757d;border:2px solid #e9ecef}.btn-secondary:hover{background:#f8f9fa;color:#212529}.thread-list{padding:16px}.thread-item-modern{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:2px solid #e9ecef;border-radius:12px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.thread-item-modern:hover{border-color:#0077be;transform:translate(4px);box-shadow:0 4px 12px #0077be1a}.thread-avatar{flex-shrink:0}.thread-avatar img,.avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.avatar-placeholder{background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.thread-content{flex:1;min-width:0}.thread-content h3{color:#212529;font-size:1.15rem;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread-meta{display:flex;align-items:center;gap:16px;font-size:.85rem;color:#6c757d}.thread-meta .author{display:flex;align-items:center;gap:4px;font-weight:500}.thread-stats{display:flex;gap:20px;flex-shrink:0}.stat{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:60px}.stat svg{color:#6c757d}.stat strong{font-size:1.25rem;color:#0077be}.stat span{font-size:.75rem;color:#6c757d;text-transform:uppercase}.thread-arrow{color:#adb5bd;transition:all .2s ease;flex-shrink:0}.thread-item-modern:hover .thread-arrow{color:#0077be;transform:translate(4px)}.posts-view{padding:24px}.posts-list{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.post-card{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:24px;background:#fff;border:2px solid #e9ecef;border-radius:12px;transition:all .2s ease}.post-card.original-post{border-color:#0077be;background:linear-gradient(to right,#f0f8ff,#fff)}.post-sidebar{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.post-author-avatar img,.post-author-avatar .avatar-placeholder{width:80px;height:80px;border-radius:50%;object-fit:cover}.post-author-avatar .avatar-placeholder{font-size:1.5rem}.post-author-name{font-weight:600;color:#212529;word-break:break-word}.post-author-badge{padding:4px 12px;background:#e9ecef;border-radius:12px;font-size:.75rem;color:#6c757d;font-weight:600;text-transform:uppercase}.post-main{min-width:0}.thread-title{color:#212529;font-size:1.4rem;margin:4px 0 8px;font-weight:600;line-height:1.3}.post-meta{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.post-date{color:#6c757d;font-size:.875rem}.post-content{color:#212529;line-height:1.7;font-size:1rem}.post-content p{margin-bottom:12px;white-space:pre-wrap;word-wrap:break-word}.post-item{display:flex;gap:12px;padding:16px 20px;background:#fff;border-bottom:1px solid #e9ecef;transition:background .15s ease}.post-item:hover{background:#f8f9fa}.post-item:last-child{border-bottom:none}.post-item.original-post{background:linear-gradient(135deg,#f0f8ff,#fff);border-left:3px solid #0077BE;padding-left:17px}.post-item[style*=margin-left]{border-left:2px solid #dee2e6;position:relative}.post-item[style*=margin-left]:before{content:"";position:absolute;left:-2px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#0077BE 0%,transparent 100%)}.post-item[style*=margin-left]:hover{background:#fafbfc;border-left-color:#0077be}.post-item[style*=margin-left]:hover:before{background:#0077be}.cancel-reply-btn{background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}.cancel-reply-btn:hover{background:#c82333}.post-author-sidebar{flex-shrink:0}.author-avatar-large{width:40px;height:40px;border-radius:50%;overflow:hidden;box-shadow:0 2px 6px #00000014;border:2px solid #e9ecef;flex-shrink:0}.author-avatar-large img{width:100%;height:100%;object-fit:cover}.author-avatar-large .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff;font-size:1rem;font-weight:700}.post-author-sidebar .author-name,.post-author-sidebar .author-badge,.author-stats,.author-stats .stat-item{display:none}.author-stats .stat-item svg{display:none}.post-content-main{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.original-post-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#0077be,#4a90e2);color:#fff;padding:3px 10px;border-radius:12px;font-weight:600;font-size:.7rem;letter-spacing:.3px;text-transform:uppercase}.original-post-badge svg{width:12px;height:12px}.post-header-info{display:flex;align-items:center;gap:10px;color:#6c757d;font-size:.875rem;flex-wrap:wrap}.post-header-info:before{content:attr(data-author);color:#0077be;font-weight:600;font-size:.9rem}.post-number{color:#6c757d;font-weight:500;font-size:.875rem}.post-number:before{content:"•";margin-right:10px;color:#dee2e6}.post-timestamp{color:#6c757d}.post-timestamp:before{content:"•";margin-right:10px;color:#dee2e6}.edited-indicator{display:inline-flex;align-items:center;gap:3px;color:#868e96;font-style:italic;font-size:.8rem}.edited-indicator:before{content:"•";margin-right:7px;font-style:normal;color:#dee2e6}.edited-indicator svg{width:11px;height:11px}.post-body{color:#212529;line-height:1.65;font-size:.95rem}.post-body p{margin-bottom:12px;white-space:pre-wrap;word-wrap:break-word}.post-actions-bar{display:flex;flex-wrap:wrap;gap:4px;padding-top:10px;margin-top:6px}.post-action-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border:none;border-radius:6px;background:transparent;color:#6c757d;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .15s ease}.post-action-btn:hover{background:#f0f8ff;color:#0077be}.post-action-btn svg{width:14px;height:14px}.post-action-btn.danger:hover{background:#fff5f5;color:#dc3545}.post-action-btn:active{transform:scale(.98)}.reply-section{margin-top:32px;padding-top:32px;border-top:2px solid #e9ecef}.reply-form-card{background:#f8f9fa;border-radius:12px;padding:24px}.reply-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.reply-avatar img,.reply-avatar .avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.reply-avatar .avatar-placeholder{font-size:1.1rem}.reply-header h3{color:#212529;font-size:1.1rem}.reply-form-card form{display:flex;flex-direction:column;gap:16px}.reply-form-card textarea{padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:all .2s ease;background:#fff}.reply-form-card textarea:focus{outline:none;border-color:#0077be;box-shadow:0 0 0 3px #0077be1a}.login-prompt-card{text-align:center;padding:48px 24px;background:#f8f9fa;border-radius:12px;border:2px dashed #dee2e6}.login-prompt-card svg{color:#adb5bd;margin-bottom:16px}.login-prompt-card h3{color:#212529;margin-bottom:8px}.login-prompt-card p{color:#6c757d;margin-bottom:24px}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;gap:16px}.spinner{width:48px;height:48px;border:4px solid #e9ecef;border-top-color:#0077be;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner p{color:#6c757d;font-weight:500}.empty-state{text-align:center;padding:80px 24px}.empty-state svg{color:#dee2e6;margin-bottom:24px}.empty-state h3{color:#212529;margin-bottom:8px;font-size:1.25rem}.empty-state p{color:#6c757d}@media(max-width:1024px){.community-layout{grid-template-columns:1fr}.community-sidebar{position:static;order:-1;z-index:auto}.community-main{order:0}.post-card{grid-template-columns:1fr;gap:16px}.post-sidebar{flex-direction:row;justify-content:flex-start;text-align:left}.post-author-avatar img,.post-author-avatar .avatar-placeholder{width:56px;height:56px}.post-item{flex-direction:row;gap:12px;padding:16px 14px}.post-author-sidebar{flex-shrink:0}.author-avatar-large{width:40px;height:40px}.author-avatar-large .avatar-placeholder{font-size:1rem}.author-stats{display:none}}@media(max-width:768px){.community-hero{padding:24px 16px}.community-hero h1{font-size:1.75rem}.community-layout{padding:16px;gap:16px}.thread-controls{flex-direction:column;align-items:stretch}.search-box{min-width:100%}.thread-item-modern{flex-direction:column;align-items:flex-start}.thread-stats{width:100%;justify-content:space-around}.thread-arrow{display:none}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.post-item{flex-direction:row;gap:10px;padding:14px 12px}.author-avatar-large{width:36px;height:36px}.author-avatar-large .avatar-placeholder{font-size:.9rem}.post-action-btn{padding:5px 8px;font-size:.8rem;gap:3px}.post-action-btn span{display:none}.original-post-badge{padding:3px 8px;font-size:.65rem}.thread-title{font-size:1.3rem}.post-header-info{font-size:.8rem;gap:8px}.post-body{font-size:.9rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;animation:slideUp .3s}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e9ecef}.modal-header h3{margin:0;color:#2c5282;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;transition:color .3s;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#333}.modal-body{padding:2rem}.modal-description{margin:0 0 1.5rem;color:#6c757d;font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c5282;font-weight:600;font-size:.95rem}.report-select{width:100%;padding:.75rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;color:#495057;background-color:#fff;transition:all .2s;cursor:pointer}.report-select:hover{border-color:#adb5bd}.report-select:focus{outline:none;border-color:#0077be;box-shadow:0 0 0 3px #0077be1a}.report-textarea{width:100%;padding:.75rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:.95rem;color:#495057;font-family:inherit;resize:vertical;min-height:100px;transition:all .2s}.report-textarea:hover{border-color:#adb5bd}.report-textarea:focus{outline:none;border-color:#0077be;box-shadow:0 0 0 3px #0077be1a}.report-textarea::placeholder{color:#adb5bd}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #e9ecef;background:#f8f9fa;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#6c757d;border:2px solid #dee2e6}.btn-secondary:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #dc35454d}.btn-danger:active:not(:disabled){transform:translateY(0)}.error-message{margin-top:1rem;padding:.75rem 1rem;background:#fff5f5;border:2px solid #feb2b2;border-radius:8px;color:#c53030;font-size:.9rem}.success-message-toast{position:fixed;top:20px;right:20px;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 12px #00000026;z-index:1001;animation:slideInRight .3s ease-out;max-width:400px;font-size:.95rem;line-height:1.5}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.success-message-toast{left:20px;right:20px;max-width:none}}.delete-modal .modal-body{padding:2rem;text-align:center}.delete-modal .modal-body p{color:#495057;font-size:1rem;line-height:1.6;margin:0}.edit-post-form{margin-top:1rem}.edit-textarea{width:100%;padding:.75rem 1rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;font-family:inherit;line-height:1.6;resize:vertical;min-height:100px;transition:border-color .2s}.edit-textarea:focus{outline:none;border-color:#0077be;box-shadow:0 0 0 3px #0077be1a}.edit-actions{display:flex;gap:.75rem;margin-top:1rem}.edit-actions .btn{padding:.5rem 1.5rem;font-size:.95rem}
