.community-hero{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:48px;border-bottom:1px solid var(--line)}
.community-hero h1{font-size:clamp(42px,6vw,68px);line-height:1;letter-spacing:-.055em;margin:0}.community-hero p,.community-compose>p{max-width:760px;color:var(--muted);font-size:17px}
.community-stats{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));min-width:290px;border:1px solid #2f5b4c;border-radius:var(--radius);background:rgba(104,240,189,.06);overflow:hidden}.community-stats div{padding:22px}.community-stats div+div{border-left:1px solid #2f5b4c}.community-stats dt{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.community-stats dd{margin:5px 0 0;color:var(--accent);font-size:30px;font-weight:800}
.community-compose,.community-discussions{scroll-margin-top:110px}.community-form{margin-top:24px}.community-form textarea,.community-reply-form textarea{resize:vertical}.community-form-footer{display:flex;justify-content:space-between;align-items:center;gap:20px}.community-form-footer small{color:var(--muted);max-width:680px}.community-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.community-thread-list{display:grid;gap:18px}.community-thread{border:1px solid var(--line);border-radius:var(--radius);background:rgba(17,21,27,.72);overflow:hidden;scroll-margin-top:110px}.community-message{padding:22px}.community-message header{display:flex;align-items:center;justify-content:space-between;gap:20px}.community-message header>div{display:flex;align-items:center;gap:9px}.community-message time{color:var(--muted);font-size:12px}.community-message p{white-space:normal;overflow-wrap:anywhere}.community-lang{font-size:9px;padding:3px 6px;border-radius:999px;color:var(--accent);background:rgba(104,240,189,.09)}.community-delete{display:flex;justify-content:flex-end}
.community-replies{padding:0 22px 22px 54px;border-top:1px solid var(--line);background:rgba(8,11,15,.45)}.community-replies>h3{margin:20px 0 10px;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.community-reply{padding:17px 18px;border-left:2px solid #2f5b4c;background:rgba(17,21,27,.7)}.community-reply+.community-reply{margin-top:10px}.community-reply-form{display:grid;gap:13px;margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:14px}.community-reply-form label{display:grid;gap:7px}
@media(max-width:800px){.community-hero{align-items:flex-start;flex-direction:column;padding:60px 0}.community-stats{width:100%}.community-form-footer{align-items:flex-start;flex-direction:column}.community-form-footer .button{width:100%}.community-replies{padding-left:22px}}
@media(max-width:600px){.community-stats{grid-template-columns:1fr}.community-stats div+div{border-left:0;border-top:1px solid #2f5b4c}.community-message header{align-items:flex-start;flex-direction:column;gap:5px}.community-replies{padding:0 12px 12px}.community-reply-form{padding:14px}}
