.forum-layout{display:flex;gap:1rem;max-width:1400px;margin:0 auto;padding:1rem}.forum-left{width:220px;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;height:-moz-fit-content;height:fit-content;padding:1rem;position:sticky;top:80px}.forum-main{flex:1;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:1.5rem;min-height:600px}.forum-right{width:280px;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;height:-moz-fit-content;height:fit-content;padding:1rem;position:sticky;top:80px}.forum-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:2px solid #f0f0f0;padding-bottom:.75rem}.forum-title{font-size:1.75rem;color:#2d5016;font-weight:800;letter-spacing:.2px}.forum-actions{display:flex;gap:.5rem;flex-wrap:wrap}.forum-search{display:flex;gap:.5rem}.forum-search input{border:1px solid #e6e6e6;border-radius:10px;padding:.6rem .8rem;min-width:260px}.forum-btn{border:none;border-radius:10px;padding:.6rem .9rem;font-weight:700;cursor:pointer;transition:.2s}.forum-btn-primary{background:linear-gradient(135deg,#2d5016,#4a7c59);color:#fff}.forum-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2d501640}.forum-btn-ghost{background:#fff;border:1px solid #e6e6e6;color:#2d5016}.forum-btn-ghost:hover{background:#f8f9fa}.forum-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.forum-card{background:linear-gradient(135deg,#4a7c590d,#2d501605);border:1px solid rgba(74,124,89,.1);border-radius:14px;padding:1rem 1.1rem;transition:.25s}.forum-card:hover{transform:translateY(-4px);box-shadow:0 10px 22px #00000014;border-color:#4a7c59}.forum-card-top{display:flex;justify-content:space-between;gap:.75rem}.forum-cat-name{font-weight:800;color:#2d5016}.forum-meta{display:flex;gap:.5rem;align-items:center;color:#6c757d;font-size:.9rem}.forum-desc{color:#556;line-height:1.5;margin-top:.45rem}.badge{background:#eaf4ee;color:#2d5016;border-radius:999px;padding:.25rem .6rem;font-weight:700;font-size:.8rem;border:1px solid rgba(74,124,89,.2)}@media (max-width:1200px){.forum-layout{flex-direction:column}.forum-left,.forum-right{width:100%;position:static}}
