.favorites-strip{margin-bottom:var(--sp-5)}.favorites-strip-header{display:flex;align-items:center;gap:var(--sp-2);margin-bottom:var(--sp-3)}.favorites-strip-header svg{width:14px;height:14px;color:#d97706;fill:#d97706}.favorites-strip-header span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.favorites-row{display:flex;gap:var(--sp-2);overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.favorites-row::-webkit-scrollbar{display:none}.fav-chip{display:flex;align-items:center;gap:var(--sp-2);padding:6px 14px;background:var(--surface);border:1px solid var(--border);border-radius:20px;font-size:12px;font-weight:500;color:var(--text-secondary);white-space:nowrap;cursor:pointer;transition:all var(--t-fast);flex-shrink:0}.fav-chip:hover{border-color:var(--accent);color:var(--accent);background:var(--press-red-light)}.fav-chip svg{width:13px;height:13px}.fav-star{position:absolute;top:8px;right:8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;opacity:0;transition:all var(--t-fast);color:var(--text-muted);z-index:2}.module-item:hover .fav-star{opacity:1}.fav-star.active{opacity:1;color:#d97706}.fav-star svg{width:13px;height:13px}.fav-star.active svg{fill:#d97706}.recent-strip{margin-bottom:var(--sp-5)}.recent-strip-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--sp-3);display:flex;align-items:center;gap:var(--sp-2)}.recent-strip-header svg{width:13px;height:13px}.recent-row{display:flex;gap:var(--sp-2);overflow-x:auto;scrollbar-width:none}.recent-row::-webkit-scrollbar{display:none}.recent-chip{display:flex;align-items:center;gap:var(--sp-2);padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);font-size:12px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all var(--t-fast);white-space:nowrap;flex-shrink:0}.recent-chip:hover{border-color:var(--ink-lighter);color:var(--text)}.recent-chip svg{width:12px;height:12px;opacity:.5}
