.ffgr-grid{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}
.ffgr-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:18px;flex:1 1 280px;max-width:100%;display:flex;flex-direction:column}
.ffgr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.ffgr-header-left{display:flex;align-items:center;gap:10px}
.ffgr-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}
.ffgr-author{font-weight:600}
.ffgr-date{color:#888;font-size:.9em}
.ffgr-stars{color:#f5b301;margin:6px 0}
.ffgr-stars .star.empty{color:#e0e0e0}
.ffgr-text{color:#333;line-height:1.5}
.ffgr-text-short{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ffgr-text-full{display:none}
.ffgr-more{display:inline-block;margin-top:8px;color:#1a73e8;cursor:pointer;text-decoration:none}
.ffgr-error{padding:12px;background:#fff3f3;color:#b20000;border:1px solid #ffd0d0;border-radius:6px}


