.forum-section{background:#fff}.forum-section__header{margin-bottom:2rem}.forum-section__badge{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto .75rem;padding:.25rem .875rem;border-radius:8px;background:var(--brand-soft);color:var(--brand);font-size:.75rem;font-weight:600}.forum-section__grid{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.forum-section__grid{display:grid;grid-template-columns:1fr 20rem;align-items:start;gap:1.75rem}}@media (min-width:1280px){.forum-section__grid{grid-template-columns:1fr 22rem}}.forum-section__feed{display:flex;flex-direction:column;gap:1rem;min-width:0}.forum-section__list{display:flex;flex-direction:column;gap:.75rem}.forum-post{border-radius:10px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 20px rgb(0 0 0/.04);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.forum-post:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(91,159,212,.08);border-color:rgba(91,159,212,.28)}.forum-post__link{display:block;padding:1rem 1.125rem;color:inherit;text-decoration:none}@media (min-width:640px){.forum-post__link{padding:1.25rem 1.5rem}}.forum-post__link--compact{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.25rem}.forum-post--featured{background:linear-gradient(135deg,var(--brand-soft) 0,#fff 60%);border-color:rgba(91,159,212,.28)}.forum-post__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.forum-post__author{display:flex;align-items:center;gap:.75rem}.forum-post__avatar{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:8px;color:#fff;font-size:.9375rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px rgb(0 0 0/.12)}.forum-post__avatar--sm{width:2.5rem;height:2.5rem;font-size:.875rem}.forum-post__author-name{font-size:.875rem;font-weight:700;color:#1f2937}.forum-post__author-role{font-size:.75rem;color:#9ca3af;margin-top:.125rem}.forum-post__hot{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:8px;background:#fef3c7;color:#d97706;font-size:.6875rem;font-weight:700;flex-shrink:0}.forum-post__category{display:inline-block;margin-bottom:.625rem;padding:.2rem .625rem;border-radius:8px;background:var(--brand-soft);color:var(--brand);font-size:.6875rem;font-weight:600}.forum-post__category--sm{flex-shrink:0;margin-bottom:0;font-size:.625rem}.forum-post__title{font-size:.9375rem;font-weight:700;color:#1f2937;line-height:1.5;transition:color .2s}.forum-post:hover .forum-post__title{color:var(--brand)}.forum-post__title--featured{font-size:1.125rem;margin-bottom:.625rem}@media (min-width:768px){.forum-post__title--featured{font-size:1.25rem}}.forum-post__compact-head{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;margin-bottom:.375rem}@media (min-width:480px){.forum-post__compact-head{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:.75rem}}.forum-post__compact-body{flex:1;min-width:0}.forum-post__excerpt{font-size:.8125rem;color:#6b7280;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.forum-post__excerpt--featured{font-size:.875rem;-webkit-line-clamp:3;margin-bottom:1rem}.forum-post__footer{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding-top:1rem;border-top:1px solid #f3f4f6}@media (min-width:480px){.forum-post__footer{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}}.forum-post__stats{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.75rem;color:#9ca3af}.forum-post__stat{display:inline-flex;align-items:center;gap:.375rem}.forum-post__date{color:#9ca3af}.forum-post__read{font-size:.8125rem;font-weight:600;color:var(--brand);flex-shrink:0}@media (min-width:768px){.forum-post__read{opacity:0;transform:translateX(4px);transition:opacity .2s,transform .2s}.forum-post:hover .forum-post__read{opacity:1;transform:translateX(0)}}@media (max-width:767px){.forum-post__read{opacity:1}}.forum-post__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.5rem;font-size:.75rem;color:#9ca3af}.forum-post__dot{color:#d1d5db}.forum-section__aside{min-width:0}.forum-aside{position:sticky;top:1.5rem;padding:1.5rem;border-radius:10px;background:linear-gradient(160deg,var(--brand-soft) 0,var(--brand-soft) 45%,#fff 100%);border:1px solid rgba(91,159,212,.28);box-shadow:0 8px 32px rgba(91,159,212,.08)}.forum-aside__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:10px;background:var(--brand);color:#fff;box-shadow:0 8px 20px rgba(91,159,212,.3)}.forum-aside__title{font-size:1.0625rem;font-weight:800;color:#1f2937;margin-bottom:.5rem;line-height:1.5}.forum-aside__desc{font-size:.8125rem;color:#6b7280;line-height:1.75;margin-bottom:1.25rem}.forum-aside__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.25rem;padding:.875rem;border-radius:.875rem;background:rgb(255 255 255/.7);border:1px solid rgb(255 255 255/.9)}.forum-aside__stat{text-align:center}.forum-aside__stat-value{display:block;font-size:.9375rem;font-weight:800;color:var(--brand);line-height:1.3}.forum-aside__stat-label{display:block;font-size:.625rem;color:#9ca3af;margin-top:.125rem}.forum-aside__features{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.forum-aside__features li{position:relative;padding-right:1.125rem;font-size:.8125rem;color:#4b5563;line-height:1.6}.forum-aside__features li:before{content:"";position:absolute;right:0;top:.55em;width:.375rem;height:.375rem;border-radius:8px;background:var(--brand)}.forum-aside__actions{display:flex;flex-direction:column;gap:.625rem}.forum-aside__btn{width:100%;text-align:center;font-size:.875rem!important;padding-top:.625rem!important;padding-bottom:.625rem!important}@media (max-width:1023px){.forum-section__aside{order:-1}.forum-aside{position:static}}@media (max-width:399px){.forum-aside__stats{grid-template-columns:1fr;gap:.625rem}.forum-aside__stat{display:flex;align-items:center;justify-content:space-between;gap:.5rem;text-align:right}.forum-aside__stat-label{margin-top:0}}