.forum-notification-settings{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);gap:28px;align-items:start;margin-bottom:18px;scroll-margin-top:20px}.forum-settings-copy h2{margin:0 0 7px}.forum-settings-copy p{margin:0;color:var(--muted);line-height:1.6}.forum-notification-form{display:grid;gap:10px}.forum-check-row{display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft,#f6f7f8);cursor:pointer}.forum-check-row input{width:19px;height:19px;margin:2px 0 0;flex:0 0 auto;accent-color:var(--accent,#7c3aed)}.forum-check-row span{display:flex;flex-direction:column;gap:3px}.forum-check-row strong{font-size:.94rem}.forum-check-row small{color:var(--muted);line-height:1.45}.forum-settings-actions{display:flex;justify-content:flex-end;margin-top:2px}.forum-composer input[type=file],.forum-reply-form input[type=file]{margin-top:7px}.forum-composer label>small,.forum-reply-form label>small{display:block;margin-top:6px;color:var(--muted);font-weight:400;line-height:1.45}.forum-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:2px 0 16px;max-width:820px}.forum-image-link{display:block;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft,#f6f7f8);aspect-ratio:3/2}.forum-image-link img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.forum-image-link:hover img,.forum-image-link:focus-visible img{transform:scale(1.025)}.forum-reply-content .forum-image-grid{grid-template-columns:repeat(auto-fit,minmax(120px,180px));margin-top:12px;margin-bottom:8px}.forum-reply-content .forum-image-link{border-radius:10px}.optional{font-weight:400;color:var(--muted)}
@media(max-width:760px){.forum-notification-settings{grid-template-columns:1fr;gap:16px}.forum-settings-actions .btn{width:100%}.forum-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.forum-reply-content .forum-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:420px){.forum-image-grid,.forum-reply-content .forum-image-grid{grid-template-columns:1fr}}
