.community-page{min-height:100vh}.comm-hero{position:relative;padding:60px 0 40px;overflow:hidden;text-align:center}.comm-hero__bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(139,92,246,.15) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 80% 100%,rgba(34,197,94,.08) 0%,transparent 60%),var(--bg)}.comm-hero__content{position:relative;z-index:1}.comm-hero__title{font-size:clamp(1.8rem,5vw,2.6rem);font-weight:800;margin-bottom:10px}.comm-hero__desc{color:var(--text-secondary);font-size:1.05rem;margin-bottom:24px}.comm-body{padding:30px 0 60px;max-width:800px;margin:0 auto}.comm-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.comm-filter__btn{padding:6px 14px;border-radius:100px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.comm-filter__btn:hover{border-color:var(--brand);color:var(--text-primary)}.comm-filter__btn.active{background:#1877f226;border-color:var(--brand);color:var(--brand-light);font-weight:700}.comm-stats{display:flex;gap:8px;font-size:.82rem;color:var(--text-muted);margin-bottom:20px}.comm-grid{display:flex;flex-direction:column;gap:12px}.comm-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px;cursor:pointer;transition:all .25s ease}.comm-card:hover{border-color:#8b5cf666;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.comm-card__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.comm-card__avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#8b5cf6,#6366f1);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:.85rem;flex-shrink:0}.comm-card__avatar--lg{width:44px;height:44px;font-size:1rem}.comm-card__avatar--sm{width:28px;height:28px;font-size:.7rem;border-radius:8px}.comm-card__meta{display:flex;flex-direction:column;gap:1px;flex:1}.comm-card__nick{font-weight:700;font-size:.88rem;color:var(--text-primary)}.comm-card__time{font-size:.72rem;color:var(--text-muted)}.comm-card__cat-tag{font-size:.7rem;padding:3px 10px;border-radius:100px;background:#8b5cf61f;color:#a78bfa;font-weight:600}.comm-card__title{font-size:1rem;font-weight:700;margin-bottom:6px;color:var(--text-primary)}.comm-card__excerpt{font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.comm-card__footer{display:flex;gap:16px}.comm-stat{font-size:.78rem;color:var(--text-muted);display:flex;align-items:center;gap:4px}.comm-empty{text-align:center;padding:60px 20px;background:var(--surface);border:1px dashed var(--border);border-radius:14px}.comm-empty h3{margin:12px 0 6px}.comm-empty p{color:var(--text-muted);margin-bottom:20px}.comm-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}.comm-btn{padding:8px 16px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.comm-btn:hover{border-color:var(--brand)}.comm-btn:disabled{opacity:.5;cursor:not-allowed}.comm-btn--primary{background:var(--gradient-brand);border:none;color:#fff;font-weight:700;box-shadow:0 4px 12px #1877f24d}.comm-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1877f266}.comm-btn--lg{padding:12px 28px;font-size:.95rem;border-radius:12px}.comm-btn--up{border-color:#22c55e4d;background:#22c55e14;color:#22c55e}.comm-btn--up:hover{background:#22c55e26}.comm-btn--report{border-color:#ef444433;color:var(--text-muted)}.comm-btn--report:hover{border-color:#ef4444;color:#ef4444}.comm-btn--sm{padding:4px 8px;font-size:.72rem;border-radius:6px}.comm-modal-overlay{position:fixed;inset:0;z-index:1000;background:#000000b3;backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto}.comm-modal{background:var(--surface);border:1px solid var(--border);border-radius:18px;width:100%;max-width:640px;padding:28px;position:relative;animation:modalIn .25s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.comm-modal__close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:var(--bg-3);color:var(--text-muted);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.comm-modal__close:hover{border-color:var(--brand);color:var(--text-primary)}.comm-modal__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.comm-modal__title{font-size:1.2rem;font-weight:800;margin-bottom:12px}.comm-modal__content{font-size:.92rem;color:var(--text-secondary);line-height:1.7;white-space:pre-wrap;margin-bottom:16px}.comm-modal__actions{display:flex;gap:10px;margin-bottom:20px}.comm-modal__divider{padding:10px 0;margin-bottom:16px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:.82rem;font-weight:700;color:var(--text-muted)}.comm-modal__form{margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.comm-modal__form h4{margin-bottom:12px;font-size:.92rem}.comm-answer{padding:14px 16px;border-radius:12px;margin-bottom:10px;background:#ffffff05;border:1px solid var(--border)}.comm-answer--accepted{border-color:#22c55e4d;background:#22c55e0d}.comm-answer__header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.comm-answer__badge{font-size:.7rem;padding:2px 8px;border-radius:6px;background:#22c55e26;color:#22c55e;font-weight:700}.comm-answer__content{font-size:.88rem;color:var(--text-secondary);line-height:1.6;margin-bottom:8px;white-space:pre-wrap}.comm-answer__actions{display:flex;gap:10px}.comm-input{width:100%;padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:var(--bg-3);color:var(--text-primary);font-size:.88rem;margin-bottom:10px;outline:none;box-sizing:border-box}.comm-input:focus{border-color:var(--brand)}.comm-textarea{resize:vertical;min-height:80px;font-family:inherit;line-height:1.6}.comm-cat-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.comm-error{color:#ef4444;font-size:.82rem;margin-bottom:10px}.comm-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:10px 24px;border-radius:10px;background:#22c55ee6;color:#fff;font-weight:700;font-size:.88rem;z-index:9999;animation:toastIn .3s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}}.comm-report-overlay{position:fixed;inset:0;z-index:1100;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px}.comm-report{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px;max-width:400px;width:100%}.comm-report h3{margin-bottom:16px}.comm-report__options{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.comm-report__opt{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;cursor:pointer;border:1px solid var(--border);font-size:.85rem;transition:all .15s}.comm-report__opt input{display:none}.comm-report__opt.active{border-color:var(--brand);background:#1877f214}.comm-report__opt:hover{border-color:var(--brand)}@media(max-width:768px){.comm-hero{padding:40px 0 24px}.comm-body{padding:20px 16px 40px}.comm-modal{padding:20px}}
