.community-page{padding:115px 0 45px;min-height:calc(100vh - 130px)}.community-hero{text-align:left;padding:35px 0 30px}.community-hero h1{max-width:650px}.community-hero p{margin:0;max-width:680px}.community-shell{max-width:840px;margin:auto;background:var(--surface);border:1px solid var(--border);border-radius:20px;overflow:hidden}.community-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px;border-bottom:1px solid var(--border)}.community-heading h2{font-size:25px}.community-heading p{color:var(--muted);font-size:13px}.community-messages{display:grid;gap:1px;background:var(--border);min-height:260px}.community-message{padding:19px 24px;background:var(--surface)}.community-message header{display:flex;justify-content:space-between;gap:15px;margin-bottom:6px}.community-message strong{font-size:14px}.community-message time{color:var(--muted);font-size:12px}.community-message p{white-space:pre-wrap;overflow-wrap:anywhere;color:#d7ddea}.community-delete{padding:0;border:0;background:none;color:#ff9090;font:600 12px Inter,sans-serif;cursor:pointer}.community-form{padding:24px}.community-form label{display:block;font-weight:800;font-size:13px;margin-bottom:8px}.community-form textarea{width:100%;min-height:110px;padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:var(--surface-raised);color:var(--text);font:inherit;resize:vertical}.community-form textarea:focus{outline:2px solid var(--blue);outline-offset:2px}.community-form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px}.community-form-footer small{color:var(--muted);font-size:12px}.community-empty{padding:50px 24px;background:var(--surface);text-align:center;color:var(--muted)}@media(max-width:650px){.community-heading,.community-form-footer{align-items:stretch;flex-direction:column}.community-heading .btn-ghost,.community-form-footer .btn-primary{width:100%}}
